summaryrefslogtreecommitdiff
path: root/src/options.h
AgeCommit message (Collapse)Author
2013-02-12patch by sdaau: button bindings for zoom in / outDaniel Friesel
2013-01-30Add option and keybinding to keep zoom and viewport settings.Daniel Friesel
Patch by sdaau on IRC. Thanks!
2012-10-13Add --min-dimension and --max-dimension options (closes #101)Daniel Friesel
2012-08-21reload: accept float valuesDaniel Friesel
2012-05-25Remove --menu-style handlingDaniel Friesel
2012-03-13Experimental code to limit imagemagick convert runtime (see #82)Daniel Friesel
Problems so far: * leaks zombie processes * does not work when terminating feh with a signal (since the convert process is no longer in feh's process group)
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel
2011-11-03Chaning the name of the option to suppress .fehbgFelix Crux
2011-11-03Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file.Felix Crux
2011-09-30Apply changes to thumbnail modeDaniel Friesel
2011-09-29start --index-{name,dim,size} -> printf transitionDaniel Friesel
2011-09-28Use buttons config instead of button optionsDaniel Friesel
2011-09-13Use enum for opt.image_bg, rename --image-bg default to --image-bg checksDaniel Friesel
2011-08-23Add --draw-tinted option to draw overlay text on a semi-transparent ↵Daniel Friesel
background (closes #60, #61) By default, feh draws white text with a black drop-shadow, which is well readable in most, but not all cases. The --draw-tinted option draws a semi-transparent black box around all texts. This improves readability, but does not look as nice, so it won't become default behaviour. It was suggested to use #7f7f7f7f for the background, but I decided that for small images surrounded by a black border.
2011-08-09Add flip/mirror in-placec edit actions (derf/#9)Yu-Jie Lin
2011-07-31add scroll by a page actionsYu-Jie Lin
A page is the window width or height. Signed-off-by: Yu-Jie Lin <livibetter@gmail.com>
2011-06-07Add toggle_info key (closes #48)Daniel Friesel
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel
2011-02-16Remove builtin HTTP clientDaniel Friesel
2011-02-15Add libcurl option -{Andrew Potter
2011-01-22Add --zoom fill as equivalent to --auto-zoomDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2011-01-15Fix scrolling defaults / binding namesDaniel Friesel
2011-01-15Screw --rcpath, check XDG_CONFIG_HOME insteadDaniel Friesel
2011-01-14Configurable menu keybindings, too.Daniel Friesel
2011-01-13First step towards configurable key bindingsDaniel Friesel
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel
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
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ↵Levi Smith
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
2010-07-17--debug-level → --debugDaniel Friesel
2010-07-08opt.no_jump_on_resort -> opt.jump_on_resortDaniel Friesel
2010-07-08Remove --menu-border optionDaniel Friesel
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel
2010-06-10options.c: show_usage etc. aren't used elsewhereDaniel Friesel
2010-05-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-03Make --start-at work with filenames instead of list positionsDaniel Friesel
2010-03-21Fix a few compiler warnings (-Wall -Wextra)Daniel Friesel
2010-02-14Remove fmmode relictsDaniel Friesel
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel
2010-02-13Rework button optionsDaniel Friesel
2010-02-06Add option to set image background to white or blackDaniel Friesel
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel