summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
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
2010-05-03Fix remaining compiler warnings (I probably won't implement these options ↵Daniel Friesel-8/+6
anyways)
2010-05-03Make --start-at work with filenames instead of list positionsDaniel Friesel-14/+31
2010-05-03Fix memory leak related to the menuDaniel Friesel-5/+3
The menu background images were not properly free()d
2010-05-03TODO: Update notes about memory leaksDaniel Friesel-1/+4
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel-550/+382
2010-05-01feh(1): --action: Also relevant for --loadable/--unloadableDaniel Friesel-2/+5
2010-04-22Version bump to 1.4.31.4.3Daniel Friesel-2/+5
2010-04-22man/feh.1: Various fixes. Completely reviewed now.Daniel Friesel-19/+17
2010-04-22man/feh.1: two spaces after full stop.Daniel Friesel-25/+25
2010-04-22man/feh.1: Properly escape %P sequenceDaniel Friesel-1/+1
2010-04-22Rewrite feh(1) using -mdoc macrosDaniel Friesel-657/+637
2010-04-22Fix zoom mode once and for all[tm]Daniel Friesel-20/+13
2010-04-22events.c: comment the pointer warpingDaniel Friesel-0/+4
2010-04-22Partially fix zoom modeDaniel Friesel-40/+48
Does not yet work with initial zoom value != 100%
2010-04-21Update TODO. Again.Daniel Friesel-0/+2
2010-04-13Update TODODaniel Friesel-0/+2
2010-04-12Rewrite manuals for feh-cam and gen-cam-menuDaniel Friesel-34/+69
2010-04-12Update feh(1) a bitDaniel Friesel-16/+13
2010-04-10events.c: Make pointer warping work for zoomed imagesDaniel Friesel-5/+6
2010-04-10More pointer warping fixes. Everything expect panning on a zoomed image ↵Daniel Friesel-6/+6
should work now.
2010-04-09events.c: Fix pointer warping a bit. Still has bugs, though.Daniel Friesel-5/+12
2010-04-09Experimental cursor warping supportDaniel Friesel-0/+25
2010-04-07Update TODO (& use clang's deps.mk while at it)Daniel Friesel-19/+21
2010-04-03config.mk: Document long option for debug-level as wellDaniel Friesel-1/+1
2010-04-02Release v1.4.21.4.2Daniel Friesel-3/+5
2010-04-02config.mk: Remove extra_includes; LDFLAGS=foo make is enoughDaniel Friesel-1/+1
2010-03-30More detailed --bg-* documentationDaniel Friesel-16/+24
2010-03-29patch: url image loading: cleanup tmp files on errorDaniel Friesel-0/+10
2010-03-27Makefile/config.mk: Support getting the usual values from the environment.Daniel Friesel-67/+64
No need to edit config.mk to set addictional CFLAGS/LDFLAGS or change the DESTDIR etc. now
2010-03-26Patch by muennich: Correctly set [Paused] window titleDaniel Friesel-11/+23
2010-03-25config.mk: Cleanup LDFLAGS (-lm -ldl -lz are apparently not required)Daniel Friesel-1/+1
2010-03-25Shorten src/Makefile, use autogenerated deps.mkDaniel Friesel-73/+47
2010-03-25Update Changelog, add "-git" to version informationDaniel Friesel-1/+3
2010-03-25Actually detect an empty filelistDaniel Friesel-23/+9
This fixes imlib2 warnings (and occasional X errors/segfaults), which used to occur when all files in feh's filelist were suddenly deleted by an external application. Now, feh simply quits with "No more slides in show" (which makes more sense, IMHO).
2010-03-25Update config.mk comments a bitDaniel Friesel-5/+7