projects
/
platform
/
upstream
/
libxkbcommon.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libxkbcommon.git
2021-04-27
Ran Benita
Move include files to include/ subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2021-04-27
Ran Benita
build: move the subproject variables to a common sectio...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-27
Adrian Perez...
Meson: Allow building as subproject
commit
|
commitdiff
|
tree
|
snapshot
2021-04-27
Adrian Perez...
Windows: Pass list of symbols to export to MSVC
commit
|
commitdiff
|
tree
|
snapshot
2021-04-27
Peter Hutterer
tools: change xkbcli list to output YAML
commit
|
commitdiff
|
tree
|
snapshot
2021-04-27
Peter Hutterer
tools: change the list separator handling
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Isaac Freund
keysym: fix underflow in binary searches
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Peter Hutterer
test: allow skipping errors in certain conditions
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Peter Hutterer
test: add extra info to the layout-tester --help output
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Peter Hutterer
test: print the layout-tester progress bar to stdout...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Peter Hutterer
test: add an LVO argument to the XKB layout tester
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Peter Hutterer
test: print the compiled keymaps to a given directory
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Peter Hutterer
test: rework the output for the xkeyboard-config layout...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Peter Hutterer
test: add proper --verbose handling to the xkeyboard...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-14
Evgeniy Khramtsov
interactive-wayland: fallback to ftruncate() if needed
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
Jouke Witteveen
doc: fix user-configuration sample file
commit
|
commitdiff
|
tree
|
snapshot
2021-04-08
Ran Benita
scripts: update license note in perfect_hash.py
commit
|
commitdiff
|
tree
|
snapshot
2021-04-07
Ran Benita
Bump version to 1.2.1
xkbcommon-1.2.1
commit
|
commitdiff
|
tree
|
snapshot
2021-04-07
Ran Benita
x11: fix xkb_x11_keymap_new_from_device failing when...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-03
Ran Benita
Bump version to 1.2.0
xkbcommon-1.2.0
commit
|
commitdiff
|
tree
|
snapshot
2021-04-02
Ran Benita
compose: fix max compose nodes check
commit
|
commitdiff
|
tree
|
snapshot
2021-04-01
Ran Benita
keysym: speed up the perfect hash function
commit
|
commitdiff
|
tree
|
snapshot
2021-04-01
Ran Benita
keysym: avoid strtoul in xkb_keysym_from_name
commit
|
commitdiff
|
tree
|
snapshot
2021-04-01
Ran Benita
keysym: use a perfect hash function for case sensitive...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-31
Ran Benita
compose: use a ternary tree instead of a regular trie
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
Ran Benita
ast: remove comment re. anonymous struct
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
Ran Benita
compose: use anonymous union
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
Ran Benita
build: require C11
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
Ran Benita
keysym: properly handle overflow in 0x keysym names
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
Ran Benita
compose: add a limit of 65535 sequences
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
Peter Hutterer
utils: assert on streq for NULL pointers
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
Peter Hutterer
test: move an assert up to before the strlen() use
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
Peter Hutterer
xkbcomp: remove useless assignment
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
Peter Hutterer
xkbcomp: use memcpy over strncpy to avoid analyzer...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
Ran Benita
man: add missing pointer to xkbcli-compile-keymap(1)
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
keysym: fast path for case sensitive xkb_keysym_from_name
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
keysym: inline find_sym function
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
keysym: use a more descriptive argument name
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
keysym: open-code bsearch
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
interactive-evdev: fix missing initialization
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
interactive-evdev: switch from epoll(2) to poll(2)
commit
|
commitdiff
|
tree
|
snapshot
2021-03-28
Ran Benita
x11: fix comparison of integer expressions of different...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-19
Peter Hutterer
xkbcomp: plug a potential memory leak
commit
|
commitdiff
|
tree
|
snapshot
2021-03-19
Peter Hutterer
registry: plug a potential memleak for invalid rules...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-19
Peter Hutterer
test: fix missing va_end in case of test failures
commit
|
commitdiff
|
tree
|
snapshot
2021-03-19
Peter Hutterer
bench: silence coverity complaint about a double free
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
Inline x11_atom_interner_adopt_atoms() into callers
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
Save another GetAtomName round trip
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
Also batch the XKB GetNames request
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
Also batch the XKB-GetMapMap request
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
Remove three more round trips
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
Save three more round trips in xkb_x11_keymap_new_from_...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Uli Schlachter
xkb_x11_keymap_new_from_device: Less X11 round-trips
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Ran Benita
Bump version to 1.1.0
xkbcommon-1.1.0
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Ran Benita
doc: add keymap-format-text-v1.md to the HTML documentation
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Ran Benita
doc: add note on variants in rule names
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Pierre Le Marre
Fix a few keysymtab entries to match their comment...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Ran Benita
scripts: remove meson-junit-report.py
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Peter Hutterer
meson.build: replace the remaining join_paths() with...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Peter Hutterer
test: add a keysym tester
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Peter Hutterer
Fix documentation for XKB_CONFIG_EXTRA_PATH
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Peter Hutterer
Update keysym definitions to latest xorgproto
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Peter Hutterer
scripts: update makeheader script for the _EVDEVK keysy...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Peter Hutterer
Update imported comments in xkbcommon-keysyms.h
commit
|
commitdiff
|
tree
|
snapshot
2021-01-23
Peter Hutterer
test: fix interactive evdev test invocation
commit
|
commitdiff
|
tree
|
snapshot
2021-01-23
Peter Hutterer
test: fill in srcdir/builddir when not set in the envir...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-27
Ran Benita
doc/keymap: some slight editing
commit
|
commitdiff
|
tree
|
snapshot
2020-12-27
Simon Zeni
doc/keymap: add documentation for xkb_symbols (#205)
commit
|
commitdiff
|
tree
|
snapshot
2020-11-23
Ran Benita
Bump version to 1.0.3
sandbox/jeon/upstream
upstream_bkup_20220207
xkbcommon-1.0.3
commit
|
commitdiff
|
tree
|
snapshot
2020-11-23
Ran Benita
keymap-dump: follow xkbcomp in printing affect=both...
commit
|
commitdiff
|
tree
|
snapshot
2020-11-23
Ran Benita
x11: fix type level names missing
commit
|
commitdiff
|
tree
|
snapshot
2020-11-23
Ran Benita
test/data: update host.xkb to match keymap-dump style
commit
|
commitdiff
|
tree
|
snapshot
2020-11-23
Ran Benita
x11/keymap: fix case with no actions
commit
|
commitdiff
|
tree
|
snapshot
2020-11-20
Ran Benita
Bump version to 1.0.2
xkbcommon-1.0.2
commit
|
commitdiff
|
tree
|
snapshot
2020-11-20
Ran Benita
x11: cache X11 atoms
commit
|
commitdiff
|
tree
|
snapshot
2020-11-20
Ran Benita
x11: eliminate slow divisions
commit
|
commitdiff
|
tree
|
snapshot
2020-11-19
Ran Benita
build: combine test & bench internal deps
commit
|
commitdiff
|
tree
|
snapshot
2020-11-18
Ran Benita
ci: fix windows CI failure due to add-path deprecation
commit
|
commitdiff
|
tree
|
snapshot
2020-10-20
Peter Hutterer
test: catch unrecognized keysyms in the xkeyboard-confi...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-19
Peter Hutterer
xkbcomp: where a keysym cannot be resolved, set it...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-11
Ran Benita
doc: add note about "short" layout names (#194)
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
Ran Benita
Bump version to 1.0.1
xkbcommon-1.0.1
commit
|
commitdiff
|
tree
|
snapshot
2020-09-11
hhb
parser: fix another format string for int64_t (#191)
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Ran Benita
tools: align `xkbcli how-to-type` output ourselves
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Ran Benita
test/tool-option-parsing: skip testing of disabled...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Ran Benita
test/tool-option-parsing: switch from pytest to unittest
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ran Benita
test/tool-option-parsing: keep isolated by using our...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ran Benita
build: move tests to after tools
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Peter Hutterer
utils: include unistd.h where we have it
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Peter Hutterer
context: fix a compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Peter Hutterer
registry: mark the rxkb_log function as attribute printf
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ran Benita
ci: enable xkbregistry on macos job
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Peter Hutterer
test: include unstd.h in the registry test to cut down...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ran Benita
test/data: add rule registry files
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ran Benita
test/data: sync from xkeyboard-config 2.30
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ran Benita
test/data: change quartz.xkb from CRLF to LF
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Peter Hutterer
test: fix the xkbcli --version test
commit
|
commitdiff
|
tree
|
snapshot
2020-09-06
Ran Benita
build: remove old pkgconfig templates
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Ran Benita
Bump version to 1.0.0
xkbcommon-1.0.0
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Ran Benita
xkbcli: fix interactive-x11 not showing in help
commit
|
commitdiff
|
tree
|
snapshot
next