summaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Collapse)AuthorLines
2018-08-24combine --no-cycle and --cycle-once into --on-last-slide={quit,hold}Daniel Friesel-3/+13
2018-08-24Add --no-cycle optionulteq-0/+4
Closes: #124
2018-08-05Merge --dcraw-timeout and --magick-timeout into --conversion-timeoutDaniel Friesel-5/+5
2018-08-05Merge branch 'dcraw' of https://github.com/ulteq/feh into ulteq-dcrawDaniel Friesel-0/+5
2018-06-27Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ↵Daniel Friesel-0/+1
ulteq-simplify-zoom
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-03-10Allow empty string as --geometry argumentulteq-0/+1
Passing an empty string to the --geometry option will enable fixed geometry mode without having to specify anything else
2018-03-09rename --inner-geometry to --offset, discard width and height valuesDaniel Friesel-3/+3
2018-03-08add (experimental and still slightly buggy) --inner-geometry featureDaniel Friesel-0/+5
See #278
2018-03-03Utilize dcraw to preview RAW filesulteq-0/+5
Uses the camera-generated thumbnail to display RAW images that could otherwise not be loaded.
2018-02-28Merge branch 'natural-sort' of https://github.com/ulteq/feh into ↵Daniel Friesel-0/+4
ulteq-natural-sort
2018-02-27Merge branch 'custom-background-color' of https://github.com/ulteq/feh into ↵Daniel Friesel-8/+1
ulteq-custom-background-color
2018-02-14Only check image dimensions on the fly in multiwindow and slideshow modeDaniel Friesel-0/+2
This introduces a new feh_should_ignore_image function which is called at appropriate places in those modes to skip images which are loadable but undesired.
2018-02-09parse_options_from_string: only leave quote if start and end character matchDaniel Friesel-4/+6
Closes #381
2018-01-29Include system headers before local ones to fix type conflict on OpenBSDDaniel Friesel-1/+2
2018-01-23Add natural sort of (version) numbersulteq-0/+4
2018-01-17Allow any XColor values as --image-bg argumentPaul O'Day-8/+1
2017-12-28Add option to change the imlib cache sizeulteq-0/+10
This option allows you to change the default imlib2 image cache size of 4 MiB.
2017-12-07Compile with std=c11 and set appropriate glibc feature test macrosDaniel Friesel-0/+1
might resolve #333 and #348
2017-08-25Silence -Wimplicit-fallthrough= warningorbea-0/+1
2016-10-29add cmdline opt --auto-rotate to rotate according to EXIF infoElliot Wolk-0/+4
2016-05-28New sort option: dirnameguns-0/+2
Sort filelist by dirname, then by name. This results in file entries sorting before subdirectory entries. Useful in conjunction with upcoming prev_dir and next_dir navigation actions.
2016-04-09changelog, BC case or [ -L %F ] and similar actions using /bin/[Daniel Friesel-1/+2
2016-02-26Add option "--no-recursive"guraga-0/+3
Purpose of "--no-recursive" option is disabling effect of "--recursive" option that enabled by user's theme.
2016-02-10add preliminary action-title support (#224)Daniel Friesel-1/+11
2016-01-08options.c: Use help.inc, not help.raw (the latter isn't formatted properly)Daniel Friesel-1/+1
2016-01-07Changes:William Woodruff-2/+4
* Added an --insecure option to disable host/peer verification in libcurl. This allows feh to load images on HTTPS hosts with self-signed certificates. For security, this is not the default. * Fixed an include in show_usage.
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
The following adds the ability, when using `feh` as a background setter, to use a specific Xinerama screen to render a provided image. Along with the provided '--bg-*' option, the '--xinerama-index' argument will be used to identify the index of the detected Xinerama screen to use. Signed-off-by: James Knight <james.d.knight@live.com>
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
this introduces a bug in feh_wm_set_bg, which will be fixed in the next commit (only applies when run without HOME)
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
Sort filelist by modification time, newer files first. Useful for perusing a directory of images by most recently added or changed.
2013-01-30Add option and keybinding to keep zoom and viewport settings.Daniel Friesel-0/+4
Patch by sdaau on IRC. Thanks!
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
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-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