summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2011-10-13Strictly adhere to ANSI-C standardBert Münnich
2011-10-12Use void for empty argument listsBert 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-26Make use of EXIT_* macros (2)Bert Münnich
2011-09-26make use of EXIT_ macrosrck
2011-09-17Use win_t member in img_t & tns_t instead of parametersBert Münnich
2011-09-11Added own bool typeBert
2011-09-10Added slideshow supportBert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-06Load as much of a corrupted gif file as possibleBert
2011-09-06Avoid conflicting macrosBert
2011-09-04Fixed title-update in thumb modeBert
2011-09-03Reformated license headerBert
2011-09-03Fixed remove_file()Bert
2011-09-03Simplified cursor resettingBert
2011-09-02Corrected timeout handlingBert
2011-09-02Corrected thumbnail loading and timeout handlingBert
2011-09-02Data driven timeout handlingBert
2011-08-19Added command to toggle gif animationsBert
2011-08-19Added support for gif animationBert
2011-08-19Refactored img_load_gif()Bert
2011-08-19Added support for multi-frame imagesBert
2011-08-19Put event handling back into main.c; events -> commandsBert
2011-08-19Added force parameter to tns_load() to disregard cacheBert
2011-08-19Renamed application modesBert
2011-08-18Corrected FSF address in license headersBert
2011-08-18Revised handling of file names & pathsBert
2011-07-26Major code refactoringBert
2011-07-22Reduced usage of preprocessor macrosBert
2011-06-28Support XK_KP_{Add,Subtract} for zoomingBert
2011-06-28All timeouts in millisecondsBert
2011-06-24Small refactoringBert
2011-06-03New mappings: ctrl-[hjkl], pan image one window width/heightBert
2011-05-29Use getline instead of readlineBert
2011-05-25New option: -n, start at given pictureBert
2011-05-22Show image dimension in window titleBert
2011-05-16H/J/K/L mappings to pan to edgesBert
2011-04-19Fixed background color for non-EWMH-compliant WMsBert
2011-04-19Center zoomed areaBert
2011-04-15Fixed mouse cursorBert
2011-04-14Merged commands.h into config.hBert
2011-04-11Slightly changed introductory textBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-04-11Refactored main.cBert
2011-04-11Merge branch 'tcache'Bert
2011-04-08New option: -C, clean thumbnail cacheBert
2011-04-08Refactored recursive directory util functionsBert
2011-04-07Moved read_dir_rec into util.cBert
2011-04-07Disable support for external commands by defaultBert