index
:
delta/xorg-lib-libxkbcommon.git
azure-pipelines
baserock/genivi/baseline
baserock/morph
bug-74422
ci-simplify
compose
for-weston-0.85
master
meson-deprecations
travis-valgrind
update-latched-locked
github.com: xkbcommon/libxkbcommon.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
compose: drop the 65535 node limit (#343)
HEAD
master
alois31
2023-05-15
3
-10
/
+11
*
Do not interpret nor emit invalid Unicode encoding forms
Pierre Le Marre
2023-05-13
2
-5
/
+27
*
Add warning when RMLVO with no layout but variant set
Pierre Le Marre
2023-05-13
1
-0
/
+10
*
utils: fix printf format warnings on mingw
Ran Benita
2023-05-06
1
-1
/
+3
*
scanner: allow for a zero terminated string as keymap
Peter Hutterer
2023-05-05
1
-0
/
+4
*
registry: remove a few asprintf/free() calls with snprintf
Peter Hutterer
2023-05-04
1
-13
/
+4
*
registry: simplify strdup() error handling
Peter Hutterer
2023-05-04
1
-12
/
+8
*
Add support for modmap None (#291)
Wismill
2023-05-01
4
-9
/
+30
*
keysyms: add new keysyms XF86EmojiPicker, XF86Dictate
Ran Benita
2023-04-12
1
-862
/
+867
*
Possible fix for non-MSVC windows compilers
Ran Benita
2023-04-11
1
-1
/
+1
*
keysym: replace deprecated Serbian_DZE with Cyrillic_DZHE
Peter Hutterer
2023-03-31
1
-2
/
+2
*
context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)
Ronan Pigott
2022-12-16
9
-52
/
+81
*
utils: move some MSVC compat stuff to common place
Ran Benita
2022-09-24
2
-14
/
+13
*
keysym-utf: remove bogus currency sign entries
Ran Benita
2022-05-15
1
-11
/
+0
*
keysym-utf: remove bogus Korean Won sign entry
Ran Benita
2022-05-15
1
-1
/
+0
*
Remove bogus euro sign entry from keysymtab
Sam Lantinga
2022-05-15
1
-1
/
+0
*
Do not clear sibling entries when override.
Weng Xuetian
2022-05-15
1
-1
/
+1
*
scanner: prefix functions with `scanner_` to avoid symbol conflicts
Ran Benita
2022-03-14
4
-151
/
+151
*
Variants should inherit iso639, iso3166 and brief from parent layout if omitt...
M Hickford
2022-01-24
1
-3
/
+28
*
registry: skip over invalid ISO639 or ISO3166 entries
Peter Hutterer
2022-01-24
1
-0
/
+10
*
registry: don't call xmlCleanupParser()
Peter Hutterer
2022-01-18
1
-1
/
+0
*
x11: try to fix crash in xkb_x11_keymap_new_from_device error handling
Ran Benita
2021-09-09
1
-12
/
+30
*
x11: stylistic fixes
Ran Benita
2021-08-31
2
-8
/
+9
*
ignore: remove no longer relevant gitignore files
Ran Benita
2021-05-22
1
-2
/
+0
*
compose: add mapped locale to Compose-file-not-found error log
Ran Benita
2021-05-08
1
-1
/
+2
*
atom: rewrite as a hash table
Ran Benita
2021-04-27
1
-68
/
+64
*
keysym: fix underflow in binary searches
Isaac Freund
2021-04-25
1
-4
/
+4
*
x11: fix xkb_x11_keymap_new_from_device failing when a level name is empty
Ran Benita
2021-04-07
1
-1
/
+4
*
compose: fix max compose nodes check
Ran Benita
2021-04-02
1
-2
/
+3
*
keysym: speed up the perfect hash function
Ran Benita
2021-04-01
1
-297
/
+298
*
keysym: avoid strtoul in xkb_keysym_from_name
Ran Benita
2021-04-01
1
-10
/
+28
*
keysym: use a perfect hash function for case sensitive xkb_keysym_from_name
Ran Benita
2021-04-01
2
-2570
/
+327
*
compose: use a ternary tree instead of a regular trie
Ran Benita
2021-03-31
4
-128
/
+139
*
ast: remove comment re. anonymous struct
Ran Benita
2021-03-30
1
-1
/
+0
*
compose: use anonymous union
Ran Benita
2021-03-30
4
-25
/
+27
*
keysym: properly handle overflow in 0x keysym names
Ran Benita
2021-03-30
1
-6
/
+10
*
compose: add a limit of 65535 sequences
Ran Benita
2021-03-30
3
-10
/
+18
*
utils: assert on streq for NULL pointers
Peter Hutterer
2021-03-30
1
-0
/
+1
*
xkbcomp: remove useless assignment
Peter Hutterer
2021-03-30
1
-1
/
+1
*
xkbcomp: use memcpy over strncpy to avoid analyzer warnings
Peter Hutterer
2021-03-30
1
-4
/
+5
*
keysym: fast path for case sensitive xkb_keysym_from_name
Ran Benita
2021-03-28
2
-52
/
+2617
*
keysym: inline find_sym function
Ran Benita
2021-03-28
1
-56
/
+46
*
keysym: use a more descriptive argument name
Ran Benita
2021-03-28
1
-11
/
+11
*
keysym: open-code bsearch
Ran Benita
2021-03-28
1
-34
/
+26
*
x11: fix comparison of integer expressions of different signedness
Ran Benita
2021-03-28
1
-1
/
+1
*
xkbcomp: plug a potential memory leak
Peter Hutterer
2021-03-19
1
-3
/
+8
*
registry: plug a potential memleak for invalid rules files
Peter Hutterer
2021-03-19
1
-0
/
+4
*
Inline x11_atom_interner_adopt_atoms() into callers
Uli Schlachter
2021-03-09
3
-19
/
+8
*
Save another GetAtomName round trip
Uli Schlachter
2021-03-09
3
-76
/
+66
*
Also batch the XKB GetNames request
Uli Schlachter
2021-03-09
1
-23
/
+24
[next]