summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2012-04-18dix: don't use a local wrapper for calling HashResourceIDErkki Seppälä1-15/+15
2012-04-18dix: add hashing functions to resource.h for others to use.Erkki Seppälä1-15/+22
2012-04-18dix: add a mechanism for iterating through all subresourcesErkki Seppälä1-1/+123
2012-04-18render: Report pixmap usage of pictures to resource extension.Rami Ylimäki1-0/+197
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
2012-01-06dix: Set XITouchEmulatingPointer on events from the touch sequence emulating ...Carlos Garnacho1-0/+4
2012-01-06dix: fix wrong condition checking for attached slave (#44003)Peter Hutterer1-1/+1
2012-01-06dix: on PointerRootWin send a FocusIn to the sprite window tooPeter Hutterer1-0/+3
2012-01-06dix: send focus events to the immediate parent (#44079)Peter Hutterer1-3/+3
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer5-8/+10