summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2010-06-05Release v1.6.1 (bugfixes only)1.6.1Daniel Friesel-2/+3
2010-06-05Update ChangelogDaniel Friesel-0/+2
2010-06-04TODO: Remove two entries (one finished, one wontimplement)Daniel Friesel-6/+0
2010-06-04Revert "Remove unused files getopt.c und getopt1.c"Daniel Friesel-0/+1124
This reverts commit a5ba357a4ff1437e805029ec177d8bda7f415c5f. These files may have been here for non-glibc compatibility, as other libcs apparently not neccessarily introduce getopt_long. I'm planning to test this, but as it may take a while until I get my hands on a suitable test system it definitely won't hurt to revert this until then.
2010-06-04config.mk: We _are_ using math.h, so linking against libm might be wise.Daniel Friesel-1/+1
2010-06-04winwidget_render_image: Actually, use lroundDaniel Friesel-6/+6
2010-06-04Forgot to remove fixed bug from TODO...Daniel Friesel-4/+0
2010-06-03winwidget_render_image: Use round to calculate coordinates.Daniel Friesel-6/+10
2010-06-03Update TODO. again.Daniel Friesel-1/+5
2010-06-03Update TODODaniel Friesel-0/+2
2010-06-01test/feh.t: Unset DISPLAY to make sure it works without XDaniel Friesel-0/+4
2010-06-01Do not require X for options which don't use itDaniel Friesel-0/+3
This makes the tests also work on systems which don't run X.
2010-06-01Release v1.61.6Daniel Friesel-2/+3
2010-05-31Remove unused files getopt.c und getopt1.cDaniel Friesel-1124/+0
2010-05-31Update TODODaniel Friesel-4/+5
2010-05-31Update ChangelogDaniel Friesel-0/+2
2010-05-31Makefile / config.mk: Fix doc_dir. Now make uninstall won't purge all your ↵Daniel Friesel-5/+5
docs. Whoops >_>
2010-05-31Add dependencies to READMEDaniel Friesel-3/+9
2010-05-31Do not needlessly link against libX11 and libfreetypeDaniel Friesel-2/+2
2010-05-31major --thumbnails speed impromevents, new --thumb-redraw optionDaniel Friesel-1/+40
See ChangeLog / man/feh.1 "--thumb-redraw" for more
2010-05-31Update TODODaniel Friesel-1/+4
2010-05-31Support caching of thumbnails up to 256x256 pixels (.thumbnails/large)Daniel Friesel-30/+44
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates.
2010-05-30Silently disable thumbnail caching for thumbnails >= 128x128 pixelsDaniel Friesel-0/+8
(This was actually meant to be included in f44207093fdd02efc3e6e03054775514787b108e)
2010-05-30Update TODODaniel Friesel-0/+2
2010-05-30Make --cache-thumbnails adhere more to the standardDaniel Friesel-5/+8
2010-05-30Center images in index/thumbnail modeDaniel Friesel-16/+13
Centering didn't work if the text below the thumbnail was wider than the thumbnail itself. Fixed.
2010-05-30Fix blur modeDaniel Friesel-2/+8
The ButtonRelease check only knew pan mode, so releasing the blur key changed to the next image.
2010-05-28Add actions keys to feh.1#SLIDESHOW KEYSDaniel Friesel-0/+6
2010-05-28Support keypad return/enter for action as wellDaniel Friesel-2/+1
2010-05-28Patch by aaptel: Support numpad keys for actionsDaniel Friesel-0/+14
2010-05-20cam/gen-cam-menu: Doesn't seem to use bashims, so make it #!/bin/shDaniel Friesel-1/+1
2010-05-09test/feh.t: Give a proper error if PACKAGE / VERSION are undefinedDaniel Friesel-0/+17
2010-05-09man/feh.1: Add DEPENDENCIES sectionDaniel Friesel-0/+13
2010-05-09Update test notes in READMEDaniel Friesel-2/+4
2010-05-09Only run mandoc test if mandoc is availableDaniel Friesel-1/+19
2010-05-06Release v1.51.5Daniel Friesel-3/+5
2010-05-06README: Add note about testsDaniel Friesel-0/+3
2010-05-06Use prove for tests. Might be a bit ugly right now... hm.Daniel Friesel-3/+3
2010-05-05Remove erroneously added file test/actionDaniel Friesel-1/+0
2010-05-05Add some more testsDaniel Friesel-2/+50
2010-05-05Add a test scriptDaniel Friesel-2/+71
I know that there is one in the old SVN repo, but I think a rewrite (with an automated test script) is due.
2010-05-05Print mini-usage on stderrDaniel Friesel-1/+1
2010-05-05Return failure after displaying usage on insufficient arguments etc.Daniel Friesel-1/+1
2010-05-04man/feh.1: Sort alphabeticallyDaniel Friesel-278/+282
2010-05-04Add my own website feh page to READMEDaniel Friesel-0/+1
2010-05-04Remove feh.spoc, it's outdated and doesn't belong in here anywaysDaniel Friesel-43/+0
2010-05-04Update TODODaniel Friesel-2/+0
2010-05-04Accept --hide-pointer in non-fullscreen mode as wellDaniel Friesel-2/+2
2010-05-03Add keybinding to toggle cursor visibility at runtimeDaniel Friesel-11/+30
2010-05-03menu: Remove xinerama toggle, add draw_actions toggle insteadDaniel Friesel-23/+18