aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
AgeCommit message (Expand)Author
2011-10-14Updated contact informationBert Münnich
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-26Added STREQ macroBert Münnich
2011-09-26make use of EXIT_ macrosrck
2011-09-12Much nicer handling of compile-time featuresBert
2011-09-11Added own bool typeBert
2011-09-10Added slideshow supportBert
2011-09-10List additional features in usage message (-v)Bert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-03Reformated license headerBert
2011-09-03Unified feature test macro requirementsBert
2011-08-18Corrected FSF address in license headersBert
2011-07-26Major code refactoringBert
2011-07-22Reduced usage of preprocessor macrosBert
2011-05-29Use getline instead of readlineBert
2011-05-25New option: -n, start at given pictureBert
2011-04-11Renamed option -C -> -cBert
2011-04-11Removed option -aBert
2011-04-08New option: -C, clean thumbnail cacheBert
2011-04-06New option: -a, do not filter out unsupported filesBert
2011-02-27Shorter version informationBert
2011-02-21Always support thumbs; start thumb-mode with single -tBert
2011-02-20Replaced -T flag with -tt; default thumbnail sizeBert
2011-02-17Merge branch 'master' into thumbsBert
2011-02-17Nicer version infoBert
2011-02-16Render thumbnailsBert
2011-02-16First things for thumbnail modeBert
2011-02-14Read filenames from stdinBert
2011-02-03Refactored, new files util.[ch], C89Bert
2011-02-02New option: -r, open all images in directoriesBert
2011-02-02Skeleton for -rBert
2011-02-01New option: -F, fixed/floating windowBert
2011-01-30Replaced option -W with -q, seems more naturalBert
2011-01-30Replace -w with well-known geometry optionBert
2011-01-30Explicitly enable printing of warningsBert
2011-01-28Added plenty lots of optionsBert
2011-01-27Added -w cmdline optionBert
2011-01-20Fixed filenames in parse_options()Bert
2011-01-19Made parse_options voidBert
2011-01-19Option handling, merged app.c & events.c into main.cBert