summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-22Add xkb_key_repeatsDaniel Stone1-0/+9
2012-06-22Work out a default repeat for all keysDaniel Stone1-5/+5
2012-06-09utils: remove unused recalloc and related macrosRan Benita2-20/+0
2012-06-09state: use darray for filtersRan Benita3-52/+44
2012-06-09symbols: use darray in struct xkb_sym_mapRan Benita3-18/+5
2012-06-09symbols: use darray for KeyInfo actsRan Benita1-91/+61
2012-06-09symbols: use darray for KeyInfo symsMapNumEntriesRan Benita1-88/+56
2012-06-09symbols: use darray for KeyInfo symsMapIndexRan Benita1-63/+42
2012-06-09symbols: remove sizeSyms array from KeyInfoRan Benita1-26/+8
2012-06-09symbols: use darray for KeyInfo syms arrayRan Benita1-79/+57
2012-06-09darray: some changes for convenienceRan Benita9-41/+27
2012-06-09darray: tweak parameters a bit for better memory usageRan Benita4-4/+7
2012-06-09Comment out unused fields in xkb_controlsRan Benita1-16/+16
2012-06-09Unconstify a few string struct fieldsRan Benita6-22/+23
2012-06-09test/dump: allow to run manuallyRan Benita1-2/+2
2012-06-09Move XKB_KEY_NoSymbol to xkbcommon-keysyms.hRan Benita1-6/+0
2012-06-08Add keypad sequences to UTF-8 keysym printingDaniel Stone1-1/+16
2012-06-08Add API for getting unicode representation of a keysymRob Bradford1-0/+942
2012-06-04Avoid duplicating keysyms for merge if possibleDaniel Stone1-4/+28
2012-06-04Fix action= NoAction() printingDaniel Stone1-0/+1
2012-06-04Remove fake support for global group range settingsRan Benita1-42/+12
2012-06-04Symbols: Don't include NoSymbols in the mapDaniel Stone1-0/+5
2012-06-04Fix multiple errors when merging symbol definitionsDaniel Stone1-10/+16
2012-06-02keymap-dump: Print NoAction actions tooDaniel Stone1-3/+0
2012-05-29Pass merge down through indicator creationDaniel Stone1-7/+7
2012-05-29Add xkb_map_get_as_stringDaniel Stone3-0/+962
2012-05-25Fix signed vs. unsigned confusion in actionsDaniel Stone1-7/+7
2012-05-22compat: use darray for acts and key_acts in the server mapRan Benita2-86/+35
2012-05-22keycodes: use darray in KeyNamesInfoRan Benita1-96/+47
2012-05-22symbols: use darray for xkb_sym_mapRan Benita3-77/+83
2012-05-22keytypes: use darray for level namesRan Benita1-62/+41
2012-05-22symbols: use darray for KeyInfoRan Benita1-46/+28
2012-05-22parser: use darray for keysym listRan Benita3-120/+45
2012-05-22keytypes: use darray for xkb_kt_map_entry'sRan Benita9-159/+141
2012-05-22alloc: use darray in xkb_key_namesRan Benita7-61/+31
2012-05-22keytypes: use darray for key types in the client mapRan Benita7-84/+52
2012-05-22compat: use darray for sym_interpretsRan Benita3-55/+14
2012-05-22context: use darray for include pathsRan Benita1-30/+12
2012-05-22atom: use darray for the node_tableRan Benita1-38/+11
2012-05-22rules: use darray for input lineRan Benita1-71/+26
2012-05-22rules: use darray for rules and groupsRan Benita1-90/+27
2012-05-22Import darray.h for common dynamic array codeRan Benita2-0/+349
2012-05-22Constify a static variableRan Benita1-1/+1
2012-05-22Fix incorrect indexing while freeingRan Benita1-1/+1
2012-05-20rules: allow wildcard match against "" layout/varaintRan Benita1-4/+2
2012-05-20rules: remove struct var_defsRan Benita1-33/+20
2012-05-20rules: reformat components_from_rulesRan Benita1-29/+29
2012-05-20rules: reformat LoadRules and XkbRF_FreeRan Benita1-20/+25
2012-05-20rules: remove unused struct describe_varsRan Benita1-28/+0
2012-05-20rules: reformat AddRule and AddGroupRan Benita1-18/+23