summaryrefslogtreecommitdiff
path: root/src/xkbcomp/vmod.c
Commit message (Expand)AuthorAgeFilesLines
* xkbcomp: use straight assignment instead of CopyModSetRan Benita2014-04-221-7/+0
* keymap: don't use darray in xkb_mod_setRan Benita2014-04-221-22/+7
* keymap: add and use xkb_mods_{foreach,enumerate}()Ran Benita2014-04-221-1/+1
* compat: use xkb_mod_set instead of entire keymapRan Benita2014-04-191-0/+21
* vmod: take xkb_mod_set instead of the entire keymapRan Benita2014-04-191-16/+15
* expr: take xkb_mod_set instead of the entire keymapRan Benita2014-04-191-1/+2
* text: take xkb_mod_set instead of the entire keymapRan Benita2014-04-191-2/+2
* Add struct xkb_mod_setRan Benita2014-04-191-3/+3
* vmod: bring back support for direct vmod -> real mod mappingRan Benita2014-02-121-13/+50
* Keep real and virtual mods in the same table in the keymapRan Benita2012-10-061-18/+18
* Remove VModInfo for nowRan Benita2012-10-061-84/+3
* vmod: don't allow to add a vmod with the name of a real modRan Benita2012-10-061-0/+10
* vmod: remove merge argument from HandleVModDefRan Benita2012-10-061-2/+1
* Remove the XKB_NUM_VIRTUAL_MODIFIERS limitRan Benita2012-10-061-31/+20
* Use our types instead of int/uint32_t in a few placesRan Benita2012-10-061-1/+1
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-241-1/+1
* Clean up Init/Clear functionsRan Benita2012-09-141-8/+1
* kbproto unentanglement: XkbNumVirtualModsDaniel Stone2012-09-101-6/+6
* Unify some string tables from xkbcomp, text and keymap-dumpRan Benita2012-09-031-0/+1
* Convert rest of names in xkb_keymap back to atomsRan Benita2012-09-031-11/+7
* vmod: remove outdated commentsRan Benita2012-09-021-35/+1
* vmod: ClearVModInfo doesn't need the keymapRan Benita2012-09-021-10/+8
* vmod: remove useless keymap initializationRan Benita2012-09-021-3/+0
* vmod: remove support for resolving integer to virtual modifierRan Benita2012-09-021-23/+20
* vmod: remove support for direct vmod -> real mod mappingRan Benita2012-09-021-45/+6
* Organize xkbcomp/ header filesRan Benita2012-09-011-0/+3
* Modernize struct xkb_modsRan Benita2012-08-101-2/+2
* types: don't use canonical/required typesRan Benita2012-08-071-13/+0
* vmod: remove unused fieldsRan Benita2012-08-071-3/+1
* Remove ExprResultRan Benita2012-07-271-15/+17
* expr: drop ExprResult from ResolveMaskRan Benita2012-07-271-7/+7
* expr: drop ExprResult from ResolveIntegerRan Benita2012-07-271-5/+12
* Convert defines to enums in xkbcomp.hRan Benita2012-07-271-6/+6
* utils: add/replace string equality macrosRan Benita2012-07-271-7/+6
* Drop Xkbc prefix of text functionsRan Benita2012-07-271-2/+2
* Use xkb_mod_mask_t and xkb_mask_index_t throughoutRan Benita2012-07-271-49/+64
* Some atom related optimizationsRan Benita2012-07-271-1/+1
* vmod: use new log functionsRan Benita2012-07-231-38/+46
* Get rid of xkb_key_namesRan Benita2012-07-181-26/+16
* Get rid of xkb_server_mapRan Benita2012-07-181-7/+6
* Run source tree through uncrustifyDaniel Stone2012-07-171-67/+51
* Use enum for merge modeRan Benita2012-07-011-4/+4
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-1/+1
* Shorten context to ctxRan Benita2012-05-091-14/+14
* Make the context available for XkbcAtomTextRan Benita2012-05-091-13/+14
* Make the context available for XkbcAtomGetStringRan Benita2012-05-091-2/+2
* Make the context available to xkb_intern_atomRan Benita2012-05-091-1/+1
* Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-25/+23
* Rename xkbcomp/misc.h to xkbcomp-priv.h and use itRan Benita2012-05-081-9/+0
* Remove unused stuff from XKBcommonint.hRan Benita2012-05-011-2/+2