summaryrefslogtreecommitdiff
path: root/src/slideshow.c
AgeCommit message (Collapse)AuthorLines
2010-11-30slideshow.c: Fix segfault after encountering multiple invalid images in a rowDaniel Friesel-1/+5
2010-07-17--debug-level → --debugDaniel Friesel-1/+1
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-26/+12
2010-06-09Use SIGUSR1/SIGUSR2 in slideshow mode to change imagesDaniel Friesel-0/+4
2010-06-07Allow specifying slideshow-delay while starting the slideshow in paused modeDaniel Friesel-2/+2
Set --slideshow-delay to a negative value to achieve that. In that case, the actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5 seconds but starts paused. Closes: GH-4 <http://github.com/derf/feh/issues#issue/4>
2010-05-03Make --start-at work with filenames instead of list positionsDaniel Friesel-7/+12
2010-03-26Patch by muennich: Correctly set [Paused] window titleDaniel Friesel-9/+2
2010-03-25Actually detect an empty filelistDaniel Friesel-16/+7
This fixes imlib2 warnings (and occasional X errors/segfaults), which used to occur when all files in feh's filelist were suddenly deleted by an external application. Now, feh simply quits with "No more slides in show" (which makes more sense, IMHO).
2010-03-24Fix segfault related to the random slideshow jump featureDaniel Friesel-1/+3
2010-03-23Implement random slideshow jump ('z')Decklin Foster-0/+3
2010-02-13Print an error if 's' button (slidehsow_save_image) failsDaniel Friesel-1/+5
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-521/+453
2010-02-07slideshow.c: Update comment (again)Daniel Friesel-7/+8
2010-02-07Update "No more slides in show" commentDaniel Friesel-2/+8
2010-02-07Don't die after three unloadable images. We'l see if this actually breaks ↵Daniel Friesel-1/+1
something.
2010-02-05Apply 02_changeset_r53_slideshow_fix.patch from DebianDaniel Friesel-1/+1
2010-02-05Apply 02_changeset_r46_compilation_fixes.patch from DebianDaniel Friesel-1/+1
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+582