index
:
xorg/lib/libxkbcommon
for-weston-0.85
master
Keyboard handling library using XKB data (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxkbcommon)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-09-24
Rename map.{c,h} to keymap.{c,h}
Ran Benita
1
-0
/
+338