summaryrefslogtreecommitdiffstats
path: root/image.c
AgeCommit message (Expand)Author
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
2011-04-19Center zoomed areaBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-04-05Readded file-type check at startupBert
2011-04-04Do not check file-type at startupBert
2011-03-10Toggle image transparency with A-keyBert
2011-03-09White background for images with alphaBert
2011-03-01Support for external commands like mogrify & jpegtranBert
2011-02-27Revert "Save rotated png-files with S-key"Bert
2011-02-27Save rotated png-files with S-keyBert
2011-02-26Align big images on top-left cornerBert
2011-02-25Refactored imlib context handlingBert
2011-02-17Nicer icon for broken imagesBert
2011-02-09Load warning icon only onceBert
2011-02-09Handle image remove/rename while runningBert
2011-02-03Removed some warningsBert
2011-02-03Split img_fit into internal/external functionBert
2011-02-03New key mappings: 0/w, zoom to 100%/to fit windowBert
2011-02-03Display filesize in window titleBert
2011-02-03Refactored, new files util.[ch], C89Bert
2011-02-01Refactored img_open and img_checkBert