summaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorLines
2019-02-11Unset "draw info" flag when encountering --info ';whatever'Daniel Friesel-2/+4
2019-02-11Unset "start paused" flag on positive slideshow delayDaniel Friesel-0/+2
2019-02-01Remove dead codeDaniel Friesel-2/+0
2018-12-23options.c: Note that sscanf calls are safeDaniel Friesel-0/+9
2018-11-19--start-at: Auto-load directory when no other files are specifiedDaniel Friesel-0/+13
2018-11-09options.c: Remove '-)' (belonged to menu-bg)Daniel Friesel-1/+1
2018-11-05Remove no longer present -c option from stroptsDaniel Friesel-1/+1
2018-11-05Remove deprecated option --menu-bgDaniel Friesel-7/+0
2018-11-05Remove deprecated --cycle-once optionDaniel Friesel-5/+0
2018-11-04Disable in-place editing by defaultDaniel Friesel-4/+4
2018-11-04Merge branch 'no-inplace-edit' of https://github.com/ulteq/feh into ulteq-no-...Daniel Friesel-0/+4
2018-11-04Merge branch 'remove-collage-mode' of https://github.com/Ferada/feh into Fera...Daniel Friesel-11/+1
2018-11-04Show verscmp status in --version outputDaniel Friesel-0/+4
2018-10-02Actually remove collage mode after ~7 years.Olof-Joachim Frahm-11/+1
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
2018-08-22Add an option to disable inplace editulteq-0/+4
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 ulteq-simpl...Daniel Friesel-0/+1
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-03-10Allow empty string as --geometry argumentulteq-0/+1
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
2018-03-03Utilize dcraw to preview RAW filesulteq-0/+5
2018-02-28Merge branch 'natural-sort' of https://github.com/ulteq/feh into ulteq-natura...Daniel Friesel-0/+4
2018-02-27Merge branch 'custom-background-color' of https://github.com/ulteq/feh into u...Daniel Friesel-8/+1
2018-02-14Only check image dimensions on the fly in multiwindow and slideshow modeDaniel Friesel-0/+2
2018-02-09parse_options_from_string: only leave quote if start and end character matchDaniel Friesel-4/+6
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
2017-12-07Compile with std=c11 and set appropriate glibc feature test macrosDaniel Friesel-0/+1
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
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
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
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