summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Update currentTime in dispatch loopChase Douglas1-0/+3
2012-04-18Update device state including when touch record does not existChase Douglas1-8/+0
2012-04-18Check other clients' core masks properly when adding touch listenerChase Douglas1-4/+4
2012-04-18Create a new dix touch record for an emulated touch with no listenersChase Douglas1-0/+5
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-12/+2
2012-04-18When activating an explicit grab, update owning listenerChase Douglas1-0/+33
2012-04-18Fix copy/paste error from before git history in UpdateCurrentTimeIf()Chase Douglas1-1/+1
2012-04-18When deactivating an explicit pointer grab, reject all grabs on touchesChase Douglas1-0/+11
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas2-34/+41
2012-04-16Use touch state when querying pointer through core protocolChase Douglas1-2/+1
2012-04-12dix: don't BUG_WARN for button events from button-only deviceDaniel Kurtz1-1/+1
2012-03-22Merge branch 'per-device-sync-counters' into for-keithPeter Hutterer4-8/+19
2012-03-22Xext: Add per-device SyncCountersPeter Hutterer1-0/+8
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer3-8/+11
2012-03-22Merge branch 'dtrace-input-abi' into for-keithPeter Hutterer3-1/+50
2012-03-22dix: add dtrace probes to input APIPeter Hutterer3-1/+50
2012-03-22dix: set raw event values before adding up relative values (#46976)Peter Hutterer1-4/+5
2012-03-22dix: fix compiler warning "unused variable 'scr'"Peter Hutterer1-1/+0
2012-03-22Use a new sprite trace for indirect touches when all touches have physically ...Chase Douglas1-1/+2
2012-03-22dix: IsFloating() on master devices is always falsePeter Hutterer1-1/+1
2012-03-22dix: when rescaling from master, rescale from desktop dimensions (#46657)Peter Hutterer1-2/+4
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone3-12/+12
2012-03-21Introduce a consistent coding styleKeith Packard35-16700/+15152
2012-02-27dix: avoid NULL-pointer dereference on button-only devices (#38313)Peter Hutterer1-4/+15
2012-02-22Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"Jeremy Huddleston1-14/+7
2012-02-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+2
2012-02-14dix: reset last.scroll when resetting the valuator (#45611)Peter Hutterer1-0/+2
2012-02-11Merge remote-tracking branch 'alanc/master'Keith Packard1-9/+9
2012-02-08dix: fix an out-of-memory crashBenjamin Otte1-0/+3
2012-02-08Implement touch early acceptChase Douglas1-5/+4
2012-02-08Implement early touch rejectChase Douglas1-1/+8
2012-02-08Check for proper window ID when processing touch allow requestsChase Douglas1-6/+12
2012-02-08Move AllowTouch to dix/touch.c, and rename to TouchAcceptRejectChase Douglas1-0/+45
2012-02-08Store window pointer in touch listener recordChase Douglas1-6/+10
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-24Don't set X and Y valuators for indirect touch eventsChase Douglas1-1/+1
2012-01-24UngrabAllDevices: Don't kill clients if not told toDaniel Stone1-1/+2
2012-01-24Only update pointer motion data for pointer emulated touch eventsChase Douglas1-2/+6
2012-01-24Only scale direct device touch coordinatesChase Douglas1-1/+6
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
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-9/+3
2012-01-09Merge remote-tracking branch 'whot/multitouch'Keith Packard1-0/+4
2012-01-09Revert "dix: don't return BadMatch from GetProperty (#23562)"Chris Halse Rogers1-1/+1
2012-01-09dix: Return BadWindow rather than BadMatch from dixLookupWindowChris Halse Rogers1-1/+9
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard2-12/+21
2012-01-06dix: Tune dixLookupDrawable for successAdam Jackson1-4/+3
2012-01-06dix: Tune dtrace hooks around DispatchAdam Jackson1-5/+9
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-3/+9