resetting manifest requested domain to floor
[platform/upstream/libxkbcommon.git] / src / x11 /
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2023-07-14 Pierre Le MarreMove STRINGIFY to utils.h and add STRINGIFY2
2021-09-09 Ran Benitax11: try to fix crash in xkb_x11_keymap_new_from_device...
2021-08-31 Ran Benitax11: stylistic fixes
2021-04-07 Ran Benitax11: fix xkb_x11_keymap_new_from_device failing when...
2021-03-28 Ran Benitax11: fix comparison of integer expressions of different...
2021-03-09 Uli SchlachterInline x11_atom_interner_adopt_atoms() into callers
2021-03-09 Uli SchlachterSave another GetAtomName round trip
2021-03-09 Uli SchlachterAlso batch the XKB GetNames request
2021-03-09 Uli SchlachterAlso batch the XKB-GetMapMap request
2021-03-09 Uli SchlachterRemove three more round trips
2021-03-09 Uli SchlachterSave three more round trips in xkb_x11_keymap_new_from_...
2021-03-09 Uli Schlachterxkb_x11_keymap_new_from_device: Less X11 round-trips
2020-11-23 Ran Benitax11: fix type level names missing
2020-11-23 Ran Benitax11/keymap: fix case with no actions
2020-11-20 Ran Benitax11: cache X11 atoms
2020-11-20 Ran Benitax11: eliminate slow divisions
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Ran Benitautils: use MIN/MAX instead of min/max
2018-08-21 Ran BenitaMerge pull request #68 from whot/wip/xkeyboard-config...
2018-08-18 Ran Benitax11: fix undefined behavior when copying the coordinate...
2017-12-21 Ran BenitaConvert http:// -> https:// where possible
2017-12-18 Ran Benitax11: check and document the correct range of device IDs
2017-07-31 Ran Benitax11/keymap,test/interactive-evdev: fix a couple of...
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