summaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
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
2011-08-19Added support for gif animationBert
2011-08-19Added HAVE_GIFLIB macro for optional dependency on giflibBert
2011-08-19Refactored img_load_gif()Bert
2011-08-19Added support for multi-frame imagesBert
2011-08-18Corrected FSF address in license headersBert
2011-08-18Revised handling of file names & pathsBert
2011-08-05Renamed scroll() to pan_screen()Bert
2011-07-26Major code refactoringBert
2011-07-22Reduced usage of preprocessor macrosBert
2011-06-03New mappings: ctrl-[hjkl], pan image one window width/heightBert
2011-05-16H/J/K/L mappings to pan to edgesBert