Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
|
|
in winwindget_render_image. This code was removed from the latter, and replaced with a call to winwidget_update_caption.
2) Image caption is updated after running action when in slideshow mode.
3) Running action in slideshow mode no longer changes the image automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|