Age | Commit message (Expand) | Author | Lines |
2010-06-19 | Allow multiline theme definitions in .fehrc | Daniel Friesel | -8/+38 |
2010-06-19 | Rename --screen-clip to --no-screen-clip, the default cannot be changed | Daniel Friesel | -3/+3 |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -8/+32 |
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/+1 |
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 | -1/+1 |
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 |
2010-06-10 | Move non-C files from src to data, simplify Makefile while at it | Daniel Friesel | -8/+0 |
2010-06-10 | options.c: show_usage etc. aren't used elsewhere | Daniel Friesel | -6/+6 |
2010-06-09 | error checking in signals.c + Add signals to documentation | Daniel Friesel | -5/+16 |
2010-06-09 | Use SIGUSR1/SIGUSR2 in slideshow mode to change images | Daniel Friesel | -1/+101 |
2010-06-07 | --caption-path: Autocreate caption directories if they don't exist | Daniel Friesel | -1/+16 |
2010-06-07 | Show a little message in caption editing mode to indicate that is active | Daniel Friesel | -14/+22 |
2010-06-07 | Removed undocumented hjkl menu keys | Daniel Friesel | -23/+1 |
2010-06-07 | Remove Shift+Key bindings | Daniel Friesel | -18/+0 |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -3/+7 |
2010-06-06 | Thumbnail mode: Fix segfault when opening a deleted/renamed file | Daniel Friesel | -1/+2 |
2010-06-04 | Revert "Remove unused files getopt.c und getopt1.c" | Daniel Friesel | -0/+1124 |
2010-06-04 | winwidget_render_image: Actually, use lround | Daniel Friesel | -6/+6 |
2010-06-03 | winwidget_render_image: Use round to calculate coordinates. | Daniel Friesel | -6/+6 |
2010-06-01 | Do not require X for options which don't use it | Daniel Friesel | -0/+3 |
2010-05-31 | Remove unused files getopt.c und getopt1.c | Daniel Friesel | -1124/+0 |
2010-05-31 | major --thumbnails speed impromevents, new --thumb-redraw option | Daniel Friesel | -1/+17 |
2010-05-31 | Support caching of thumbnails up to 256x256 pixels (.thumbnails/large) | Daniel Friesel | -28/+42 |
2010-05-30 | Silently disable thumbnail caching for thumbnails >= 128x128 pixels | Daniel Friesel | -0/+8 |
2010-05-30 | Make --cache-thumbnails adhere more to the standard | Daniel Friesel | -2/+4 |
2010-05-30 | Center images in index/thumbnail mode | Daniel Friesel | -16/+12 |
2010-05-30 | Fix blur mode | Daniel Friesel | -2/+7 |
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/+10 |
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 | Accept --hide-pointer in non-fullscreen mode as well | Daniel Friesel | -1/+1 |
2010-05-03 | Add keybinding to toggle cursor visibility at runtime | Daniel Friesel | -11/+27 |
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 | -9/+15 |
2010-05-03 | Fix memory leak related to the menu | Daniel Friesel | -0/+3 |
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | -550/+380 |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | -19/+8 |
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-10 | events.c: Make pointer warping work for zoomed images | Daniel Friesel | -3/+3 |
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 |