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
/
action.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-24
Messages: merge macros with and without message code
Pierre Le Marre
1
-20
/
+23
2023-09-19
Structured log messages with a message registry
Pierre Le Marre
1
-23
/
+31
2021-03-30
xkbcomp: use memcpy over strncpy to avoid analyzer warnings
Peter Hutterer
1
-4
/
+5
2019-12-27
build: include config.h manually
Ran Benita
1
-0
/
+2
2018-08-01
action: make a note that we may not null-terminate private strings
Peter Hutterer
1
-0
/
+1
2014-04-19
action: take xkb_mod_set instead of the entire keymap
Ran Benita
1
-113
/
+115
2014-04-19
expr: take xkb_mod_set instead of the entire keymap
Ran Benita
1
-1
/
+2
2014-04-16
action: convert a few missed unsigned -> enum xkb_action_type
Ran Benita
1
-5
/
+5
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
1
-2
/
+3
2014-02-16
action: fix SwitchScreen "same" field handling
Ran Benita
1
-2
/
+3
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
action: simplify Check* functions
Ran Benita
1
-68
/
+34
2014-02-08
action: fix misleading cast
Ran Benita
1
-1
/
+1
2014-02-08
action: fix printing of underflowed value in error message
Ran Benita
1
-2
/
+2
2014-02-08
Fix sign-compare warnings
Ran Benita
1
-1
/
+1
2014-02-07
action: Use ResolveInteger for PtrBtn.count, not ResolveButton
Ran Benita
1
-6
/
+5
2014-02-07
action: check range of MovePtr X,Y values
Ran Benita
1
-2
/
+11
2014-01-12
action, types: remove unused Report functions
Ran Benita
1
-11
/
+0
2014-01-11
Fix some cppcheck warnings
Ran Benita
1
-6
/
+2
2013-12-01
expr: split expression types and allocate them separately
Ran Benita
1
-34
/
+40
2013-12-01
expr: add constructor for boolean expressions
Ran Benita
1
-2
/
+2
2013-11-30
expr: add 'ident' value to ExprDef union
Ran Benita
1
-1
/
+1
2013-03-18
Fix pointer style nit
Ran Benita
1
-1
/
+1
2013-03-18
Move a couple of general keymap functions from keycodes.c
Ran Benita
1
-1
/
+0
2013-03-18
More spelling errors
Ran Benita
1
-1
/
+1
2013-03-18
action: s/hndlrType/handler_type
Ran Benita
1
-5
/
+5
2012-10-30
action: don't allow private actions with a known type
Ran Benita
1
-1
/
+20
2012-10-06
expr: unify the real and virtual modifier functions
Ran Benita
1
-1
/
+1
2012-10-06
Use our types instead of int/uint32_t in a few places
Ran Benita
1
-1
/
+1
2012-09-30
Don't use %z printf format
Ran Benita
1
-2
/
+2
2012-09-24
Don't use xkbcommon-compat names in internal code
Ran Benita
1
-3
/
+3
2012-09-14
Rename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIES
Ran Benita
1
-3
/
+2
2012-09-12
Copyright updates
Daniel Stone
1
-0
/
+27
2012-09-10
actions: Remove PointerDefault affect field
Daniel Stone
1
-5
/
+3
2012-09-10
kbproto unentanglement: action flags
Daniel Stone
1
-31
/
+29
2012-09-10
kbproto unentanglement: action types
Daniel Stone
1
-30
/
+30
2012-09-10
Remove deprecated actions
Daniel Stone
1
-331
/
+1
2012-09-10
kbproto unentanglement: XkbNumVirtualMods
Daniel Stone
1
-1
/
+1
2012-09-10
kbproto untanglement: XkbKeyNameLength
Daniel Stone
1
-1
/
+1
2012-09-03
Unify some string tables from xkbcomp, text and keymap-dump
Ran Benita
1
-103
/
+4
2012-09-03
expr: make ResolveString return an atom
Ran Benita
1
-2
/
+6
2012-09-03
action: fix LookupEntry for "lockdevbtn"
Ran Benita
1
-1
/
+1
2012-09-03
action: remove redundant check
Ran Benita
1
-7
/
+0
2012-09-03
action: keep array of default actions, instead of list of changes
Ran Benita
1
-78
/
+44
2012-09-03
action: disallow setting an action_field default for all types
Ran Benita
1
-13
/
+8
[next]