summaryrefslogtreecommitdiff
path: root/dix/events.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-5/+10
2012-07-09Core events: invert check for permission to copy key statesAlan Coopersmith1-8/+10
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-3/+4
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-2/+2
2012-06-20Fix some overly indented/poorly line wrapped comments in dix/events.cAlan Coopersmith1-14/+12
2012-06-20OtherClientGone: Remove unreachable return statementAlan Coopersmith1-1/+0
2012-06-07dix: move freeing the sprite into a functionPeter Hutterer1-0/+12
2012-05-14dix: Remove redundant declarations.Michal Suchanek1-2/+0
2012-04-18When activating an explicit grab, update owning listenerChase Douglas1-0/+33
2012-04-18When deactivating an explicit pointer grab, reject all grabs on touchesChase Douglas1-0/+11
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas1-9/+2
2012-04-16Use touch state when querying pointer through core protocolChase Douglas1-2/+1
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-6/+7
2012-03-22dix: IsFloating() on master devices is always falsePeter Hutterer1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-2236/+1966
2012-02-22Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"Jeremy Huddleston1-14/+7
2012-02-11Merge remote-tracking branch 'alanc/master'Keith Packard1-9/+9
2012-02-08Revert "dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents"Peter Hutterer1-10/+8
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-9/+9
2012-01-13Use event time instead of CurrentTime for grab timesChase Douglas1-1/+2
2012-01-13dix: Update pointer limits for floating devices too (#43635)Peter Hutterer1-1/+1
2011-12-21dix: fix xi2 mask/filter when delivering grabbed eventsCarlos Garnacho1-2/+2
2011-12-21dix: don't retrieve the syncEvents tail on an empty listPeter Hutterer1-2/+3
2011-12-21dix: hook up passive grabs and pointer emulated passive grabsPeter Hutterer1-4/+33
2011-12-21dix: add real_event parameter to ActivatePassiveGrabPeter Hutterer1-3/+7
2011-12-19Hook up the ownership eventsPeter Hutterer1-0/+7
2011-12-16Xi: process raw touch eventsPeter Hutterer1-0/+3
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer1-0/+3
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer1-1/+1
2011-12-13dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer1-3/+3
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer1-20/+8
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer1-6/+6
2011-12-13dix: always allocate and set the grab's sync.eventPeter Hutterer1-7/+1
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer1-32/+32
2011-12-13dix: move delivery stop condition out of event maskPeter Hutterer1-6/+7
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-12Fix deconstifying cast warning in xi2_get_typeAlan Coopersmith1-1/+1
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-7/+7
2011-12-10include: add GetXI2MaskByte and GetXI2EventFilterMask to headersPeter Hutterer1-2/+2
2011-12-09input: swap the server over to use the XI2mask structPeter Hutterer1-27/+16