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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-28
test/common: avoid double // in path
Ran Benita
1
-1
/
+2
2019-12-28
test/common: simplify test_get_path()
Ran Benita
1
-12
/
+10
2019-12-27
xkbcomp: remove cast which triggers warning on gcc
Ran Benita
1
-1
/
+1
2019-12-27
xkbcomp: make a couple of casts explicit to mark them as checked
Ran Benita
2
-2
/
+5
2019-12-27
test/context: use a more portable directory-exists check
Ran Benita
1
-6
/
+7
2019-12-27
xkbcomp/keywords: regenerate with newer gperf
Ran Benita
3
-70
/
+109
2019-12-27
parser: fix format string for int64_t
Ran Benita
1
-1
/
+1
2019-12-27
Only add GCC diagnostic pragmas when compiler is GCC compatible
Ran Benita
4
-4
/
+14
2019-12-27
xkbcomp: fix wrong return type
Ran Benita
1
-1
/
+1
2019-12-27
parser: use int64_t for all numbers
Ran Benita
1
-6
/
+4
2019-12-27
scanner-utils: avoid possible implicit truncating of line/column
Ran Benita
1
-3
/
+3
2019-12-27
utils: move macro defines to before they're used
Ran Benita
1
-8
/
+8
2019-12-27
utils: fix typo in strndup fallback
Ran Benita
1
-1
/
+1
2019-12-27
meson.build: Take win_bison as a possible variant for Bison
Adrian Perez de Castro
2
-2
/
+2
2019-12-27
build: include config.h manually
Ran Benita
66
-3
/
+128
2019-12-27
Provide a fallback implementation of [v]asprintf()
Adrian Perez de Castro
3
-0
/
+58
2019-12-27
Provide a fallback implementation of strndup()
Adrian Perez de Castro
2
-0
/
+18
2019-12-27
Use built-in istr[n]cmp() instead of strcase[n]cmp()
Adrian Perez de Castro
1
-1
/
+1
2019-12-27
utils: use MIN/MAX instead of min/max
Ran Benita
3
-17
/
+3
2019-12-27
xkbcomp: downgrade "Symbol added to modifier map for multiple modifiers" log ...
Ran Benita
1
-12
/
+12
2019-12-24
rules: eliminate an extra fopen/fclose cycle
Peter Hutterer
1
-15
/
+15
2019-12-24
rules: add include statements to rules files
Peter Hutterer
11
-2
/
+328
2019-12-24
context: add a helper function to return the default system include path
Peter Hutterer
2
-5
/
+12
2019-12-24
rules: move the matcher result handling to the caller
Peter Hutterer
1
-38
/
+37
2019-12-24
rules: put the scanner on the stack
Peter Hutterer
1
-58
/
+65
2019-12-24
rules: simplify an error path
Peter Hutterer
1
-3
/
+3
2019-12-24
rules: rename a variable from 's' to 'str'
Peter Hutterer
1
-11
/
+11
2019-12-24
rules: drop the matcher_err() macro and use scanner_err directly
Peter Hutterer
1
-17
/
+14
2019-12-24
rules: factor out the function to parse a rules file
Peter Hutterer
1
-13
/
+36
2019-12-22
keysym: handle ssharp in XConvertCase()
Peter Hutterer
1
-0
/
+4
2019-12-14
meson: remove redundant malloc scribbling
Ran Benita
1
-3
/
+0
2019-12-14
parser: fix the remaining pointer chasing
Ran Benita
1
-22
/
+21
2019-11-18
test: let rmlvo-to-kccgst take long options like rmlvo-to-keymap
Peter Hutterer
1
-3
/
+20
2019-11-14
parser: fix quadratic pointer chasing
Ran Benita
3
-61
/
+73
2019-11-14
parser: remove an unneeded check
Ran Benita
1
-7
/
+2
2019-11-14
docs: update the include path documentation
Peter Hutterer
1
-3
/
+5
2019-11-12
compat: reject interpret modifier predicate with more than one value
Ran Benita
1
-1
/
+1
2019-11-12
expr: fix log message on some unexpected expression types
Ran Benita
1
-0
/
+6
2019-11-12
Replace some tabs that sneaked in with spaces
Ran Benita
2
-6
/
+6
2019-11-12
parser: fix merge mode only applied to first vmod in a virtual_modifiers stat...
Ran Benita
1
-1
/
+2
2019-11-12
ast: use a separate expr struct for action list
Ran Benita
5
-4
/
+28
2019-11-12
ast-build: get rid of unhelpful macro
Ran Benita
1
-17
/
+36
2019-11-09
atom: a string is greater than its prefix
Ran Benita
1
-8
/
+8
2019-11-09
atom: combine atom_intern() and atom_lookup()
Ran Benita
4
-41
/
+14
2019-11-09
atom: correct iteration count in hash function
Ran Benita
1
-1
/
+1
2019-11-09
atom: describe how this odd data structure works
Ran Benita
1
-0
/
+17
2019-11-09
atom: use a better hash function
Ran Benita
1
-5
/
+15
2019-11-09
atom: style changes
Ran Benita
1
-21
/
+11
2019-11-09
atom: remove handling of garbage input
Ran Benita
1
-11
/
+2
2019-11-09
atom: use explicit size for fingerprint
Ran Benita
1
-4
/
+4
[prev]
[next]