summaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
2013-11-13Add support for changing the gamma valueAndrás Mohari
2013-08-22Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich
2013-08-10Refactored merged rotation codeBert Münnich
2013-08-10Handle 180 degrees image rotationBastien Dejean
2013-04-21Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2013-01-04Fixed compilation with giflib version 4.2.1Bert Münnich
2012-12-27Fixed issue #74, conditional compilation of gif supportBert Münnich
2012-10-29Smaller minimum gif delay, fixed issue #71Bert Münnich
2012-08-16Simplified zoomdiff functionBert Münnich
2012-08-16Corrected zoom level handlingBert Münnich
2012-07-19New commands: fit to the window's height/widthbaskerville
2012-05-06Slightly refactored flippingBert Münnich
2012-05-06Added horizontal and vertical flip commandsbaskerville
2012-02-15Already in the year 2012Bert Münnich
2012-02-15Added own exif tag handling in files exif.[ch]Bert Münnich
2012-02-12Added text bar on bottom of windowBert Münnich
2012-02-11Removed exif support; made gif support non-optionalBert Münnich
2012-02-11Removed slideshow supportBert Münnich
2011-12-17Fixed issue #32: wrong antialias setting after it_shell_cmdBert Münnich
2011-11-13Fixed issue #28 (again)Bert Münnich
2011-11-11Fixed issue #28Bert Münnich
2011-10-17Fixed handling of gif disposal method (issue #23)Bert Münnich
2011-10-16Fixed pixel-wise panning by chaning x, y vars to floatBert Münnich
2011-10-16Pan by pixel count, if number prefix givenBert Münnich
2011-10-14Updated contact informationBert Münnich
2011-10-13Strictly adhere to ANSI-C standardBert Münnich
2011-10-11Regard gif disposal method; fix bug #18Bert Münnich
2011-09-29Made zoomdiff an inline functionBert Münnich
2011-09-29Made all conditionals more preciseBert Münnich
2011-09-29Transformed function macros in util.h to inline functionsBert Münnich
2011-09-28Fix layering of small gif framesBert Münnich
2011-09-26Added STREQ macroBert Münnich
2011-09-17Use win_t member in img_t & tns_t instead of parametersBert Münnich
2011-09-14270/90 = 3Daniel
2011-09-12Much nicer handling of compile-time featuresBert
2011-09-11Added own bool typeBert
2011-09-11Added dirty flag to img structBert
2011-09-10Added slideshow supportBert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-08Added EXIF_SUPPORT macro for optional dependency on libexifBert
2011-09-08Added EXIF auto-orientationBert
2011-09-08Overhauled buildingBert
2011-09-06Load as much of a corrupted gif file as possibleBert
2011-09-06Removed useless zl_cnt variableBert
2011-09-03Reformated license headerBert
2011-09-03Unified feature test macro requirementsBert
2011-08-20Mention origin of img_load_gif() in commentBert
2011-08-19Added command to toggle gif animationsBert