expr: take xkb_mod_set instead of the entire keymap
[platform/upstream/libxkbcommon.git] / src / x11 /
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