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
/
expr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-06
expr: unify the real and virtual modifier functions
Ran Benita
1
-7
/
+3
2012-10-06
Keep real and virtual mods in the same table in the keymap
Ran Benita
1
-1
/
+1
2012-10-06
expr: don't expose LookupModIndex
Ran Benita
1
-4
/
+0
2012-10-06
Remove VModInfo for now
Ran Benita
1
-8
/
+4
2012-09-24
Don't use xkbcommon-compat names in internal code
Ran Benita
1
-1
/
+1
2012-09-11
Remove unused ExprResolveKeyName
Daniel Stone
1
-4
/
+0
2012-09-10
kbproto untanglement: XkbKeyNameLength
Daniel Stone
1
-1
/
+1
2012-09-03
Unify some string tables from xkbcomp, text and keymap-dump
Ran Benita
1
-5
/
+0
2012-09-03
expr: make ResolveString return an atom
Ran Benita
1
-1
/
+1
2012-09-02
expr: move op_type/value_type_to_string functions to ast
Ran Benita
1
-3
/
+0
2012-09-01
Organize xkbcomp/ header files
Ran Benita
1
-6
/
+4
2012-08-07
Add and use xkb_level_index_t
Ran Benita
1
-1
/
+1
2012-08-07
expr: constify function arguments
Ran Benita
1
-15
/
+20
2012-07-27
Remove ExprResult
Ran Benita
1
-12
/
+7
2012-07-27
expr: drop ExprResult from ResolveEnum
Ran Benita
1
-3
/
+3
2012-07-27
expr: drop ExprResult from ResolveMask
Ran Benita
1
-7
/
+7
2012-07-27
expr: drop ExprResult from ResolveInteger
Ran Benita
1
-3
/
+2
2012-07-27
expr: drop ExprResult from ResolveButton
Ran Benita
1
-3
/
+2
2012-07-27
expr: drop ExprResult from ResolveLevel
Ran Benita
1
-2
/
+3
2012-07-27
expr: drop ExprResult from ResolveKeyCode
Ran Benita
1
-3
/
+2
2012-07-27
expr: drop ExprResult from ResolveGroup
Ran Benita
1
-2
/
+3
2012-07-27
expr: drop ExprResult from ResolveKeysym
Ran Benita
1
-2
/
+2
2012-07-27
expr: drop ExprResult from ResolveBoolean
Ran Benita
1
-3
/
+2
2012-07-27
expr: drop ExprResult from ResolveString
Ran Benita
1
-3
/
+2
2012-07-27
expr: drop ExprResult from ResolveLhs
Ran Benita
1
-6
/
+4
2012-07-27
expr: drop ExprResult from ResolveKeyName
Ran Benita
1
-2
/
+2
2012-07-27
Convert defines to enums in xkbcomp.h
Ran Benita
1
-7
/
+4
2012-07-27
Some atom related optimizations
Ran Benita
1
-1
/
+1
2012-07-26
expr: Remove ExprResolveFloat
Ran Benita
1
-3
/
+0
2012-07-23
expr: use new log functions
Ran Benita
1
-2
/
+2
2012-07-18
Get rid of struct xkb_key_name
Ran Benita
1
-1
/
+1
2012-07-17
Run source tree through uncrustify
Daniel Stone
1
-41
/
+38
2012-05-11
Rename 'ctx' back to 'context' in external API
Daniel Stone
1
-16
/
+16
2012-05-09
Shorten context to ctx
Ran Benita
1
-16
/
+16
2012-05-09
Make the context available for XkbcAtomText
Ran Benita
1
-21
/
+32
2012-05-09
Make the context available for XkbcAtomGetString
Ran Benita
1
-2
/
+4
2012-05-09
Change all 'xkb' xkb_keymap names to 'keymap'
Daniel Stone
1
-1
/
+1
2012-05-08
Rename xkbcomp/misc.h to xkbcomp-priv.h and use it
Ran Benita
1
-1
/
+1
2012-04-30
Use stdbool.h
Ran Benita
1
-3
/
+5
2012-04-30
Fix formatting in xkbcomp headers
Ran Benita
1
-84
/
+61
2012-04-09
Rename xkb_desc to xkb_keymap
Daniel Stone
1
-1
/
+1
2012-03-10
Remove half-implemented radio groups
Daniel Stone
1
-4
/
+0
2012-03-09
Introduce xkb_atom_t type
Daniel Stone
1
-3
/
+3
2012-03-03
Constify some more text functions
Ran Benita
1
-1
/
+1
2012-03-03
Constify global tables
Ran Benita
1
-5
/
+5
2012-02-20
Switch expression resolution priv from char to void
Daniel Stone
1
-3
/
+3
2012-02-20
Invert LookupModMask/LookupVModMask order
Daniel Stone
1
-0
/
+12
2012-02-20
Move some definitions from expr.h to expr.c
Daniel Stone
1
-32
/
+0
2012-02-20
Remove field reference lookup support
Daniel Stone
1
-6
/
+1
2012-02-20
Turn ExprResolveInteger into a simple wrapper
Daniel Stone
1
-3
/
+1
[next]