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
/
xkbcomp
/
rules.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-10
Rename XKB_NUM_GROUPS to XKB_MAX_GROUPS
Ran Benita
1
-1
/
+1
2012-09-30
rules: always initialize idx variable
Ran Benita
1
-0
/
+1
2012-09-24
Don't use xkbcommon-compat names in internal code
Ran Benita
1
-17
/
+17
2012-09-16
Organize src/ and test/ headers
Ran Benita
1
-2
/
+0
2012-09-16
include: improve file-not-found error reporting
Ran Benita
1
-13
/
+1
2012-09-14
rules: fix mmap failure handling
Ran Benita
1
-3
/
+3
2012-09-12
Copyright updates
Daniel Stone
1
-0
/
+23
2012-09-10
kbproto untanglement: XkbKbdNumGroups
Daniel Stone
1
-2
/
+2
2012-09-05
rules: use goto instead of state variable
Ran Benita
1
-153
/
+128
2012-09-05
rules: rewrite
Ran Benita
1
-853
/
+978
2012-09-03
rules: fix check for appending '|' character when applying
Ran Benita
1
-1
/
+1
2012-09-01
Organize xkbcomp/ header files
Ran Benita
1
-2
/
+3
2012-09-01
Allocate xkb_component_names on stack
Ran Benita
1
-27
/
+27
2012-08-09
Fix warning
Ran Benita
1
-1
/
+1
2012-08-08
Rules: mmap() rules file instead of using getc()
Daniel Stone
1
-21
/
+43
2012-08-08
Print failed include paths on failure to find rules
Daniel Stone
1
-5
/
+9
2012-07-27
utils: add/replace string equality macros
Ran Benita
1
-20
/
+18
2012-07-23
rules: use new log functions
Ran Benita
1
-45
/
+54
2012-07-17
Run source tree through uncrustify
Daniel Stone
1
-71
/
+81
2012-07-12
rules: fix parsing of multiple options
Ran Benita
1
-11
/
+8
2012-07-01
rules: remove support for keymap rule
Ran Benita
1
-19
/
+3
2012-07-01
Use enum for file types
Ran Benita
1
-1
/
+1
2012-06-09
darray: some changes for convenience
Ran Benita
1
-4
/
+4
2012-06-09
darray: tweak parameters a bit for better memory usage
Ran Benita
1
-0
/
+3
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-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
2012-05-20
rules: reformat GetComponents
Ran Benita
1
-17
/
+16
2012-05-20
rules: reformat SubstituteVars
Ran Benita
1
-85
/
+112
2012-05-20
rules: reformat CheckApplyRules and ApplyPartialMatches
Ran Benita
1
-32
/
+30
2012-05-20
rules: reformat CheckGroup and CheckApplyRule
Ran Benita
1
-60
/
+76
2012-05-20
rules: rewrite MatchOneOf
Ran Benita
1
-19
/
+14
2012-05-20
rules: reformat ApplyRule
Ran Benita
1
-11
/
+18
2012-05-20
rules: reformat MakeMultiDefs
Ran Benita
1
-66
/
+107
2012-05-20
rules: use asprintf instead of _Concat function
Ran Benita
1
-21
/
+15
2012-05-20
rules: reformat CheckLine and break into several functions
Ran Benita
1
-108
/
+138
2012-05-20
rules: reformat SetUpRemap and struct remap_spec
Ran Benita
1
-120
/
+161
2012-05-20
rules: rewrite get_index to use sscanf
Ran Benita
1
-23
/
+17
2012-05-20
rules: don't typedef the structs and rename them
Ran Benita
1
-130
/
+126
2012-05-20
rules: reformat input line handling
Ran Benita
1
-109
/
+124
2012-05-20
rules: don't use custom logging functions
Ran Benita
1
-43
/
+26
2012-05-20
rules: only export a single function
Ran Benita
1
-0
/
+1104