Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-08-11 | Show correct file number after deleting image | Daniel Friesel | -2/+2 | |
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. | ||||
2011-04-16 | feh_reload_image: Work around broken Imlib2 caching (closes #39) | Daniel Friesel | -1/+0 | |
2011-04-12 | multiwindow mode: reload all images with USR1/USR2 (not perfect yet) | Daniel Friesel | -0/+6 | |
2010-06-16 | signals.c: Initialise sa_flags, just to be safe | Daniel Friesel | -1/+2 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -7/+4 | |
2010-06-09 | error checking in signals.c + Add signals to documentation | Daniel Friesel | -5/+16 | |
2010-06-09 | Use SIGUSR1/SIGUSR2 in slideshow mode to change images | Daniel Friesel | -0/+63 | |