summaryrefslogtreecommitdiffstats
path: root/input/keycodes.c
Commit message (Expand)AuthorAgeFilesLines
* 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