summaryrefslogtreecommitdiff
path: root/src/options.h
AgeCommit message (Collapse)AuthorLines
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel-1/+1
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible.
2010-09-10Add --info optionDaniel Friesel-0/+1
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ↵Levi Smith-0/+1
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
2010-07-17--debug-level → --debugDaniel Friesel-1/+1
2010-07-08opt.no_jump_on_resort -> opt.jump_on_resortDaniel Friesel-1/+1
2010-07-08Remove --menu-border optionDaniel Friesel-1/+0
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel-1/+0
2010-06-10options.c: show_usage etc. aren't used elsewhereDaniel Friesel-1/+0
2010-05-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel-0/+1
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-03Make --start-at work with filenames instead of list positionsDaniel Friesel-1/+1
2010-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel-2/+2
2010-02-14Remove fmmode relictsDaniel Friesel-1/+0
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-103/+102
2010-02-13Rework button optionsDaniel Friesel-1/+3
2010-02-06Add option to set image background to white or blackDaniel Friesel-0/+1
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+137