summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Xi: use the XI2 defines for AsyncPair, SyncDevice, etc, not the XI ones.Peter Hutterer1-9/+12
2009-04-19Merge branch 'master' into xi2Peter Hutterer70-695/+1285
2009-04-19Convert to using int32_t fixed point values on the wire.Peter Hutterer6-36/+32
2009-04-19dix: set root_x/y for device events.Peter Hutterer1-0/+2
2009-04-19Xi: add support for XIAllowEvents.Peter Hutterer4-2/+139
2009-04-19dix: don't allow more than MAX_VALUATORS on one device.Peter Hutterer2-0/+10
2009-04-19dix: remove un-used parameter "core" from AllowSomePeter Hutterer3-18/+16
2009-04-19Xi: Add support for XI2 active grabs and ungrabs.Peter Hutterer3-5/+68
2009-04-19Xi: take XI2 requests into account when checking opcodes.Peter Hutterer1-1/+1
2009-04-19input: use a GrabMask union in GrabDevice to allow for XI2 masks.Peter Hutterer5-6/+27
2009-04-19Xi: add XI2 grab protocol request handling.Peter Hutterer3-0/+136
2009-04-19input: replace GrabRec's coreGrab field with grabtype.Peter Hutterer7-21/+38
2009-04-19Xi: remove the GetExtensionVersion hack.Peter Hutterer1-16/+0
2009-04-19os: don't malloc memory in LogVMessageVerb.Peter Hutterer1-16/+6
2009-04-19xkb: Add XkbFreeRMLVOSet helper function.Peter Hutterer2-11/+24
2009-04-19Xi: fix a typo in a #ifdefPeter Hutterer1-3/+3
2009-04-19dix: correctly utilize tracker buffer and protect from timer overrunsSimon Thum1-11/+13
2009-04-19Xi: remove fail from SProcXISelectEvent.Peter Hutterer1-2/+1
2009-04-19Xi: remove un-used variable pXIClientPeter Hutterer1-1/+0
2009-04-19Xi: silence compiler warnings about "wrong" event types.Peter Hutterer1-5/+6
2009-04-19mi: add prototype for CopyGetMasterEvent.Peter Hutterer1-0/+7
2009-04-19mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.Peter Hutterer1-1/+1
2009-04-19xfree86: shut up compiler warnings - typecast to InternalEventPeter Hutterer2-6/+6
2009-04-19mi: fix compiler warning - explicitly typecast to InternalEvent.Peter Hutterer1-1/+1
2009-04-19dix: fix dev/keybd variable mixup.Peter Hutterer1-3/+3
2009-04-19xfree86: fix use of uninitialized variable in DGAProcessPointerEvent.Peter Hutterer1-2/+5
2009-04-19dix: fix pointer accelerations remainder handlingSimon Thum1-7/+7
2009-04-19dix: store subpixel precision and send it down the wire to the client.Peter Hutterer3-5/+12
2009-04-19dix: allow relative motion buffer to accumulate in a natural waySimon Thum1-6/+0
2009-04-17randr: Accept gamma set requests from XF86VidMode clients tooAdam Jackson3-2/+67
2009-04-17[kdrive] Fix rotation of pointerDavid Jander1-2/+2
2009-04-16security: Grant untrusted windows remove access on all windows.Eamon Walsh1-0/+5
2009-04-16security: Fix a crash caused by wrong ordering of format arguments.Eamon Walsh1-3/+4
2009-04-16security: Revert behavior of extension access for compatibility.Eamon Walsh1-14/+16
2009-04-17xkb: strdup the values returned by XkbGetRulesDfltsPeter Hutterer1-0/+21
2009-04-17input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer6-28/+16
2009-04-17dix: remove un-used parameter "core" from AllowSomePeter Hutterer3-18/+16
2009-04-17Xi: fix a typo in a #ifdefPeter Hutterer1-3/+3
2009-04-15DRI2: Don't leave empty entries in private->buffersIan Romanick1-8/+9
2009-04-15One = is more than adequate here. Make is sh safe.Robert Noland1-2/+2
2009-04-15Fix build on hurd-i386Samuel Thibault5-21/+15
2009-04-15randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie1-2/+4
2009-04-15xfree86: Remove device from inputInfo.devices if ActivateDevice failed.Ander Conselvan de Oliveira1-0/+1
2009-04-15xfree86: don't synthesise a mouse section if synaptics devices are found.Peter Hutterer1-1/+2
2009-04-14composite: Fix resource lookupsKristian Høgsberg2-60/+35
2009-04-14xfixes: Fix a couple of resource lookupsKristian Høgsberg2-15/+26
2009-04-14xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)Adam Jackson1-0/+2
2009-04-14Fix unused var warning from pci cleanups.Eric Anholt1-2/+0
2009-04-14Add shave so that we can see the steaming piles of warnings generated.Eric Anholt5-0/+227
2009-04-14Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.Eric Anholt5-6/+26