summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Variants should inherit iso639, iso3166 and brief from parent layout if omitt...M Hickford2022-01-242-3/+34
* registry: skip over invalid ISO639 or ISO3166 entriesPeter Hutterer2022-01-242-7/+157
* test: show the tool exit status on failurePeter Hutterer2022-01-241-1/+1
* registry: don't call xmlCleanupParser()Peter Hutterer2022-01-181-1/+0
* CI: always run the linux workflowPeter Hutterer2022-01-171-5/+1
* CI: split and rename the workflows to windows/macos/linuxPeter Hutterer2022-01-174-108/+130
* Update README.mdM Hickford2022-01-112-3/+1
* Add instructions to run tests. Add build/ to .gitignore.matthickford2022-01-112-0/+3
* build: add enable-tools optionAlex Xu (Hello71)2021-12-052-4/+8
* tools/list: print an empty string for null vendor stringsPeter Hutterer2021-11-111-1/+2
* tools/list: enclose the the various field names in quotesPeter Hutterer2021-11-111-7/+7
* man: mention `xkbcli list` output is meant to be in YAML 1.2 formatRan Benita2021-11-011-4/+4
* ci: possible fix for release workflowRan Benita2021-09-171-1/+1
* Bump version to 1.3.1xkbcommon-1.3.1Ran Benita2021-09-102-1/+17
* x11: try to fix crash in xkb_x11_keymap_new_from_device error handlingRan Benita2021-09-091-12/+30
* x11: stylistic fixesRan Benita2021-08-312-8/+9
* tools/how-to-type: add --keysym for how to type a keysymRan Benita2021-07-312-14/+32
* tools/interactive-x11: use keysym to look for EscSimon Ser2021-07-121-1/+1
* bench/compose: fix compose file pathRan Benita2021-06-101-1/+1
* ci: some tweaksRan Benita2021-05-222-12/+35
* ci: also link to tarball in github releaseRan Benita2021-05-221-1/+3
* ci: automatically create github release when tag is pushedRan Benita2021-05-221-0/+21
* test/tool-option-parsing: don't depend on build prefixRan Benita2021-05-221-0/+4
* test/compose: add tests for xkb_compose_table_new_from_locale lookupRan Benita2021-05-221-0/+44
* test/compose: clean up after a setenvRan Benita2021-05-221-0/+2
* tests/data: add files needed to fully test composeRan Benita2021-05-226-4/+4389
* ignore: remove no longer relevant gitignore filesRan Benita2021-05-225-33/+0
* xkbcommon: deprecate XK_approxeq and XK_notapproxeqRan Benita2021-05-221-2/+2
* scripts/update-keysyms: fix path to the include files after de1b6943dPeter Hutterer2021-05-141-2/+2
* tools: add compose tool for Compose debuggingRan Benita2021-05-082-0/+131
* compose: add mapped locale to Compose-file-not-found error logRan Benita2021-05-081-1/+2
* Bump version to 1.3.0xkbcommon-1.3.0Ran Benita2021-05-012-1/+33
* atom: rewrite as a hash tableRan Benita2021-04-271-68/+64
* bench: add atom benchmarkRan Benita2021-04-272-0/+98
* bench/rulescomp: decrease benchmark iterationsRan Benita2021-04-271-1/+1
* build: fix missing includesRan Benita2021-04-271-8/+8
* Move include files to include/ subdirectoryRan Benita2021-04-278-20/+20
* build: move the subproject variables to a common section at the endRan Benita2021-04-271-9/+17
* Meson: Allow building as subprojectAdrian Perez de Castro2021-04-271-4/+10
* Windows: Pass list of symbols to export to MSVCAdrian Perez de Castro2021-04-272-3/+64
* tools: change xkbcli list to output YAMLPeter Hutterer2021-04-271-18/+26
* tools: change the list separator handlingPeter Hutterer2021-04-271-13/+14
* keysym: fix underflow in binary searchesIsaac Freund2021-04-252-4/+7
* test: allow skipping errors in certain conditionsPeter Hutterer2021-04-221-2/+11
* test: add extra info to the layout-tester --help outputPeter Hutterer2021-04-201-1/+6
* test: print the layout-tester progress bar to stdout by defaultPeter Hutterer2021-04-201-2/+2
* test: add an LVO argument to the XKB layout testerPeter Hutterer2021-04-201-1/+15
* test: print the compiled keymaps to a given directoryPeter Hutterer2021-04-201-2/+35
* test: rework the output for the xkeyboard-config layout testerPeter Hutterer2021-04-201-74/+111
* test: add proper --verbose handling to the xkeyboard-config testerPeter Hutterer2021-04-201-11/+22