summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2009-08-13dix: re-name internal eventToClassesChanged to eventToDeviceChangedPeter Hutterer1-3/+3
2009-08-13test: add XI2 eventconversion test for raw events.Peter Hutterer1-1/+1
2009-08-11Disable the out-of-bounds workaround in pixman.Soren Sandmann Pedersen1-0/+3
2009-08-06dix: detach SD during XI2 grabs only.Peter Hutterer1-4/+7
2009-08-06Revert "dix: Remove temporary detachment of slave devices."Peter Hutterer1-0/+66
2009-08-05Correct modifier map built when ProcSetModifierMapping is calledAlan Coopersmith1-4/+2
2009-08-05dix: require PointerProc and KeyboardProc to be passed into AllocDevicePair.Peter Hutterer1-7/+14
2009-08-03dix: call SetFocusOut and LeaveWindow when disabling a device.Peter Hutterer3-1/+4
2009-08-03dix: SetFocusOut and LeaveWindow don't need parameters other than dev.Peter Hutterer2-6/+5
2009-07-30dix: pass the sourceid around for enter/leave events.Peter Hutterer3-23/+34
2009-07-30dix: remove obsolete comment, parameter described doesn't exist.Peter Hutterer1-2/+0
2009-07-30input: switch internal event types to enums.Peter Hutterer1-1/+10
2009-07-30xkb: move XkbFilterEvents to xkbsrv.hPeter Hutterer1-3/+0
2009-07-30dix: update GetMaximumEventsNum() to real value (3).Peter Hutterer1-7/+5
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer4-2/+4
2009-07-22Bug #22804: Reject out of bounds XGetImage requestsAaron Plattner1-23/+49
2009-07-22dix: fix null-pointer dereference on activating enter/focus grabs.Peter Hutterer1-1/+10
2009-07-22dix: use the event mask of the grab for TryClientEvents.Peter Hutterer1-2/+5
2009-07-22Check if new space was actually allocated before freeing.Pierre Willenbrock1-3/+8
2009-07-22input: remove XI2 keysym grabs, use keycode grabs instead.Peter Hutterer2-4/+1
2009-07-19dix: xserver "make dist" fails due to eventconvert.h (#27825)Gaetan Nadon1-1/+0
2009-07-17Revert "Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:"Oliver McFadden1-4/+0
2009-07-16Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:Oliver McFadden1-0/+4
2009-07-15xserver: remove unused code in clipValuatorsÉric Piel1-2/+1
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-07-15dix: fix wrong raw valuator copyPeter Hutterer1-3/+2
2009-07-15dix: use sizeof(FP3232) instead of 2 * sizeof(int32_t).Peter Hutterer1-2/+2
2009-07-15Update to type-specific raw events - require inputproto 1.9.99.14.Peter Hutterer3-10/+27
2009-07-14dix: switch to byte-counting functions.Peter Hutterer9-53/+54
2009-07-14dix: don't send presence events for attaching/detaching slave devices.Peter Hutterer1-13/+0
2009-07-12dix: Remove temporary detachment of slave devices.Peter Hutterer1-66/+0
2009-07-12input: include effective modifiers in device events.Peter Hutterer1-0/+2
2009-07-06dix: always init the full button map to default values (#22594)Peter Hutterer1-0/+2
2009-07-03Fix IsXtstDevice - returns false positives since 0814f511d5.Peter Hutterer1-2/+9
2009-07-01dix: introduce "Xtst Device" label property.Peter Hutterer1-0/+25
2009-07-01input: store the master device's ID in the devPrivate for XTest devices.Peter Hutterer1-7/+35
2009-07-01input: abstract Xtst device lookupPeter Hutterer1-0/+13
2009-07-01dix: set the client's error value to the bad deviceid in check_butmap_change.Peter Hutterer1-0/+6
2009-06-30dix/property.c: use memcpy where appropriate.Eamon Walsh1-11/+6
2009-06-29dix: report subpixel coordinates for high-resolution devicesThomas Jaeger1-29/+63
2009-06-29dix: rename pDev->dev, pVel->vel for consistencySimon Thum1-164/+165
2009-06-29dix: improve pointer acceleration APISimon Thum1-26/+40
2009-06-26xace: add a new hook for checking property content after it has been set.Eamon Walsh1-10/+22
2009-06-23Xi: check for Use permission on the device in SetClientPointer().Eamon Walsh1-4/+8
2009-06-24dix/resource: fix use after free in resource code with DRIDave Airlie1-4/+8
2009-06-24dix: update a commentThomas Jaeger1-1/+1
2009-06-24dix: do away with an instance of temporary in-place modificationThomas Jaeger1-10/+9
2009-06-24dix: deal with first_valuator > 0 correctly if POINTER_SCREEN is setThomas Jaeger1-5/+6
2009-06-23Xi: Remove redundant and incorrect butmap range checkBen Gamari1-6/+0
2009-06-22dix: fix wrong indices in set_valuator.Peter Hutterer1-2/+2