summaryrefslogtreecommitdiff
path: root/src/signals.c
AgeCommit message (Collapse)AuthorLines
2011-09-01Revert "feh_reload_image: Always die if reload failed"Daniel Friesel-1/+1
This reverts commit 8b79bc33f37db12cbb672bdb47dcfeb0f2030bce.
2011-08-31feh_reload_image: Always die if reload failedDaniel Friesel-1/+1
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.
2011-08-11Show correct file number after deleting imageDaniel 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-16feh_reload_image: Work around broken Imlib2 caching (closes #39)Daniel Friesel-1/+0
2011-04-12multiwindow mode: reload all images with USR1/USR2 (not perfect yet)Daniel Friesel-0/+6
2010-06-16signals.c: Initialise sa_flags, just to be safeDaniel Friesel-1/+2
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-7/+4
2010-06-09error checking in signals.c + Add signals to documentationDaniel Friesel-5/+16
2010-06-09Use SIGUSR1/SIGUSR2 in slideshow mode to change imagesDaniel Friesel-0/+63