summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2010-11-30slideshow.c: Fix segfault after encountering multiple invalid images in a rowDaniel Friesel-1/+5
2010-11-07imlib.c: Fix buffer overflow in draw_actions (thx Gabe)Daniel Friesel-1/+1
2010-11-07Fix sample fehrc (thx feuerrot)Daniel Friesel-7/+7
2010-10-23Fix --scale-down for both tiling mode and floating mode.Daniel Friesel-0/+2
2010-10-03imlib.c: Fix draw_actions offsetDaniel Friesel-3/+1
2010-10-02--draw-filename: Always show filelist positionDaniel Friesel-3/+2
2010-09-27winwidget.c: Do draw zoom info while zooming.Daniel Friesel-3/+4
2010-09-27Zoom button: Do 100% zoom upon release, not click.Daniel Friesel-5/+9
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel-10/+12
2010-09-19support.c: Meaningful variable names, a bit more whitespaceDaniel Friesel-42/+43
2010-09-18support.c: Add missing break statement. Duh.Daniel Friesel-0/+1
2010-09-18--bg-max fix for too large imagesMark-4/+4
2010-09-16Display image info in bottom left cornerDaniel Friesel-6/+2
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel-25/+26
2010-09-11Document --infoDaniel Friesel-0/+1
2010-09-10imlib.c: Calculate correct window sizeDaniel Friesel-1/+0
2010-09-10Add --info optionDaniel Friesel-0/+89
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel-1/+14
2010-09-05Update changelog, help and manpageDaniel Friesel-1/+2
2010-09-05Make pan keys behave like scroll keysDaniel Friesel-8/+8
2010-09-05Update Mail addressDaniel Friesel-1/+1
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ...Levi Smith-3/+17
2010-09-051) winwidget.c winwidget.h New function winwidget_update_caption using code i...Levi Smith-17/+29
2010-08-27Add short option -Y for --hide-pointerDaniel Friesel-4/+4
2010-08-27Update help/manpageDaniel Friesel-4/+7
2010-08-27Remove --bg-seamlessDaniel Friesel-31/+2
2010-08-27Patch by Stefan Mark: Add --bg-max wallpaper modeDaniel Friesel-2/+47
2010-08-22Panning with CTRL + arrow keysDaniel Friesel-25/+45
2010-08-22Cleanup/Update default fehrc, remove ugly menubg imagesDaniel Friesel-17/+25
2010-08-15Improve keyboard zoom modeDaniel Friesel-3/+12
2010-08-14Add up arrow / down arrow for zoomingDaniel Friesel-4/+7
2010-07-26Set correct window title when starting feh in paused modeDaniel Friesel-1/+9
2010-07-17--debug-level → --debugDaniel Friesel-185/+181
2010-07-14Patch by Noel Cragg: Make feh actually usable in tiling modeDaniel Friesel-8/+13
2010-07-09Add new short options -P, -K, -G, -JDaniel Friesel-13/+14
2010-07-08index.c: Remove unused function chop_file_From_full_pathDaniel Friesel-6/+0
2010-07-08opt.no_jump_on_resort -> opt.jump_on_resortDaniel Friesel-7/+7
2010-07-08Remove --menu-border optionDaniel Friesel-11/+2
2010-07-04options.c: CleanupDaniel Friesel-94/+93
2010-07-04--full-screen -> --fullscreen (more correct[tm])Daniel Friesel-3/+4
2010-07-02Sanitise image offsets after pressing kp - / kp +Daniel Friesel-0/+2
2010-06-30imlib.c: Give slightly more helpful error messages if exec failsDaniel Friesel-2/+2
2010-06-25Don't add ?randomnumber to URLs when downloadingDaniel Friesel-21/+4
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel-34/+6
2010-06-25Shorten + Update --help textDaniel Friesel-267/+129
2010-06-24Remove unused function winwidget_countDaniel Friesel-6/+0
2010-06-24Disable filelist saving from thumbnail mode (buggy and probably not useful)Daniel Friesel-1/+5
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel-27/+33
2010-06-19Move fehrc / help from options.c into separate filesDaniel Friesel-414/+421
2010-06-19Allow multiline theme definitions in .fehrcDaniel Friesel-8/+38