summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2009-05-08xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFreePeter Hutterer10-136/+136
2009-05-08xkb: remove some now-useless XFUNCPROTOBEGINPeter Hutterer1-4/+0
2009-05-03XkbSetNamedIndicator should ignore SD's without LED'sAlan Coopersmith1-0/+2
2009-04-20xkb: set bell_func in InitKeyboardDeviceStruct.Colin Harrison1-0/+1
2009-04-19xkb: Add XkbFreeRMLVOSet helper function.Peter Hutterer1-11/+19
2009-04-17xkb: strdup the values returned by XkbGetRulesDfltsPeter Hutterer1-0/+21
2009-04-17input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer1-1/+9
2009-03-23xkb: plug a memory leak in XkbCopySrvLedInfo (#20756)Maarten Maathuis1-1/+1
2009-03-23xkb: put a few extra checks in against non-keyboardsPeter Hutterer1-1/+3
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