Skip to content
Snippets Groups Projects
  1. Jun 15, 2020
    • Tim van der Molen's avatar
      Enable --version-sort on systems without strverscmp() · 5e4c6de7
      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.
      5e4c6de7
  2. Apr 11, 2020
  3. Dec 04, 2018
  4. Oct 02, 2018
  5. Sep 20, 2018
  6. Aug 05, 2018
  7. May 11, 2018
  8. Mar 07, 2018
  9. Feb 28, 2018
  10. Feb 14, 2018
  11. Jan 23, 2018
  12. Jan 14, 2018
  13. Aug 24, 2017
  14. Jun 06, 2016
  15. May 28, 2016
    • guns's avatar
      New sort option: dirname · 7db8895f
      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.
      7db8895f
  16. Feb 18, 2016
  17. Apr 07, 2015
  18. Aug 03, 2014
  19. Apr 14, 2014
  20. Dec 29, 2013
  21. Dec 03, 2013
  22. Feb 08, 2013
  23. Feb 01, 2013
  24. Jan 30, 2013
    • guns's avatar
      New sort option: mtime · 4fae6007
      guns authored
      Sort filelist by modification time, newer files first. Useful for
      perusing a directory of images by most recently added or changed.
      4fae6007
  25. Oct 13, 2012
  26. Aug 27, 2012
  27. Mar 01, 2012
  28. Feb 06, 2012
    • Birte Kristina Friesel's avatar
      EXIF fixes by reald (closes #80) · b1e497e7
      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
      b1e497e7
  29. Feb 05, 2012
  30. Jan 27, 2012
  31. Jan 26, 2012
  32. Oct 09, 2011
Loading