summaryrefslogtreecommitdiffstats
path: root/input/keycodes.c
Commit message (Expand)AuthorAgeFilesLines
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-5/+4
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-40/+48
* w32_common: handle media keysJames Ross-Gowan2017-08-051-0/+3
* input/keycodes: change license to LGPLwm42017-06-201-7/+7
* input: add a catch-all "unmapped" commandwm42015-12-231-0/+2
* input: rename recently added HALF_SPACEwm42015-10-211-1/+1
* input: add key name for U+3000 IDEOGRAPHIC SPACEwm42015-10-211-0/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* input: remove Linux joystick supportwm42015-03-241-36/+0
* input: add MOUSE_ENTER keybinding.torque2015-02-181-0/+1
* x11: add XK_Cancel to the list of special keysMartin Herkt2015-02-141-0/+1
* Remove some unneeded NULL checkswm42014-11-211-1/+1
* input: don't add weird padding when formatting keycodewm42014-10-171-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* input: make key bindings like "Shift+X" work (for ASCII)wm42014-08-261-3/+25
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* keycodes: add const to a function argumentwm42014-02-171-1/+1
* input: use bstr_xappend()wm42013-12-301-12/+22
* input: split off some code from input.c to separate fileswm42013-12-261-0/+321