Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-11-09 | Update TODO and feh(1): The scale-down issue was fixed | Daniel Friesel | -4/+0 | |
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-19 | man: Use rm -f in make clean | Daniel Friesel | -1/+1 | |
2010-10-07 | Release v1.101.10 | Daniel Friesel | -1/+2 | |
2010-10-05 | Add tests for --image-bg | Daniel Friesel | -1/+16 | |
2010-10-04 | Tests for keyboard based zooming | Daniel Friesel | -5/+54 | |
2010-10-04 | test/feh-scr: Send less keys to avoid timing problems | Daniel Friesel | -1/+1 | |
2010-10-04 | Add tests for action/filename drawing | Daniel Friesel | -1/+42 | |
2010-10-04 | Graphical --caption-path tests | Daniel Friesel | -15/+52 | |
2010-10-03 | More screenshot-based tests | Daniel Friesel | -1/+144 | |
2010-10-03 | Merge test/run-bg into test/feh-bg.i | Daniel Friesel | -16/+25 | |
Not possible for test/ren-interactive, unfortunately. | ||||
2010-10-03 | imlib.c: Fix draw_actions offset | Daniel Friesel | -3/+1 | |
2010-10-03 | Clean up test directory | Daniel Friesel | -137/+133 | |
2010-10-03 | More wallpaper tests, should cover all possible cases now | Daniel Friesel | -1/+13 | |
2010-10-02 | Begin work on --bg tests | Daniel Friesel | -4/+71 | |
2010-10-02 | test/run-interactive: Limit Xnest dimensions | Daniel Friesel | -6/+7 | |
2010-10-02 | --draw-filename: Always show filelist position | Daniel Friesel | -3/+3 | |
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 | -10/+14 | |
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/+13 | |
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 | -7/+3 | |
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 | |