summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: require bison >= 2.3aRan Benita2023-05-051-1/+1
* build: bump required meson to 0.52.0Ran Benita2023-05-051-1/+1
* scanner: allow for a zero terminated string as keymapPeter Hutterer2023-05-052-18/+26
* README: use meson compile/test over ninjaPeter Hutterer2023-05-052-4/+4
* .editorconfig: add .md configPierre Le Marre2023-05-041-1/+1
* Use consistent indentation for map and CSS filesRan Benita2023-05-044-157/+157
* registry: remove a few asprintf/free() calls with snprintfPeter Hutterer2023-05-041-13/+4
* registry: simplify strdup() error handlingPeter Hutterer2023-05-041-12/+8
* meson.build: register libxkbcommon.dylib linkKen Cunningham2023-05-041-0/+1
* Add support for modmap None (#291)Wismill2023-05-018-9/+344
* Improve the doc of the XKB keymap text format, V1 (#321)Wismill2023-04-305-91/+932
* keysyms: add new keysyms XF86EmojiPicker, XF86DictateRan Benita2023-04-122-862/+869
* Possible fix for non-MSVC windows compilersRan Benita2023-04-116-9/+9
* keysym: replace deprecated Serbian_DZE with Cyrillic_DZHEPeter Hutterer2023-03-311-2/+2
* build: override dependency for use as subprojectSimon Ser2023-02-191-0/+9
* NEWS: add "New API" section for last releaseRan Benita2023-01-021-0/+3
* Bump version to 1.5.0xkbcommon-1.5.0Ran Benita2023-01-022-1/+28
* build: fix wayland-scanner deprecation code -> private-codeRan Benita2023-01-021-1/+1
* doc: clarify "server state" and "client state" distinctionRan Benita2022-12-171-21/+42
* build: require meson >= 0.51, fix meson deprecationsRan Benita2022-12-161-16/+16
* ci: don't run linux on push to non-master branchesRan Benita2022-12-161-1/+5
* context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)Ronan Pigott2022-12-1611-53/+97
* build: remove -fsanitize-undefined-trap-on-errorRan Benita2022-12-141-1/+0
* CI: bump a few actions to newer versionsPeter Hutterer2022-12-144-7/+7
* build: reenable test-context in MSVCRan Benita2022-09-241-8/+5
* test: move mkdir & mkdtemp calls to common place and fix them on MSVCRan Benita2022-09-245-24/+63
* utils: move some MSVC compat stuff to common placeRan Benita2022-09-243-23/+13
* ci/linux: store the test logs as artifacts on failurePeter Hutterer2022-09-241-0/+7
* ci/linux: split normal testing from valgrind testingPeter Hutterer2022-09-241-0/+3
* interactive-wayland: Fix interface versioningJan Alexander Steffens (heftig)2022-09-241-5/+5
* Bump version to 1.4.1xkbcommon-1.4.1Ran Benita2022-05-212-1/+15
* keysym-utf: remove bogus currency sign entriesRan Benita2022-05-151-11/+0
* keysym-utf: remove bogus Korean Won sign entryRan Benita2022-05-151-1/+0
* Remove bogus euro sign entry from keysymtabSam Lantinga2022-05-152-1/+1
* Do not clear sibling entries when override.Weng Xuetian2022-05-152-1/+22
* ci/linux: bring back `apt update` to fix `apt install` 404sRan Benita2022-03-201-0/+1
* scanner: prefix functions with `scanner_` to avoid symbol conflictsRan Benita2022-03-144-151/+151
* Improve misleading comments #270Mladen Milinkovic2022-02-241-1/+2
* ci: another possible fix for release workflowRan Benita2022-02-041-1/+1
* Bump version to 1.4.0xkbcommon-1.4.0Ran Benita2022-02-042-1/+27
* test: add test for variant inheritance of ISO 639/3166 codesPeter Hutterer2022-02-041-0/+20
* 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