Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-07-17 | --debug-level → --debug | Daniel Friesel | -1/+1 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -26/+12 | |
2010-06-09 | Use SIGUSR1/SIGUSR2 in slideshow mode to change images | Daniel Friesel | -0/+4 | |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel 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-03 | Make --start-at work with filenames instead of list positions | Daniel Friesel | -7/+12 | |
2010-03-26 | Patch by muennich: Correctly set [Paused] window title | Daniel Friesel | -9/+2 | |
2010-03-25 | Actually detect an empty filelist | Daniel 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-24 | Fix segfault related to the random slideshow jump feature | Daniel Friesel | -1/+3 | |
2010-03-23 | Implement random slideshow jump ('z') | Decklin Foster | -0/+3 | |
2010-02-13 | Print an error if 's' button (slidehsow_save_image) fails | Daniel Friesel | -1/+5 | |
2010-02-13 | Change source code indentation (indent -kr -i8 -hnl, mainly) | Daniel Friesel | -521/+453 | |
2010-02-07 | slideshow.c: Update comment (again) | Daniel Friesel | -7/+8 | |
2010-02-07 | Update "No more slides in show" comment | Daniel Friesel | -2/+8 | |
2010-02-07 | Don't die after three unloadable images. We'l see if this actually breaks ↵ | Daniel Friesel | -1/+1 | |
something. | ||||
2010-02-05 | Apply 02_changeset_r53_slideshow_fix.patch from Debian | Daniel Friesel | -1/+1 | |
2010-02-05 | Apply 02_changeset_r46_compilation_fixes.patch from Debian | Daniel Friesel | -1/+1 | |
2010-02-05 | Initial commit (upstream 1.3.4) | Daniel Friesel | -0/+582 | |