summaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorLines
2015-07-06allow --sort and --randomize to override each other (issue #199)Daniel Friesel-6/+10
2015-06-26adjust coding style in patch, always free gc, coherent HAVE_LIBXINERAMA wrappingDaniel Friesel-1/+1
2015-06-22support background setter for specific screenJames Knight-0/+5
2015-04-12themes: allow '' for quoting as well (closes #132, see also #187)Daniel Friesel-2/+5
2015-04-06--max-dimension: ignore width/height limit of 0 pixelsDaniel Friesel-0/+4
2014-05-22do not depend on HOME being setDaniel Friesel-6/+7
2014-04-14add --scroll-step optionDaniel Friesel-0/+5
2013-09-26add "--info ;cmd" to disable info display on startup (closes #142)Daniel Friesel-1/+4
2013-06-04fix tests failing when compiled with help=1Daniel Friesel-0/+4
2013-01-30New sort option: mtimeguns-0/+2
2013-01-30Add option and keybinding to keep zoom and viewport settings.Daniel Friesel-0/+4
2012-10-13Add --min-dimension and --max-dimension options (closes #101)Daniel Friesel-2/+11
2012-10-13options.c: sort options by hexcodeDaniel Friesel-205/+205
2012-08-28Do not enable imagemagick by defaultDaniel Friesel-1/+1
2012-08-21reload: accept float valuesDaniel Friesel-1/+1
2012-05-25Remove --menu-style handlingDaniel Friesel-7/+0
2012-03-16document --magick-timeoutDaniel Friesel-1/+1
2012-03-13Experimental code to limit imagemagick convert runtime (see #82)Daniel Friesel-0/+5
2012-02-01No -Q for exif=1, long option and key binding are enoughDaniel Friesel-13/+9
2012-01-28Show exif flag in manpage / --versionDaniel Friesel-0/+4
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel-1/+13
2012-01-25Use 'feh: foo' instead of mixed 'feh: foo' and 'feh - foo' messagesDaniel Friesel-1/+1
2012-01-25Do not refer to --help unless it is compiled in (Debian #657171)Daniel Friesel-2/+6
2011-11-03Minor manpage syntax fix, remove --no-fehbg without --bg-* warningDaniel Friesel-6/+0
2011-11-03Chaning the name of the option to suppress .fehbgFelix Crux-4/+4
2011-11-03Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file.Felix Crux-0/+10
2011-10-10Code cleanupDaniel Friesel-8/+1
2011-10-09options.c: Show stat64 if enabledDaniel Friesel-0/+4
2011-09-30Apply changes to thumbnail modeDaniel Friesel-13/+1
2011-09-30Add --index-info optionDaniel Friesel-1/+5
2011-09-29start --index-{name,dim,size} -> printf transitionDaniel Friesel-12/+3
2011-09-28Use buttons config instead of button optionsDaniel Friesel-58/+1
2011-09-26Add support for multiple files in --bg-options (closes #64)Daniel Friesel-13/+5
2011-09-13Use enum for opt.image_bg, rename --image-bg default to --image-bg checksDaniel Friesel-3/+8
2011-08-29Various code fixupsDaniel Friesel-13/+3
2011-08-24--filelist: Support reading from /dev/stdin ("-" as shortcut)Daniel Friesel-1/+4
2011-08-23Add --draw-tinted option to draw overlay text on a semi-transparent backgroun...Daniel Friesel-0/+4
2011-08-15Fix some compiler warningsDaniel Friesel-3/+3
2011-08-13Add reload functionality for directories (derf#14)Yu-Jie Lin-0/+2
2011-08-10Remove unused variablesDaniel Friesel-3/+2
2011-08-01options.c: Fix getopt/optind handling (closes #49, patch by Yu-Jie Lin)Daniel Friesel-1/+1
2011-06-07Add toggle_info key (closes #48)Daniel Friesel-0/+1
2011-05-11feh_parse_options_from_string: Make sure not to write beyond array boundariesDaniel Friesel-0/+5
2011-05-11feh_parse_options_from_string: allocate argv list on stackDaniel Friesel-8/+2
2011-04-30Do not include help text by defaultDaniel Friesel-0/+4
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-2/+3
2011-04-27Deprecate --menu-bg option (closes #27)Daniel Friesel-1/+2
2011-04-26Improve '.fehrc -> .config/feh/themes' warning messageDaniel Friesel-2/+4
2011-04-16options.c: Do not read current directory when setting a background (closes #40)Daniel Friesel-1/+1
2011-04-01options.c: Do not run "feh ." when calling "feh nonexistant"Daniel Friesel-8/+8