Skip to content
Snippets Groups Projects
  1. Jul 08, 2019
  2. Apr 18, 2019
  3. Apr 12, 2019
  4. Apr 05, 2019
  5. Mar 26, 2019
  6. Mar 15, 2019
  7. Mar 14, 2019
  8. Feb 14, 2019
  9. Feb 11, 2019
  10. Feb 08, 2019
  11. Feb 01, 2019
  12. Jan 21, 2019
    • guraga's avatar
      Update "src/signals.h" · fa10dc1e
      guraga authored
      Use "extern volatile" instead of "volatile extern" to avoid "gcc" warning "'extern' is not at beginning of declaration [-Wold-style-declaration]".
      fa10dc1e
  13. Dec 23, 2018
  14. Dec 22, 2018
  15. Dec 04, 2018
  16. Nov 29, 2018
  17. Nov 23, 2018
  18. Nov 19, 2018
    • Birte Kristina Friesel's avatar
      --start-at: Auto-load directory when no other files are specified · 391a9bfd
      Birte Kristina Friesel authored
      This changes the behaviour of "feh --start-at FILENAME" as follows:
      
      Previously, this would cause feh to load all files in the current
      working directory, since no files or filelists were specified on the command
      line.
      
      Now this is a special case: feh will extract the directory component from
      FILENAME, load all files in that directory, and display FILENAME.
      This way, it's possible to use "feh --start-at ~%f" in XDG Desktop files
      and browse files in feh using the prev/next keys
      
      Closes #372
      Closes #420
      391a9bfd
  19. Nov 18, 2018
  20. Nov 09, 2018
  21. Nov 08, 2018
  22. Nov 05, 2018
  23. Nov 04, 2018
  24. Oct 17, 2018
    • Birte Kristina Friesel's avatar
      Use random() instead of rand() to increase portability · 9803fc41
      Birte Kristina Friesel authored
      Quoting glibc rand(3):
      
      The  versions  of rand() and srand() in the Linux C Library use the same random
      number generator as random(3) and srandom(3), so the lower-order bits should be
      as  random  as  the  higher-order bits.   However,  on  older  rand()
      implementations, and on current implementations on different systems, the
      lower-order bits are much less random than the higher-order bits.  Do not use
      this function in applications intended to be portable when good randomness is
      needed.  (Use random(3) instead.)
      9803fc41
  25. Oct 04, 2018
  26. Oct 02, 2018
  27. Sep 20, 2018
Loading