Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-01-15 | Fix scrolling defaults / binding names | Daniel Friesel | -20/+20 | |
2011-01-15 | Add .../share/doc/feh/examples, move fehrc (feh themes) there | Daniel Friesel | -74/+0 | |
2011-01-15 | feh/keys: Further error handling (invalid keysyms etc.) | Daniel Friesel | -2/+5 | |
2011-01-15 | BC for ~/.fehrc | Daniel Friesel | -0/+9 | |
2011-01-15 | Update tests | Daniel Friesel | -1/+1 | |
2011-01-15 | Check XDG_CONFIG_HOME for feh/keys as well | Daniel Friesel | -3/+12 | |
2011-01-15 | Screw --rcpath, check XDG_CONFIG_HOME instead | Daniel Friesel | -26/+16 | |
2011-01-15 | Read themes from ~/.config/feh/themes, don't autocreate for now | Daniel Friesel | -24/+3 | |
2011-01-15 | keys: Allow more modifiers, warn for unknown ones | Daniel Friesel | -0/+19 | |
2011-01-15 | keys: Allow comments, warn when encountering invalid actions | Daniel Friesel | -1/+3 | |
2011-01-14 | Configurable menu keybindings, too. | Daniel Friesel | -20/+32 | |
2011-01-14 | Always overwrite/cancel out default keybindings | Daniel Friesel | -1/+3 | |
2011-01-14 | Read ~/.config/feh/keys for keybindings. prev/next are even tested! | Daniel Friesel | -0/+151 | |
2011-01-13 | First step towards configurable key bindings | Daniel Friesel | -196/+254 | |
2010-12-30 | Fix <keypad *> on --scale-down | Daniel Friesel | -0/+1 | |
2010-12-30 | Fix zooming with --scale-down. <keypad *> does not yet work, though. | Daniel Friesel | -1/+3 | |
2010-12-04 | imlib.c: Use getaddrinfo in builtin http client, enables IPv6 support | Pascal Bleser | -33/+20 | |
Signed-off-by: Daniel Friesel <derf@finalrewind.org> | ||||
2010-11-30 | slideshow.c: Fix segfault after encountering multiple invalid images in a row | Daniel Friesel | -1/+5 | |
2010-11-07 | imlib.c: Fix buffer overflow in draw_actions (thx Gabe) | Daniel Friesel | -1/+1 | |
2010-11-07 | Fix sample fehrc (thx feuerrot) | Daniel Friesel | -7/+7 | |
2010-10-23 | Fix --scale-down for both tiling mode and floating mode. | Daniel Friesel | -0/+2 | |
2010-10-03 | imlib.c: Fix draw_actions offset | Daniel Friesel | -3/+1 | |
2010-10-02 | --draw-filename: Always show filelist position | Daniel Friesel | -3/+2 | |
2010-09-27 | winwidget.c: Do draw zoom info while zooming. | Daniel Friesel | -3/+4 | |
2010-09-27 | Zoom button: Do 100% zoom upon release, not click. | Daniel Friesel | -5/+9 | |
Fixes the annoying 100% zoom and then continuing where it was. | ||||
2010-09-26 | winwidget.c: Only draw text in normal mode. | Daniel Friesel | -10/+12 | |
This way, zooming, panning etc. gets sped up quite a bit. | ||||
2010-09-19 | support.c: Meaningful variable names, a bit more whitespace | Daniel Friesel | -42/+43 | |
2010-09-18 | support.c: Add missing break statement. Duh. | Daniel Friesel | -0/+1 | |
2010-09-18 | --bg-max fix for too large images | Mark | -4/+4 | |
Signed-off-by: Daniel Friesel <derf@finalrewind.org> | ||||
2010-09-16 | Display image info in bottom left corner | Daniel Friesel | -6/+2 | |
2010-09-14 | Remove --action-hold-slide, add per-action method instead. | Daniel Friesel | -25/+26 | |
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-10 | imlib.c: Calculate correct window size | Daniel Friesel | -1/+0 | |
2010-09-10 | Add --info option | Daniel Friesel | -0/+89 | |
2010-09-06 | Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env var | Daniel Friesel | -1/+14 | |
2010-09-05 | Update changelog, help and manpage | Daniel Friesel | -1/+2 | |
2010-09-05 | Make pan keys behave like scroll keys | Daniel Friesel | -8/+8 | |
2010-09-05 | Update Mail address | Daniel Friesel | -1/+1 | |
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 | -4/+4 | |
2010-08-27 | Update help/manpage | Daniel Friesel | -4/+7 | |
2010-08-27 | Remove --bg-seamless | Daniel Friesel | -31/+2 | |
2010-08-27 | Patch by Stefan Mark: Add --bg-max wallpaper mode | Daniel Friesel | -2/+47 | |
2010-08-22 | Panning with CTRL + arrow keys | Daniel Friesel | -25/+45 | |
2010-08-22 | Cleanup/Update default fehrc, remove ugly menubg images | Daniel Friesel | -17/+25 | |
2010-08-15 | Improve keyboard zoom mode | Daniel Friesel | -3/+12 | |
2010-08-14 | Add up arrow / down arrow for zooming | Daniel Friesel | -4/+7 | |
2010-07-26 | Set correct window title when starting feh in paused mode | Daniel Friesel | -1/+9 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -185/+181 | |