aboutsummaryrefslogtreecommitdiff
path: root/options.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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