Age | Commit message (Expand) | Author | Lines |
2010-06-07 | --caption-path: Autocreate caption directories if they don't exist | Daniel Friesel | -1/+17 |
2010-06-07 | Show a little message in caption editing mode to indicate that is active | Daniel Friesel | -14/+24 |
2010-06-07 | Removed undocumented hjkl menu keys | Daniel Friesel | -23/+4 |
2010-06-07 | Add some missing stuff to feh(1) KEYS section | Daniel Friesel | -8/+12 |
2010-06-07 | Remove Shift+Key bindings | Daniel Friesel | -37/+22 |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -4/+14 |
2010-06-06 | Thumbnail mode: Fix segfault when opening a deleted/renamed file | Daniel Friesel | -1/+7 |
2010-06-05 | Release v1.6.1 (bugfixes only)1.6.1 | Daniel Friesel | -2/+3 |
2010-06-05 | Update Changelog | Daniel Friesel | -0/+2 |
2010-06-04 | TODO: Remove two entries (one finished, one wontimplement) | Daniel Friesel | -6/+0 |
2010-06-04 | Revert "Remove unused files getopt.c und getopt1.c" | Daniel Friesel | -0/+1124 |
2010-06-04 | config.mk: We _are_ using math.h, so linking against libm might be wise. | Daniel Friesel | -1/+1 |
2010-06-04 | winwidget_render_image: Actually, use lround | Daniel Friesel | -6/+6 |
2010-06-04 | Forgot to remove fixed bug from TODO... | Daniel Friesel | -4/+0 |
2010-06-03 | winwidget_render_image: Use round to calculate coordinates. | Daniel Friesel | -6/+10 |
2010-06-03 | Update TODO. again. | Daniel Friesel | -1/+5 |
2010-06-03 | Update TODO | Daniel Friesel | -0/+2 |
2010-06-01 | test/feh.t: Unset DISPLAY to make sure it works without X | Daniel Friesel | -0/+4 |
2010-06-01 | Do not require X for options which don't use it | Daniel Friesel | -0/+3 |
2010-06-01 | Release v1.61.6 | Daniel Friesel | -2/+3 |
2010-05-31 | Remove unused files getopt.c und getopt1.c | Daniel Friesel | -1124/+0 |
2010-05-31 | Update TODO | Daniel Friesel | -4/+5 |
2010-05-31 | Update Changelog | Daniel Friesel | -0/+2 |
2010-05-31 | Makefile / config.mk: Fix doc_dir. Now make uninstall won't purge all your do... | Daniel Friesel | -5/+5 |
2010-05-31 | Add dependencies to README | Daniel Friesel | -3/+9 |
2010-05-31 | Do not needlessly link against libX11 and libfreetype | Daniel Friesel | -2/+2 |
2010-05-31 | major --thumbnails speed impromevents, new --thumb-redraw option | Daniel Friesel | -1/+40 |
2010-05-31 | Update TODO | Daniel Friesel | -1/+4 |
2010-05-31 | Support caching of thumbnails up to 256x256 pixels (.thumbnails/large) | Daniel Friesel | -30/+44 |
2010-05-30 | Silently disable thumbnail caching for thumbnails >= 128x128 pixels | Daniel Friesel | -0/+8 |
2010-05-30 | Update TODO | Daniel Friesel | -0/+2 |
2010-05-30 | Make --cache-thumbnails adhere more to the standard | Daniel Friesel | -5/+8 |
2010-05-30 | Center images in index/thumbnail mode | Daniel Friesel | -16/+13 |
2010-05-30 | Fix blur mode | Daniel Friesel | -2/+8 |
2010-05-28 | Add actions keys to feh.1#SLIDESHOW KEYS | Daniel Friesel | -0/+6 |
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 |