summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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-10/+9
2011-01-15Check XDG_CONFIG_HOME for feh/keys as wellDaniel Friesel-3/+12
2011-01-15Screw --rcpath, check XDG_CONFIG_HOME insteadDaniel Friesel-33/+16
2011-01-15Update feh(1) for .config/feh/themesDaniel Friesel-8/+4
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-15Add lskeys helper scriptDaniel Friesel-0/+20
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-24feh.t: Do not rely on shell globbingDaniel Friesel-1/+2
2010-12-05Forgot to update the ChangeLog, again :)Daniel Friesel-0/+5
2010-12-04imlib.c: Use getaddrinfo in builtin http client, enables IPv6 supportPascal Bleser-33/+20
2010-12-03Release v1.10.11.10.1Daniel Friesel-1/+2
2010-12-03Update changelog & feh(1)Daniel Friesel-0/+4
2010-11-30Add regression test for invalid image segfault issueDaniel Friesel-1/+11
2010-11-30Update ChangeLogDaniel Friesel-0/+6
2010-11-30slideshow.c: Fix segfault after encountering multiple invalid images in a rowDaniel Friesel-1/+5
2010-11-14test: Updated scaledown imageDaniel Friesel-0/+0
2010-11-13Add SVG logoDaniel Friesel-0/+162
2010-11-09Update TODO and feh(1): The scale-down issue was fixedDaniel Friesel-4/+0
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-19man: Use rm -f in make cleanDaniel Friesel-1/+1
2010-10-07Release v1.101.10Daniel Friesel-1/+2
2010-10-05Add tests for --image-bgDaniel Friesel-1/+16
2010-10-04Tests for keyboard based zoomingDaniel Friesel-5/+54
2010-10-04test/feh-scr: Send less keys to avoid timing problemsDaniel Friesel-1/+1
2010-10-04Add tests for action/filename drawingDaniel Friesel-1/+42
2010-10-04Graphical --caption-path testsDaniel Friesel-15/+52
2010-10-03More screenshot-based testsDaniel Friesel-1/+144
2010-10-03Merge test/run-bg into test/feh-bg.iDaniel Friesel-16/+25
2010-10-03imlib.c: Fix draw_actions offsetDaniel Friesel-3/+1
2010-10-03Clean up test directoryDaniel Friesel-137/+133
2010-10-03More wallpaper tests, should cover all possible cases nowDaniel Friesel-1/+13
2010-10-02Begin work on --bg testsDaniel Friesel-4/+71
2010-10-02test/run-interactive: Limit Xnest dimensionsDaniel Friesel-6/+7
2010-10-02--draw-filename: Always show filelist positionDaniel Friesel-3/+3
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-10/+14
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel-10/+13
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