summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* compose: use anonymous unionRan Benita2021-03-304-25/+27
* build: require C11Ran Benita2021-03-301-1/+1
* keysym: properly handle overflow in 0x keysym namesRan Benita2021-03-302-6/+14
* compose: add a limit of 65535 sequencesRan Benita2021-03-303-10/+18
* utils: assert on streq for NULL pointersPeter Hutterer2021-03-301-0/+1
* test: move an assert up to before the strlen() usePeter Hutterer2021-03-301-1/+2
* xkbcomp: remove useless assignmentPeter Hutterer2021-03-301-1/+1
* xkbcomp: use memcpy over strncpy to avoid analyzer warningsPeter Hutterer2021-03-301-4/+5
* man: add missing pointer to xkbcli-compile-keymap(1)Ran Benita2021-03-291-0/+4
* keysym: fast path for case sensitive xkb_keysym_from_nameRan Benita2021-03-283-52/+2621
* keysym: inline find_sym functionRan Benita2021-03-281-56/+46
* keysym: use a more descriptive argument nameRan Benita2021-03-281-11/+11
* keysym: open-code bsearchRan Benita2021-03-281-34/+26
* interactive-evdev: fix missing initializationRan Benita2021-03-281-1/+1
* interactive-evdev: switch from epoll(2) to poll(2)Ran Benita2021-03-284-29/+22
* x11: fix comparison of integer expressions of different signednessRan Benita2021-03-281-1/+1
* xkbcomp: plug a potential memory leakPeter Hutterer2021-03-191-3/+8
* registry: plug a potential memleak for invalid rules filesPeter Hutterer2021-03-191-0/+4
* test: fix missing va_end in case of test failuresPeter Hutterer2021-03-191-6/+15