- Feb 05, 2012
-
-
Dennis Real authored
- fixed uninitialized pointer in thumbnail mode - added nikon lens info if available
-
- Jan 27, 2012
-
-
Birte Kristina Friesel authored
-
- Jan 25, 2012
-
-
Birte Kristina Friesel authored
-
- Jan 02, 2012
-
-
Birte Kristina Friesel authored
-
- Oct 24, 2011
-
-
Birte Kristina Friesel authored
-
- Oct 09, 2011
-
-
Birte Kristina Friesel authored
-
- Oct 03, 2011
-
-
Birte Kristina Friesel authored
Required e.g. for feh --preload --thumbnails
-
- Sep 28, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 12, 2011
-
-
Birte Kristina Friesel authored
This fixes a "memory leak" (though strictly speaking it is none) when using feh --reload on http URLs.
-
- Sep 02, 2011
-
-
Birte Kristina Friesel authored
fixes valgrind warning about use of uninitialized values
-
Birte Kristina Friesel authored
-
- Sep 01, 2011
-
-
Birte Kristina Friesel authored
This reverts commit 8b79bc33.
-
- Aug 31, 2011
-
-
Birte Kristina Friesel authored
This fixes a segfault in --reload when the image becomes unloadable while feh is running. Note that this does not affect --reload with more than one file: If the current image is removed, feh will simply jump to the next image. feh will only quit if the file still exists, but can no longer be loaded.
-
- Aug 23, 2011
-
-
Birte Kristina Friesel authored
feh_draw_info used to iterate line-wise over the info output, but now we need to cache it somewhere to get the length of the longest line.
-
Birte Kristina Friesel authored
The info text used to be located 2px away from the bottom / left edges. Now that --draw-tinted has been implemented, that leaves us with an ugly edge, so move it directly to the edge.
-
Birte Kristina Friesel authored
By default, feh draws white text with a black drop-shadow, which is well readable in most, but not all cases. The --draw-tinted option draws a semi-transparent black box around all texts. This improves readability, but does not look as nice, so it won't become default behaviour. It was suggested to use #7f7f7f7f for the background, but I decided that for small images surrounded by a black border.
-
- Aug 18, 2011
-
-
Birte Kristina Friesel authored
feh_draw_info used to unconditionally swallow the last character of a line, assuming that it must be a newline. However, the very last line of a program's output may not end in a newline, in which case its last output character was omitted.
-
- Aug 09, 2011
-
-
Yu-Jie Lin authored
-
- May 31, 2011
-
-
Birte Kristina Friesel authored
-
- May 12, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 30, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 27, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 26, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 22, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 16, 2011
-
-
Andrew Potter authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Feb 15, 2011
-
-
Andrew Potter authored
-
Andrew Potter authored
-
Andrew Potter authored
-
- Feb 09, 2011
-
-
Birte Kristina Friesel authored
This prevents a (highly unlikely) case of an attacker knowing feh's PID and the user's URL rewriting user files by means of a TOCTTOU attack. It is still possible to _create_ arbitrary files via dangling symlinks. That will be fixed once I switch from wget to libcurl.
-
- Jan 17, 2011
-
-
Birte Kristina Friesel authored
-
- Dec 04, 2010
-
-
Pascal Bleser authored
Signed-off-by:
Daniel Friesel <derf@finalrewind.org>
-
- Nov 07, 2010
-
-
Birte Kristina Friesel authored
-
- Oct 03, 2010
-
-
Birte Kristina Friesel authored
-