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-06-22
Add xkb_key_repeats
Daniel Stone
1
-0
/
+9
2012-06-22
Work out a default repeat for all keys
Daniel Stone
1
-5
/
+5
2012-06-09
utils: remove unused recalloc and related macros
Ran Benita
2
-20
/
+0
2012-06-09
state: use darray for filters
Ran Benita
3
-52
/
+44
2012-06-09
symbols: use darray in struct xkb_sym_map
Ran Benita
3
-18
/
+5
2012-06-09
symbols: use darray for KeyInfo acts
Ran Benita
1
-91
/
+61
2012-06-09
symbols: use darray for KeyInfo symsMapNumEntries
Ran Benita
1
-88
/
+56
2012-06-09
symbols: use darray for KeyInfo symsMapIndex
Ran Benita
1
-63
/
+42
2012-06-09
symbols: remove sizeSyms array from KeyInfo
Ran Benita
1
-26
/
+8
2012-06-09
symbols: use darray for KeyInfo syms array
Ran Benita
1
-79
/
+57
2012-06-09
darray: some changes for convenience
Ran Benita
9
-41
/
+27
2012-06-09
darray: tweak parameters a bit for better memory usage
Ran Benita
4
-4
/
+7
2012-06-09
Comment out unused fields in xkb_controls
Ran Benita
1
-16
/
+16
2012-06-09
Unconstify a few string struct fields
Ran Benita
6
-22
/
+23
2012-06-09
test/dump: allow to run manually
Ran Benita
1
-2
/
+2
2012-06-09
Move XKB_KEY_NoSymbol to xkbcommon-keysyms.h
Ran Benita
1
-6
/
+0
2012-06-08
Add keypad sequences to UTF-8 keysym printing
Daniel Stone
1
-1
/
+16
2012-06-08
Add API for getting unicode representation of a keysym
Rob Bradford
1
-0
/
+942
2012-06-04
Avoid duplicating keysyms for merge if possible
Daniel Stone
1
-4
/
+28
2012-06-04
Fix action= NoAction() printing
Daniel Stone
1
-0
/
+1
2012-06-04
Remove fake support for global group range settings
Ran Benita
1
-42
/
+12
2012-06-04
Symbols: Don't include NoSymbols in the map
Daniel Stone
1
-0
/
+5
2012-06-04
Fix multiple errors when merging symbol definitions
Daniel Stone
1
-10
/
+16
2012-06-02
keymap-dump: Print NoAction actions too
Daniel Stone
1
-3
/
+0
2012-05-29
Pass merge down through indicator creation
Daniel Stone
1
-7
/
+7
2012-05-29
Add xkb_map_get_as_string
Daniel Stone
3
-0
/
+962
2012-05-25
Fix signed vs. unsigned confusion in actions
Daniel Stone
1
-7
/
+7
2012-05-22
compat: use darray for acts and key_acts in the server map
Ran Benita
2
-86
/
+35
2012-05-22
keycodes: use darray in KeyNamesInfo
Ran Benita
1
-96
/
+47
2012-05-22
symbols: use darray for xkb_sym_map
Ran Benita
3
-77
/
+83
2012-05-22
keytypes: use darray for level names
Ran Benita
1
-62
/
+41
2012-05-22
symbols: use darray for KeyInfo
Ran Benita
1
-46
/
+28
2012-05-22
parser: use darray for keysym list
Ran Benita
3
-120
/
+45
2012-05-22
keytypes: use darray for xkb_kt_map_entry's
Ran Benita
9
-159
/
+141
2012-05-22
alloc: use darray in xkb_key_names
Ran Benita
7
-61
/
+31
2012-05-22
keytypes: use darray for key types in the client map
Ran Benita
7
-84
/
+52
2012-05-22
compat: use darray for sym_interprets
Ran Benita
3
-55
/
+14
2012-05-22
context: use darray for include paths
Ran Benita
1
-30
/
+12
2012-05-22
atom: use darray for the node_table
Ran Benita
1
-38
/
+11
2012-05-22
rules: use darray for input line
Ran Benita
1
-71
/
+26
2012-05-22
rules: use darray for rules and groups
Ran Benita
1
-90
/
+27
2012-05-22
Import darray.h for common dynamic array code
Ran Benita
2
-0
/
+349
2012-05-22
Constify a static variable
Ran Benita
1
-1
/
+1
2012-05-22
Fix incorrect indexing while freeing
Ran Benita
1
-1
/
+1
2012-05-20
rules: allow wildcard match against "" layout/varaint
Ran Benita
1
-4
/
+2
2012-05-20
rules: remove struct var_defs
Ran Benita
1
-33
/
+20
2012-05-20
rules: reformat components_from_rules
Ran Benita
1
-29
/
+29
2012-05-20
rules: reformat LoadRules and XkbRF_Free
Ran Benita
1
-20
/
+25
2012-05-20
rules: remove unused struct describe_vars
Ran Benita
1
-28
/
+0
2012-05-20
rules: reformat AddRule and AddGroup
Ran Benita
1
-18
/
+23
[next]