summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorLines
2011-01-22Update website URLsDaniel Friesel-1/+1
2011-01-22Update help a bitDaniel Friesel-4/+5
2011-01-22Make in/out zoom use equal ratio, double image movement stepsizeDaniel Friesel-5/+5
2011-01-18feh --help: Fix minor alignment mistakeDaniel Friesel-1/+1
2011-01-17Copyright FooDaniel Friesel-0/+23
2011-01-17Ignore Shift keystate, shift/non-shift keysyms differ anyways.Daniel Friesel-4/+9
2011-01-16feh/keys: Allow action unbindingDaniel Friesel-1/+1
2011-01-15Fix scrolling defaults / binding namesDaniel Friesel-20/+20
2011-01-15Add .../share/doc/feh/examples, move fehrc (feh themes) thereDaniel Friesel-74/+0
2011-01-15feh/keys: Further error handling (invalid keysyms etc.)Daniel Friesel-2/+5
2011-01-15BC for ~/.fehrcDaniel Friesel-0/+9
2011-01-15Update testsDaniel Friesel-1/+1
2011-01-15Check XDG_CONFIG_HOME for feh/keys as wellDaniel Friesel-3/+12
2011-01-15Screw --rcpath, check XDG_CONFIG_HOME insteadDaniel Friesel-26/+16
2011-01-15Read themes from ~/.config/feh/themes, don't autocreate for nowDaniel Friesel-24/+3
2011-01-15keys: Allow more modifiers, warn for unknown onesDaniel Friesel-0/+19
2011-01-15keys: Allow comments, warn when encountering invalid actionsDaniel Friesel-1/+3
2011-01-14Configurable menu keybindings, too.Daniel Friesel-20/+32
2011-01-14Always overwrite/cancel out default keybindingsDaniel Friesel-1/+3
2011-01-14Read ~/.config/feh/keys for keybindings. prev/next are even tested!Daniel Friesel-0/+151
2011-01-13First step towards configurable key bindingsDaniel Friesel-196/+254
2010-12-30Fix <keypad *> on --scale-downDaniel Friesel-0/+1
2010-12-30Fix zooming with --scale-down. <keypad *> does not yet work, though.Daniel Friesel-1/+3
2010-12-04imlib.c: Use getaddrinfo in builtin http client, enables IPv6 supportPascal Bleser-33/+20
Signed-off-by: Daniel Friesel <derf@finalrewind.org>
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
Fixes the annoying 100% zoom and then continuing where it was.
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel-10/+12
This way, zooming, panning etc. gets sped up quite a bit.
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
Signed-off-by: Daniel Friesel <derf@finalrewind.org>
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
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-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
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
2010-09-051) 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-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