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
/
keymap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-22
cast a function's return value
JengHyun Kang
1
-1
/
+1
2023-12-22
Add a new API to set key repeat
JengHyun Kang
1
-0
/
+14
2023-05-05
scanner: allow for a zero terminated string as keymap
Peter Hutterer
1
-0
/
+4
2020-04-18
keymap: don't forget about fallback mappings in xkb_keymap_key_get_mods_for_l...
Ran Benita
1
-3
/
+30
2020-03-20
API to query modifier set required to type a keysym
Jaroslaw Kubik
1
-0
/
+33
2019-12-27
build: include config.h manually
Ran Benita
1
-0
/
+2
2016-01-20
keymap: add xkb_keymap_key_by_name(), xkb_keymap_key_get_name(), tests
Mike Blumenkrantz
1
-0
/
+34
2014-09-25
keymap: rename XkbKeyGroupWidth to XkbKeyNumLevels
Ran Benita
1
-3
/
+3
2014-04-22
keymap, keycodes, compat: don't use darray for LEDs
Ran Benita
1
-5
/
+4
2014-04-22
keymap: don't use darray in xkb_mod_set
Ran Benita
1
-5
/
+3
2014-04-22
keymap: rename xkb_foreach_key to xkb_keys_foreach
Ran Benita
1
-2
/
+2
2014-04-19
text: take xkb_mod_set instead of the entire keymap
Ran Benita
1
-1
/
+1
2014-04-19
Add struct xkb_mod_set
Ran Benita
1
-4
/
+5
2014-04-19
keymap: rename wrap_group_into_range -> XkbWrapGroupIntoRange
Ran Benita
1
-2
/
+2
2014-04-19
keymap: move ModNameToIndex from text.c and use it in keymap.c
Ran Benita
1
-7
/
+1
2014-02-10
context: add xkb_context_sanitize_rule_names()
Ran Benita
1
-18
/
+5
2014-02-08
api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAP
Ran Benita
1
-3
/
+3
2014-02-08
Fix sign-compare warnings
Ran Benita
1
-2
/
+2
2014-01-13
keymap: split private functions to keymap-priv.c
Ran Benita
1
-94
/
+0
2014-01-13
keymap: move XkbEscapeMapName() to keymap.c.
Ran Benita
1
-0
/
+24
2014-01-11
Fix some cppcheck warnings
Ran Benita
1
-6
/
+4
2013-10-10
keymap: call strlen on keymap string instead of SIZE_MAX
Ran Benita
1
-1
/
+2
2013-07-31
keymap: update builtin fields directly in src/keymap.c
Ran Benita
1
-0
/
+22
2013-07-31
keymap: be more careful in xkb_keymap_unref
Ran Benita
1
-10
/
+16
2013-07-21
keymap: don't use darray for sym_interprets
Ran Benita
1
-1
/
+1
2013-05-09
Add keycode min/max and iteration API
Matthias Clasen
1
-0
/
+22
2013-04-01
Replace flex scanner with a hand-written one
Ran Benita
1
-30
/
+2
2013-04-01
keymap: add xkb_keymap_new_from_buffer()
David Herrmann
1
-0
/
+37
2013-03-19
Add environment overrides for default RMLVO
Daniel Stone
1
-5
/
+16
2013-03-18
keymap: rename xkb_kt_map_entry to xkb_key_type_entry
Ran Benita
1
-1
/
+1
2013-03-18
keymap: don't use darray for key aliases
Ran Benita
1
-6
/
+4
2013-03-18
Move a couple of general keymap functions from keycodes.c
Ran Benita
1
-0
/
+30
2013-03-18
keymap: abstract a bit over the keymap format
Ran Benita
1
-1
/
+147
2013-03-18
Change 'indicator' to 'led' everywhere possible
Ran Benita
1
-7
/
+6
2012-11-11
keymap: wrap the layout parameter if it is out of range for the key
Ran Benita
1
-1
/
+12
2012-10-23
keymap: use plain array for keymap->group_names
Ran Benita
1
-7
/
+5
2012-10-13
Finish first round of API documentation
Ran Benita
1
-2
/
+2
2012-10-11
Make xkb_keymap_num_leds return the index range instead of active count
Ran Benita
1
-10
/
+2
2012-10-11
keymap: rename keymap->sym_interpret -> sym_interprets
Ran Benita
1
-1
/
+1
2012-10-10
Remove the XKB_NUM_INDICATORS limit
Ran Benita
1
-10
/
+12
2012-10-10
keymap: don't use darray for keymap->keys
Ran Benita
1
-8
/
+10
2012-10-10
keymap, state: don't assume led index < xkb_keymap_num_leds
Ran Benita
1
-3
/
+2
2012-10-06
Keep real and virtual mods in the same table in the keymap
Ran Benita
1
-24
/
+8
2012-10-06
Remove the XKB_NUM_VIRTUAL_MODIFIERS limit
Ran Benita
1
-16
/
+10
2012-09-24
keymap: remove some more unneeded macros
Ran Benita
1
-2
/
+6
2012-09-24
keymap: store a pointer to the type in xkb_group instead of index
Ran Benita
1
-3
/
+3
2012-09-24
keymap, symbols: improve xkb_key memory layout
Ran Benita
1
-9
/
+11
2012-09-24
keymap, symbols: use darray for num_groups
Ran Benita
1
-5
/
+7
2012-09-24
keymap: don't use XKB_NUM_GROUPS for key->kt_index
Ran Benita
1
-0
/
+1
2012-09-24
Add format argument to xkb_keymap_get_as_string
Ran Benita
1
-1
/
+6
[next]