index
:
platform/upstream/libxkbcommon
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/upgrade
devel/x11
master
pristine-tar
sandbox/denis13/LTO
sandbox/jeon/devel
sandbox/jeon/upgrade
sandbox/jeon/upstream
sandbox/kevinthierry/bump-0.4.3
sandbox/pcoval/tizen
sandbox/sj76park/efl120
sandbox/upgrade/efl120
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_bkup_20200225
tizen_bkup_20200317
tizen_bkup_20210105
tizen_bkup_20220207
tizen_bkup_230220
tizen_branch_bkup
tizen_ivi_genivi
tizen_ivi_panda
tizen_work_20200225
tizen_work_20220207
tizen_work_20220303
tizen_work_20231222
tizen_work_230220
upstream
upstream-git
upstream_bkup_20200225
upstream_bkup_20210105
upstream_bkup_20220207
upstream_bkup_20231222
upstream_bkup_230220
upstream_work_20200225
upstream_work_20220207
upstream_work_20231222
upstream_work_230220
Domain: Graphics System / Input Management;
Sung-Jin Park <sj76.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
registry: skip over invalid ISO639 or ISO3166 entries
Peter Hutterer
1
-0
/
+10
2022-01-18
registry: don't call xmlCleanupParser()
Peter Hutterer
1
-1
/
+0
2021-09-09
x11: try to fix crash in xkb_x11_keymap_new_from_device error handling
Ran Benita
1
-12
/
+30
2021-08-31
x11: stylistic fixes
Ran Benita
2
-8
/
+9
2021-05-22
ignore: remove no longer relevant gitignore files
Ran Benita
1
-2
/
+0
2021-05-08
compose: add mapped locale to Compose-file-not-found error log
Ran Benita
1
-1
/
+2
2021-04-27
atom: rewrite as a hash table
Ran Benita
1
-68
/
+64
2021-04-25
keysym: fix underflow in binary searches
Isaac Freund
1
-4
/
+4
2021-04-07
x11: fix xkb_x11_keymap_new_from_device failing when a level name is empty
Ran Benita
1
-1
/
+4
2021-04-02
compose: fix max compose nodes check
Ran Benita
1
-2
/
+3
2021-04-01
keysym: speed up the perfect hash function
Ran Benita
1
-297
/
+298
2021-04-01
keysym: avoid strtoul in xkb_keysym_from_name
Ran Benita
1
-10
/
+28
2021-04-01
keysym: use a perfect hash function for case sensitive xkb_keysym_from_name
Ran Benita
2
-2570
/
+327
2021-03-31
compose: use a ternary tree instead of a regular trie
Ran Benita
4
-128
/
+139
2021-03-30
ast: remove comment re. anonymous struct
Ran Benita
1
-1
/
+0
2021-03-30
compose: use anonymous union
Ran Benita
4
-25
/
+27
2021-03-30
keysym: properly handle overflow in 0x keysym names
Ran Benita
1
-6
/
+10
2021-03-30
compose: add a limit of 65535 sequences
Ran Benita
3
-10
/
+18
2021-03-30
utils: assert on streq for NULL pointers
Peter Hutterer
1
-0
/
+1
2021-03-30
xkbcomp: remove useless assignment
Peter Hutterer
1
-1
/
+1
2021-03-30
xkbcomp: use memcpy over strncpy to avoid analyzer warnings
Peter Hutterer
1
-4
/
+5
2021-03-28
keysym: fast path for case sensitive xkb_keysym_from_name
Ran Benita
2
-52
/
+2617
2021-03-28
keysym: inline find_sym function
Ran Benita
1
-56
/
+46
2021-03-28
keysym: use a more descriptive argument name
Ran Benita
1
-11
/
+11
2021-03-28
keysym: open-code bsearch
Ran Benita
1
-34
/
+26
2021-03-28
x11: fix comparison of integer expressions of different signedness
Ran Benita
1
-1
/
+1
2021-03-19
xkbcomp: plug a potential memory leak
Peter Hutterer
1
-3
/
+8
2021-03-19
registry: plug a potential memleak for invalid rules files
Peter Hutterer
1
-0
/
+4
2021-03-09
Inline x11_atom_interner_adopt_atoms() into callers
Uli Schlachter
3
-19
/
+8
2021-03-09
Save another GetAtomName round trip
Uli Schlachter
3
-76
/
+66
2021-03-09
Also batch the XKB GetNames request
Uli Schlachter
1
-23
/
+24
2021-03-09
Also batch the XKB-GetMapMap request
Uli Schlachter
1
-15
/
+15
2021-03-09
Remove three more round trips
Uli Schlachter
1
-18
/
+18
2021-03-09
Save three more round trips in xkb_x11_keymap_new_from_device()
Uli Schlachter
3
-8
/
+39
2021-03-09
xkb_x11_keymap_new_from_device: Less X11 round-trips
Uli Schlachter
3
-104
/
+157
2021-02-27
Fix a few keysymtab entries to match their comment in xkbcommon-keysyms.h
Pierre Le Marre
1
-3
/
+3
2021-02-22
Update keysym definitions to latest xorgproto
Peter Hutterer
1
-3499
/
+3925
2020-11-23
keymap-dump: follow xkbcomp in printing affect=both in pointer actions
Ran Benita
1
-4
/
+6
2020-11-23
x11: fix type level names missing
Ran Benita
1
-0
/
+1
2020-11-23
x11/keymap: fix case with no actions
Ran Benita
1
-9
/
+10
2020-11-20
x11: cache X11 atoms
Ran Benita
3
-5
/
+56
2020-11-20
x11: eliminate slow divisions
Ran Benita
1
-22
/
+23
2020-10-20
xkbcomp: where a keysym cannot be resolved, set it to NoSymbol
Peter Hutterer
1
-1
/
+3
2020-09-11
parser: fix another format string for int64_t (#191)
hhb
1
-1
/
+1
2020-09-07
utils: include unistd.h where we have it
Peter Hutterer
1
-1
/
+1
2020-09-07
context: fix a compiler warning
Peter Hutterer
1
-1
/
+1
2020-09-07
registry: mark the rxkb_log function as attribute printf
Peter Hutterer
1
-0
/
+1
2020-08-30
Add /etc/xkb as extra lookup path for system data files
Peter Hutterer
4
-2
/
+27
2020-08-30
xkbcomp: allow including kccgst files from other paths
Peter Hutterer
3
-22
/
+49
2020-08-30
xkbcomp: simplify the include path handling
Peter Hutterer
1
-18
/
+11
[prev]
[next]