Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-09-13 | Merge branch 'master' of github.com:derf/feh | Sven Willner | -37/+27 | |
2018-09-13 | Inotify: watch parent directory instead of just file | Sven Willner | -1/+1 | |
2018-07-20 | Blame Imlib2 when failing to create > 32000x32000 px image | Daniel Friesel | -3/+10 | |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 | |
2018-05-11 | Show correct filelist position in windows opened from thumbnail mode | Daniel Friesel | -3/+12 | |
Addresses part of issue #75 | ||||
2018-01-24 | Simplify window title generation | ulteq | -32/+6 | |
2017-09-01 | fixed inotify for thumbnail mode | Sven Willner | -0/+6 | |
2017-08-19 | Make feh abort immediately if an index image could not be created (#306) | Daniel Friesel | -3/+5 | |
2017-04-16 | Thumbnail generation: Handle HOME-less users (and some other edge cases) | Daniel Friesel | -2/+12 | |
2017-04-06 | Fix indentation. | Olof-Joachim Frahm | -6/+6 | |
2017-04-05 | Use temporary file to create thumbnail. | Olof-Joachim Frahm | -2/+14 | |
2017-04-05 | `sizeof(char)` is defined to be 1. | Olof-Joachim Frahm | -1/+1 | |
2017-04-05 | Use XDG_CACHE_HOME for thumbnails. | Olof-Joachim Frahm | -22/+45 | |
2017-04-02 | Always terminate strncpy results with '\0'. | Tobias Stoeckmann | -2/+4 | |
The strncpy function does not guarantee to end the resulting character sequence with a terminating nul character if not enough space is available. This could be triggered by supplying a sufficiently long output_file option. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> | ||||
2017-02-26 | Also update window title for thumbnail windows (closes #280) | Daniel Friesel | -0/+13 | |
2016-10-24 | thumbnail mode: Add a debug printf for thumbnail image size | Daniel Friesel | -0/+1 | |
2015-04-07 | fix gib_imlib_save_image_with_error_return in imported giblib code | Daniel Friesel | -1/+1 | |
2014-08-03 | make all opt.verbose messages print to stderr | Noah Birnel | -3/+3 | |
manually changed in collage, imlib, filelist, thumbnail, slideshow, index feh_display_status also changed | ||||
2014-04-14 | Use new path_is_url helper instead of repeated strncmp chains | Daniel Friesel | -3/+1 | |
2013-05-31 | fix some clang warnings | Daniel Friesel | -2/+2 | |
2012-12-24 | Fix list_jump in thumbnail mode + thumbnail mode selection rollover (closes ↵ | Daniel Friesel | -15/+26 | |
#115) | ||||
2012-12-23 | respect --start-at in thumbnail mode (closes #116) | Daniel Friesel | -0/+10 | |
2012-09-12 | print imlib2 error strings when save failed | Daniel Friesel | -1/+1 | |
2012-09-12 | show error message if -o / -O failed to save image | Daniel Friesel | -2/+6 | |
2012-09-01 | Fix bug in thumbnail generation when used with 'feh .' | Daniel Friesel | -0/+3 | |
It used to save the thumbnail for /path/to/./pmage.png, now it is always /path/to/image.png | ||||
2012-08-12 | Add %o, %r and %z format specifiers (see #95) | Daniel Friesel | -2/+2 | |
2012-03-13 | Experimental code to limit imagemagick convert runtime (see #82) | Daniel Friesel | -0/+1 | |
Problems so far: * leaks zombie processes * does not work when terminating feh with a signal (since the convert process is no longer in feh's process group) | ||||
2011-10-10 | Code cleanup | Daniel Friesel | -20/+10 | |
2011-10-09 | index.c, thumnail.c: Remove size restriction message | Daniel Friesel | -13/+1 | |
It's all documented in the manpage anyways. | ||||
2011-10-03 | Refactor --limit-width / --limit-height code | Daniel Friesel | -89/+15 | |
2011-10-02 | Merge remote-tracking branches 'derf/master' and 'origin/master' | Olof-Joachim Frahm | -140/+40 | |
2011-10-01 | index.c, thumbnail.c: Fix alignment issues | Daniel Friesel | -0/+4 | |
2011-09-30 | Fix memory leaks | Daniel Friesel | -0/+3 | |
2011-09-30 | Apply changes to thumbnail mode | Daniel Friesel | -140/+33 | |
2011-09-29 | Thumbnail view now allows to execute actions. | Olof-Joachim Frahm | -0/+7 | |
Only if a previously selected item (mouse over, keyboard) is available though. | ||||
2011-09-25 | --title-font: Re-render image after drawing title | Daniel Friesel | -0/+3 | |
2011-09-25 | index.c, thumbnail.c: Fix --title-font fallback to default (closes #65) | Daniel Friesel | -0/+3 | |
2011-09-07 | feh_reload_image: Fix regression of old caching issue (closes #63) | Daniel Friesel | -1/+1 | |
This was broken by the changes allowing --reload to retry ad infinitum. Now force_new is used to decide whether or not to work around the Imlib2 caching issue. Because of this, a few feh_reload_image calls needed to be changed. | ||||
2011-09-01 | Revert "feh_reload_image: Always die if reload failed" | Daniel Friesel | -1/+1 | |
This reverts commit 8b79bc33f37db12cbb672bdb47dcfeb0f2030bce. | ||||
2011-08-31 | feh_reload_image: Always die if reload failed | Daniel Friesel | -1/+1 | |
This fixes a segfault in --reload when the image becomes unloadable while feh is running. Note that this does not affect --reload with more than one file: If the current image is removed, feh will simply jump to the next image. feh will only quit if the file still exists, but can no longer be loaded. | ||||
2011-05-02 | Use next/prev/render keys to select images in thumbnail mode (closes #26) | Daniel Friesel | -1/+39 | |
2011-05-02 | Move last selected thumbnail from events.c to thumbmode_data (thumbnail.c) | Daniel Friesel | -19/+28 | |
2011-05-01 | Move thumbnail code from events.c to thumbnail.c | Daniel Friesel | -0/+51 | |
2011-04-30 | Replace some printf calls by fputs/putc | Daniel Friesel | -7/+7 | |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -2/+2 | |
2011-01-23 | Show correct image dimensions in thumbnail mode (closes GH-29) | Daniel Friesel | -11/+38 | |
Ugly workaround, gotta make it nicer some time | ||||
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -8/+8 | |
2010-06-16 | Make --font set the global default font | Daniel Friesel | -1/+5 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -27/+12 | |