Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with giflib >= 5.1.0. | Bartłomiej Piotrowski | 2014-05-27 | 1 | -0/+4 |
| | |||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -9/+21 |
| | |||||
* | Check for background image allocation failure | Bert Münnich | 2014-02-07 | 1 | -1/+2 |
| | |||||
* | Use separate background image for alpha layer; fixes issue #132 | Bert Münnich | 2014-02-06 | 1 | -8/+30 |
| | |||||
* | Revised scale mode and zoom level handling | Bert Münnich | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | - Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup | ||||
* | Preserve panning when switching images; fixes issue #131 | Bert Münnich | 2014-02-04 | 1 | -49/+24 |
| | |||||
* | Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -14/+23 |
| | |||||
* | Revert "Apply flip & rotation on all frames of a multi-frame image; fixes ↵ | Bert Münnich | 2014-01-09 | 1 | -23/+9 |
| | | | | | | issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f. | ||||
* | Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -9/+23 |
| | |||||
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 1 | -4/+7 |
| | |||||
* | Refactored remote changes | Bert Münnich | 2013-12-31 | 1 | -20/+11 |
| | |||||
* | Read GIF's repeat information from file. | Aleksander Nitecki | 2013-12-30 | 1 | -2/+23 |
| | |||||
* | Fixed Imlib file handle type, issue #117 | Bert Münnich | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | Correct out-of-range gamma values given on command line | Bert Münnich | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Refactored remote changes | Bert Münnich | 2013-11-14 | 1 | -18/+40 |
| | |||||
* | Add support for changing the gamma value | András Mohari | 2013-11-13 | 1 | -0/+30 |
| | |||||
* | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | 2013-08-22 | 1 | -2/+3 |
| | | | | Also removed now obsolete -p command line option; fixes issue #98 | ||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 1 | -10/+7 |
| | |||||
* | Handle 180 degrees image rotation | Bastien Dejean | 2013-08-10 | 1 | -16/+9 |
| | |||||
* | Fixed build for giflib version >= 5.0; fixed issue #90 | Bert Münnich | 2013-04-21 | 1 | -0/+4 |
| | |||||
* | Refactored function definitions to use dangling brace | Bert Münnich | 2013-02-08 | 1 | -25/+50 |
| | |||||
* | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -13/+13 |
| | |||||
* | Fixed compilation with giflib version 4.2.1 | Bert Münnich | 2013-01-04 | 1 | -5/+5 |
| | |||||
* | Fixed issue #74, conditional compilation of gif support | Bert Münnich | 2012-12-27 | 1 | -1/+7 |
| | |||||
* | Smaller minimum gif delay, fixed issue #71 | Bert Münnich | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | Simplified zoomdiff function | Bert Münnich | 2012-08-16 | 1 | -7/+1 |
| | |||||
* | Corrected zoom level handling | Bert Münnich | 2012-08-16 | 1 | -8/+17 |
| | |||||
* | New commands: fit to the window's height/width | baskerville | 2012-07-19 | 1 | -3/+14 |
| | |||||
* | Slightly refactored flipping | Bert Münnich | 2012-05-06 | 1 | -14/+11 |
| | |||||
* | Added horizontal and vertical flip commands | baskerville | 2012-05-06 | 1 | -0/+20 |
| | |||||
* | Already in the year 2012 | Bert Münnich | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Added own exif tag handling in files exif.[ch] | Bert Münnich | 2012-02-15 | 1 | -0/+31 |
| | |||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -2/+0 |
| | |||||
* | Removed exif support; made gif support non-optional | Bert Münnich | 2012-02-11 | 1 | -67/+3 |
| | |||||
* | Removed slideshow support | Bert Münnich | 2012-02-11 | 1 | -3/+1 |
| | |||||
* | Fixed issue #32: wrong antialias setting after it_shell_cmd | Bert Münnich | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | Fixed issue #28 (again) | Bert Münnich | 2011-11-13 | 1 | -6/+8 |
| | |||||
* | Fixed issue #28 | Bert Münnich | 2011-11-11 | 1 | -8/+6 |
| | |||||
* | Fixed handling of gif disposal method (issue #23) | Bert Münnich | 2011-10-17 | 1 | -2/+8 |
| | |||||
* | Fixed pixel-wise panning by chaning x, y vars to float | Bert Münnich | 2011-10-16 | 1 | -8/+8 |
| | |||||
* | Pan by pixel count, if number prefix given | Bert Münnich | 2011-10-16 | 1 | -5/+18 |
| | |||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Strictly adhere to ANSI-C standard | Bert Münnich | 2011-10-13 | 1 | -3/+2 |
| | |||||
* | Regard gif disposal method; fix bug #18 | Bert Münnich | 2011-10-11 | 1 | -5/+7 |
| | |||||
* | Made zoomdiff an inline function | Bert Münnich | 2011-09-29 | 1 | -4/+8 |
| | |||||
* | Made all conditionals more precise | Bert Münnich | 2011-09-29 | 1 | -29/+31 |
| | |||||
* | Transformed function macros in util.h to inline functions | Bert Münnich | 2011-09-29 | 1 | -2/+2 |
| | |||||
* | Fix layering of small gif frames | Bert Münnich | 2011-09-28 | 1 | -6/+6 |
| | |||||
* | Added STREQ macro | Bert Münnich | 2011-09-26 | 1 | -2/+2 |
| | |||||
* | Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | 2011-09-17 | 1 | -74/+80 |
| |