Age | Commit message (Expand) | Author | Lines |
2022-01-03 | Trim trailing whitespace | a1346054 | -1/+1 |
2021-02-28 | Merge pull request #531 from Ferada/fix-some-warnings | Daniel Friesel | -1/+2 |
2021-01-24 | free opt.start_list_at before NULLing it | Daniel Friesel | -0/+2 |
2021-01-09 | distinguish between "missing magic bytes" and "no Imlib 2 loader" errors | Daniel Friesel | -1/+1 |
2020-12-05 | free accompanying EXIF data when freeing an image | Daniel Friesel | -0/+12 |
2020-08-28 | Fix segmentation fault when combining --multiwindow and --reload | Daniel Friesel | -36/+43 |
2020-06-16 | change play/pause to playing/paused to improve UX | reiseb | -2/+2 |
2020-06-16 | fix indentation (all tabs) | reiseb | -8/+8 |
2020-06-16 | add option 'a' to show play/paused information in slideshow mode | reiseb | -0/+8 |
2020-05-29 | Fix some warnings from `gcc`. | Olof-Joachim Frahm | -1/+2 |
2020-04-11 | update copyright | Daniel Friesel | -1/+1 |
2020-03-30 | move feh_reload_image to imlib.c (next to feh_load_image) | Daniel Friesel | -76/+0 |
2019-04-05 | Correctly round human-readable file size | Daniel Friesel | -2/+2 |
2018-11-18 | --start-at: Compare basenames if exact match failed | Daniel Friesel | -0/+46 |
2018-11-18 | Make slideshow_save_image work again when opt.output_dir is unset | Daniel Friesel | -2/+7 |
2018-11-18 | Merge branch 'output-directory-for-image-saving' of https://github.com/Ferada... | Daniel Friesel | -3/+6 |
2018-10-17 | Use random() instead of rand() to increase portability | Daniel Friesel | -1/+1 |
2018-10-03 | Use output directory for image saving command. | Olof-Joachim Frahm | -3/+6 |
2018-08-29 | This will fix 'jump_last' and 'jump_first' when using no-cycle | ulteq | -1/+3 |
2018-08-29 | Merge branch 'no-cycle' of https://github.com/ulteq/feh into ulteq-no-cycle | Daniel Friesel | -4/+11 |
2018-08-24 | combine --no-cycle and --cycle-once into --on-last-slide={quit,hold} | Daniel Friesel | -5/+5 |
2018-08-24 | Add --no-cycle option | ulteq | -0/+7 |
2018-08-18 | Prevent the premature abort of the automatic-slideshow if only one image is t... | ulteq | -2/+3 |
2018-06-27 | Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ulteq-simpl... | Daniel Friesel | -45/+2 |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 |
2018-04-04 | Add %g and %Z format specifiers (closes #391) | Daniel Friesel | -0/+12 |
2018-03-10 | Simplify --keep-zoom-vp handling | ulteq | -37/+0 |
2018-03-10 | Fix window auto-resize with --keep-zoom-vp enabled | ulteq | -8/+2 |
2018-02-28 | Merge branch 'fix-no-files-found-on-reload' of https://github.com/Ferada/feh ... | Daniel Friesel | -0/+4 |
2018-02-25 | Fix segfault when using %m format specifier in slideshow mode | Daniel Friesel | -1/+1 |
2018-02-14 | Only check image dimensions on the fly in multiwindow and slideshow mode | Daniel Friesel | -8/+6 |
2018-02-14 | Merge branch 'dimension-pruning-without-preload' of https://github.com/ulteq/... | Daniel Friesel | -6/+12 |
2018-01-24 | Simplify window title generation | ulteq | -47/+9 |
2018-01-19 | Removes unnecessary code | ulteq | -7/+1 |
2018-01-14 | Handle --min-dimension and --max-dimension without preload | ulteq | -6/+12 |
2018-01-03 | Add files from file list file on reload. | Olof-Joachim Frahm | -0/+4 |
2017-10-03 | Make shell_escape available as a generic utility function | Daniel Friesel | -23/+0 |
2017-02-23 | Fix memory leak when closing images opened from thumbnail mode | Daniel Friesel | -0/+1 |
2017-01-12 | Pass windidget to feh_action_run, making it possible to use format specifiers | ANogin | -2/+2 |
2017-01-11 | rewrite window title whenever the image is rendered (closes #266) | Daniel Friesel | -0/+2 |
2016-08-21 | reload timer: always call prepare_filelist for sorting etc (closes #200) | Daniel Friesel | -2/+2 |
2016-06-06 | next/priv directory: Use PATH_MAX instead of FEH_MAX_DIRNAME_LEN | Daniel Friesel | -6/+6 |
2016-05-28 | Add prev_dir and next_dir navigation actions | guns | -0/+38 |
2015-06-26 | Merge pull request #185 from shiponi/master | Daniel Friesel | -1/+6 |
2015-04-07 | fix gib_imlib_save_image_with_error_return in imported giblib code | Daniel Friesel | -1/+1 |
2015-03-08 | slideshow: When removing last image, stay on the last image | Lior Shiponi | -1/+6 |
2014-08-03 | make all opt.verbose messages print to stderr | Noah Birnel | -1/+1 |
2014-05-11 | feh_printf: Fix buffer overflow when handling unknown format specifiers | Daniel Friesel | -1/+2 |
2014-05-06 | Fix dead code found by LLVM's scan-build utility | Daniel Friesel | -1/+1 |
2014-04-10 | re-randomize after list is through | Roland Angerer | -1/+7 |