summaryrefslogtreecommitdiff
path: root/src/x11
Commit message (Expand)AuthorAgeFilesLines
* x11/keymap: handle private actionsRan Benita2014-08-091-0/+14
* x11/keymap: be more defensive about the number of modifiersRan Benita2014-08-081-2/+4
* x11/keymap: don't forget to add the vmod offset in get_vmodsRan Benita2014-08-081-2/+3
* x11: don't iterate on empty batchesRan Benita2014-06-151-1/+2
* Remove unnecessary !!(expressions)Ran Benita2014-06-011-3/+3
* x11: fix out-of-bounds access in adopt_atoms() error handlingRan Benita2014-05-141-2/+3
* keymap, keycodes, compat: don't use darray for LEDsRan Benita2014-04-221-4/+4
* keymap: don't use darray in xkb_mod_setRan Benita2014-04-221-10/+5
* Add struct xkb_mod_setRan Benita2014-04-191-4/+7
* x11: relax XkbGetNames requirementsRan Benita2014-03-061-4/+8
* keymap: change action flag NO_ACCEL -> ACCELRan Benita2014-02-161-2/+2
* action: fix SwitchScreen "same" field handlingRan Benita2014-02-161-1/+1
* x11: don't trust keycode before testing its rangeRan Benita2014-02-091-3/+7
* x11: add 0 < ctrls->numGroups <= 4 assertionRan Benita2014-02-091-0/+1
* api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAPRan Benita2014-02-081-1/+1
* x11: make sure not to use compat headerRan Benita2014-02-081-1/+1
* x11: make some #defines unsignedRan Benita2014-02-081-9/+9
* x11: fix truncation of xkb controls mask off the wireRan Benita2014-02-081-1/+1
* x11: make msb_pos return unsignedRan Benita2014-02-081-1/+1
* Use (1u << idx) instead of (1 << idx) where appropriateRan Benita2014-02-081-2/+2
* Fix sign-compare warningsRan Benita2014-02-081-6/+6
* x11: add #actions == #syms checkRan Benita2014-02-071-0/+3
* x11: add explicit cast in mods conversionRan Benita2014-02-071-1/+4
* x11: add XKB protocol keymap and state creation supportRan Benita2014-02-024-0/+1486