summaryrefslogtreecommitdiff
path: root/src/keyevents.c
AgeCommit message (Expand)AuthorLines
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
2011-09-28Use buttons config instead of button optionsDaniel Friesel-1/+1
2011-09-28Set max/min zoom for both key and mouse zoomingDaniel Friesel-0/+8
2011-09-01Revert "feh_reload_image: Always die if reload failed"Daniel Friesel-3/+3
2011-08-31feh_reload_image: Always die if reload failedDaniel Friesel-3/+3
2011-08-29Various code fixupsDaniel Friesel-1/+1
2011-08-18--action: Reload image if hold_action flag (;) is set (closes #59)Daniel Friesel-3/+8
2011-08-11Show correct file number after deleting imageDaniel Friesel-8/+8
2011-08-11keyevents.c: Do not force aliasing when using scroll_*_pageDaniel Friesel-4/+4
2011-08-10Remove unused variablesDaniel Friesel-2/+1
2011-08-09Add documentation and default keybindings for flip/mirrorDaniel Friesel-0/+2
2011-08-09Merge patch by livibetter: Add flip and mirror in-place edit actions (closes ...Daniel Friesel-2/+12
2011-08-09Add flip/mirror in-placec edit actions (derf/#9)Yu-Jie Lin-2/+12
2011-08-02keyevents.c: Support Shift modifier (see github issue #30, patch by Yu-Jie Lin)Daniel Friesel-1/+9
2011-07-31allow multiple modifierYu-Jie Lin-7/+7
2011-07-31add scroll by a page actionsYu-Jie Lin-0/+28
2011-06-07Add toggle_info key (closes #48)Daniel Friesel-0/+7
2011-05-10Respect thumbnail selection keys only in thumbnail listDaniel Friesel-5/+5
2011-05-10Fix zoom_default with --scale-down (closes #41)Daniel Friesel-2/+7
2011-05-10keyevents.c: Make toggle_aliasing actually affect the current windowDaniel Friesel-1/+2
2011-05-02Use next/prev/render keys to select images in thumbnail mode (closes #26)Daniel Friesel-1/+12
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-11/+4
2011-04-26Only create caption directory when writing out a caption (closes #42)Daniel Friesel-2/+3
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel-12/+19
2011-01-26Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31)Daniel Friesel-11/+1
2011-01-25key bindings: Don't get confused by keystates we don't support (see GH-30)Daniel Friesel-59/+57
2011-01-22Make in/out zoom use equal ratio, double image movement stepsizeDaniel Friesel-5/+5