Age | Commit message (Expand) | Author | Lines |
2017-08-23 | Add terminal-input support for space and return | Daniel Friesel | -1/+7 |
2017-08-22 | Add experimental support for (remote) control via stdin | Daniel Friesel | -0/+15 |
2017-08-12 | Release v2.19.22.19.2 | Daniel Friesel | -1/+1 |
2017-08-10 | Fix segfault in feh_event_handle_keypress for certain key inputs | Daniel Friesel | -2/+11 |
2017-06-19 | Fix Shift modifier not being recognized for tab, space and similar keys | Daniel Friesel | -2/+2 |
2017-01-12 | Pass windidget to feh_action_run, making it possible to use format specifiers | ANogin | -3/+3 |
2016-10-17 | Properly initialize zoom_fill key binding, set it to ! (exclamation mark) | Daniel Friesel | -0/+1 |
2016-10-15 | Added a "zoom fit" key binding for the current image. | Ernie Ewert | -3/+13 |
2016-08-28 | dedup key/button initialization | Daniel Friesel | -131/+138 |
2016-08-27 | Key actions can now also be bound to buttons. not vice versa, though | Daniel Friesel | -72/+82 |
2016-08-27 | preparations for unified key/button bindings | Daniel Friesel | -3/+4 |
2016-05-28 | Add prev_dir and next_dir navigation actions | guns | -0/+14 |
2016-05-27 | events/keyevents: zero cur_bb/cur_kb on each iteration | Daniel Friesel | -0/+1 |
2015-11-15 | zoom: implement scale-down without flicker | Richard Molitor | -6/+0 |
2015-07-23 | use --xinerama-index instead of XINERAMA_INDEX to override xinerama screen se... | Daniel Friesel | -3/+2 |
2014-05-22 | do not depend on HOME being set | Daniel Friesel | -4/+3 |
2014-04-14 | add --scroll-step option | Daniel Friesel | -4/+4 |
2013-01-30 | Add option and keybinding to keep zoom and viewport settings. | Daniel Friesel | -0/+6 |
2012-12-24 | Fix list_jump in thumbnail mode + thumbnail mode selection rollover (closes #... | Daniel Friesel | -1/+4 |
2012-08-21 | reload: accept float values | Daniel Friesel | -1/+1 |
2012-03-15 | scroll keys: Sanitise offsets before rendering | Daniel Friesel | -0/+8 |
2012-03-12 | Add alternative defaults for numpad keybindings (closes #84) | Daniel Friesel | -3/+3 |
2012-03-06 | Revert "fix zoom_default for --scale-down" | Daniel Friesel | -5/+3 |
2012-02-26 | fix zoom_default for --scale-down | Daniel Friesel | -3/+5 |
2012-02-12 | Revert "Merge --scale-down / window dimension change patch" | Daniel Friesel | -12/+6 |
2012-02-12 | Merge --scale-down / window dimension change patch | Daniel Friesel | -6/+12 |
2012-01-27 | optional exif support (build with exif=1), initial patch import | Daniel Friesel | -0/+13 |
2011-11-27 | keyevents.c: caption entry: Only pause slideshow if slideshow_delay is set | Daniel Friesel | -1/+2 |
2011-11-19 | pause slideshow when editing a caption | Daniel Friesel | -1/+7 |
2011-10-10 | Code cleanup | Daniel Friesel | -3/+0 |
2011-10-02 | Minor thumbnail action fixup | Daniel Friesel | -3/+2 |
2011-09-29 | Thumbnail view now allows to execute actions. | Olof-Joachim Frahm | -4/+15 |
2011-09-28 | Use buttons config instead of button options | Daniel Friesel | -1/+1 |
2011-09-28 | Set max/min zoom for both key and mouse zooming | Daniel Friesel | -0/+8 |
2011-09-01 | Revert "feh_reload_image: Always die if reload failed" | Daniel Friesel | -3/+3 |
2011-08-31 | feh_reload_image: Always die if reload failed | Daniel Friesel | -3/+3 |
2011-08-29 | Various code fixups | Daniel Friesel | -1/+1 |
2011-08-18 | --action: Reload image if hold_action flag (;) is set (closes #59) | Daniel Friesel | -3/+8 |
2011-08-11 | Show correct file number after deleting image | Daniel Friesel | -8/+8 |
2011-08-11 | keyevents.c: Do not force aliasing when using scroll_*_page | Daniel Friesel | -4/+4 |
2011-08-10 | Remove unused variables | Daniel Friesel | -2/+1 |
2011-08-09 | Add documentation and default keybindings for flip/mirror | Daniel Friesel | -0/+2 |
2011-08-09 | Merge patch by livibetter: Add flip and mirror in-place edit actions (closes ... | Daniel Friesel | -2/+12 |
2011-08-09 | Add flip/mirror in-placec edit actions (derf/#9) | Yu-Jie Lin | -2/+12 |
2011-08-02 | keyevents.c: Support Shift modifier (see github issue #30, patch by Yu-Jie Lin) | Daniel Friesel | -1/+9 |
2011-07-31 | allow multiple modifier | Yu-Jie Lin | -7/+7 |
2011-07-31 | add scroll by a page actions | Yu-Jie Lin | -0/+28 |
2011-06-07 | Add toggle_info key (closes #48) | Daniel Friesel | -0/+7 |
2011-05-10 | Respect thumbnail selection keys only in thumbnail list | Daniel Friesel | -5/+5 |
2011-05-10 | Fix zoom_default with --scale-down (closes #41) | Daniel Friesel | -2/+7 |