- Jul 23, 2021
-
-
Calling feh with an empty argument leads to out of boundary access. This can be seen best when compiled with asan: $ feh ""
-
- Jan 25, 2021
-
-
Birte Kristina Friesel authored
Closes #584
-
- Jan 24, 2021
-
-
Birte Kristina Friesel authored
Closes #584
-
- Dec 24, 2020
-
-
Birte Kristina Friesel authored
Closes #577
-
- Jun 15, 2020
-
-
Tim van der Molen authored
The --version-sort option requires strverscmp(), but this is a glibc extension that does not exist on OpenBSD and other systems. To enable --version-sort on those systems, provide an internal implementation of strverscmp(). The implementation is from the musl C library and is MIT-licensed. The build process remains the same: the verscmp flag should be set to 1 only if strverscmp() is available in libc. If verscmp is 0, then the internal implementation is used.
-
- May 29, 2020
-
-
Olof-Joachim Frahm authored
-
- Apr 11, 2020
-
-
Birte Kristina Friesel authored
-
- Dec 04, 2018
-
-
Birte Kristina Friesel authored
sig_exit may be changed by a signal handler, so its value should always be read from RAM.
-
- Oct 02, 2018
-
-
Olof-Joachim Frahm authored
-
- Sep 20, 2018
-
-
Birte Kristina Friesel authored
-
- Aug 05, 2018
-
-
Birte Kristina Friesel authored
-
- May 11, 2018
-
-
Birte Kristina Friesel authored
-
- Mar 07, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 28, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 14, 2018
-
-
Birte Kristina Friesel authored
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.
-
- Jan 23, 2018
-
-
ulteq authored
-
- Jan 14, 2018
-
-
ulteq authored
This will (by default) check the image dimension on-the-fly, but you can still do it beforehand by specifying the preload flag.
-
- Aug 24, 2017
-
-
Sven Willner authored
-
- Jun 06, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
This is kinda sloppy coding (feh --filelist and --bg-* will fail when running on a system with path lengths >= 4096 and PATH_MAX not defined), but that's sufficiently improbable to be okay. (plus, I ain't getting paid for this, so if you want to improve it feel free to do so)
-
- May 28, 2016
-
-
guns authored
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.
-
- Feb 18, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 07, 2015
-
-
Birte Kristina Friesel authored
-
- Aug 03, 2014
-
-
Noah Birnel authored
manually changed in collage, imlib, filelist, thumbnail, slideshow, index feh_display_status also changed
-
- Apr 14, 2014
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Dec 29, 2013
-
-
Michael Vorburger authored
-
- Dec 03, 2013
-
-
Birte Kristina Friesel authored
This means it will be treated like an HTTP image (no write operations, copying to /tmp etc), but it's still better than no file:// support. Also, this is why it's not documented yet.
-
- Feb 08, 2013
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Feb 01, 2013
-
-
Birte Kristina Friesel authored
-
- Jan 30, 2013
-
-
guns authored
Sort filelist by modification time, newer files first. Useful for perusing a directory of images by most recently added or changed.
-
- Oct 13, 2012
-
-
Birte Kristina Friesel authored
-
- Aug 27, 2012
-
-
Birte Kristina Friesel authored
-
- Mar 01, 2012
-
-
Birte Kristina Friesel authored
-
- Feb 06, 2012
-
-
Birte Kristina Friesel authored
commit 9c8226a1 Merge: e4483e5e 132ecc0f Author: Dennis Real <github@tildepipe.org> Date: Sun Feb 5 17:24:17 2012 +0100 Merge branch 'master' of ssh://github.com/reald/feh commit e4483e5e Author: Dennis Real <github@tildepipe.org> Date: Sun Feb 5 16:56:29 2012 +0100 - improved handling of images which have exif tags but not ours - fixed uninitialized pointer in thumbnail mode - added nikon lens info if available commit 132ecc0f Author: Dennis Real <github@tildepipe.org> Date: Sun Feb 5 16:56:29 2012 +0100 - improved handling of images which have exif tags but not ours - fixed uninitialzed pointer in thumbnail mode - added nikon lens info if available
-
- Feb 05, 2012
-
-
Dennis Real authored
- fixed uninitialized pointer in thumbnail mode - added nikon lens info if available
-
Dennis Real authored
- fixed uninitialzed pointer in thumbnail mode - added nikon lens info if available
-