Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-09-15 | Document ; actions | Daniel Friesel | -4/+9 | |
2010-09-14 | Remove --action-hold-slide, add per-action method instead. | Daniel Friesel | -26/+28 | |
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible. | ||||
2010-09-11 | feh(1): Add example for --info | Daniel Friesel | -0/+3 | |
2010-09-11 | Document --info | Daniel Friesel | -0/+9 | |
2010-09-10 | imlib.c: Calculate correct window size | Daniel Friesel | -1/+0 | |
2010-09-10 | Add --info option | Daniel Friesel | -0/+89 | |
2010-09-07 | Changelog: Fix typo | Daniel Friesel | -1/+1 | |
2010-09-06 | Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env var | Daniel Friesel | -1/+16 | |
2010-09-05 | Update changelog, help and manpage | Daniel Friesel | -1/+6 | |
2010-09-05 | Make pan keys behave like scroll keys | Daniel Friesel | -12/+13 | |
2010-09-05 | Update Mail address | Daniel Friesel | -4/+4 | |
2010-09-05 | Option --action-hold-slide. If specified, when in slideshow mode images will ↵ | Levi Smith | -3/+17 | |
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual. | ||||
2010-09-05 | 1) winwidget.c winwidget.h New function winwidget_update_caption using code ↵ | Levi Smith | -17/+29 | |
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. | ||||
2010-08-27 | Add short option -Y for --hide-pointer | Daniel Friesel | -5/+6 | |
2010-08-27 | Update help/manpage | Daniel Friesel | -11/+7 | |
2010-08-27 | Remove --bg-seamless | Daniel Friesel | -32/+4 | |
2010-08-27 | Patch by Stefan Mark: Add --bg-max wallpaper mode | Daniel Friesel | -2/+56 | |
2010-08-24 | Release v1.91.9 | Daniel Friesel | -1/+2 | |
2010-08-24 | Makefile: add disttest target | Daniel Friesel | -0/+8 | |
2010-08-24 | feh(1): Some more updates | Daniel Friesel | -2/+9 | |
2010-08-24 | feh(1): Add FUTURE PLANS section | Daniel Friesel | -0/+16 | |
2010-08-22 | Panning with CTRL + arrow keys | Daniel Friesel | -34/+55 | |
2010-08-22 | Cleanup/Update default fehrc, remove ugly menubg images | Daniel Friesel | -17/+25 | |
2010-08-22 | feh(1): Move background options into their own section | Daniel Friesel | -41/+43 | |
2010-08-22 | man/Makefile: Correct sed usage | Daniel Friesel | -2/+4 | |
2010-08-22 | man: Automatically set dates | Daniel Friesel | -3/+4 | |
2010-08-22 | feh(1): Add REPORTING BUGS subsection | Daniel Friesel | -1/+6 | |
2010-08-21 | Add "make dist" | Daniel Friesel | -1/+9 | |
2010-08-21 | feh.1: Update bugs + link to github tracker | Daniel Friesel | -0/+7 | |
2010-08-21 | TODO: Add reference to github issues page | Daniel Friesel | -0/+2 | |
2010-08-21 | More appropiate version string | Daniel Friesel | -1/+1 | |
2010-08-21 | Add version information to manpages | Daniel Friesel | -2/+35 | |
2010-08-21 | slight manpage reformatting, clean up examples | Daniel Friesel | -14/+115 | |
2010-08-15 | Improve keyboard zoom mode | Daniel Friesel | -3/+14 | |
2010-08-14 | Add up arrow / down arrow for zooming | Daniel Friesel | -6/+9 | |
2010-07-26 | Update Changelog | Daniel Friesel | -0/+1 | |
2010-07-26 | Set correct window title when starting feh in paused mode | Daniel Friesel | -7/+11 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -186/+182 | |
2010-07-17 | Shorten config.mk a bit | Daniel Friesel | -4/+2 | |
2010-07-16 | Update TODO | Daniel Friesel | -1/+1 | |
2010-07-14 | Patch by Noel Cragg: Make feh actually usable in tiling mode | Daniel Friesel | -8/+14 | |
2010-07-12 | Update TODO. Quux. | Daniel Friesel | -0/+2 | |
2010-07-09 | Add new short options -P, -K, -G, -J | Daniel Friesel | -17/+22 | |
2010-07-09 | Add scripts/lsopts.pl (list short/long option pairs) | Daniel Friesel | -0/+32 | |
2010-07-09 | checkopts.pl: Update for new options.c layout | Daniel Friesel | -1/+1 | |
2010-07-08 | index.c: Remove unused function chop_file_From_full_path | Daniel Friesel | -6/+0 | |
2010-07-08 | opt.no_jump_on_resort -> opt.jump_on_resort | Daniel Friesel | -7/+7 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -15/+3 | |
2010-07-04 | options.c: Cleanup | Daniel Friesel | -95/+94 | |
2010-07-04 | --full-screen -> --fullscreen (more correct[tm]) | Daniel Friesel | -5/+10 | |