summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* kbproto untanglement: XkbKeyNameLengthDaniel Stone2012-09-1013-35/+37
* rules: use goto instead of state variableRan Benita2012-09-051-153/+128
* rules: rewriteRan Benita2012-09-051-853/+978
* compat: make LEDInfo a wrapper around xkb_indicator_mapRan Benita2012-09-051-72/+40
* Fold keymap->indicator_names into keymap->indicatorsRan Benita2012-09-045-11/+12
* Unify some string tables from xkbcomp, text and keymap-dumpRan Benita2012-09-0310-283/+247
* Convert rest of names in xkb_keymap back to atomsRan Benita2012-09-038-43/+53
* expr: make ResolveString return an atomRan Benita2012-09-036-22/+21
* atom: add xkb_atom_lookupRan Benita2012-09-034-0/+31
* atom: separate lookup logic from atom_internRan Benita2012-09-031-17/+37
* atom: make type and name of the 'a' field clearerRan Benita2012-09-031-4/+4
* rules: fix check for appending '|' character when applyingRan Benita2012-09-031-1/+1
* Use XKB_MOD_INVALID instead of XkbNoModifierRan Benita2012-09-035-6/+6
* Don't printf NULL stringsRan Benita2012-09-032-4/+12
* xkbcomp: add debug messages of the RMLVO and KcCGSTRan Benita2012-09-031-0/+11
* include: document ParseIncludeMap betterRan Benita2012-09-031-21/+50
* include: properly use the default map if none is foundRan Benita2012-09-031-4/+13
* log: replace "priority" by "level" everywhereRan Benita2012-09-037-64/+68
* action: fix LookupEntry for "lockdevbtn"Ran Benita2012-09-031-1/+1
* action: remove redundant checkRan Benita2012-09-031-7/+0
* action: keep array of default actions, instead of list of changesRan Benita2012-09-034-105/+92
* action: disallow setting an action_field default for all typesRan Benita2012-09-031-13/+8
* action: clean up formatting of extern functionsRan Benita2012-09-031-48/+62
* types: don't strdup a default nameRan Benita2012-09-031-1/+1
* types: use darray for KeyTypesInfo instead of listRan Benita2012-09-031-53/+18
* types: remove outdated commentsRan Benita2012-09-031-26/+0
* keymap: optimize FindInterpsForKey a bitRan Benita2012-09-032-5/+9
* keymap: refactor ApplyInterpsToKeyRan Benita2012-09-031-33/+14
* Add xkbcomp/keymap.c and move some code thereRan Benita2012-09-024-323/+360
* Move enum xkb_file_type to xkbcomp/ast.hRan Benita2012-09-027-53/+53
* xkbcomp: clean up compile_keymap functionRan Benita2012-09-025-130/+91
* map, state: check for KeycodeInRange only in API functionsRan Benita2012-09-022-23/+15
* state: fix mod_names_are_activeRan Benita2012-09-022-4/+12
* state: fix type confusion within xkb_state_update_maskRan Benita2012-09-021-9/+12
* state: remove unneeded optimizationRan Benita2012-09-021-3/+0
* state: light indicator when either condition is satisfiedRan Benita2012-09-021-4/+4
* state: fix led_update_all group mask calculationRan Benita2012-09-021-4/+4
* keycodes: remove outdated commentsRan Benita2012-09-021-56/+7
* keycodes: use darray for aliases instead of listRan Benita2012-09-021-78/+37
* keycodes: use array for indicator names instead of listRan Benita2012-09-021-85/+48
* keycodes: ignore "virtual" in indicatorsRan Benita2012-09-021-65/+41
* symbols: call deinit functions Clear instead of FreeRan Benita2012-09-021-10/+9
* symbols: remove comparison of unsigned >= 0Ran Benita2012-09-021-1/+1
* vmod: remove outdated commentsRan Benita2012-09-022-36/+2
* vmod: ClearVModInfo doesn't need the keymapRan Benita2012-09-023-12/+10
* vmod: remove useless keymap initializationRan Benita2012-09-021-3/+0
* vmod: remove support for resolving integer to virtual modifierRan Benita2012-09-022-23/+28
* expr: move op_type/value_type_to_string functions to astRan Benita2012-09-0210-119/+83
* vmod: remove support for direct vmod -> real mod mappingRan Benita2012-09-021-45/+6
* xkbcomp: seperate keymap-copying code from Compile functionsRan Benita2012-09-023-72/+87