Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-12-03 | Update changelog & feh(1) | Daniel Friesel | -0/+3 | |
2010-11-09 | Update TODO and feh(1): The scale-down issue was fixed | Daniel Friesel | -2/+0 | |
2010-10-19 | man: Use rm -f in make clean | Daniel Friesel | -1/+1 | |
2010-09-27 | Zoom button: Do 100% zoom upon release, not click. | Daniel Friesel | -5/+4 | |
Fixes the annoying 100% zoom and then continuing where it was. | ||||
2010-09-16 | Display image info in bottom left corner | Daniel Friesel | -1/+1 | |
2010-09-15 | Document ; actions | Daniel Friesel | -4/+9 | |
2010-09-11 | feh(1): Add example for --info | Daniel Friesel | -0/+3 | |
2010-09-11 | Document --info | Daniel Friesel | -0/+7 | |
2010-09-05 | Update changelog, help and manpage | Daniel Friesel | -0/+3 | |
2010-09-05 | Make pan keys behave like scroll keys | Daniel Friesel | -4/+4 | |
2010-09-05 | Update Mail address | Daniel Friesel | -2/+2 | |
2010-08-27 | Add short option -Y for --hide-pointer | Daniel Friesel | -1/+1 | |
2010-08-27 | Update help/manpage | Daniel Friesel | -7/+0 | |
2010-08-27 | Patch by Stefan Mark: Add --bg-max wallpaper mode | Daniel Friesel | -0/+5 | |
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 | -9/+9 | |
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 | feh.1: Update bugs + link to github tracker | Daniel Friesel | -0/+7 | |
2010-08-21 | Add version information to manpages | Daniel Friesel | -0/+26 | |
2010-08-21 | slight manpage reformatting, clean up examples | Daniel Friesel | -14/+115 | |
2010-08-14 | Add up arrow / down arrow for zooming | Daniel Friesel | -2/+2 | |
2010-07-09 | Add new short options -P, -K, -G, -J | Daniel Friesel | -4/+4 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -3/+0 | |
2010-07-04 | --full-screen -> --fullscreen (more correct[tm]) | Daniel Friesel | -2/+2 | |
2010-06-25 | Remove --wget-timestamp option (contained a remote code execution hole) | Daniel Friesel | -4/+0 | |
2010-06-24 | feh.1: Some fixes, thx Zaba | Daniel Friesel | -4/+4 | |
2010-06-24 | feh.1: Rework DESCRIPTION/MODES a bit | Daniel Friesel | -29/+20 | |
2010-06-24 | Disable filelist saving from thumbnail mode (buggy and probably not useful) | Daniel Friesel | -2/+0 | |
2010-06-24 | feh.1: Clarify --title | Daniel Friesel | -1/+2 | |
2010-06-24 | Update BUGS/TODO | Daniel Friesel | -3/+6 | |
2010-06-19 | Allow multiline theme definitions in .fehrc | Daniel Friesel | -0/+3 | |
2010-06-19 | Rename --screen-clip to --no-screen-clip, the default cannot be changed | Daniel Friesel | -4/+5 | |
2010-06-18 | Add test for --title | Daniel Friesel | -1/+2 | |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -5/+4 | |
2010-06-14 | Do not make the thumbnail window fullscreen | Daniel Friesel | -0/+4 | |
2010-06-10 | feh.1: Use predefined variable macro for signal names | Daniel Friesel | -2/+2 | |
2010-06-09 | error checking in signals.c + Add signals to documentation | Daniel Friesel | -0/+11 | |
2010-06-07 | Add some missing stuff to feh(1) KEYS section | Daniel Friesel | -8/+11 | |
2010-06-07 | Remove Shift+Key bindings | Daniel Friesel | -19/+19 | |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -1/+6 | |
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-31 | major --thumbnails speed impromevents, new --thumb-redraw option | Daniel Friesel | -0/+18 | |
See ChangeLog / man/feh.1 "--thumb-redraw" for more | ||||
2010-05-31 | Support caching of thumbnails up to 256x256 pixels (.thumbnails/large) | Daniel Friesel | -1/+1 | |
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates. | ||||
2010-05-30 | Make --cache-thumbnails adhere more to the standard | Daniel Friesel | -3/+3 | |
2010-05-28 | Add actions keys to feh.1#SLIDESHOW KEYS | Daniel Friesel | -0/+6 | |
2010-05-09 | man/feh.1: Add DEPENDENCIES section | Daniel Friesel | -0/+13 | |
2010-05-04 | man/feh.1: Sort alphabetically | Daniel Friesel | -278/+282 | |