summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard8-416/+598
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer3-11/+28
2011-12-13dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer3-6/+5
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer2-20/+27
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer1-6/+6
2011-12-13dix: move storing last.valuators into a helper functionPeter Hutterer1-12/+26
2011-12-13dix: always allocate and set the grab's sync.eventPeter Hutterer2-7/+2
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer2-47/+47
2011-12-13Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer1-0/+17
2011-12-13dix: move delivery stop condition out of event maskPeter Hutterer1-6/+7
2011-12-13dix: split out core state and event state setting into helper functionsPeter Hutterer1-0/+39
2011-12-13dix: move grab matching code into a helper functionPeter Hutterer1-21/+60
2011-12-13dix: split core grab interference check into helper functionPeter Hutterer1-18/+25
2011-12-13dix: compare the grab type, not the tempGrab typePeter Hutterer1-1/+1
2011-12-13dix: remove event type checkPeter Hutterer1-7/+0
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas1-89/+110
2011-12-13dix: Move grab check and activation logic to CheckPassiveGrab()Chase Douglas1-180/+204
2011-12-13dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer1-7/+0
2011-12-13dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEventsPeter Hutterer1-8/+10
2011-12-13dix: split grab event conversion and delivery into a helper functionPeter Hutterer1-72/+72
2011-12-13dix: replace conversion errors with BUG_WARN_MSGPeter Hutterer1-8/+9
2011-12-13dix: deduplicate event delivery codePeter Hutterer1-49/+62
2011-12-12verify_internal_event: preserve constness of data pointerAlan Coopersmith1-1/+1
2011-12-12Fix deconstifying cast warning in xi2_get_typeAlan Coopersmith1-1/+1
2011-12-12Include client name if available in PrintDeviceGrabInfoAlan Coopersmith1-9/+26
2011-12-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith1-2/+2
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+3
2011-12-12constify strings in resource name registryAlan Coopersmith2-3/+4
2011-12-12CheckForEmptyMask does not need to declare int n twiceAlan Coopersmith1-1/+1
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer2-15/+15
2011-12-10include: add GetXI2MaskByte and GetXI2EventFilterMask to headersPeter Hutterer1-2/+2
2011-12-09dix: use BUG_WARN for input mask size issuesPeter Hutterer1-10/+11
2011-12-09input: swap the server over to use the XI2mask structPeter Hutterer2-32/+49
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer1-0/+180
2011-12-09dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtrPeter Hutterer2-4/+7
2011-12-09dix: allocate temporary grabs on the heapPeter Hutterer1-89/+108
2011-12-09dix: add CopyGrab() functionPeter Hutterer2-2/+36
2011-12-09dix: add AllocGrab helper functionPeter Hutterer1-2/+10
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer1-25/+21
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard2-24/+13
2011-11-29dix: use a single return statement in CheckPassiveGrabsOnWindowPeter Hutterer1-6/+6
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer1-6/+7
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith2-5/+5
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-5/+2
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer2-20/+13
2011-11-09dix: Don't let a driver without a ProximityClassRec post eventsPeter Hutterer1-1/+1
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard4-42/+136
2011-10-31dix: Reinstate GetImage window size checkAaron Plattner1-0/+8
2011-10-31dix: block signals when closing all devicesPeter Hutterer1-0/+4
2011-10-25Use new FP1616/FP3232 conversion functionsPeter Hutterer1-10/+4