summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-14symbols: refactor CoypSymbolsDefRan Benita1-65/+82
2012-09-14symbols: FindAutomaticType only needs the contextRan Benita1-10/+11
2012-09-13symbols: store actions from symbols in the right offsetRan Benita1-1/+1
2012-09-13symbols: remove CopyKeyInfoRan Benita1-28/+12
2012-09-13symbols: fix real/alias key merge ordering bugRan Benita1-23/+19
2012-09-13symbols: add CopySymbolsToKeymapRan Benita1-42/+42
2012-09-13symbols: remove mention of keycodes in CopySymbolsDefRan Benita1-9/+6
2012-09-13symbols: remove unneeded recursion form CopySymbolsDefRan Benita4-35/+15
2012-09-13symbols: add LevelInfoRan Benita1-390/+211
2012-09-13symbols: make xkb_key::syms a plain arrayRan Benita3-10/+5
2012-09-13symbols: shorten symsMapNumEntries to uint from size_tRan Benita1-8/+8
2012-09-13symbols: consolidate group merging in MergeGroupsRan Benita1-51/+49
2012-09-13symbols: add GroupInfoRan Benita2-432/+411
2012-09-13keymap-dump: don't write spaces between multiple-syms-per-levelRan Benita1-1/+1
2012-09-13symbols: use darray for ModMapEntry instead of listRan Benita2-30/+10
2012-09-13state: remove unused next field from xkb_filterRan Benita1-1/+0
2012-09-12Copyright updatesDaniel Stone17-60/+257
2012-09-11utils: Replace DEC copyright with Ran'sDaniel Stone1-25/+22
2012-09-11Remove unused ExprResolveKeyNameDaniel Stone2-49/+0
2012-09-11Constify keysym <-> Unicode lookup tableDaniel Stone1-1/+1
2012-09-11kbproto unentanglement: drop dependencyDaniel Stone1-1/+0
2012-09-11kbproto unentanglement: XkbGeomPtsPerMMDaniel Stone2-2/+2
2012-09-11kbproto unentanglement: XkbExplicit*MaskDaniel Stone4-13/+20
2012-09-11kbproto unentanglement: XkbSI_AutoRepeatDaniel Stone4-11/+7
2012-09-11kbproto unentanglement: XkbSI match flagsDaniel Stone5-37/+49
2012-09-11kbproto unentanglement: control actionsDaniel Stone3-20/+37
2012-09-10kbproto unentanglement: XkbMaxShiftLevelDaniel Stone1-3/+2
2012-09-10kbproto unentanglement: Xkb{Wrap,Clamp,Redirect}IntoRangeDaniel Stone4-17/+25
2012-09-10actions: Remove PointerDefault affect fieldDaniel Stone3-11/+7
2012-09-10kbproto unentanglement: action flagsDaniel Stone5-65/+79
2012-09-10kbproto unentanglement: XkbLC_*Daniel Stone5-14/+27
2012-09-10kbproto unentanglement: XkbIM_*Daniel Stone5-43/+35
2012-09-10kbproto unentanglement: action typesDaniel Stone9-126/+162
2012-09-10Remove deprecated actionsDaniel Stone5-396/+20
2012-09-10kbproto unentanglement: XkbNumVirtualModsDaniel Stone8-30/+32
2012-09-10kbproto unentanglement: XkbNumIndicatorsDaniel Stone7-19/+22
2012-09-10kbproto untanglement: XkbKbdNumGroupsDaniel Stone5-29/+30
2012-09-10kbproto untanglement: XkbKeyNameLengthDaniel Stone13-35/+37
2012-09-05rules: use goto instead of state variableRan Benita1-153/+128
2012-09-05rules: rewriteRan Benita1-853/+978
2012-09-05compat: make LEDInfo a wrapper around xkb_indicator_mapRan Benita1-72/+40
2012-09-04Fold keymap->indicator_names into keymap->indicatorsRan Benita5-11/+12
2012-09-03Unify some string tables from xkbcomp, text and keymap-dumpRan Benita10-283/+247
2012-09-03Convert rest of names in xkb_keymap back to atomsRan Benita8-43/+53
2012-09-03expr: make ResolveString return an atomRan Benita6-22/+21
2012-09-03atom: add xkb_atom_lookupRan Benita4-0/+31
2012-09-03atom: separate lookup logic from atom_internRan Benita1-17/+37
2012-09-03atom: make type and name of the 'a' field clearerRan Benita1-4/+4
2012-09-03rules: fix check for appending '|' character when applyingRan Benita1-1/+1
2012-09-03Use XKB_MOD_INVALID instead of XkbNoModifierRan Benita5-6/+6