summaryrefslogtreecommitdiff
path: root/src/keyevents.c
AgeCommit message (Expand)AuthorLines
2020-06-17toggle_pause: Re-render the image instead of reloadingDaniel Friesel-2/+2
2020-06-16add option 'a' to show play/paused information in slideshow modereiseb-0/+2
2020-04-11update copyrightDaniel Friesel-1/+1
2020-04-08Notify user when attempting to edit caption of a URLDaniel Friesel-1/+4
2018-11-08Change default toggle_fullscreen key to "f"Daniel Friesel-2/+2
2018-10-17Use random() instead of rand() to increase portabilityDaniel Friesel-1/+1
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-05-11Handle some Esc-based keys from stdin (arrow keys and Alt+X for now)Daniel Friesel-1/+25
2018-03-04Merge branch 'fix-toggle-fixed-geometry' of https://github.com/ulteq/feh into...Daniel Friesel-0/+1
2018-02-28Add toggle_auto_zoom key binding, defaulting to ZDaniel Friesel-0/+5
2017-12-28Apply the toggle_fixed_geometry event to current imageulteq-0/+1
2017-09-24Replace keybinding struct with an array of named bindingsDaniel Friesel-273/+160
2017-09-16Add toggle_fixed_geometry ("g") keybinding to enable/disable window auto-resizeDaniel Friesel-0/+12
2017-09-13Improve handling of lost terminalsDaniel Friesel-2/+33
2017-09-05Remove image from filelist if it was removed by an action (closes #322)Daniel Friesel-0/+3
2017-09-02Respect -N / --no-menus option (broken in 2.17)Daniel Friesel-1/+1
2017-08-31Add support for caption editing to stdin key inputDaniel Friesel-51/+54
2017-08-29Handle detaching the controlling tty from a feh processDaniel Friesel-1/+2
2017-08-23Add terminal-input support for space and returnDaniel Friesel-1/+7
2017-08-22Add experimental support for (remote) control via stdinDaniel Friesel-0/+15
2017-08-12Release v2.19.22.19.2Daniel Friesel-1/+1
2017-08-10Fix segfault in feh_event_handle_keypress for certain key inputsDaniel Friesel-2/+11
2017-06-19Fix Shift modifier not being recognized for tab, space and similar keysDaniel Friesel-2/+2
2017-01-12Pass windidget to feh_action_run, making it possible to use format specifiersANogin-3/+3
2016-10-17Properly initialize zoom_fill key binding, set it to ! (exclamation mark)Daniel Friesel-0/+1
2016-10-15Added a "zoom fit" key binding for the current image.Ernie Ewert-3/+13
2016-08-28dedup key/button initializationDaniel Friesel-131/+138
2016-08-27Key actions can now also be bound to buttons. not vice versa, thoughDaniel Friesel-72/+82
2016-08-27preparations for unified key/button bindingsDaniel Friesel-3/+4
2016-05-28Add prev_dir and next_dir navigation actionsguns-0/+14
2016-05-27events/keyevents: zero cur_bb/cur_kb on each iterationDaniel Friesel-0/+1
2015-11-15zoom: implement scale-down without flickerRichard Molitor-6/+0
2015-07-23use --xinerama-index instead of XINERAMA_INDEX to override xinerama screen se...Daniel Friesel-3/+2
2014-05-22do not depend on HOME being setDaniel Friesel-4/+3
2014-04-14add --scroll-step optionDaniel Friesel-4/+4
2013-01-30Add option and keybinding to keep zoom and viewport settings.Daniel Friesel-0/+6
2012-12-24Fix list_jump in thumbnail mode + thumbnail mode selection rollover (closes #...Daniel Friesel-1/+4
2012-08-21reload: accept float valuesDaniel Friesel-1/+1
2012-03-15scroll keys: Sanitise offsets before renderingDaniel Friesel-0/+8
2012-03-12Add alternative defaults for numpad keybindings (closes #84)Daniel Friesel-3/+3
2012-03-06Revert "fix zoom_default for --scale-down"Daniel Friesel-5/+3
2012-02-26fix zoom_default for --scale-downDaniel Friesel-3/+5
2012-02-12Revert "Merge --scale-down / window dimension change patch"Daniel Friesel-12/+6
2012-02-12Merge --scale-down / window dimension change patchDaniel Friesel-6/+12
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel-0/+13
2011-11-27keyevents.c: caption entry: Only pause slideshow if slideshow_delay is setDaniel Friesel-1/+2
2011-11-19pause slideshow when editing a captionDaniel Friesel-1/+7
2011-10-10Code cleanupDaniel Friesel-3/+0
2011-10-02Minor thumbnail action fixupDaniel Friesel-3/+2
2011-09-29Thumbnail view now allows to execute actions.Olof-Joachim Frahm-4/+15