symbols: improve FindKeyForSymbol()
[platform/upstream/libxkbcommon.git] / src / x11 /
2014-08-09 Ran Benitax11/keymap: handle private actions
2014-08-08 Ran Benitax11/keymap: be more defensive about the number of modifiers
2014-08-08 Ran Benitax11/keymap: don't forget to add the vmod offset in...
2014-06-15 Ran Benitax11: don't iterate on empty batches
2014-06-01 Ran BenitaRemove unnecessary !!(expressions)
2014-05-14 Ran Benitax11: fix out-of-bounds access in adopt_atoms() error...
2014-04-22 Ran Benitakeymap, keycodes, compat: don't use darray for LEDs
2014-04-22 Ran Benitakeymap: don't use darray in xkb_mod_set
2014-04-19 Ran BenitaAdd struct xkb_mod_set
2014-03-06 Ran Benitax11: relax XkbGetNames requirements
2014-02-16 Ran Benitakeymap: change action flag NO_ACCEL -> ACCEL
2014-02-16 Ran Benitaaction: fix SwitchScreen "same" field handling
2014-02-09 Ran Benitax11: don't trust keycode before testing its range
2014-02-09 Ran Benitax11: add 0 < ctrls->numGroups <= 4 assertion
2014-02-08 Ran Benitaapi: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use...
2014-02-08 Ran Benitax11: make sure not to use compat header
2014-02-08 Ran Benitax11: make some #defines unsigned
2014-02-08 Ran Benitax11: fix truncation of xkb controls mask off the wire
2014-02-08 Ran Benitax11: make msb_pos return unsigned
2014-02-08 Ran BenitaUse (1u << idx) instead of (1 << idx) where appropriate
2014-02-07 Ran BenitaFix sign-compare warnings
2014-02-07 Ran Benitax11: add #actions == #syms check
2014-02-07 Ran Benitax11: add explicit cast in mods conversion
2014-02-02 Ran Benitax11: add XKB protocol keymap and state creation support