summaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
2015-10-28Revised error handlingBert Münnich
2015-10-28Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich
2015-10-28Removed feature test macro definitions from source filesBert Münnich
2015-10-28Removed overcautious parameter checksBert Münnich
2015-02-06Round integer cast of image offset during rendering; fixes issue #197Bert Münnich
2015-01-05Apply gamma value on thumbnails too; fixes issue #193Bert Münnich
2015-01-04Use bit-field for boolean flags in fileinfo structBert Münnich
2014-10-24Do not print could-not-open-warnings for files found by directory traversalBert Münnich
2014-09-01Simplified img_frame_animateBert Münnich
2014-07-28Overhauled window drawing, yet again; fixes issue #155Bert Münnich
2014-07-25Revised handling of GIF animationsBert Münnich
2014-07-23Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich
2014-06-09Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich
2014-05-27Fix build with giflib >= 5.1.0.Bartłomiej Piotrowski
2014-04-06Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich
2014-02-07Check for background image allocation failureBert Münnich
2014-02-06Use separate background image for alpha layer; fixes issue #132Bert Münnich
2014-02-04Revised scale mode and zoom level handlingBert Münnich
2014-02-04Preserve panning when switching images; fixes issue #131Bert Münnich
2014-01-09Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich
2014-01-09Revert "Apply flip & rotation on all frames of a multi-frame image; fixes iss...Bert Münnich
2014-01-09Apply flip & rotation on all frames of a multi-frame image; fixes issue #121Bert Münnich
2014-01-04Slideshow mode is back, in a simplified versionBert Münnich
2013-12-31Refactored remote changesBert Münnich
2013-12-30Read GIF's repeat information from file.Aleksander Nitecki
2013-12-13Fixed Imlib file handle type, issue #117Bert Münnich
2013-11-14Correct out-of-range gamma values given on command lineBert Münnich
2013-11-14Refactored remote changesBert Münnich
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