summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-06-01DIX: Set backgroundState correctly for root windowMarko Macek1-0/+2
2011-05-25Don't call pixman_disable_out_of_bounds_workaround() anymoreSøren Sandmann Pedersen1-2/+0
2011-05-25xserver: remove AbsoluteClass, breaking the A(P|B)ISimon Thum1-9/+0
2011-05-24input: Don't implicitly define verify_internal_eventJeremy Huddleston1-3/+4
2011-05-24input: Fix format string for verify_internal_eventJeremy Huddleston1-1/+1
2011-05-14XQuartz: Don't call mieqEnqueue during server shutdownJeremy Huddleston1-9/+16
2011-05-13dix: replace CORE_EVENT and XI2_EVENT macros with inline functions.Peter Hutterer1-29/+49
2011-05-13dix: use a tmp variable instead of multiple rClient(other).Peter Hutterer1-4/+5
2011-05-13dix: return deliveries from DeliverGrabbedEventPeter Hutterer1-1/+5
2011-05-13dix: move the grab activation condition into a if block.Peter Hutterer1-16/+14
2011-05-13dix: split out client delivery from DeliverEventsToWindowPeter Hutterer1-43/+87
2011-05-13dix: split out window owner event delivery from DeliverEventsToWindowPeter Hutterer1-20/+55
2011-05-13dix: split implicit grab activation into a separate function.Jamey Sharp1-41/+50
2011-05-11dix: replace unneded goto with break.Peter Hutterer1-1/+1
2011-05-11input: remove DDX event list handlingPeter Hutterer2-30/+19
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer2-65/+42
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-0/+80
2011-05-06Input: Simplify CheckPassiveGrabsOnWindow loopDaniel Stone1-111/+105
2011-05-06Input: Make CheckPassiveGrabsOnWindow take InternalEventDaniel Stone1-18/+54
2011-05-06input: change CHECKEVENT macro to verify_internal_event functionPeter Hutterer2-2/+30
2011-05-05input: Only release SD buttons for explicit floating/reattachment (#36146)Peter Hutterer1-3/+1
2011-05-03Input: Fix event size confusion in CheckPassiveGrabsOnWindowDaniel Stone1-1/+1
2011-05-03Input: Add DeepestSpriteWin functionDaniel Stone1-2/+2
2011-05-03Input: Pass co-ordinates by reference to transformAbsoluteChase Douglas1-14/+14
2011-05-03Move event filter initializer out of the structure itselfAlan Coopersmith1-9/+8
2011-04-24dix: remove duplicated includesNicolas Kaiser2-2/+0
2011-04-21dix: improve control flow in QueryTrackersPeter Hutterer1-8/+8
2011-04-21dix: rename a bunch of variables to be more self-explanatoryPeter Hutterer1-19/+20
2011-04-21dix: reduce scope of tmp and mult.Peter Hutterer1-1/+4
2011-04-21dix: reduce the work done by ApplySofteningPeter Hutterer1-15/+16
2011-04-21dix: split softening and constant deceleration into two functionsPeter Hutterer1-5/+10
2011-04-21dix: use single return statement in ApplySimpleSofteningPeter Hutterer1-6/+7
2011-04-21dix: rename od, d to prev_delta, deltaPeter Hutterer1-9/+9
2011-04-21dix: Don't use short as boolPeter Hutterer1-1/+1
2011-04-21dix: rename "res" to "result" for improved readabilityPeter Hutterer1-9/+9
2011-04-21dix: change ProcessVelocityData2D to BOOL.Peter Hutterer1-1/+1
2011-04-21dix: add some more documentation to ptraccel codePeter Hutterer1-4/+13
2011-04-21dix: don't pass the index for a tracker around, pass the trackerPeter Hutterer1-10/+11
2011-04-21dix: CalcTracker only uses the tracker, thus only pass the tracker.Peter Hutterer1-6/+4
2011-04-21dix: use single return statement in DoGetDirectionPeter Hutterer1-42/+49
2011-04-21dix: use single return value in GetDirectionPeter Hutterer1-9/+8
2011-04-21dix: document GetDirectionPeter Hutterer1-1/+7
2011-04-21dix: document DoGetDirection's mathsPeter Hutterer1-2/+10
2011-04-21dix: improve comment, directions flagged are 45° eachPeter Hutterer1-1/+1
2011-04-21dix: improve readbility of DoGetDirection.Peter Hutterer1-12/+25
2011-04-21dix: only use a single return where only one is needed.Peter Hutterer1-2/+2
2011-04-21dix: fix typo in direction calculationPeter Hutterer1-1/+1
2011-04-21dix: silence compiler warningPeter Hutterer1-1/+1
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer2-18/+5
2011-04-18Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)Peter Hutterer1-10/+37