summaryrefslogtreecommitdiff
path: root/src/keyevents.c
AgeCommit message (Expand)AuthorLines
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
2011-01-17Copyright FooDaniel Friesel-0/+1
2011-01-17Ignore Shift keystate, shift/non-shift keysyms differ anyways.Daniel Friesel-4/+9
2011-01-16feh/keys: Allow action unbindingDaniel Friesel-1/+1
2011-01-15Fix scrolling defaults / binding namesDaniel Friesel-16/+16
2011-01-15feh/keys: Further error handling (invalid keysyms etc.)Daniel Friesel-2/+5
2011-01-15Update testsDaniel Friesel-1/+1
2011-01-15Check XDG_CONFIG_HOME for feh/keys as wellDaniel Friesel-3/+12
2011-01-15keys: Allow more modifiers, warn for unknown onesDaniel Friesel-0/+19
2011-01-15keys: Allow comments, warn when encountering invalid actionsDaniel Friesel-1/+3
2011-01-14Configurable menu keybindings, too.Daniel Friesel-20/+26
2011-01-14Always overwrite/cancel out default keybindingsDaniel Friesel-1/+3
2011-01-14Read ~/.config/feh/keys for keybindings. prev/next are even tested!Daniel Friesel-0/+151
2011-01-13First step towards configurable key bindingsDaniel Friesel-195/+195
2010-12-30Fix <keypad *> on --scale-downDaniel Friesel-0/+1
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel-19/+17
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel-0/+3
2010-09-05Make pan keys behave like scroll keysDaniel Friesel-8/+8
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ...Levi Smith-3/+5
2010-09-051) winwidget.c winwidget.h New function winwidget_update_caption using code i...Levi Smith-1/+3
2010-08-22Panning with CTRL + arrow keysDaniel Friesel-25/+45
2010-08-15Improve keyboard zoom modeDaniel Friesel-3/+12
2010-08-14Add up arrow / down arrow for zoomingDaniel Friesel-4/+7
2010-07-26Set correct window title when starting feh in paused modeDaniel Friesel-1/+1
2010-07-17--debug-level → --debugDaniel Friesel-2/+2
2010-07-02Sanitise image offsets after pressing kp - / kp +Daniel Friesel-0/+2
2010-06-24Disable filelist saving from thumbnail mode (buggy and probably not useful)Daniel Friesel-1/+5
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel-0/+2
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-10/+7
2010-06-07Removed undocumented hjkl menu keysDaniel Friesel-23/+1
2010-06-07Remove Shift+Key bindingsDaniel Friesel-18/+0
2010-05-28Support keypad return/enter for action as wellDaniel Friesel-2/+1
2010-05-28Patch by aaptel: Support numpad keys for actionsDaniel Friesel-0/+10
2010-05-03Add keybinding to toggle cursor visibility at runtimeDaniel Friesel-0/+5
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel-4/+4
2010-03-23Implement random slideshow jump ('z')Decklin Foster-0/+5
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel-0/+2
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-399/+384
2010-02-13Enable antialiasing for a few keybindingsDaniel Friesel-2/+2
2010-02-13Remove old (undocumented) Tab key binding as draw_actions toggleDaniel Friesel-14/+2
2010-02-13Add runtime shortcuts to toggle --draw-actions and --draw-filenameDaniel Friesel-0/+10