Age | Commit message (Expand) | Author | Lines |
2013-05-31 | fix some clang warnings | Daniel Friesel | -22/+22 |
2013-05-09 | fix feh_printf buffer overflows | Daniel Friesel | -24/+24 |
2013-05-06 | Add %L format code (temporary copy of filelist) | David Gowers | -0/+13 |
2013-01-30 | Add option and keybinding to keep zoom and viewport settings. | Daniel Friesel | -3/+47 |
2012-12-06 | work around last image deletion bug with --cycle-once (closes #107) | Daniel Friesel | -0/+8 |
2012-11-13 | Add %V format specifier (returns feh PID) - patch by 0ion9, closse #109 | Daniel Friesel | -0/+4 |
2012-09-12 | print imlib2 error strings when save failed | Daniel Friesel | -1/+1 |
2012-09-12 | Proper workaround for broken gib_imlib_save_image_with_error_return | Daniel Friesel | -7/+1 |
2012-08-12 | Add %o, %r and %z format specifiers (see #95) | Daniel Friesel | -33/+52 |
2012-07-18 | slideshow: -D and -R need not be mutually exclusive | Daniel Friesel | -1/+1 |
2012-03-13 | slideshow_change_image: do not jump to current image on random jump (closes #85) | Daniel Friesel | -2/+5 |
2012-03-13 | Experimental code to limit imagemagick convert runtime (see #82) | Daniel Friesel | -2/+0 |
2012-03-01 | quiet/verbose adjustments | Daniel Friesel | -1/+1 |
2012-02-26 | feh_printf: Fix/Add %S/%P for human-readable sizes, use them in --list | Daniel Friesel | -6/+19 |
2012-01-15 | Add %F and %N printf sequences for escaped file name (closes #77) | Daniel Friesel | -0/+31 |
2011-10-09 | slideshow.c: Warn about unknown format specifiers, fix handling of trailing %... | Daniel Friesel | -4/+8 |
2011-09-29 | feh_printf: Add %S (size in kB) | Daniel Friesel | -0/+7 |
2011-09-29 | feh_printf: Check feh_file_info_load return status | Daniel Friesel | -15/+5 |
2011-09-07 | feh_reload_image: Fix regression of old caching issue (closes #63) | Daniel Friesel | -5/+13 |
2011-09-02 | Fix memory leak in cb_reload_timer (--reload for directories) (closes #62) | Daniel Friesel | -2/+6 |
2011-09-01 | feh_reload_image: Try to reload unloadable (still existing) images ad infinitum | Daniel Friesel | -4/+5 |
2011-09-01 | Revert "feh_reload_image: Always die if reload failed" | Daniel Friesel | -6/+16 |
2011-08-31 | feh_reload_image: Always die if reload failed | Daniel Friesel | -16/+6 |
2011-08-15 | Convert C++ style comments to /* */ | Daniel Friesel | -5/+6 |
2011-08-15 | slideshow.c: Make --reload properly handle --geometry/--fullscreen (closes #57) | Daniel Friesel | -1/+1 |
2011-08-13 | Add reload functionality for directories (derf#14) | Yu-Jie Lin | -0/+43 |
2011-08-11 | Show correct file number after deleting image | Daniel Friesel | -4/+6 |
2011-08-10 | Remove unused variables | Daniel Friesel | -2/+0 |
2011-08-10 | slideshow.c: save_image: Fix handling of capital file endings (closes #51) | Daniel Friesel | -1/+8 |
2011-04-30 | Initial support for in-image warning display (closes #43) | Daniel Friesel | -3/+3 |
2011-04-16 | feh_reload_image: Work around broken Imlib2 caching (closes #39) | Daniel Friesel | -15/+13 |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -2/+2 |
2011-03-12 | Fix segfault upon unloadable image with --title %h/%w/... (closes GH-35) | Daniel Friesel | -4/+5 |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 |
2010-11-30 | slideshow.c: Fix segfault after encountering multiple invalid images in a row | Daniel Friesel | -1/+5 |
2010-07-17 | --debug-level → --debug | Daniel Friesel | -1/+1 |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -26/+12 |
2010-06-09 | Use SIGUSR1/SIGUSR2 in slideshow mode to change images | Daniel Friesel | -0/+4 |
2010-06-07 | Allow specifying slideshow-delay while starting the slideshow in paused mode | Daniel Friesel | -2/+2 |
2010-05-03 | Make --start-at work with filenames instead of list positions | Daniel Friesel | -7/+12 |
2010-03-26 | Patch by muennich: Correctly set [Paused] window title | Daniel Friesel | -9/+2 |
2010-03-25 | Actually detect an empty filelist | Daniel Friesel | -16/+7 |
2010-03-24 | Fix segfault related to the random slideshow jump feature | Daniel Friesel | -1/+3 |
2010-03-23 | Implement random slideshow jump ('z') | Decklin Foster | -0/+3 |
2010-02-13 | Print an error if 's' button (slidehsow_save_image) fails | Daniel Friesel | -1/+5 |
2010-02-13 | Change source code indentation (indent -kr -i8 -hnl, mainly) | Daniel Friesel | -521/+453 |
2010-02-07 | slideshow.c: Update comment (again) | Daniel Friesel | -7/+8 |
2010-02-07 | Update "No more slides in show" comment | Daniel Friesel | -2/+8 |
2010-02-07 | Don't die after three unloadable images. We'l see if this actually breaks som... | Daniel Friesel | -1/+1 |
2010-02-05 | Apply 02_changeset_r53_slideshow_fix.patch from Debian | Daniel Friesel | -1/+1 |