summaryrefslogtreecommitdiff
path: root/src/xkbcomp
Commit message (Expand)AuthorAgeFilesLines
* xkbcomp/keymap: use default interpret in ApplyInterpsToKeyRan Benita2012-09-271-14/+19
* Fix size_t vs. %d warningDaniel Stone2012-09-261-2/+2
* symbols: get rid of autoTypeRan Benita2012-09-251-46/+41
* symbols: separate type-finding logic from CopySymbolsDefRan Benita2012-09-251-58/+62
* keymap: remove some more unneeded macrosRan Benita2012-09-241-4/+3
* keymap: store a pointer to the type in xkb_group instead of indexRan Benita2012-09-242-14/+15
* keymap, symbols: improve xkb_key memory layoutRan Benita2012-09-242-118/+52
* symbols: move keysyms into LevelInfoRan Benita2012-09-241-175/+131
* symbols: fix index-out-of-bounds in FindAutomaticTypeRan Benita2012-09-241-1/+2
* symbols: remove unneeded optimizationRan Benita2012-09-241-4/+0
* Add missing declaration for _xkbcommon_parse (aka yyparse)Daniel Stone2012-09-241-0/+3
* keymap, symbols: use darray for num_groupsRan Benita2012-09-241-21/+45
* symbols: avoid possible access-out-of-bound due to explicit_groupRan Benita2012-09-241-5/+20
* symbols: rename SymbolsInfo groupNames to group_namesRan Benita2012-09-241-8/+8
* keymap: don't use XKB_NUM_GROUPS for key->kt_indexRan Benita2012-09-241-0/+1
* Add format argument to xkb_keymap_get_as_stringRan Benita2012-09-241-5/+7
* API: add _context prefix to log-related functionsRan Benita2012-09-244-8/+8
* symbols: convert KeyInfo->groups to darrayRan Benita2012-09-241-51/+82
* symbols: fix memleak from default KeyInfoRan Benita2012-09-241-0/+1
* symbols: disallow changing global defaults from within a key statementRan Benita2012-09-241-3/+5
* symbols: fold PrepareKeyDef into CopySymbolsDefRan Benita2012-09-241-44/+24
* symbols: remove useless identical groups optimizationRan Benita2012-09-241-31/+1
* symbols: avoid reverse iteration in PrepareKeyDefRan Benita2012-09-241-18/+12
* Don't choke on RMLVO layout string with holesRan Benita2012-09-241-0/+13
* Rename map.{c,h} to keymap.{c,h}Ran Benita2012-09-241-1/+1
* Rename private xkb_map_new to xkb_keymap_newRan Benita2012-09-241-1/+1
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-248-56/+56
* Promote keymap enumeration API to publicDaniel Stone2012-09-242-3/+7
* Add _xkbcommon_ prefix to parser and lexer symbolsDaniel Stone2012-09-203-7/+9
* xkbcomp/keymap: correct ACTION_MODS_LOOKUP_MODS handlingRan Benita2012-09-191-15/+5
* Fix a couple of mistakes from previous commitsRan Benita2012-09-182-3/+3
* symbols: fix buffer overflow with illegal explicit groupRan Benita2012-09-171-2/+11
* Organize src/ and test/ headersRan Benita2012-09-163-3/+9
* include: improve file-not-found error reportingRan Benita2012-09-162-28/+36
* keycodes: add KeyNameInfoRan Benita2012-09-151-57/+54
* keycodes: rename computedMin/Max to min/max_key_codeRan Benita2012-09-151-13/+11
* keycodes: ignore explicit minimum/maximum statementsRan Benita2012-09-151-110/+4
* symbols: remove useless grow_alloc of keys arrayRan Benita2012-09-141-1/+0
* Rename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIESRan Benita2012-09-142-4/+3
* state, map: constify references to xkb_keyRan Benita2012-09-142-2/+2
* rules: fix mmap failure handlingRan Benita2012-09-141-3/+3
* Clean up Init/Clear functionsRan Benita2012-09-146-81/+22
* symbols: refactor CoypSymbolsDefRan Benita2012-09-141-65/+82
* symbols: FindAutomaticType only needs the contextRan Benita2012-09-141-10/+11
* symbols: store actions from symbols in the right offsetRan Benita2012-09-131-1/+1
* symbols: remove CopyKeyInfoRan Benita2012-09-131-28/+12
* symbols: fix real/alias key merge ordering bugRan Benita2012-09-131-23/+19
* symbols: add CopySymbolsToKeymapRan Benita2012-09-131-42/+42
* symbols: remove mention of keycodes in CopySymbolsDefRan Benita2012-09-131-9/+6
* symbols: remove unneeded recursion form CopySymbolsDefRan Benita2012-09-133-31/+14