index
:
nsxiv
master
new simple X image viewer
Justin Gassner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
options.c
Age
Commit message (
Expand
)
Author
2011-07-26
Major code refactoring
Bert
2011-07-22
Reduced usage of preprocessor macros
Bert
2011-05-29
Use getline instead of readline
Bert
2011-05-25
New option: -n, start at given picture
Bert
2011-04-11
Renamed option -C -> -c
Bert
2011-04-11
Removed option -a
Bert
2011-04-08
New option: -C, clean thumbnail cache
Bert
2011-04-06
New option: -a, do not filter out unsupported files
Bert
2011-02-27
Shorter version information
Bert
2011-02-21
Always support thumbs; start thumb-mode with single -t
Bert
2011-02-20
Replaced -T flag with -tt; default thumbnail size
Bert
2011-02-17
Merge branch 'master' into thumbs
Bert
2011-02-17
Nicer version info
Bert
2011-02-16
Render thumbnails
Bert
2011-02-16
First things for thumbnail mode
Bert
2011-02-14
Read filenames from stdin
Bert
2011-02-03
Refactored, new files util.[ch], C89
Bert
2011-02-02
New option: -r, open all images in directories
Bert
2011-02-02
Skeleton for -r
Bert
2011-02-01
New option: -F, fixed/floating window
Bert
2011-01-30
Replaced option -W with -q, seems more natural
Bert
2011-01-30
Replace -w with well-known geometry option
Bert
2011-01-30
Explicitly enable printing of warnings
Bert
2011-01-28
Added plenty lots of options
Bert
2011-01-27
Added -w cmdline option
Bert
2011-01-20
Fixed filenames in parse_options()
Bert
2011-01-19
Made parse_options void
Bert
2011-01-19
Option handling, merged app.c & events.c into main.c
Bert