summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: drop the include/ directoryRan Benita2012-07-236-9/+7
* Fix bison 2.6 and clang warningsRan Benita2012-07-205-4/+11
* Remove CommonInfoRan Benita2012-07-184-116/+37
* types: use list instead of CommonInfo for KeyTypeInfoRan Benita2012-07-181-57/+57
* Simplify HandleInclude functionsRan Benita2012-07-184-148/+89
* Remove haveSelf include featureRan Benita2012-07-186-282/+208
* types: use list instead of CommonInfo in PreserveInfoRan Benita2012-07-181-71/+59
* types: move global static tok_ atoms into KeyTypesInfoRan Benita2012-07-181-21/+21
* compat: use list instead of CommonInfo in LEDInfoRan Benita2012-07-181-159/+140
* Use xkb_group_index_t for group variables throughoutRan Benita2012-07-188-95/+105
* Remove _X_EXPORT from xkb_key_get_group/levelRan Benita2012-07-181-2/+2
* compat: use list instead of CommonInfo in SymInterpInfoRan Benita2012-07-184-79/+103
* Move indicators.c code into compat.cRan Benita2012-07-184-544/+483
* Convert macros to inline functionsRan Benita2012-07-189-114/+139
* keycodes: use list instead of CommonInfo in IndicatorNameInfoRan Benita2012-07-181-63/+42
* keycodes: use list instead of CommonInfo in AliasInfoRan Benita2012-07-181-77/+70
* Move alias.c functions into keycodes.cRan Benita2012-07-184-274/+214
* symbols: don't use CommonInfo in KeyInfoRan Benita2012-07-181-48/+69
* symbols: use list for ModMapEntry'sRan Benita2012-07-181-30/+26
* Add common linked list implementationRan Benita2012-07-183-0/+491
* symbols: remove alias infoRan Benita2012-07-181-10/+0
* Pass around xkb_key's instead of keycodesRan Benita2012-07-1813-221/+194
* map: verifiy that the keycode is legalRan Benita2012-07-181-3/+11
* Remove redundant keymap->keys resizesRan Benita2012-07-182-18/+1
* Remove GroupsWidth macroRan Benita2012-07-184-19/+14
* Remove unused 'groupInfo' in KeyTypeInfoRan Benita2012-07-181-3/+0
* Get rid of group_infoRan Benita2012-07-185-107/+52
* Get rid of struct xkb_sym_mapRan Benita2012-07-184-54/+42
* Get rid of struct xkb_key_nameRan Benita2012-07-188-19/+15
* Add common xkb_key structRan Benita2012-07-188-184/+169
* Replace KeyInfo 'key' variable name by 'keyi'Ran Benita2012-07-181-284/+287
* Replace xkb_keycode_t 'key' variable name by 'kc'Ran Benita2012-07-1811-166/+164
* Convert indecipherable macros to inline functionsRan Benita2012-07-182-50/+147
* symbols: split initialization code from CompileSymbolsRan Benita2012-07-181-33/+43
* Move per_key_repeats and enabled_ctrls to keymapRan Benita2012-07-188-67/+32
* Get rid of xkb_key_namesRan Benita2012-07-1814-267/+156
* Get rid of xkb_indicatorRan Benita2012-07-189-51/+12
* Get rid of xkb_compat_mapRan Benita2012-07-186-72/+33
* Get rid of xkb_server_mapRan Benita2012-07-187-148/+84
* Get rid of xkb_client_mapRan Benita2012-07-187-131/+71
* Run source tree through uncrustifyDaniel Stone2012-07-1751-3774/+3502
* Fix typo in out of range group calculationRan Benita2012-07-151-1/+1
* Remove unused control num_groupsRan Benita2012-07-142-4/+0
* Convert missed enum merge_mode variablesRan Benita2012-07-149-11/+13
* Fix fileID messRan Benita2012-07-1410-76/+70
* path: fix error messageRan Benita2012-07-141-1/+1
* Make compile_keymap a little nicerRan Benita2012-07-142-58/+58
* Move CompileKeymap into xkbcomp.cRan Benita2012-07-144-169/+124
* Rename KSIsLower/Upper and move to keysym.cRan Benita2012-07-135-138/+134
* Remove MERGE_ALT_FORM merge modeRan Benita2012-07-138-102/+28