Skip to content
Snippets Groups Projects
  1. Jul 23, 2021
  2. Jan 25, 2021
  3. Jan 24, 2021
  4. Dec 24, 2020
  5. 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
  6. May 29, 2020
  7. Apr 11, 2020
  8. Dec 04, 2018
  9. Oct 02, 2018
  10. Sep 20, 2018
  11. Aug 05, 2018
  12. May 11, 2018
  13. Mar 07, 2018
  14. Feb 28, 2018
  15. Feb 14, 2018
  16. Jan 23, 2018
  17. Jan 14, 2018
  18. Aug 24, 2017
  19. Jun 06, 2016
  20. 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
  21. Feb 18, 2016
  22. Apr 07, 2015
  23. Aug 03, 2014
  24. Apr 14, 2014
  25. Dec 29, 2013
  26. Dec 03, 2013
  27. Feb 08, 2013
  28. Feb 01, 2013
  29. 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
  30. Oct 13, 2012
  31. Aug 27, 2012
  32. Mar 01, 2012
  33. 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
  34. Feb 05, 2012
Loading