platform/upstream/libxkbcommon.git
2021-04-07 Ran BenitaBump version to 1.2.1 xkbcommon-1.2.1
2021-04-07 Ran Benitax11: fix xkb_x11_keymap_new_from_device failing when...
2021-04-03 Ran BenitaBump version to 1.2.0 xkbcommon-1.2.0
2021-04-02 Ran Benitacompose: fix max compose nodes check
2021-04-01 Ran Benitakeysym: speed up the perfect hash function
2021-04-01 Ran Benitakeysym: avoid strtoul in xkb_keysym_from_name
2021-04-01 Ran Benitakeysym: use a perfect hash function for case sensitive...
2021-03-31 Ran Benitacompose: use a ternary tree instead of a regular trie
2021-03-30 Ran Benitaast: remove comment re. anonymous struct
2021-03-30 Ran Benitacompose: use anonymous union
2021-03-30 Ran Benitabuild: require C11
2021-03-30 Ran Benitakeysym: properly handle overflow in 0x keysym names
2021-03-30 Ran Benitacompose: add a limit of 65535 sequences
2021-03-29 Peter Huttererutils: assert on streq for NULL pointers
2021-03-29 Peter Hutterertest: move an assert up to before the strlen() use
2021-03-29 Peter Huttererxkbcomp: remove useless assignment
2021-03-29 Peter Huttererxkbcomp: use memcpy over strncpy to avoid analyzer...
2021-03-29 Ran Benitaman: add missing pointer to xkbcli-compile-keymap(1)
2021-03-28 Ran Benitakeysym: fast path for case sensitive xkb_keysym_from_name
2021-03-28 Ran Benitakeysym: inline find_sym function
2021-03-28 Ran Benitakeysym: use a more descriptive argument name
2021-03-28 Ran Benitakeysym: open-code bsearch
2021-03-28 Ran Benitainteractive-evdev: fix missing initialization
2021-03-28 Ran Benitainteractive-evdev: switch from epoll(2) to poll(2)
2021-03-28 Ran Benitax11: fix comparison of integer expressions of different...
2021-03-19 Peter Huttererxkbcomp: plug a potential memory leak
2021-03-19 Peter Huttererregistry: plug a potential memleak for invalid rules...
2021-03-19 Peter Hutterertest: fix missing va_end in case of test failures
2021-03-19 Peter Huttererbench: silence coverity complaint about a double free
2021-03-09 Uli SchlachterInline x11_atom_interner_adopt_atoms() into callers
2021-03-09 Uli SchlachterSave another GetAtomName round trip
2021-03-09 Uli SchlachterAlso batch the XKB GetNames request
2021-03-09 Uli SchlachterAlso batch the XKB-GetMapMap request
2021-03-09 Uli SchlachterRemove three more round trips
2021-03-09 Uli SchlachterSave three more round trips in xkb_x11_keymap_new_from_...
2021-03-09 Uli Schlachterxkb_x11_keymap_new_from_device: Less X11 round-trips
2021-02-27 Ran BenitaBump version to 1.1.0 xkbcommon-1.1.0
2021-02-27 Ran Benitadoc: add keymap-format-text-v1.md to the HTML documentation
2021-02-27 Ran Benitadoc: add note on variants in rule names
2021-02-27 Pierre Le MarreFix a few keysymtab entries to match their comment...
2021-02-27 Ran Benitascripts: remove meson-junit-report.py
2021-02-22 Peter Hutterermeson.build: replace the remaining join_paths() with...
2021-02-22 Peter Hutterertest: add a keysym tester
2021-02-22 Peter HuttererFix documentation for XKB_CONFIG_EXTRA_PATH
2021-02-22 Peter HuttererUpdate keysym definitions to latest xorgproto
2021-02-22 Peter Huttererscripts: update makeheader script for the _EVDEVK keysy...
2021-02-22 Peter HuttererUpdate imported comments in xkbcommon-keysyms.h
2021-01-23 Peter Hutterertest: fix interactive evdev test invocation
2021-01-23 Peter Hutterertest: fill in srcdir/builddir when not set in the envir...
2020-12-27 Ran Benitadoc/keymap: some slight editing
2020-12-27 Simon Zenidoc/keymap: add documentation for xkb_symbols (#205)
2020-11-23 Ran BenitaBump version to 1.0.3 sandbox/jeon/upstream upstream_bkup_20220207 xkbcommon-1.0.3
2020-11-23 Ran Benitakeymap-dump: follow xkbcomp in printing affect=both...
2020-11-23 Ran Benitax11: fix type level names missing
2020-11-23 Ran Benitatest/data: update host.xkb to match keymap-dump style
2020-11-23 Ran Benitax11/keymap: fix case with no actions
2020-11-20 Ran BenitaBump version to 1.0.2 xkbcommon-1.0.2
2020-11-20 Ran Benitax11: cache X11 atoms
2020-11-20 Ran Benitax11: eliminate slow divisions
2020-11-19 Ran Benitabuild: combine test & bench internal deps
2020-11-18 Ran Benitaci: fix windows CI failure due to add-path deprecation
2020-10-20 Peter Hutterertest: catch unrecognized keysyms in the xkeyboard-confi...
2020-10-19 Peter Huttererxkbcomp: where a keysym cannot be resolved, set it...
2020-10-11 Ran Benitadoc: add note about "short" layout names (#194)
2020-09-11 Ran BenitaBump version to 1.0.1 xkbcommon-1.0.1
2020-09-11 hhbparser: fix another format string for int64_t (#191)
2020-09-09 Ran Benitatools: align `xkbcli how-to-type` output ourselves
2020-09-08 Ran Benitatest/tool-option-parsing: skip testing of disabled...
2020-09-08 Ran Benitatest/tool-option-parsing: switch from pytest to unittest
2020-09-07 Ran Benitatest/tool-option-parsing: keep isolated by using our...
2020-09-07 Ran Benitabuild: move tests to after tools
2020-09-07 Peter Huttererutils: include unistd.h where we have it
2020-09-07 Peter Hutterercontext: fix a compiler warning
2020-09-07 Peter Huttererregistry: mark the rxkb_log function as attribute printf
2020-09-07 Ran Benitaci: enable xkbregistry on macos job
2020-09-07 Peter Hutterertest: include unstd.h in the registry test to cut down...
2020-09-07 Ran Benitatest/data: add rule registry files
2020-09-07 Ran Benitatest/data: sync from xkeyboard-config 2.30
2020-09-07 Ran Benitatest/data: change quartz.xkb from CRLF to LF
2020-09-07 Peter Hutterertest: fix the xkbcli --version test
2020-09-06 Ran Benitabuild: remove old pkgconfig templates
2020-09-05 Ran BenitaBump version to 1.0.0 xkbcommon-1.0.0
2020-09-05 Ran Benitaxkbcli: fix interactive-x11 not showing in help
2020-09-03 Peter HuttererRevert: tools: add xkbcli-scaffold-new-layout as helper...
2020-08-31 Peter Hutterermeson.build: define PATH_MAX where it's missing
2020-08-31 Ran Benitaci: fix windows job not finding bison
2020-08-31 Ran Benitatools: convert man pages from man format to mdoc format
2020-08-30 Ran BenitaPACKAGING: mention xkbcli
2020-08-30 Ran Benitabuild: fix meson "uses features which were added in...
2020-08-30 Peter Huttererdoc: add some disclaimer regarding user-specific key...
2020-08-30 Peter Hutterertools: add xkbcli-scaffold-new-layout as helper tool
2020-08-30 Peter HuttererAdd /etc/xkb as extra lookup path for system data files
2020-08-30 Peter Huttererxkbcomp: allow including kccgst files from other paths
2020-08-30 Peter Huttererxkbcomp: simplify the include path handling
2020-08-30 Peter Huttererxkbcomp: move the logging of include paths into a helpe...
2020-08-08 Ran Benitabuild: fix byacc invocation
2020-07-28 Peter Hutterertest: fix the xkeyboard-config test
2020-07-27 Peter Hutterertest: ignore the real XDG_CONFIG_HOME during tests
2020-07-27 Ran Benitatools/interactive-evdev: fixup 64bff65
2020-07-27 Ran Benitatools/interactive-evdev: change --evdev-offset to ...
next