- 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
-
Birte Kristina Friesel authored
gib_imlib_save_image_with_error_return was used, but it tries to set the Imlib image format by examining the filename to save to. However, it only supports lowercase file endings (as in .jpg) and breaks with others (like .JPG). Since giblib is unmaintained, for now the fix is only used here.
-
- Aug 09, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Yu-Jie Lin authored
-
- Aug 04, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 03, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 02, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 01, 2011
-
-
Birte Kristina Friesel authored
-
- Jul 31, 2011
-
-
Birte Kristina Friesel authored
add scroll by page actions
-
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>
-
- Jul 20, 2011
-
-
Birte Kristina Friesel authored
-
- Jul 04, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jul 03, 2011
-
-
Birte Kristina Friesel authored
-
- Jun 07, 2011
-
-
Birte Kristina Friesel authored
-
- Jun 06, 2011
-
-
Birte Kristina Friesel authored
-
- May 31, 2011
-
-
Birte Kristina Friesel authored
-
- May 30, 2011
-
-
Birte Kristina Friesel authored
-
- May 24, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- May 23, 2011
-
-
Birte Kristina Friesel authored
-
- May 19, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- May 12, 2011
-
-
Birte Kristina Friesel authored
-
- May 11, 2011
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
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.
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-