Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-01-16 | Update TODO & ChangeLog | Daniel Friesel | -0/+4 | |
2010-12-05 | Forgot to update the ChangeLog, again :) | Daniel Friesel | -0/+5 | |
2010-12-03 | Release v1.10.11.10.1 | Daniel Friesel | -1/+2 | |
2010-12-03 | Update changelog & feh(1) | Daniel Friesel | -0/+1 | |
2010-11-30 | Update ChangeLog | Daniel Friesel | -0/+6 | |
2010-10-07 | Release v1.101.10 | Daniel Friesel | -1/+2 | |
2010-10-02 | --draw-filename: Always show filelist position | Daniel Friesel | -0/+1 | |
2010-09-27 | Zoom button: Do 100% zoom upon release, not click. | Daniel Friesel | -0/+1 | |
Fixes the annoying 100% zoom and then continuing where it was. | ||||
2010-09-26 | winwidget.c: Only draw text in normal mode. | Daniel Friesel | -0/+1 | |
This way, zooming, panning etc. gets sped up quite a bit. | ||||
2010-09-14 | Remove --action-hold-slide, add per-action method instead. | Daniel Friesel | -1/+2 | |
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 | Document --info | Daniel Friesel | -0/+1 | |
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 | -0/+2 | |
2010-09-05 | Update changelog, help and manpage | Daniel Friesel | -0/+1 | |
2010-09-05 | Make pan keys behave like scroll keys | Daniel Friesel | -0/+1 | |
2010-08-27 | Add short option -Y for --hide-pointer | Daniel Friesel | -0/+1 | |
2010-08-27 | Remove --bg-seamless | Daniel Friesel | -1/+2 | |
2010-08-27 | Patch by Stefan Mark: Add --bg-max wallpaper mode | Daniel Friesel | -0/+4 | |
2010-08-24 | Release v1.91.9 | Daniel Friesel | -1/+2 | |
2010-08-22 | Panning with CTRL + arrow keys | Daniel Friesel | -0/+1 | |
2010-08-15 | Improve keyboard zoom mode | Daniel Friesel | -0/+2 | |
2010-07-26 | Update Changelog | Daniel Friesel | -0/+1 | |
2010-07-14 | Patch by Noel Cragg: Make feh actually usable in tiling mode | Daniel Friesel | -0/+1 | |
2010-07-09 | Add new short options -P, -K, -G, -J | Daniel Friesel | -0/+4 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -0/+1 | |
2010-07-04 | --full-screen -> --fullscreen (more correct[tm]) | Daniel Friesel | -0/+4 | |
2010-06-25 | Add my name to the new ChangeLog entries | Daniel Friesel | -2/+2 | |
2010-06-25 | Release v1.81.8 | Daniel Friesel | -3/+4 | |
2010-06-25 | ChangeLog: It's not _remote_ code execution | Daniel Friesel | -1/+1 | |
2010-06-25 | Don't add ?randomnumber to URLs when downloading | Daniel Friesel | -0/+2 | |
2010-06-25 | Remove --wget-timestamp option (contained a remote code execution hole) | Daniel Friesel | -0/+4 | |
2010-06-24 | Disable filelist saving from thumbnail mode (buggy and probably not useful) | Daniel Friesel | -0/+3 | |
2010-06-19 | Make <keypad /> and <keypad *> actually useful | Daniel Friesel | -0/+1 | |
2010-06-19 | Allow multiline theme definitions in .fehrc | Daniel Friesel | -0/+1 | |
2010-06-19 | Rename --screen-clip to --no-screen-clip, the default cannot be changed | Daniel Friesel | -0/+1 | |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -1/+2 | |
2010-06-14 | Do not make the thumbnail window fullscreen | Daniel Friesel | -0/+3 | |
2010-06-14 | Update ChangeLog | Daniel Friesel | -0/+4 | |
2010-06-10 | Release v1.71.7 | Daniel Friesel | -1/+2 | |
2010-06-09 | Use SIGUSR1/SIGUSR2 in slideshow mode to change images | Daniel Friesel | -0/+1 | |
2010-06-07 | --caption-path: Autocreate caption directories if they don't exist | Daniel Friesel | -0/+1 | |
2010-06-07 | Show a little message in caption editing mode to indicate that is active | Daniel Friesel | -0/+2 | |
2010-06-07 | Removed undocumented hjkl menu keys | Daniel Friesel | -0/+3 | |
2010-06-07 | Add some missing stuff to feh(1) KEYS section | Daniel Friesel | -0/+1 | |
2010-06-07 | Remove Shift+Key bindings | Daniel Friesel | -0/+3 | |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -0/+1 | |
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-06-06 | Thumbnail mode: Fix segfault when opening a deleted/renamed file | Daniel Friesel | -0/+5 | |
2010-06-05 | Release v1.6.1 (bugfixes only)1.6.1 | Daniel Friesel | -1/+2 | |
2010-06-05 | Update Changelog | Daniel Friesel | -0/+2 | |
2010-06-03 | winwidget_render_image: Use round to calculate coordinates. | Daniel Friesel | -0/+4 | |