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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
state: fix typo in state component copying
Ran Benita
1
-1
/
+1
2012-10-24
autogen: use --force instead of --symlink
Daniel Stone
1
-1
/
+1
2012-10-22
Change update_mask arguments to read 'depressed' instead of 'base'
Ran Benita
1
-2
/
+2
2012-10-22
test/interactive: add option to show state changes
Ran Benita
1
-6
/
+43
2012-10-22
Report which components of the state have changed
Ran Benita
2
-43
/
+90
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
9
-106
/
+161
2012-10-22
doc: add note about X11 vs. extended keycodes
Ran Benita
1
-0
/
+20
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
4
-9
/
+4685
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
7
-18
/
+133
2012-10-16
makekeys: replace helper with python script and binary search
Ran Benita
7
-394
/
+60
2012-10-13
Finish first round of API documentation
Ran Benita
2
-146
/
+521
2012-10-13
state: make mod_index_is_consumed() return -1 on invalid input
Ran Benita
2
-4
/
+4
2012-10-12
Change log env vars to XKB_LOG_LEVEL/VERBOSITY
Ran Benita
4
-10
/
+10
2012-10-11
doc: use JAVADOC_AUTOBRIEF
Ran Benita
2
-43
/
+43
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
4
-12
/
+8
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
build: change to AM_MAINTAINER_MODE([enable])
Ran Benita
1
-1
/
+1
2012-10-10
build: honor $NOCONFIGURE in autogen.sh
Ran Benita
1
-4
/
+6
2012-10-10
stringcomp: test compilation of a dump of a keymap created from rules
Ran Benita
1
-0
/
+12
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
4
-15
/
+40
2012-10-09
keysym: fix xkb_keysym_is_upper/lower() to work properly
Ran Benita
2
-111
/
+523
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
[next]