index
:
libxkbcommon
for-weston-0.85
master
Keyboard handling library using XKB data (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxkbcommon)
daniels
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-02
xkbcomp: clean up compile_keymap function
Ran Benita
5
-130
/
+91
2012-09-02
map, state: check for KeycodeInRange only in API functions
Ran Benita
2
-23
/
+15
2012-09-02
state: fix mod_names_are_active
Ran Benita
2
-4
/
+12
2012-09-02
state: fix type confusion within xkb_state_update_mask
Ran Benita
1
-9
/
+12
2012-09-02
state: remove unneeded optimization
Ran Benita
1
-3
/
+0
2012-09-02
state: light indicator when either condition is satisfied
Ran Benita
1
-4
/
+4
2012-09-02
state: fix led_update_all group mask calculation
Ran Benita
1
-4
/
+4
2012-09-02
keycodes: remove outdated comments
Ran Benita
1
-56
/
+7
2012-09-02
keycodes: use darray for aliases instead of list
Ran Benita
1
-78
/
+37
2012-09-02
keycodes: use array for indicator names instead of list
Ran Benita
1
-85
/
+48
2012-09-02
keycodes: ignore "virtual" in indicators
Ran Benita
1
-65
/
+41
2012-09-02
symbols: call deinit functions Clear instead of Free
Ran Benita
1
-10
/
+9
2012-09-02
symbols: remove comparison of unsigned >= 0
Ran Benita
1
-1
/
+1
2012-09-02
vmod: remove outdated comments
Ran Benita
2
-36
/
+2
2012-09-02
vmod: ClearVModInfo doesn't need the keymap
Ran Benita
3
-12
/
+10
2012-09-02
vmod: remove useless keymap initialization
Ran Benita
1
-3
/
+0
2012-09-02
vmod: remove support for resolving integer to virtual modifier
Ran Benita
2
-23
/
+28
2012-09-02
expr: move op_type/value_type_to_string functions to ast
Ran Benita
10
-119
/
+83
2012-09-02
vmod: remove support for direct vmod -> real mod mapping
Ran Benita
1
-45
/
+6
2012-09-02
xkbcomp: seperate keymap-copying code from Compile functions
Ran Benita
3
-72
/
+87
2012-09-02
compat: only compute 'bool report' once
Ran Benita
1
-22
/
+24
2012-09-02
compat: disallow changing global defaults from within an interpret
Ran Benita
1
-3
/
+6
2012-09-02
compat: use darray instead of list for interps
Ran Benita
1
-41
/
+9
2012-09-02
compat: remove "flags" field from xkb_indicator_map
Ran Benita
3
-7
/
+3
2012-09-01
compat: ignore "allowExplicit" in indicator statements
Ran Benita
1
-21
/
+3
2012-09-01
compat: ignore "ledDrivesKbd" in indicator statements
Ran Benita
1
-21
/
+3
2012-09-01
compat: ignore "group" (compatibility) statements
Ran Benita
5
-106
/
+14
2012-09-01
compat: get rid of BindIndicators
Ran Benita
1
-115
/
+49
2012-09-01
compat: ignore "index" field in indicator statements
Ran Benita
1
-31
/
+9
2012-09-01
compat: remove dead NoAutomatic code
Ran Benita
1
-8
/
+1
2012-09-01
compat: ignore "locking" field in sym interprets
Ran Benita
2
-25
/
+4
2012-09-01
compat: small changes
Ran Benita
3
-125
/
+127
2012-09-01
compat: add general overview
Ran Benita
1
-0
/
+104
2012-09-01
action: convert action field type to enum
Ran Benita
3
-155
/
+200
2012-09-01
types: add "Effects on keymap" to overview
Ran Benita
2
-2
/
+11
2012-09-01
Organize xkbcomp/ header files
Ran Benita
25
-382
/
+438
2012-09-01
Allocate xkb_component_names on stack
Ran Benita
3
-46
/
+45
2012-09-01
Move ISEMPTY to utils.h
Ran Benita
2
-5
/
+9
2012-08-11
Move 'no symbols defined for ...' message to a warning
Daniel Stone
1
-1
/
+1
2012-08-10
Combine a couple of macros
Ran Benita
1
-14
/
+2
2012-08-10
action: get rid of xkb_any_action
Ran Benita
6
-82
/
+63
2012-08-10
Remove XkbKeyTypeIndex and widen index type
Ran Benita
2
-16
/
+8
2012-08-10
Store actions inside struct xkb_key
Ran Benita
8
-114
/
+37
2012-08-10
keycodes: save context in Info, not keymap
Ran Benita
4
-73
/
+58
2012-08-10
Remove xkbcomp/misc.c
Ran Benita
3
-160
/
+132
2012-08-10
Remove left over keycodes.h
Ran Benita
1
-45
/
+0
2012-08-10
Remove AutoKeyNames feature
Ran Benita
6
-34
/
+8
2012-08-10
map: share some code
Ran Benita
1
-57
/
+41
2012-08-10
Use XKB_{GROUP,LEVEL}_INVALID instead of -1 for errors
Ran Benita
3
-9
/
+26
2012-08-10
state: use global static const for fake action
Ran Benita
1
-13
/
+11
[next]