Age | Commit message (Expand) | Author | Lines |
2010-05-28 | Support keypad return/enter for action as well | Daniel Friesel | -2/+1 |
2010-05-28 | Patch by aaptel: Support numpad keys for actions | Daniel Friesel | -0/+14 |
2010-05-20 | cam/gen-cam-menu: Doesn't seem to use bashims, so make it #!/bin/sh | Daniel Friesel | -1/+1 |
2010-05-09 | test/feh.t: Give a proper error if PACKAGE / VERSION are undefined | Daniel Friesel | -0/+17 |
2010-05-09 | man/feh.1: Add DEPENDENCIES section | Daniel Friesel | -0/+13 |
2010-05-09 | Update test notes in README | Daniel Friesel | -2/+4 |
2010-05-09 | Only run mandoc test if mandoc is available | Daniel Friesel | -1/+19 |
2010-05-06 | Release v1.51.5 | Daniel Friesel | -3/+5 |
2010-05-06 | README: Add note about tests | Daniel Friesel | -0/+3 |
2010-05-06 | Use prove for tests. Might be a bit ugly right now... hm. | Daniel Friesel | -3/+3 |
2010-05-05 | Remove erroneously added file test/action | Daniel Friesel | -1/+0 |
2010-05-05 | Add some more tests | Daniel Friesel | -2/+50 |
2010-05-05 | Add a test script | Daniel Friesel | -2/+71 |
2010-05-05 | Print mini-usage on stderr | Daniel Friesel | -1/+1 |
2010-05-05 | Return failure after displaying usage on insufficient arguments etc. | Daniel Friesel | -1/+1 |
2010-05-04 | man/feh.1: Sort alphabetically | Daniel Friesel | -278/+282 |
2010-05-04 | Add my own website feh page to README | Daniel Friesel | -0/+1 |
2010-05-04 | Remove feh.spoc, it's outdated and doesn't belong in here anyways | Daniel Friesel | -43/+0 |
2010-05-04 | Update TODO | Daniel Friesel | -2/+0 |
2010-05-04 | Accept --hide-pointer in non-fullscreen mode as well | Daniel Friesel | -2/+2 |
2010-05-03 | Add keybinding to toggle cursor visibility at runtime | Daniel Friesel | -11/+30 |
2010-05-03 | menu: Remove xinerama toggle, add draw_actions toggle instead | Daniel Friesel | -23/+18 |
2010-05-03 | Fix remaining compiler warnings (I probably won't implement these options any... | Daniel Friesel | -8/+6 |
2010-05-03 | Make --start-at work with filenames instead of list positions | Daniel Friesel | -14/+31 |
2010-05-03 | Fix memory leak related to the menu | Daniel Friesel | -5/+3 |
2010-05-03 | TODO: Update notes about memory leaks | Daniel Friesel | -1/+4 |
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | -550/+382 |
2010-05-01 | feh(1): --action: Also relevant for --loadable/--unloadable | Daniel Friesel | -2/+5 |
2010-04-22 | Version bump to 1.4.31.4.3 | Daniel Friesel | -2/+5 |
2010-04-22 | man/feh.1: Various fixes. Completely reviewed now. | Daniel Friesel | -19/+17 |
2010-04-22 | man/feh.1: two spaces after full stop. | Daniel Friesel | -25/+25 |
2010-04-22 | man/feh.1: Properly escape %P sequence | Daniel Friesel | -1/+1 |
2010-04-22 | Rewrite feh(1) using -mdoc macros | Daniel Friesel | -657/+637 |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | -20/+13 |
2010-04-22 | events.c: comment the pointer warping | Daniel Friesel | -0/+4 |
2010-04-22 | Partially fix zoom mode | Daniel Friesel | -40/+48 |
2010-04-21 | Update TODO. Again. | Daniel Friesel | -0/+2 |
2010-04-13 | Update TODO | Daniel Friesel | -0/+2 |
2010-04-12 | Rewrite manuals for feh-cam and gen-cam-menu | Daniel Friesel | -34/+69 |
2010-04-12 | Update feh(1) a bit | Daniel Friesel | -16/+13 |
2010-04-10 | events.c: Make pointer warping work for zoomed images | Daniel Friesel | -5/+6 |
2010-04-10 | More pointer warping fixes. Everything expect panning on a zoomed image shoul... | Daniel Friesel | -6/+6 |
2010-04-09 | events.c: Fix pointer warping a bit. Still has bugs, though. | Daniel Friesel | -5/+12 |
2010-04-09 | Experimental cursor warping support | Daniel Friesel | -0/+25 |
2010-04-07 | Update TODO (& use clang's deps.mk while at it) | Daniel Friesel | -19/+21 |
2010-04-03 | config.mk: Document long option for debug-level as well | Daniel Friesel | -1/+1 |
2010-04-02 | Release v1.4.21.4.2 | Daniel Friesel | -3/+5 |
2010-04-02 | config.mk: Remove extra_includes; LDFLAGS=foo make is enough | Daniel Friesel | -1/+1 |
2010-03-30 | More detailed --bg-* documentation | Daniel Friesel | -16/+24 |
2010-03-29 | patch: url image loading: cleanup tmp files on error | Daniel Friesel | -0/+10 |