summaryrefslogtreecommitdiff
path: root/xkb
Commit message (Expand)AuthorAgeFilesLines
* Revert "XKB: Sanitise * actions" commits (#19602)Peter Hutterer2009-07-105-34/+38
* Xi: Add support for sourceid in the device classes.Peter Hutterer2009-06-171-0/+1
* xkb: allow pointer events to pass through for floating SDs without a key class.Peter Hutterer2009-06-021-5/+15
* Merge branch 'master' into xi2Peter Hutterer2009-05-2811-140/+138
|\
| * Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek2009-05-221-3/+5
| * xkb: if kbd init failed, NULL out the pointers after freeing them (#21278)Peter Hutterer2009-05-111-0/+3
| * xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFreePeter Hutterer2009-05-0810-136/+136
| * xkb: remove some now-useless XFUNCPROTOBEGINPeter Hutterer2009-05-081-4/+0
| * XkbSetNamedIndicator should ignore SD's without LED'sAlan Coopersmith2009-05-031-0/+2
* | input: allow for master pointers to not have a button class.Peter Hutterer2009-05-221-1/+1
* | Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer2009-05-221-16/+16
* | input: rename device->type to device->xinput_type.Peter Hutterer2009-05-211-1/+1
* | Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek2009-05-211-3/+5
* | xkb: if kbd init failed, NULL out the pointers after freeing them (#21278)Peter Hutterer2009-05-161-0/+3
* | Revert "xkb: write the _XKB_RF_RULES_PROP to each device."Peter Hutterer2009-05-091-58/+25
* | Xi: add GrabButton and GrabKeysym code.Peter Hutterer2009-05-061-0/+30
* | xkb: remove oldState from XkbHandleActions.Peter Hutterer2009-05-061-4/+2
* | xkb: write the _XKB_RF_RULES_PROP to each device.Peter Hutterer2009-05-011-25/+58
* | Merge branch 'master' into xi2Peter Hutterer2009-04-241-0/+1
|\ \ | |/
| * xkb: set bell_func in InitKeyboardDeviceStruct.Colin Harrison2009-04-201-0/+1
* | Merge branch 'master' into xi2Peter Hutterer2009-04-191-1/+38
|\ \ | |/
| * xkb: Add XkbFreeRMLVOSet helper function.Peter Hutterer2009-04-191-11/+19
| * xkb: strdup the values returned by XkbGetRulesDfltsPeter Hutterer2009-04-171-0/+21
| * input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer2009-04-171-1/+9
* | Merge branch 'master' into xi2Peter Hutterer2009-04-072-2/+4
|\ \ | |/
| * xkb: plug a memory leak in XkbCopySrvLedInfo (#20756)Maarten Maathuis2009-03-231-1/+1
| * xkb: put a few extra checks in against non-keyboardsPeter Hutterer2009-03-231-1/+3
* | xkb: remove Device/Enter leave handling - XI2 enter/leave don't have compat s...Peter Hutterer2009-03-201-4/+0
|/
* xkb: don't overrun the map index when accessing symbols.Peter Hutterer2009-03-201-1/+1
* xkb: xkbi has a pointer to the device - use this instead of inputInfo.pointer.Peter Hutterer2009-03-161-1/+1
* xkb: the VCP can post device events, don't stop xkb filtering on it.Peter Hutterer2009-03-161-2/+2
* xkb: Fix a mis-use of inputInfo.keyboard.Peter Hutterer2009-03-161-5/+4
* xkb: fix a couple of device checks when looping through all devices.Peter Hutterer2009-03-161-9/+4
* Fix build with --enable-debug.Jason Vas Dias2009-03-031-1/+1
* Input: change processing API to InternalEvents.Peter Hutterer2009-02-234-11/+14
* xkb: _XkbFilterRedirectKey needs to pass InternalEvents down.Peter Hutterer2009-02-231-10/+10
* Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEventPeter Hutterer2009-02-233-28/+3
* xkb: Switch the xkb event processing path over to InternalEvents.Peter Hutterer2009-02-233-78/+106
* xkb: Use cached XKB keymap when rules haven't changedDan Nicholson2009-02-201-2/+46
* xkb: Fix wrong colour reference in XKB geometry copying. #20081Peter Hutterer2009-02-171-2/+2
* xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2009-02-163-1/+11
* XKB: Remove -kb and +kb from -help text and man page.Adam Jackson2009-02-041-2/+0
* Make gcc happy: correct third argument of CopyGetMasterEvent()Tomas Carnecky2009-02-041-1/+1
* Fix "warning: unused variable XXX"Tomas Carnecky2009-02-041-1/+1
* Constify atom name stringsAlan Coopersmith2009-02-034-10/+14
* Fix duplicate code, off-by one in space calculation, not initialized membersPierre Willenbrock2009-01-281-30/+9
* XKB: Fix logic errorDaniel Stone2009-01-221-1/+1
* XKB: Remove unused XkbProcessOtherEventDaniel Stone2009-01-222-86/+1
* XKB: Remove unused DDX functionsDaniel Stone2009-01-225-97/+1
* Input: Remove core keysyms from KeyClassRecDaniel Stone2009-01-223-114/+95