summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2009-02-04XKB: Remove -kb and +kb from -help text and man page.Adam Jackson1-2/+0
2009-02-04Make gcc happy: correct third argument of CopyGetMasterEvent()Tomas Carnecky1-1/+1
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky1-1/+1
2009-02-03Constify atom name stringsAlan Coopersmith4-10/+14
2009-01-28Fix duplicate code, off-by one in space calculation, not initialized membersPierre Willenbrock1-30/+9
2009-01-22XKB: Fix logic errorDaniel Stone1-1/+1
2009-01-22XKB: Remove unused XkbProcessOtherEventDaniel Stone2-86/+1
2009-01-22XKB: Remove unused DDX functionsDaniel Stone5-97/+1
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone3-114/+95
2009-01-22Input: Clean up keymap change notificationsDaniel Stone3-205/+268
2009-01-22XKB: Simplify keymap writing a bitDaniel Stone1-20/+14
2009-01-22XKB: Sanitise vmods for redirected keysDaniel Stone3-10/+10
2009-01-22XKB: Sanitise ctrls actionDaniel Stone3-6/+6
2009-01-22XKB: Sanitise pointer actionsDaniel Stone3-10/+8
2009-01-22XKB: Sanitise vmods in actionsDaniel Stone4-12/+10
2009-01-22XKB: Explicitly decode action dataDaniel Stone1-7/+91
2009-01-22XKB: Remove descriptions from maprulesDaniel Stone1-203/+4
2009-01-22XKB: Remove support for setting combined keymapsDaniel Stone5-48/+11
2009-01-22XKB: Remove 'extra' functionality from rules parsingDaniel Stone2-85/+13
2009-01-22XKB: Remove unsupported Xi operation flagsDaniel Stone4-34/+9
2009-01-22Input: Remove modifierMap from coreDaniel Stone3-13/+1
2009-01-22Input: Remove modifierKeyMapDaniel Stone1-41/+0
2009-01-22Input: Ignore modifiers in core input processingDaniel Stone1-14/+2
2009-01-22Input: Remove state from KeyClassRecDaniel Stone3-22/+4
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone3-341/+174
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-13/+1
2009-01-22XKB: Remove lock actions disablingDaniel Stone3-39/+0
2009-01-20XKB: Be more verbose about XkbCopyKeymap failure in debug modeDaniel Stone1-8/+24
2009-01-20XKB: Trying to copy to the same keymap is not fatalDaniel Stone1-1/+4
2009-01-20XKB: Remove unnecessary prototypeDaniel Stone1-6/+0
2009-01-20XKB: Only Xi events are processedDaniel Stone2-53/+28
2009-01-20XkbCopyKeymap: inputInfo.keyboard is not a special caseDaniel Stone1-19/+12
2009-01-20XKB: Move XkbCopyKeymap definition to xkbsrv.hDaniel Stone1-6/+0
2009-01-20XKB: Allow build-time configuration of XKB defaultsDaniel Stone1-31/+10
2009-01-15mi: ensure chained button mappings from SD -> MD (#19282)Peter Hutterer1-1/+1
2009-01-11xkb: ANSI cleanupJulien Cristau1-1/+1
2009-01-08xkb: fix typo - missing negation when checking button state.Peter Hutterer1-1/+1
2008-12-30XKB: Also copy keyboard feedback when copying the keymapDaniel Stone1-1/+16
2008-12-23xkb: don't treat groups with different no of symbols as identical.Peter Hutterer1-0/+2
2008-12-23xkb: explicitly check for group replication in the core representation.Peter Hutterer1-19/+63
2008-12-23xkb: don't replicate past the number of groups we have.Peter Hutterer1-3/+4
2008-12-23xkb: ensure enough symbols for core Group1 replication.Peter Hutterer1-2/+17
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer31-37/+0
2008-12-10mi: Clean up CopyGetMasterEvent, re-use the memory.Peter Hutterer1-5/+10
2008-12-08ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 nowSascha Hlusiak1-20/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade29-166/+166
2008-12-03xkb: Allow NULL as rulesFile in XkbSetRulesDflts.Peter Hutterer1-5/+24
2008-12-02xkb: Extra sanity checks to prevent dev->key == NULL dereferencing.Peter Hutterer1-4/+15
2008-12-02xkb: don't attempt to filter events for devices without key classes.Peter Hutterer1-1/+9
2008-12-02Xi: fix use of button->down - bitflags instead of int arrays.Peter Hutterer1-2/+2