- Aug 10, 2011
-
-
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
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Note that feh does not try to convert encodings or anything. It expects filenames to be in UTF8 and passe them on to NET_WM_NAME and NET_WM_ICON NAME. The only new thing is that it now also sets _NET_WM_NAME and _NET_WM_ICON_NAME and explicitly tells X11 that they are in UTF-8. Again, no recode, if you use UTF-8 filesystems (which you should), everything is fine.
-
- May 09, 2011
-
-
Birte Kristina Friesel authored
-