summaryrefslogtreecommitdiff
path: root/src/xkbcomp/expr.h
Commit message (Expand)AuthorAgeFilesLines
* expr: take xkb_mod_set instead of the entire keymapRan Benita2014-04-191-4/+6
* expr: unify the real and virtual modifier functionsRan Benita2012-10-061-7/+3
* Keep real and virtual mods in the same table in the keymapRan Benita2012-10-061-1/+1
* expr: don't expose LookupModIndexRan Benita2012-10-061-4/+0
* Remove VModInfo for nowRan Benita2012-10-061-8/+4
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-241-1/+1
* Remove unused ExprResolveKeyNameDaniel Stone2012-09-111-4/+0
* kbproto untanglement: XkbKeyNameLengthDaniel Stone2012-09-101-1/+1
* Unify some string tables from xkbcomp, text and keymap-dumpRan Benita2012-09-031-5/+0
* expr: make ResolveString return an atomRan Benita2012-09-031-1/+1
* expr: move op_type/value_type_to_string functions to astRan Benita2012-09-021-3/+0
* Organize xkbcomp/ header filesRan Benita2012-09-011-6/+4
* Add and use xkb_level_index_tRan Benita2012-08-071-1/+1
* expr: constify function argumentsRan Benita2012-08-071-15/+20
* Remove ExprResultRan Benita2012-07-271-12/+7
* expr: drop ExprResult from ResolveEnumRan Benita2012-07-271-3/+3
* expr: drop ExprResult from ResolveMaskRan Benita2012-07-271-7/+7
* expr: drop ExprResult from ResolveIntegerRan Benita2012-07-271-3/+2
* expr: drop ExprResult from ResolveButtonRan Benita2012-07-271-3/+2
* expr: drop ExprResult from ResolveLevelRan Benita2012-07-271-2/+3
* expr: drop ExprResult from ResolveKeyCodeRan Benita2012-07-271-3/+2
* expr: drop ExprResult from ResolveGroupRan Benita2012-07-271-2/+3
* expr: drop ExprResult from ResolveKeysymRan Benita2012-07-271-2/+2
* expr: drop ExprResult from ResolveBooleanRan Benita2012-07-271-3/+2
* expr: drop ExprResult from ResolveStringRan Benita2012-07-271-3/+2
* expr: drop ExprResult from ResolveLhsRan Benita2012-07-271-6/+4
* expr: drop ExprResult from ResolveKeyNameRan Benita2012-07-271-2/+2
* Convert defines to enums in xkbcomp.hRan Benita2012-07-271-7/+4
* Some atom related optimizationsRan Benita2012-07-271-1/+1
* expr: Remove ExprResolveFloatRan Benita2012-07-261-3/+0
* expr: use new log functionsRan Benita2012-07-231-2/+2
* Get rid of struct xkb_key_nameRan Benita2012-07-181-1/+1
* Run source tree through uncrustifyDaniel Stone2012-07-171-41/+38
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-16/+16
* Shorten context to ctxRan Benita2012-05-091-16/+16
* Make the context available for XkbcAtomTextRan Benita2012-05-091-21/+32
* Make the context available for XkbcAtomGetStringRan Benita2012-05-091-2/+4
* Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-1/+1
* Rename xkbcomp/misc.h to xkbcomp-priv.h and use itRan Benita2012-05-081-1/+1
* Use stdbool.hRan Benita2012-04-301-3/+5
* Fix formatting in xkbcomp headersRan Benita2012-04-301-84/+61
* Rename xkb_desc to xkb_keymapDaniel Stone2012-04-091-1/+1
* Remove half-implemented radio groupsDaniel Stone2012-03-101-4/+0
* Introduce xkb_atom_t typeDaniel Stone2012-03-091-3/+3
* Constify some more text functionsRan Benita2012-03-031-1/+1
* Constify global tablesRan Benita2012-03-031-5/+5
* Switch expression resolution priv from char to voidDaniel Stone2012-02-201-3/+3
* Invert LookupModMask/LookupVModMask orderDaniel Stone2012-02-201-0/+12
* Move some definitions from expr.h to expr.cDaniel Stone2012-02-201-32/+0
* Remove field reference lookup supportDaniel Stone2012-02-201-6/+1