- Jul 08, 2019
-
-
Birte Kristina Friesel authored
That part slipped through while reviewing the PR...
-
- Apr 18, 2019
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 12, 2019
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 05, 2019
-
-
Birte Kristina Friesel authored
Closes #463
-
- Mar 26, 2019
-
-
Birte Kristina Friesel authored
-
- Mar 15, 2019
-
-
Elaina Martineau authored
-
- Mar 14, 2019
-
-
Elaina Martineau authored
-
- Feb 14, 2019
-
-
Birte Kristina Friesel authored
-
- Feb 11, 2019
-
-
Birte Kristina Friesel authored
Otherwise, several --info switches will not properly override each other
-
Birte Kristina Friesel authored
This fixes "feh -D -1 -D 1" and similar starting the slideshow in paused mode even though the last -D option specifies autostart.
- Feb 08, 2019
-
-
Birte Kristina Friesel authored
Closes #456 Note that --randomize and directory names are not saved in fehbg. It only contains the command line needed to recreate the wallpaper setup which resulted from its invocation, i.e., after randomization etc. have been applied. This is intentional.
-
- Feb 01, 2019
-
-
Birte Kristina Friesel authored
closes #458
-
- Jan 21, 2019
-
-
guraga authored
Use "extern volatile" instead of "volatile extern" to avoid "gcc" warning "'extern' is not at beginning of declaration [-Wold-style-declaration]".
-
- Dec 23, 2018
-
-
Birte Kristina Friesel authored
-
Pavel Shlyak authored
ft is already checked on line 153 so this condition is useless. Check https://github.com/derf/feh/issues/440 for more details
-
- Dec 22, 2018
-
-
Pavel Shlyak authored
It is a naive way of fixing it :) Needs attentive review
-
- 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.
-
- Nov 29, 2018
-
-
Birte Kristina Friesel authored
See also #435
-
- Nov 23, 2018
-
-
Birte Kristina Friesel authored
-
- Nov 19, 2018
-
-
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
-
- Nov 18, 2018
-
-
Birte Kristina Friesel authored
This more closely resembles the expected behaviour of --start-at, but may lead to mismatches if several files in the filelist have the same basename. Closes #206 Related to #372 and #420
-
Birte Kristina Friesel authored
-
- Nov 09, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Nov 08, 2018
-
-
Birte Kristina Friesel authored
This is in line with other software. save_filelist now defaults to "L".
-
- Nov 05, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Nov 04, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Oct 17, 2018
-
-
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.)
-
- Oct 04, 2018
-
-
Olof-Joachim Frahm authored
-
- Oct 02, 2018
-
-
Olof-Joachim Frahm authored
-
Olof-Joachim Frahm authored
-
- Sep 20, 2018
-
-
Birte Kristina Friesel authored
-