summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
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
Not possible for test/ren-interactive, unfortunately.
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
Fixes the annoying 100% zoom and then continuing where it was.
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel-10/+13
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-7/+3
2010-09-15Document ; actionsDaniel Friesel-4/+9
2010-09-14Remove --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-11feh(1): Add example for --infoDaniel Friesel-0/+3
2010-09-11Document --infoDaniel Friesel-0/+9
2010-09-10imlib.c: Calculate correct window sizeDaniel Friesel-1/+0
2010-09-10Add --info optionDaniel Friesel-0/+89
2010-09-07Changelog: Fix typoDaniel Friesel-1/+1
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel-1/+16
2010-09-05Update changelog, help and manpageDaniel Friesel-1/+6
2010-09-05Make pan keys behave like scroll keysDaniel Friesel-12/+13
2010-09-05Update Mail addressDaniel Friesel-4/+4
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-5/+6
2010-08-27Update help/manpageDaniel Friesel-11/+7
2010-08-27Remove --bg-seamlessDaniel Friesel-32/+4
2010-08-27Patch by Stefan Mark: Add --bg-max wallpaper modeDaniel Friesel-2/+56