summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-02xkbcomp: clean up compile_keymap functionRan Benita5-130/+91
2012-09-02map, state: check for KeycodeInRange only in API functionsRan Benita2-23/+15
2012-09-02state: fix mod_names_are_activeRan Benita2-4/+12
2012-09-02state: fix type confusion within xkb_state_update_maskRan Benita1-9/+12
2012-09-02state: remove unneeded optimizationRan Benita1-3/+0
2012-09-02state: light indicator when either condition is satisfiedRan Benita1-4/+4
2012-09-02state: fix led_update_all group mask calculationRan Benita1-4/+4
2012-09-02keycodes: remove outdated commentsRan Benita1-56/+7
2012-09-02keycodes: use darray for aliases instead of listRan Benita1-78/+37
2012-09-02keycodes: use array for indicator names instead of listRan Benita1-85/+48
2012-09-02keycodes: ignore "virtual" in indicatorsRan Benita1-65/+41
2012-09-02symbols: call deinit functions Clear instead of FreeRan Benita1-10/+9
2012-09-02symbols: remove comparison of unsigned >= 0Ran Benita1-1/+1
2012-09-02vmod: remove outdated commentsRan Benita2-36/+2
2012-09-02vmod: ClearVModInfo doesn't need the keymapRan Benita3-12/+10
2012-09-02vmod: remove useless keymap initializationRan Benita1-3/+0
2012-09-02vmod: remove support for resolving integer to virtual modifierRan Benita2-23/+28
2012-09-02expr: move op_type/value_type_to_string functions to astRan Benita10-119/+83
2012-09-02vmod: remove support for direct vmod -> real mod mappingRan Benita1-45/+6
2012-09-02xkbcomp: seperate keymap-copying code from Compile functionsRan Benita3-72/+87
2012-09-02compat: only compute 'bool report' onceRan Benita1-22/+24
2012-09-02compat: disallow changing global defaults from within an interpretRan Benita1-3/+6
2012-09-02compat: use darray instead of list for interpsRan Benita1-41/+9
2012-09-02compat: remove "flags" field from xkb_indicator_mapRan Benita3-7/+3
2012-09-01compat: ignore "allowExplicit" in indicator statementsRan Benita1-21/+3
2012-09-01compat: ignore "ledDrivesKbd" in indicator statementsRan Benita1-21/+3
2012-09-01compat: ignore "group" (compatibility) statementsRan Benita5-106/+14
2012-09-01compat: get rid of BindIndicatorsRan Benita1-115/+49
2012-09-01compat: ignore "index" field in indicator statementsRan Benita1-31/+9
2012-09-01compat: remove dead NoAutomatic codeRan Benita1-8/+1
2012-09-01compat: ignore "locking" field in sym interpretsRan Benita2-25/+4
2012-09-01compat: small changesRan Benita3-125/+127
2012-09-01compat: add general overviewRan Benita1-0/+104
2012-09-01action: convert action field type to enumRan Benita3-155/+200
2012-09-01types: add "Effects on keymap" to overviewRan Benita2-2/+11
2012-09-01Organize xkbcomp/ header filesRan Benita25-382/+438
2012-09-01Allocate xkb_component_names on stackRan Benita3-46/+45
2012-09-01Move ISEMPTY to utils.hRan Benita2-5/+9
2012-08-11Move 'no symbols defined for ...' message to a warningDaniel Stone1-1/+1
2012-08-10Combine a couple of macrosRan Benita1-14/+2
2012-08-10action: get rid of xkb_any_actionRan Benita6-82/+63
2012-08-10Remove XkbKeyTypeIndex and widen index typeRan Benita2-16/+8
2012-08-10Store actions inside struct xkb_keyRan Benita8-114/+37
2012-08-10keycodes: save context in Info, not keymapRan Benita4-73/+58
2012-08-10Remove xkbcomp/misc.cRan Benita3-160/+132
2012-08-10Remove left over keycodes.hRan Benita1-45/+0
2012-08-10Remove AutoKeyNames featureRan Benita6-34/+8
2012-08-10map: share some codeRan Benita1-57/+41
2012-08-10Use XKB_{GROUP,LEVEL}_INVALID instead of -1 for errorsRan Benita3-9/+26
2012-08-10state: use global static const for fake actionRan Benita1-13/+11