summaryrefslogtreecommitdiff
path: root/src/x11/util.c
Commit message (Expand)AuthorAgeFilesLines
* x11: stylistic fixesRan Benita2021-08-311-1/+2
* x11: fix xkb_x11_keymap_new_from_device failing when a level name is emptyRan Benita2021-04-071-1/+4
* Inline x11_atom_interner_adopt_atoms() into callersUli Schlachter2021-03-091-10/+0
* Save another GetAtomName round tripUli Schlachter2021-03-091-42/+43
* Save three more round trips in xkb_x11_keymap_new_from_device()Uli Schlachter2021-03-091-3/+14
* xkb_x11_keymap_new_from_device: Less X11 round-tripsUli Schlachter2021-03-091-66/+94
* x11: cache X11 atomsRan Benita2020-11-201-5/+50
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* utils: use MIN/MAX instead of min/maxRan Benita2019-12-271-1/+1
* x11: don't iterate on empty batchesRan Benita2014-06-151-1/+2
* x11: fix out-of-bounds access in adopt_atoms() error handlingRan Benita2014-05-141-2/+3
* x11: add XKB protocol keymap and state creation supportRan Benita2014-02-021-0/+215