summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* interactive-wayland: fallback to ftruncate() if neededEvgeniy Khramtsov2021-04-141-11/+24
* doc: fix user-configuration sample fileJouke Witteveen2021-04-111-1/+3
* scripts: update license note in perfect_hash.pyRan Benita2021-04-081-4/+4
* Bump version to 1.2.1xkbcommon-1.2.1Ran Benita2021-04-072-1/+8
* x11: fix xkb_x11_keymap_new_from_device failing when a level name is emptyRan Benita2021-04-071-1/+4
* Bump version to 1.2.0xkbcommon-1.2.0Ran Benita2021-04-032-1/+27
* compose: fix max compose nodes checkRan Benita2021-04-021-2/+3
* keysym: speed up the perfect hash functionRan Benita2021-04-012-298/+301
* keysym: avoid strtoul in xkb_keysym_from_nameRan Benita2021-04-012-10/+39
* keysym: use a perfect hash function for case sensitive xkb_keysym_from_nameRan Benita2021-04-014-2577/+1036
* compose: use a ternary tree instead of a regular trieRan Benita2021-03-314-128/+139
* ast: remove comment re. anonymous structRan Benita2021-03-301-1/+0