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
2013-03-18
keymap: abstract a bit over the keymap format
Ran Benita
6
-120
/
+241
2013-03-18
text: some style changes
Ran Benita
1
-57
/
+53
2013-03-18
text: clean up and fix the *MaskText functions
Ran Benita
4
-77
/
+57
2013-03-18
More spelling errors
Ran Benita
4
-5
/
+5
2013-03-18
parser: also skip 'section' ELEMENT
Ran Benita
1
-1
/
+1
2013-03-18
ast-build: remove malloc_or_die
Ran Benita
1
-82
/
+93
2013-03-18
keycodes: fix spelling in error message
Ran Benita
1
-1
/
+1
2013-03-18
Remove list.h
Ran Benita
1
-489
/
+0
2013-03-18
keymap-dump: move writing 'key {}' in symbols to its own function
Ran Benita
1
-100
/
+107
2013-03-18
keymap-dump: remove some ugly empty lines
Ran Benita
1
-6
/
+6
2013-03-18
keymap-dump: don't indent after xkb_keymap {
Ran Benita
1
-50
/
+50
2013-03-18
keymap-dump: style cleanups
Ran Benita
1
-74
/
+45
2013-03-18
ast: add error handling to XkbFileFromComponents
Ran Benita
1
-24
/
+32
2013-03-18
Fix dead assignments
Ran Benita
4
-22
/
+17
2013-03-18
keysym: print unicode keysyms uppercase and 0-padded
Ran Benita
1
-3
/
+5
2013-03-18
Change some log functions to take ctx instead of keymap
Ran Benita
3
-10
/
+10
2013-03-18
keycodes: some minor style
Ran Benita
1
-18
/
+25
2013-03-18
action: s/hndlrType/handler_type
Ran Benita
1
-5
/
+5
2013-03-18
compat: make it clear which 'dflt' is meant
Ran Benita
1
-19
/
+21
2013-03-18
symbols: make it clear which 'dflt' is meant
Ran Benita
1
-18
/
+18
2013-03-18
ast: constify argument
Ran Benita
2
-2
/
+2
2013-03-18
symbols: fix bad 'merge' assignment
Ran Benita
1
-1
/
+1
2013-03-18
Change 'indicator' to 'led' everywhere possible
Ran Benita
13
-227
/
+218
2013-03-18
state: fix unbound virtual modifier bug
Ran Benita
1
-1
/
+10
2012-12-06
Parser: Initialise geometry elements for VarDecl
Daniel Stone
1
-3
/
+3
2012-11-11
state: rename state->cur to state->components
Ran Benita
1
-68
/
+70
2012-11-11
state: don't keep the previous state components in xkb_state
Ran Benita
1
-7
/
+9
2012-11-11
keymap: wrap the layout parameter if it is out of range for the key
Ran Benita
3
-2
/
+19
2012-11-05
keysym-utf: mark keysymtab array as static
Ran Benita
1
-1
/
+1
2012-11-05
keysym-utf: also translate special keysyms like Tab and Return
Ran Benita
1
-25
/
+12
2012-10-30
action: don't allow private actions with a known type
Ran Benita
2
-2
/
+21
2012-10-29
state, context: allow passing NULL to *_unref()
Ran Benita
2
-2
/
+2
2012-10-26
state: don't use xkb_keymap_num_layouts internally
Ran Benita
1
-5
/
+3
2012-10-26
state: don't use xkb_state_serialize_* internally
Ran Benita
1
-9
/
+3
2012-10-24
state: fix possible index-out-of-bounds in action dispatch table
Ran Benita
1
-0
/
+11
2012-10-23
keymap: use plain array for keymap->group_names
Ran Benita
4
-24
/
+18
2012-10-23
state: fix typo in state component copying
Ran Benita
1
-1
/
+1
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
[next]