- Sep 28, 2011
-
-
Birte Kristina Friesel authored
-
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 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 18, 2011
-
-
Birte Kristina Friesel authored
An action may be used to alter the image or specific parts of it displayed by --info, so if a user invokes an action with hold_action set, the image and all relevant information must be reloaded.
-
- Aug 11, 2011
-
-
Birte Kristina Friesel authored
In the image_remove function, slideshow_change_image needs to be called before removing the image from the filelist. Because of this, the "x of y" displayed by --draw-filename is wrong (y is 1 too high). This commit introduces a new 'render' argument to slideshow_chingae_image. The image_remove function calls it with render=0, edits the filelist and then runs by winwidget_render_image itself. Patch by Yu-Jie Lin.
-
Birte Kristina Friesel authored
-
- Aug 10, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 09, 2011
-
-
Birte Kristina Friesel authored
-
Yu-Jie Lin authored
-
- Aug 02, 2011
-
-
Birte Kristina Friesel authored
-
- Jul 31, 2011
-
-
Yu-Jie Lin authored
Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com>
-
Yu-Jie Lin authored
A page is the window width or height. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com>
-
- Jun 07, 2011
-
-
Birte Kristina Friesel authored
-
- May 10, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- May 02, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 30, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 26, 2011
-
-
Birte Kristina Friesel authored
-
- Mar 21, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 26, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 25, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 22, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 17, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jan 16, 2011
-
-
Birte Kristina Friesel authored
-
- Jan 15, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jan 14, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jan 13, 2011
-
-
Birte Kristina Friesel authored
-
- Dec 30, 2010
-
-
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.
-