Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 270/90 = 3 | Daniel | 2011-09-14 | 1 | -1/+1 | |
| | ||||||
* | Much nicer handling of compile-time features | Bert | 2011-09-12 | 1 | -11/+12 | |
| | | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings | |||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -84/+85 | |
| | ||||||
* | Added dirty flag to img struct | Bert | 2011-09-11 | 1 | -28/+67 | |
| | ||||||
* | Added slideshow support | Bert | 2011-09-10 | 1 | -2/+3 | |
| | ||||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 1 | -0/+2 | |
| | ||||||
* | Added EXIF_SUPPORT macro for optional dependency on libexif | Bert | 2011-09-08 | 1 | -25/+32 | |
| | ||||||
* | Added EXIF auto-orientation | Bert | 2011-09-08 | 1 | -1/+47 | |
| | ||||||
* | Overhauled building | Bert | 2011-09-08 | 1 | -4/+4 | |
| | | | | | | | | - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries | |||||
* | Load as much of a corrupted gif file as possible | Bert | 2011-09-06 | 1 | -10/+8 | |
| | ||||||
* | Removed useless zl_cnt variable | Bert | 2011-09-06 | 1 | -5/+3 | |
| | ||||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 | |
| | ||||||
* | Unified feature test macro requirements | Bert | 2011-09-03 | 1 | -2/+2 | |
| | ||||||
* | Mention origin of img_load_gif() in comment | Bert | 2011-08-20 | 1 | -0/+3 | |
| |