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
/
xkbcomp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-18
Make the effective mod mask calculation available to other files
Ran Benita
1
-9
/
+1
2014-07-27
ast-build: make sure InterpDef is freeable
Ran Benita
1
-0
/
+1
2014-07-26
parser: silence bison "unused value" warnings
Ran Benita
1
-5
/
+5
2014-07-26
parser: don't leak AST nodes for discarded symbols
Ran Benita
1
-0
/
+10
2014-07-26
Replace darray_mem with a new darray_steal
Ran Benita
5
-26
/
+18
2014-07-26
ast-build: use cast instead of ->common
Ran Benita
1
-1
/
+1
2014-07-25
types: refactor CopyKeyTypesToKeymap
Ran Benita
1
-25
/
+26
2014-07-25
keycodes: split CopyKeyInfoToKeymap to several functions
Ran Benita
1
-31
/
+60
2014-06-30
parser: don't shadow "str"
Ran Benita
3
-5
/
+7
2014-06-01
Remove unnecessary !!(expressions)
Ran Benita
3
-3
/
+3
2014-05-28
rules: fix leak on failure
Ran Benita
1
-0
/
+4
2014-05-11
ast-build: don't leak on OOM in BoolVarCreate
Ran Benita
1
-2
/
+9
2014-04-30
parser: show the keysym in "unrecognized keysym" messages
Ran Benita
1
-3
/
+3
2014-04-25
keycodes: fix uninitialized variable
Ran Benita
1
-1
/
+1
2014-04-22
xkbcomp: don't align enum values
Ran Benita
3
-11
/
+11
2014-04-22
xkbcomp: use straight assignment instead of CopyModSet
Ran Benita
5
-19
/
+9
2014-04-22
keymap, keycodes, compat: don't use darray for LEDs
Ran Benita
4
-46
/
+56
2014-04-22
keymap: don't use darray in xkb_mod_set
Ran Benita
5
-37
/
+13
2014-04-22
keymap: add and use xkb_mods_{foreach,enumerate}()
Ran Benita
3
-5
/
+5
2014-04-22
keymap: rename xkb_foreach_key to xkb_keys_foreach
Ran Benita
3
-9
/
+9
2014-04-19
symbols: use xkb_mod_set instead of entire keymap
Ran Benita
1
-30
/
+38
2014-04-19
types: use xkb_mod_set instead of entire keymap
Ran Benita
1
-30
/
+34
2014-04-19
compat: use xkb_mod_set instead of entire keymap
Ran Benita
3
-20
/
+52
2014-04-19
vmod: take xkb_mod_set instead of the entire keymap
Ran Benita
5
-21
/
+23
2014-04-19
action: take xkb_mod_set instead of the entire keymap
Ran Benita
4
-124
/
+130
2014-04-19
expr: take xkb_mod_set instead of the entire keymap
Ran Benita
7
-29
/
+41
2014-04-19
text: take xkb_mod_set instead of the entire keymap
Ran Benita
6
-35
/
+39
2014-04-19
Add struct xkb_mod_set
Ran Benita
3
-7
/
+7
2014-04-19
keymap: move ModNameToIndex from text.c and use it in keymap.c
Ran Benita
2
-3
/
+3
2014-04-17
symbols: separate ctx
Ran Benita
1
-73
/
+73
2014-04-17
compat: separate ctx
Ran Benita
1
-52
/
+50
2014-04-16
types: separate ctx
Ran Benita
1
-38
/
+39
2014-04-16
action: convert a few missed unsigned -> enum xkb_action_type
Ran Benita
1
-5
/
+5
2014-04-16
expr: fix handling of unknown integer binary operator
Ran Benita
1
-1
/
+3
2014-02-22
symbols, keycodes: fix int return type when bool is intended
Ran Benita
2
-10
/
+10
2014-02-22
symbols: cleanup SetSymbolsField
Ran Benita
1
-33
/
+25
2014-02-22
symbols: fix possible use of uninitialized value
Ran Benita
1
-2
/
+4
2014-02-16
action: unify SetLatch and Lock handler functions
Ran Benita
1
-54
/
+33
2014-02-16
action: add a common CheckBooleanFlag function
Ran Benita
1
-52
/
+32
2014-02-16
keymap: change action flag NO_ACCEL -> ACCEL
Ran Benita
2
-7
/
+6
2014-02-16
action: fix SwitchScreen "same" field handling
Ran Benita
2
-3
/
+4
2014-02-15
keymap-dump: add missing support for NoLock and NoUnlock flags
Ran Benita
1
-16
/
+23
2014-02-15
keymap-dump: don't print "affect=lock" in PtrLock
Ran Benita
1
-6
/
+0
2014-02-15
keymap-dump: unbreak some complex lines
Ran Benita
1
-20
/
+8
2014-02-15
expr: simplify ExprResolveButton
Ran Benita
1
-8
/
+2
2014-02-15
action: don't pass a keymap where a ctx is sufficient
Ran Benita
1
-59
/
+59
2014-02-15
action: add missing array_ndx checks
Ran Benita
1
-4
/
+9
2014-02-15
action: move array_ndx errors into the Check functions
Ran Benita
1
-75
/
+44
2014-02-15
action: fix missing support for "affect" field
Ran Benita
1
-18
/
+34
2014-02-14
ast: cast to ParseCommon explictly instead of using ->common
Ran Benita
2
-46
/
+49
[next]