summaryrefslogtreecommitdiff
path: root/src/xkbcomp/keycodes.c
Commit message (Expand)AuthorAgeFilesLines
* xkbcomp: make a couple of casts explicit to mark them as checkedRan Benita2019-12-271-1/+2
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* keycodes: don't try to copy zero key aliasesPeter Hutterer2018-08-011-7/+7
* keycodes: use correct printf formatRan Benita2014-10-231-1/+1
* xkbcomp: remove file->topNameRan Benita2014-10-181-1/+1
* keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita2014-09-101-3/+6
* keycodes: split CopyKeyInfoToKeymap to several functionsRan Benita2014-07-251-31/+60
* keycodes: fix uninitialized variableRan Benita2014-04-251-1/+1
* keymap, keycodes, compat: don't use darray for LEDsRan Benita2014-04-221-22/+24
* symbols, keycodes: fix int return type when bool is intendedRan Benita2014-02-221-4/+4
* doc: move some file comments into txt files in doc/Ran Benita2014-02-091-73/+0
* xkbcomp: handle empty keymapsRan Benita2013-08-021-7/+21
* xkbcomp: escape the section names before storing them in the keymapRan Benita2013-07-181-0/+1
* Fix pointer style nitRan Benita2013-03-181-1/+1
* keycodes: remove KeyNamesInfo::mergeRan Benita2013-03-181-3/+1
* keycodes: unwrap KeyNameInfoRan Benita2013-03-181-32/+24
* keycodes: remove file_idRan Benita2013-03-181-27/+13
* keymap: don't use darray for key aliasesRan Benita2013-03-181-44/+44
* keycodes: don't do unnecessary copies while mergingRan Benita2013-03-181-49/+52
* Move a couple of general keymap functions from keycodes.cRan Benita2013-03-181-39/+2
* keycodes: remove unneeded alias conflict checkRan Benita2013-03-181-67/+35
* xkbcomp: handle XKB file include's betterRan Benita2013-03-181-17/+15
* More spelling errorsRan Benita2013-03-181-1/+1
* keycodes: fix spelling in error messageRan Benita2013-03-181-1/+1
* Fix dead assignmentsRan Benita2013-03-181-2/+1
* keycodes: some minor styleRan Benita2013-03-181-18/+25
* Change 'indicator' to 'led' everywhere possibleRan Benita2013-03-181-50/+47
* Silence a couple of warningsRan Benita2012-10-211-1/+1
* compat: add documentation for interpret'sRan Benita2012-10-111-1/+1
* Remove the XKB_NUM_INDICATORS limitRan Benita2012-10-101-14/+20
* keymap: don't use darray for keymap->keysRan Benita2012-10-101-5/+7
* keycodes: refactor AddIndicatorNameRan Benita2012-10-101-40/+34
* Omit struct '_Name' from non-recursive struct typedefsRan Benita2012-10-061-3/+3
* Fix type of keycode in parser and astRan Benita2012-09-271-1/+8
* Don't limit key names to 4 charactersRan Benita2012-09-271-48/+42
* API: add _context prefix to log-related functionsRan Benita2012-09-241-3/+3
* Promote keymap enumeration API to publicDaniel Stone2012-09-241-2/+5
* 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
* state, map: constify references to xkb_keyRan Benita2012-09-141-1/+1
* Clean up Init/Clear functionsRan Benita2012-09-141-13/+4
* symbols: remove unneeded recursion form CopySymbolsDefRan Benita2012-09-131-11/+5
* kbproto unentanglement: XkbNumIndicatorsDaniel Stone2012-09-101-7/+7
* kbproto untanglement: XkbKeyNameLengthDaniel Stone2012-09-101-3/+3
* Fold keymap->indicator_names into keymap->indicatorsRan Benita2012-09-041-2/+3
* Convert rest of names in xkb_keymap back to atomsRan Benita2012-09-031-2/+1
* expr: make ResolveString return an atomRan Benita2012-09-031-3/+3
* log: replace "priority" by "level" everywhereRan Benita2012-09-031-2/+2
* keycodes: remove outdated commentsRan Benita2012-09-021-56/+7