summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* keycodes: don't do unnecessary copies while mergingRan Benita2013-03-181-49/+52
* state: small style fixRan Benita2013-03-181-11/+13
* Move a couple of general keymap functions from keycodes.cRan Benita2013-03-186-86/+47
* keycodes: remove unneeded alias conflict checkRan Benita2013-03-181-67/+35
* xkbcomp: handle XKB file include's betterRan Benita2013-03-186-117/+75
* Build cleanly with clangRan Benita2013-03-182-7/+1
* keymap: abstract a bit over the keymap formatRan Benita2013-03-186-120/+241
* text: some style changesRan Benita2013-03-181-57/+53
* text: clean up and fix the *MaskText functionsRan Benita2013-03-184-77/+57
* More spelling errorsRan Benita2013-03-184-5/+5
* parser: also skip 'section' ELEMENTRan Benita2013-03-181-1/+1
* ast-build: remove malloc_or_dieRan Benita2013-03-181-82/+93
* keycodes: fix spelling in error messageRan Benita2013-03-181-1/+1
* Remove list.hRan Benita2013-03-181-489/+0
* keymap-dump: move writing 'key {}' in symbols to its own functionRan Benita2013-03-181-100/+107
* keymap-dump: remove some ugly empty linesRan Benita2013-03-181-6/+6
* keymap-dump: don't indent after xkb_keymap {Ran Benita2013-03-181-50/+50
* keymap-dump: style cleanupsRan Benita2013-03-181-74/+45
* ast: add error handling to XkbFileFromComponentsRan Benita2013-03-181-24/+32
* Fix dead assignmentsRan Benita2013-03-184-22/+17
* keysym: print unicode keysyms uppercase and 0-paddedRan Benita2013-03-181-3/+5
* Change some log functions to take ctx instead of keymapRan Benita2013-03-183-10/+10
* keycodes: some minor styleRan Benita2013-03-181-18/+25
* action: s/hndlrType/handler_typeRan Benita2013-03-181-5/+5
* compat: make it clear which 'dflt' is meantRan Benita2013-03-181-19/+21
* symbols: make it clear which 'dflt' is meantRan Benita2013-03-181-18/+18
* ast: constify argumentRan Benita2013-03-182-2/+2
* symbols: fix bad 'merge' assignmentRan Benita2013-03-181-1/+1
* Change 'indicator' to 'led' everywhere possibleRan Benita2013-03-1813-227/+218
* state: fix unbound virtual modifier bugRan Benita2013-03-181-1/+10
* Parser: Initialise geometry elements for VarDeclbaserock/morphDaniel Stone2012-12-061-3/+3
* state: rename state->cur to state->componentsRan Benita2012-11-111-68/+70
* state: don't keep the previous state components in xkb_stateRan Benita2012-11-111-7/+9
* keymap: wrap the layout parameter if it is out of range for the keyRan Benita2012-11-113-2/+19
* keysym-utf: mark keysymtab array as staticRan Benita2012-11-051-1/+1
* keysym-utf: also translate special keysyms like Tab and ReturnRan Benita2012-11-051-25/+12
* action: don't allow private actions with a known typeRan Benita2012-10-302-2/+21
* state, context: allow passing NULL to *_unref()Ran Benita2012-10-292-2/+2
* state: don't use xkb_keymap_num_layouts internallyRan Benita2012-10-261-5/+3
* state: don't use xkb_state_serialize_* internallyRan Benita2012-10-261-9/+3
* state: fix possible index-out-of-bounds in action dispatch tableRan Benita2012-10-241-0/+11
* keymap: use plain array for keymap->group_namesRan Benita2012-10-234-24/+18
* state: fix typo in state component copyingRan Benita2012-10-231-1/+1
* Report which components of the state have changedRan Benita2012-10-221-4/+45
* state: add struct state_componentsRan Benita2012-10-221-68/+72
* Split the mods, layout, leds parts of xkb_state_componentsRan Benita2012-10-225-39/+40
* Silence a couple of warningsRan Benita2012-10-212-1/+4
* Move _text() functions from keymap-dump to text.cRan Benita2012-10-183-77/+81
* Remove a couple more uses of static char buffersRan Benita2012-10-182-6/+5
* Contextualize GetBuffer()Ran Benita2012-10-186-32/+35