Age | Commit message (Expand) | Author | Lines |
2010-06-24 | Add test for --full-screen | Daniel Friesel | -1/+7 |
2010-06-24 | Add tests for --thumb-title (+Update TODO cause there's more borkage with it) | Daniel Friesel | -6/+10 |
2010-06-24 | Remove unused function winwidget_count | Daniel Friesel | -6/+0 |
2010-06-24 | feh.1: Some fixes, thx Zaba | Daniel Friesel | -4/+4 |
2010-06-24 | feh.1: Rework DESCRIPTION/MODES a bit | Daniel Friesel | -29/+20 |
2010-06-24 | Disable filelist saving from thumbnail mode (buggy and probably not useful) | Daniel Friesel | -5/+10 |
2010-06-24 | feh.1: Clarify --title | Daniel Friesel | -1/+2 |
2010-06-24 | Update BUGS/TODO | Daniel Friesel | -3/+8 |
2010-06-24 | Update TODO | Daniel Friesel | -0/+2 |
2010-06-19 | Make <keypad /> and <keypad *> actually useful | Daniel Friesel | -27/+34 |
2010-06-19 | Move fehrc / help from options.c into separate files | Daniel Friesel | -414/+422 |
2010-06-19 | Allow multiline theme definitions in .fehrc | Daniel Friesel | -8/+42 |
2010-06-19 | Rename --screen-clip to --no-screen-clip, the default cannot be changed | Daniel Friesel | -8/+10 |
2010-06-18 | Add tests for windowsize and --screen-clip | Daniel Friesel | -1/+16 |
2010-06-18 | Add test for --title | Daniel Friesel | -2/+10 |
2010-06-18 | Test for the w key | Daniel Friesel | -1/+19 |
2010-06-18 | Tests for --geometry | Daniel Friesel | -1/+7 |
2010-06-18 | Basic filelist tests | Daniel Friesel | -1/+20 |
2010-06-18 | Tests for caption mode. Whee. | Daniel Friesel | -1/+29 |
2010-06-18 | Test for --start-at | Daniel Friesel | -1/+7 |
2010-06-18 | Tests for multiwindow mode | Daniel Friesel | -1/+23 |
2010-06-18 | Two more thumbnail tests | Daniel Friesel | -1/+12 |
2010-06-17 | Update TODO | Daniel Friesel | -0/+3 |
2010-06-17 | test-x11: Add TODO for [Paused] with negative -D | Daniel Friesel | -1/+7 |
2010-06-17 | Run test-x11 with prove -v | Daniel Friesel | -1/+1 |
2010-06-17 | README: X-tests also need Test::More | Daniel Friesel | -0/+1 |
2010-06-17 | Add tests for [Paused] in paused slideshow title | Daniel Friesel | -1/+14 |
2010-06-17 | Makefile: Rename test-interactive to test-x11 | Daniel Friesel | -4/+4 |
2010-06-17 | Restructure README | Daniel Friesel | -16/+37 |
2010-06-16 | test/feh.i: Some refactoring, fix timing fuckup | Daniel Friesel | -31/+31 |
2010-06-16 | Makefile: Add test-interactive note | Daniel Friesel | -0/+3 |
2010-06-16 | Some primitive tests for thumbnail mode | Daniel Friesel | -9/+17 |
2010-06-16 | interactive test: Pipe Xnest output to /dev/null | Daniel Friesel | -1/+1 |
2010-06-16 | Run X tests in Xnest. Kinda buggy so far, but still better than before | Daniel Friesel | -10/+16 |
2010-06-16 | slideshow: Add tests for END, HOME, PageUp and PageDown keys | Daniel Friesel | -1/+30 |
2010-06-16 | Tests for --cycle-once and --slideshow-delay | Daniel Friesel | -1/+19 |
2010-06-16 | Test all slideshow movement keys | Daniel Friesel | -3/+9 |
2010-06-16 | Some basic slideshow tests | Daniel Friesel | -2/+59 |
2010-06-16 | Begin work on X test. So far, checks if q, x and ESC quit feh | Daniel Friesel | -0/+59 |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -16/+38 |
2010-06-16 | imlib.c: Remove ./ttfonts from default font path | Daniel Friesel | -1/+0 |
2010-06-16 | signals.c: Initialise sa_flags, just to be safe | Daniel Friesel | -1/+2 |
2010-06-14 | Do not make the thumbnail window fullscreen | Daniel Friesel | -1/+8 |
2010-06-14 | Update ChangeLog | Daniel Friesel | -0/+4 |
2010-06-12 | Update TODO | Daniel Friesel | -0/+2 |
2010-06-12 | Remove ipc.c/ipc.s, they seem to be used nowhere | Daniel Friesel | -164/+32 |
2010-06-11 | Gentoo patch: Use LDLIBS for better custom LDFLAGS support | Daniel Friesel | -2/+2 |
2010-06-11 | debug.h: call_level is no longer relevant, pretty debug message format | Daniel Friesel | -5/+3 |
2010-06-10 | Remove unused functions / function arguments | Daniel Friesel | -13/+6 |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -590/+287 |