summaryrefslogtreecommitdiff
path: root/src/keyevents.c
AgeCommit message (Expand)Author
2011-07-31allow multiple modifierYu-Jie Lin
2011-07-31add scroll by a page actionsYu-Jie Lin
2011-06-07Add toggle_info key (closes #48)Daniel Friesel
2011-05-10Respect thumbnail selection keys only in thumbnail listDaniel Friesel
2011-05-10Fix zoom_default with --scale-down (closes #41)Daniel Friesel
2011-05-10keyevents.c: Make toggle_aliasing actually affect the current windowDaniel Friesel
2011-05-02Use next/prev/render keys to select images in thumbnail mode (closes #26)Daniel Friesel
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel
2011-04-26Only create caption directory when writing out a caption (closes #42)Daniel Friesel
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel
2011-01-26Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31)Daniel Friesel
2011-01-25key bindings: Don't get confused by keystates we don't support (see GH-30)Daniel Friesel
2011-01-22Make in/out zoom use equal ratio, double image movement stepsizeDaniel Friesel
2011-01-17Copyright FooDaniel Friesel
2011-01-17Ignore Shift keystate, shift/non-shift keysyms differ anyways.Daniel Friesel
2011-01-16feh/keys: Allow action unbindingDaniel Friesel
2011-01-15Fix scrolling defaults / binding namesDaniel Friesel
2011-01-15feh/keys: Further error handling (invalid keysyms etc.)Daniel Friesel
2011-01-15Update testsDaniel Friesel
2011-01-15Check XDG_CONFIG_HOME for feh/keys as wellDaniel Friesel
2011-01-15keys: Allow more modifiers, warn for unknown onesDaniel Friesel
2011-01-15keys: Allow comments, warn when encountering invalid actionsDaniel Friesel
2011-01-14Configurable menu keybindings, too.Daniel Friesel
2011-01-14Always overwrite/cancel out default keybindingsDaniel Friesel
2011-01-14Read ~/.config/feh/keys for keybindings. prev/next are even tested!Daniel Friesel
2011-01-13First step towards configurable key bindingsDaniel Friesel
2010-12-30Fix <keypad *> on --scale-downDaniel Friesel
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel
2010-09-05Make pan keys behave like scroll keysDaniel Friesel
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ...Levi Smith
2010-09-051) winwidget.c winwidget.h New function winwidget_update_caption using code i...Levi Smith
2010-08-22Panning with CTRL + arrow keysDaniel Friesel
2010-08-15Improve keyboard zoom modeDaniel Friesel
2010-08-14Add up arrow / down arrow for zoomingDaniel Friesel
2010-07-26Set correct window title when starting feh in paused modeDaniel Friesel
2010-07-17--debug-level → --debugDaniel Friesel
2010-07-02Sanitise image offsets after pressing kp - / kp +Daniel Friesel
2010-06-24Disable filelist saving from thumbnail mode (buggy and probably not useful)Daniel Friesel
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel
2010-06-07Removed undocumented hjkl menu keysDaniel Friesel
2010-06-07Remove Shift+Key bindingsDaniel Friesel
2010-05-28Support keypad return/enter for action as wellDaniel Friesel
2010-05-28Patch by aaptel: Support numpad keys for actionsDaniel Friesel
2010-05-03Add keybinding to toggle cursor visibility at runtimeDaniel Friesel
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel
2010-03-23Implement random slideshow jump ('z')Decklin Foster
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel