summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bench: silence coverity complaint about a double freePeter Hutterer2021-03-191-1/+2
* Inline x11_atom_interner_adopt_atoms() into callersUli Schlachter2021-03-093-19/+8
* Save another GetAtomName round tripUli Schlachter2021-03-093-76/+66
* Also batch the XKB GetNames requestUli Schlachter2021-03-091-23/+24
* Also batch the XKB-GetMapMap requestUli Schlachter2021-03-091-15/+15
* Remove three more round tripsUli Schlachter2021-03-091-18/+18
* Save three more round trips in xkb_x11_keymap_new_from_device()Uli Schlachter2021-03-093-8/+39
* xkb_x11_keymap_new_from_device: Less X11 round-tripsUli Schlachter2021-03-093-104/+157
* Bump version to 1.1.0xkbcommon-1.1.0Ran Benita2021-02-272-1/+20
* doc: add keymap-format-text-v1.md to the HTML documentationRan Benita2021-02-272-3/+10
* doc: add note on variants in rule namesRan Benita2021-02-271-0/+3
* Fix a few keysymtab entries to match their comment in xkbcommon-keysyms.hPierre Le Marre2021-02-271-3/+3
* scripts: remove meson-junit-report.pyRan Benita2021-02-271-92/+0
* meson.build: replace the remaining join_paths() with the nicer / syntaxPeter Hutterer2021-02-221-1/+1
* test: add a keysym testerPeter Hutterer2021-02-222-5/+92
* Fix documentation for XKB_CONFIG_EXTRA_PATHPeter Hutterer2021-02-221-2/+2
* Update keysym definitions to latest xorgprotoPeter Hutterer2021-02-222-3593/+4258
* scripts: update makeheader script for the _EVDEVK keysym definesPeter Hutterer2021-02-221-0/+11
* Update imported comments in xkbcommon-keysyms.hPeter Hutterer2021-02-221-3/+3
* test: fix interactive evdev test invocationPeter Hutterer2021-01-231-1/+1
* test: fill in srcdir/builddir when not set in the environmentPeter Hutterer2021-01-231-2/+13
* doc/keymap: some slight editingRan Benita2020-12-271-13/+11
* doc/keymap: add documentation for xkb_symbols (#205)Simon Zeni2020-12-271-3/+103
* Bump version to 1.0.3xkbcommon-1.0.3Ran Benita2020-11-232-1/+10
* keymap-dump: follow xkbcomp in printing affect=both in pointer actionsRan Benita2020-11-233-12/+14
* x11: fix type level names missingRan Benita2020-11-231-0/+1
* test/data: update host.xkb to match keymap-dump styleRan Benita2020-11-231-311/+311
* x11/keymap: fix case with no actionsRan Benita2020-11-231-9/+10
* Bump version to 1.0.2xkbcommon-1.0.2Ran Benita2020-11-202-1/+11
* x11: cache X11 atomsRan Benita2020-11-205-5/+171
* x11: eliminate slow divisionsRan Benita2020-11-201-22/+23
* build: combine test & bench internal depsRan Benita2020-11-191-14/+6
* ci: fix windows CI failure due to add-path deprecationRan Benita2020-11-191-1/+1
* test: catch unrecognized keysyms in the xkeyboard-config testPeter Hutterer2020-10-201-0/+7
* xkbcomp: where a keysym cannot be resolved, set it to NoSymbolPeter Hutterer2020-10-203-3/+71
* doc: add note about "short" layout names (#194)Ran Benita2020-10-111-0/+12
* Bump version to 1.0.1xkbcommon-1.0.1Ran Benita2020-09-112-1/+12
* parser: fix another format string for int64_t (#191)hhb2020-09-111-1/+1
* tools: align `xkbcli how-to-type` output ourselvesRan Benita2020-09-092-8/+5
* test/tool-option-parsing: skip testing of disabled toolsRan Benita2020-09-082-28/+28
* test/tool-option-parsing: switch from pytest to unittestRan Benita2020-09-081-196/+173
* test/tool-option-parsing: keep isolated by using our own test dataRan Benita2020-09-071-1/+6
* build: move tests to after toolsRan Benita2020-09-071-129/+130
* utils: include unistd.h where we have itPeter Hutterer2020-09-071-1/+1
* context: fix a compiler warningPeter Hutterer2020-09-071-1/+1
* registry: mark the rxkb_log function as attribute printfPeter Hutterer2020-09-071-0/+1
* ci: enable xkbregistry on macos jobRan Benita2020-09-071-2/+2
* test: include unstd.h in the registry test to cut down the MacOS warningsPeter Hutterer2020-09-072-0/+6
* test/data: add rule registry filesRan Benita2020-09-075-0/+18176
* test/data: sync from xkeyboard-config 2.30Ran Benita2020-09-0728-863/+1635