- 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
-
- Jul 17, 2010
-
-
Birte Kristina Friesel authored
-
- Jul 09, 2010
-
-
Birte Kristina Friesel authored
-
- Jul 08, 2010
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jul 04, 2010
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jun 25, 2010
-
-
Birte Kristina Friesel authored
-
- Jun 19, 2010
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jun 16, 2010
-
-
Birte Kristina Friesel authored
-
- Jun 10, 2010
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jun 07, 2010
-
-
Birte Kristina Friesel authored
Set --slideshow-delay to a negative value to achieve that. In that case, the actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5 seconds but starts paused. Closes: GH-4 <http://github.com/derf/feh/issues#issue/4>
-
- Jun 01, 2010
-
-
Birte Kristina Friesel authored
This makes the tests also work on systems which don't run X.
-
- May 31, 2010
-
-
Birte Kristina Friesel authored
See ChangeLog / man/feh.1 "--thumb-redraw" for more
-
- May 30, 2010
-
-
Birte Kristina Friesel authored
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates.
-
Birte Kristina Friesel authored
(This was actually meant to be included in f4420709)
-
Birte Kristina Friesel authored
-