Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-09-05 | Option --action-hold-slide. If specified, when in slideshow mode images will ↵ | Levi Smith | -3/+17 | |
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual. | ||||
2010-09-05 | 1) winwidget.c winwidget.h New function winwidget_update_caption using code ↵ | Levi Smith | -17/+29 | |
in winwindget_render_image. This code was removed from the latter, and replaced with a call to winwidget_update_caption. 2) Image caption is updated after running action when in slideshow mode. 3) Running action in slideshow mode no longer changes the image automatically. | ||||
2010-08-27 | Add short option -Y for --hide-pointer | Daniel Friesel | -4/+4 | |
2010-08-27 | Update help/manpage | Daniel Friesel | -4/+7 | |
2010-08-27 | Remove --bg-seamless | Daniel Friesel | -31/+2 | |
2010-08-27 | Patch by Stefan Mark: Add --bg-max wallpaper mode | Daniel Friesel | -2/+47 | |
2010-08-22 | Panning with CTRL + arrow keys | Daniel Friesel | -25/+45 | |
2010-08-22 | Cleanup/Update default fehrc, remove ugly menubg images | Daniel Friesel | -17/+25 | |
2010-08-15 | Improve keyboard zoom mode | Daniel Friesel | -3/+12 | |
2010-08-14 | Add up arrow / down arrow for zooming | Daniel Friesel | -4/+7 | |
2010-07-26 | Set correct window title when starting feh in paused mode | Daniel Friesel | -1/+9 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -185/+181 | |
2010-07-14 | Patch by Noel Cragg: Make feh actually usable in tiling mode | Daniel Friesel | -8/+13 | |
2010-07-09 | Add new short options -P, -K, -G, -J | Daniel Friesel | -13/+14 | |
2010-07-08 | index.c: Remove unused function chop_file_From_full_path | Daniel Friesel | -6/+0 | |
2010-07-08 | opt.no_jump_on_resort -> opt.jump_on_resort | Daniel Friesel | -7/+7 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -11/+2 | |
2010-07-04 | options.c: Cleanup | Daniel Friesel | -94/+93 | |
2010-07-04 | --full-screen -> --fullscreen (more correct[tm]) | Daniel Friesel | -3/+4 | |
2010-07-02 | Sanitise image offsets after pressing kp - / kp + | Daniel Friesel | -0/+2 | |
2010-06-30 | imlib.c: Give slightly more helpful error messages if exec fails | Daniel Friesel | -2/+2 | |
2010-06-25 | Don't add ?randomnumber to URLs when downloading | Daniel Friesel | -21/+4 | |
2010-06-25 | Remove --wget-timestamp option (contained a remote code execution hole) | Daniel Friesel | -34/+6 | |
2010-06-25 | Shorten + Update --help text | Daniel Friesel | -267/+129 | |
2010-06-24 | Remove unused function winwidget_count | Daniel Friesel | -6/+0 | |
2010-06-24 | Disable filelist saving from thumbnail mode (buggy and probably not useful) | Daniel Friesel | -1/+5 | |
2010-06-19 | Make <keypad /> and <keypad *> actually useful | Daniel Friesel | -27/+33 | |
2010-06-19 | Move fehrc / help from options.c into separate files | Daniel Friesel | -414/+421 | |
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 | |
Set --slideshow-delay to a negative value to achieve that. In that case, the actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5 seconds but starts paused. Closes: GH-4 <http://github.com/derf/feh/issues#issue/4> | ||||
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 | |
This reverts commit a5ba357a4ff1437e805029ec177d8bda7f415c5f. These files may have been here for non-glibc compatibility, as other libcs apparently not neccessarily introduce getopt_long. I'm planning to test this, but as it may take a while until I get my hands on a suitable test system it definitely won't hurt to revert this until then. |