- Sep 13, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 29, 2011
-
-
Birte Kristina Friesel authored
* remove unused variable Im1 in filelist.c * options are initialised as 0, so only explicitly set those to 0 for which it makes sense because of their context * Make a few warnings about wrong option combinations fatal
-
- Aug 24, 2011
-
-
Birte Kristina Friesel authored
Note that read_filelist used to check if its argument was an image (for people accidentaly typing "feh -df *" instead of "feh -dF *"); this was removed because it failed on /dev/stdin. I might re-add it, but I'm not yet sure about the future of feh's automatic filelist saving.
-
- Aug 23, 2011
-
-
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 15, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 13, 2011
-
-
Yu-Jie Lin authored
-
- Aug 10, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 01, 2011
-
-
Birte Kristina Friesel authored
-
- Jun 07, 2011
-
-
Birte Kristina Friesel authored
-
- May 11, 2011
-
-
Birte Kristina Friesel authored
-
- May 10, 2011
-
-
Birte Kristina Friesel authored
This fixes a really weird bug where continued theme definitions containing just one option/value pair caused feh to mis-parse parts of the following line. Apparently, subsequent realloc calls mixed with strdups in another function caused parts of the list (argv) content to be overwritten by the content of the list pointer itself. I wasn't able to find out the exact causes / conditions.
-
- Apr 30, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 27, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 26, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 16, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 01, 2011
-
-
Birte Kristina Friesel authored
-
- Mar 21, 2011
-
-
Birte Kristina Friesel authored
-
- Mar 19, 2011
-
-
Birte Kristina Friesel authored
-
- Mar 02, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 27, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 16, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Feb 15, 2011
-
-
Andrew Potter authored
-
- Jan 29, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 25, 2011
-
-
Birte Kristina Friesel authored
In feh_parse_option_array, when a hold-action is set from a theme it would behave differently than one set from commandline. Theme: ;;foo would become foo (incorrect) cmdline: ;;foo would become ;foo (correct) I doubt anybody would ever have noticed it, since ;foo is a shell syntax error anyways, but it's definitely better to be on the safe side.
-
- Jan 24, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 23, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 22, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 17, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 15, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jan 14, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 14, 2010
-
-
Birte Kristina Friesel authored
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible.
-
- Sep 10, 2010
-
-
Birte Kristina Friesel authored
-
- Sep 05, 2010
-
-
Levi Smith authored
Option --action-hold-slide. If specified, when in slideshow mode images will not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
-
- Aug 27, 2010
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-