aboutsummaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added own bool typeBert2011-09-111-17/+16
* Added slideshow supportBert2011-09-101-8/+7
* List additional features in usage message (-v)Bert2011-09-101-4/+16
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-2/+2
* Reformated license headerBert2011-09-031-11/+11
* Unified feature test macro requirementsBert2011-09-031-3/+4
* Corrected FSF address in license headersBert2011-08-181-7/+7
* Major code refactoringBert2011-07-261-0/+1
* Reduced usage of preprocessor macrosBert2011-07-221-1/+1
* Use getline instead of readlineBert2011-05-291-1/+1
* New option: -n, start at given pictureBert2011-05-251-3/+14
* Renamed option -C -> -cBert2011-04-111-3/+3
* Removed option -aBert2011-04-111-6/+2
* New option: -C, clean thumbnail cacheBert2011-04-081-2/+6
* New option: -a, do not filter out unsupported filesBert2011-04-061-2/+6
* Shorter version informationBert2011-02-271-1/+1
* Always support thumbs; start thumb-mode with single -tBert2011-02-211-2/+1
* Replaced -T flag with -tt; default thumbnail sizeBert2011-02-201-6/+4
* Merge branch 'master' into thumbsBert2011-02-171-2/+1
|\
| * Nicer version infoBert2011-02-171-2/+1
* | Render thumbnailsBert2011-02-161-3/+7
* | First things for thumbnail modeBert2011-02-161-2/+6
|/
* Read filenames from stdinBert2011-02-141-0/+3
* Refactored, new files util.[ch], C89Bert2011-02-031-1/+1
* New option: -r, open all images in directoriesBert2011-02-021-2/+5
* Skeleton for -rBert2011-02-021-0/+1
* New option: -F, fixed/floating windowBert2011-02-011-2/+6
* Replaced option -W with -q, seems more naturalBert2011-01-301-6/+6
* Replace -w with well-known geometry optionBert2011-01-301-22/+6
* Explicitly enable printing of warningsBert2011-01-301-2/+7
* Added plenty lots of optionsBert2011-01-281-2/+34
* Added -w cmdline optionBert2011-01-271-2/+23
* Fixed filenames in parse_options()Bert2011-01-201-3/+3
* Made parse_options voidBert2011-01-191-4/+3
* Option handling, merged app.c & events.c into main.cBert2011-01-191-0/+60