Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2010-07-14 | Patch by Noel Cragg: Make feh actually usable in tiling mode | Daniel Friesel | -8/+13 | |
2010-07-09 | Add new short options -P, -K, -G, -J | Daniel Friesel | -13/+14 | |
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 | -11/+2 | |
2010-07-04 | options.c: Cleanup | Daniel Friesel | -94/+93 | |
2010-07-04 | --full-screen -> --fullscreen (more correct[tm]) | Daniel Friesel | -3/+4 | |
2010-07-02 | Sanitise image offsets after pressing kp - / kp + | Daniel Friesel | -0/+2 | |
2010-06-30 | imlib.c: Give slightly more helpful error messages if exec fails | Daniel Friesel | -2/+2 | |
2010-06-25 | Don't add ?randomnumber to URLs when downloading | Daniel Friesel | -21/+4 | |
2010-06-25 | Remove --wget-timestamp option (contained a remote code execution hole) | Daniel Friesel | -34/+6 | |
2010-06-25 | Shorten + Update --help text | Daniel Friesel | -267/+129 | |
2010-06-24 | Remove unused function winwidget_count | Daniel Friesel | -6/+0 | |
2010-06-24 | Disable filelist saving from thumbnail mode (buggy and probably not useful) | Daniel Friesel | -1/+5 | |
2010-06-19 | Make <keypad /> and <keypad *> actually useful | Daniel Friesel | -27/+33 | |
2010-06-19 | Move fehrc / help from options.c into separate files | Daniel Friesel | -414/+421 | |
2010-06-19 | Allow multiline theme definitions in .fehrc | Daniel Friesel | -8/+38 | |