summaryrefslogtreecommitdiff
path: root/src/slideshow.c
AgeCommit message (Expand)AuthorLines
2018-11-18--start-at: Compare basenames if exact match failedDaniel Friesel-0/+46
2018-11-18Make slideshow_save_image work again when opt.output_dir is unsetDaniel Friesel-2/+7
2018-11-18Merge branch 'output-directory-for-image-saving' of https://github.com/Ferada...Daniel Friesel-3/+6
2018-10-17Use random() instead of rand() to increase portabilityDaniel Friesel-1/+1
2018-10-03Use output directory for image saving command.Olof-Joachim Frahm-3/+6
2018-08-29This will fix 'jump_last' and 'jump_first' when using no-cycleulteq-1/+3
2018-08-29Merge branch 'no-cycle' of https://github.com/ulteq/feh into ulteq-no-cycleDaniel Friesel-4/+11
2018-08-24combine --no-cycle and --cycle-once into --on-last-slide={quit,hold}Daniel Friesel-5/+5
2018-08-24Add --no-cycle optionulteq-0/+7
2018-08-18Prevent the premature abort of the automatic-slideshow if only one image is t...ulteq-2/+3
2018-06-27Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ulteq-simpl...Daniel Friesel-45/+2
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-04-04Add %g and %Z format specifiers (closes #391)Daniel Friesel-0/+12
2018-03-10Simplify --keep-zoom-vp handlingulteq-37/+0
2018-03-10Fix window auto-resize with --keep-zoom-vp enabledulteq-8/+2
2018-02-28Merge branch 'fix-no-files-found-on-reload' of https://github.com/Ferada/feh ...Daniel Friesel-0/+4
2018-02-25Fix segfault when using %m format specifier in slideshow modeDaniel Friesel-1/+1
2018-02-14Only check image dimensions on the fly in multiwindow and slideshow modeDaniel Friesel-8/+6
2018-02-14Merge branch 'dimension-pruning-without-preload' of https://github.com/ulteq/...Daniel Friesel-6/+12
2018-01-24Simplify window title generationulteq-47/+9
2018-01-19Removes unnecessary codeulteq-7/+1
2018-01-14Handle --min-dimension and --max-dimension without preloadulteq-6/+12
2018-01-03Add files from file list file on reload.Olof-Joachim Frahm-0/+4
2017-10-03Make shell_escape available as a generic utility functionDaniel Friesel-23/+0
2017-02-23Fix memory leak when closing images opened from thumbnail modeDaniel Friesel-0/+1
2017-01-12Pass windidget to feh_action_run, making it possible to use format specifiersANogin-2/+2
2017-01-11rewrite window title whenever the image is rendered (closes #266)Daniel Friesel-0/+2
2016-08-21reload timer: always call prepare_filelist for sorting etc (closes #200)Daniel Friesel-2/+2
2016-06-06next/priv directory: Use PATH_MAX instead of FEH_MAX_DIRNAME_LENDaniel Friesel-6/+6
2016-05-28Add prev_dir and next_dir navigation actionsguns-0/+38
2015-06-26Merge pull request #185 from shiponi/masterDaniel Friesel-1/+6
2015-04-07fix gib_imlib_save_image_with_error_return in imported giblib codeDaniel Friesel-1/+1
2015-03-08slideshow: When removing last image, stay on the last imageLior Shiponi-1/+6
2014-08-03make all opt.verbose messages print to stderrNoah Birnel-1/+1
2014-05-11feh_printf: Fix buffer overflow when handling unknown format specifiersDaniel Friesel-1/+2
2014-05-06Fix dead code found by LLVM's scan-build utilityDaniel Friesel-1/+1
2014-04-10re-randomize after list is throughRoland Angerer-1/+7
2013-05-31fix some clang warningsDaniel Friesel-22/+22
2013-05-09fix feh_printf buffer overflowsDaniel Friesel-24/+24
2013-05-06Add %L format code (temporary copy of filelist)David Gowers-0/+13
2013-01-30Add option and keybinding to keep zoom and viewport settings.Daniel Friesel-3/+47
2012-12-06work around last image deletion bug with --cycle-once (closes #107)Daniel Friesel-0/+8
2012-11-13Add %V format specifier (returns feh PID) - patch by 0ion9, closse #109Daniel Friesel-0/+4
2012-09-12print imlib2 error strings when save failedDaniel Friesel-1/+1
2012-09-12Proper workaround for broken gib_imlib_save_image_with_error_returnDaniel Friesel-7/+1
2012-08-12Add %o, %r and %z format specifiers (see #95)Daniel Friesel-33/+52
2012-07-18slideshow: -D and -R need not be mutually exclusiveDaniel Friesel-1/+1
2012-03-13slideshow_change_image: do not jump to current image on random jump (closes #85)Daniel Friesel-2/+5
2012-03-13Experimental code to limit imagemagick convert runtime (see #82)Daniel Friesel-2/+0
2012-03-01quiet/verbose adjustmentsDaniel Friesel-1/+1