summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2009-03-23xkb: put a few extra checks in against non-keyboardsPeter Hutterer1-1/+3
2009-03-20xkb: remove Device/Enter leave handling - XI2 enter/leave don't have compat s...Peter Hutterer1-4/+0
2009-03-20xkb: don't overrun the map index when accessing symbols.Peter Hutterer1-1/+1
2009-03-16xkb: xkbi has a pointer to the device - use this instead of inputInfo.pointer.Peter Hutterer1-1/+1
2009-03-16xkb: the VCP can post device events, don't stop xkb filtering on it.Peter Hutterer1-2/+2
2009-03-16xkb: Fix a mis-use of inputInfo.keyboard.Peter Hutterer1-5/+4
2009-03-16xkb: fix a couple of device checks when looping through all devices.Peter Hutterer1-9/+4
2009-03-03Fix build with --enable-debug.Jason Vas Dias1-1/+1
2009-02-23Input: change processing API to InternalEvents.Peter Hutterer4-11/+14
2009-02-23xkb: _XkbFilterRedirectKey needs to pass InternalEvents down.Peter Hutterer1-10/+10
2009-02-23Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEventPeter Hutterer3-28/+3
2009-02-23xkb: Switch the xkb event processing path over to InternalEvents.Peter Hutterer3-78/+106
2009-02-20xkb: Use cached XKB keymap when rules haven't changedDan Nicholson1-2/+46
2009-02-17xkb: Fix wrong colour reference in XKB geometry copying. #20081Peter Hutterer1-2/+2
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand3-1/+11
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