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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-22
Report which components of the state have changed
Ran Benita
1
-4
/
+45
2012-10-22
state: add struct state_components
Ran Benita
1
-68
/
+72
2012-10-22
Split the mods, layout, leds parts of xkb_state_components
Ran Benita
5
-39
/
+40
2012-10-21
Silence a couple of warnings
Ran Benita
2
-1
/
+4
2012-10-18
Move _text() functions from keymap-dump to text.c
Ran Benita
3
-77
/
+81
2012-10-18
Remove a couple more uses of static char buffers
Ran Benita
2
-6
/
+5
2012-10-18
Contextualize GetBuffer()
Ran Benita
6
-32
/
+35
2012-10-18
Clean up xkb_sym_interpret a bit
Ran Benita
5
-60
/
+32
2012-10-17
Commit and distribute ks_tables.h
Ran Benita
2
-1
/
+4681
2012-10-16
utils: add and use ARRAY_SIZE macro
Ran Benita
3
-7
/
+7
2012-10-16
Add xkb_keysym_from_name() flags argument for case-insensitive search
David Herrmann
3
-8
/
+67
2012-10-16
makekeys: replace helper with python script and binary search
Ran Benita
1
-63
/
+32
2012-10-13
Finish first round of API documentation
Ran Benita
1
-2
/
+2
2012-10-13
state: make mod_index_is_consumed() return -1 on invalid input
Ran Benita
1
-2
/
+2
2012-10-12
Change log env vars to XKB_LOG_LEVEL/VERBOSITY
Ran Benita
1
-2
/
+2
2012-10-11
ast: simplify AppendStmt
Ran Benita
1
-13
/
+9
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
5
-7
/
+7
2012-10-11
compat: add documentation for interpret's
Ran Benita
2
-7
/
+76
2012-10-11
compat: don't forget to copy XKB_MATCH_NONE interpret's
Ran Benita
1
-2
/
+2
2012-10-10
Remove the XKB_NUM_INDICATORS limit
Ran Benita
7
-69
/
+75
2012-10-10
keymap: don't use darray for keymap->keys
Ran Benita
3
-17
/
+22
2012-10-10
Rename XKB_NUM_GROUPS to XKB_MAX_GROUPS
Ran Benita
4
-8
/
+8
2012-10-10
keycodes: refactor AddIndicatorName
Ran Benita
1
-40
/
+34
2012-10-10
keymap, state: don't assume led index < xkb_keymap_num_leds
Ran Benita
2
-10
/
+8
2012-10-09
keysym: fix xkb_keysym_is_upper/lower() to work properly
Ran Benita
1
-111
/
+494
2012-10-09
compat: fix bad interpret predicate mods "all" calculation
Ran Benita
1
-1
/
+1
2012-10-06
keymap: use xkb_mod_mask_t for interpret->mods and modmap
Ran Benita
1
-2
/
+2
2012-10-06
symbols: refactor AddModMapEntry
Ran Benita
1
-48
/
+33
2012-10-06
Replace 0xff with MOD_REAL_MASK_ALL
Ran Benita
5
-4
/
+6
2012-10-06
expr: unify the real and virtual modifier functions
Ran Benita
6
-48
/
+30
2012-10-06
Remove now-unneeded mod type annotations
Ran Benita
7
-50
/
+40
2012-10-06
expr: share code for modifier functions
Ran Benita
1
-68
/
+38
2012-10-06
text: explicitly take mod_type in mod functions
Ran Benita
7
-107
/
+58
2012-10-06
text: share code for modifiers
Ran Benita
2
-68
/
+55
2012-10-06
Keep real and virtual mods in the same table in the keymap
Ran Benita
11
-156
/
+166
2012-10-06
Don't use shifted virtual modifier masks
Ran Benita
5
-40
/
+27
2012-10-06
expr: don't expose LookupModIndex
Ran Benita
3
-6
/
+3
2012-10-06
Remove VModInfo for now
Ran Benita
7
-116
/
+81
2012-10-06
vmod: don't allow to add a vmod with the name of a real mod
Ran Benita
1
-0
/
+10
2012-10-06
state: don't needlessly fetch the xkb_key
Ran Benita
1
-4
/
+0
2012-10-06
vmod: remove merge argument from HandleVModDef
Ran Benita
5
-10
/
+5
2012-10-06
Omit struct '_Name' from non-recursive struct typedefs
Ran Benita
6
-24
/
+24
2012-10-06
expr: don't allow "none" in LookupModIndex
Ran Benita
1
-6
/
+0
2012-10-06
keysym-utf: make keysym->unicode table a bit smaller
Ran Benita
1
-1
/
+2
2012-10-06
Remove the XKB_NUM_VIRTUAL_MODIFIERS limit
Ran Benita
6
-108
/
+62
2012-10-06
state: simplify xkb_state_mod_index_is_active
Ran Benita
1
-13
/
+1
2012-10-06
state: don't ignore type argument in xkb_state_mod_*_are_active
Ran Benita
1
-5
/
+6
2012-10-06
state: fix bad EFFECTIVE check in *_is_active()
Ran Benita
1
-2
/
+2
2012-10-06
Use our types instead of int/uint32_t in a few places
Ran Benita
9
-22
/
+23
[next]