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-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
2012-09-30
Don't scan and parse useless maps
Ran Benita
6
-102
/
+97
2012-09-30
scanner: don't strdup the file name
Ran Benita
1
-10
/
+6
2012-09-30
scanner: share code in XkbParse{File,String}
Ran Benita
4
-62
/
+70
2012-09-30
scanner: remove uselss 'last symbol' error message
Ran Benita
1
-3
/
+0
2012-09-30
parser: remove XkbCompMapList rule
Ran Benita
1
-8
/
+2
2012-09-30
parser: remove XkbConfig rule
Ran Benita
1
-17
/
+1
2012-09-30
Don't use %z printf format
Ran Benita
1
-2
/
+2
2012-09-30
rules: always initialize idx variable
Ran Benita
1
-0
/
+1
2012-09-27
keymap-dump: make it look better with long key names
Ran Benita
1
-3
/
+3
2012-09-27
Fix type of keycode in parser and ast
Ran Benita
5
-5
/
+13
2012-09-27
Don't limit key names to 4 characters
Ran Benita
12
-206
/
+158
2012-09-27
xkbcomp/keymap: use default interpret in ApplyInterpsToKey
Ran Benita
1
-14
/
+19
2012-09-27
state: add missing const in get_one_sym
Ran Benita
1
-1
/
+1
2012-09-27
Add xkb_state_key_get_one_sym
Daniel Stone
1
-0
/
+16
2012-09-26
Fix size_t vs. %d warning
Daniel Stone
1
-2
/
+2
2012-09-25
symbols: get rid of autoType
Ran Benita
1
-46
/
+41
2012-09-25
symbols: separate type-finding logic from CopySymbolsDef
Ran Benita
1
-58
/
+62
2012-09-24
keymap: remove some more unneeded macros
Ran Benita
5
-32
/
+11
2012-09-24
keymap: store a pointer to the type in xkb_group instead of index
Ran Benita
6
-40
/
+33
2012-09-24
keymap, symbols: improve xkb_key memory layout
Ran Benita
6
-163
/
+103
2012-09-24
symbols: move keysyms into LevelInfo
Ran Benita
2
-175
/
+140
2012-09-24
symbols: fix index-out-of-bounds in FindAutomaticType
Ran Benita
1
-1
/
+2
2012-09-24
symbols: remove unneeded optimization
Ran Benita
1
-4
/
+0
[next]