summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-02-13aChase Douglas4-8/+14
2011-02-13new stuffChase Douglas1-0/+24
2011-02-11Gesture supportChase Douglas2-0/+13
2011-02-11Add xf86CoordinatesToWIndowChase Douglas1-0/+44
2011-02-11Add touch pointer emulationChase Douglas1-0/+4
2011-02-11Fix touch unowned motion and ownership eventsChase Douglas2-0/+19
2011-02-10Reallocate touches outside of signal contextChase Douglas2-15/+11
2011-01-24Input: Add initial multitouch support from Xi 2.1Daniel Stone7-5/+528
2011-01-24Input: Add flags to DeviceEventDaniel Stone1-0/+1
2011-01-24Merge branch 'for-peter' into multitouchDaniel Stone2-122/+152
2011-01-24Input: Simply CheckPassiveGrabsOnWindow loopDaniel Stone1-111/+108
2011-01-24Input: Make CheckPassiveGrabsOnWindow take InternalEventDaniel Stone1-23/+56
2011-01-24Input: Fix event size confusion in CheckPassiveGrabsOnWindowDaniel Stone1-1/+1
2011-01-24Input: Add DeepestSpriteWin macroDaniel Stone1-2/+2
2011-01-24Input: Pass co-ordinates by reference to transformAbsoluteChase Douglas1-14/+14
2011-01-20Merge remote branch 'ajax/for-keithp'Keith Packard1-25/+17
2011-01-20resource: Fix indentationAdam Jackson1-14/+14
2011-01-20resource: Remove expectID hackAdam Jackson1-7/+0
2011-01-20resource: s/NullResource/NULL/gAdam Jackson1-4/+3
2011-01-07Merge branch 'for-peter' of git://people.freedesktop.org/~daniels/xserver int...Peter Hutterer1-62/+56
2011-01-07input: add valuator_mask_free() to free a valuator mask.Peter Hutterer1-0/+8
2011-01-07Input: Prevent MD grabs from wandering on to other MDsDaniel Stone1-1/+1
2011-01-06Input: Make CheckPassiveGrabsOnWindow return grab, exportDaniel Stone1-15/+15
2011-01-06Input: Export GetEventMaskDaniel Stone1-1/+1
2011-01-06Input: Handle grabs with no Xi 1.x equivalentDaniel Stone1-2/+2
2011-01-06Input: Pass sprite instead of device to XYToWindow, make non-staticDaniel Stone1-13/+6
2011-01-06Input: Pass sprite instead of device to FixUpEventFromWindowDaniel Stone1-22/+21
2011-01-06Input: Make RootWindow() take a sprite instead of deviceDaniel Stone1-12/+14
2011-01-05composite: Support updating an arbitrary subtreeVille Syrjälä1-0/+4
2010-12-31DIX: Reset window properties when freeing themDaniel Stone1-0/+3
2010-12-31Make EventIsDeliverable non-staticChase Douglas1-12/+1
2010-12-31Resources: Move rClient to resource.hDaniel Stone1-2/+0
2010-12-20fonts: Fix typo in async ListFonts logicAdam Jackson1-1/+1
2010-12-10dix: allow for button-only input devices (#21457)Peter Hutterer1-15/+21
2010-12-09dix: clear up an overly convoluted if statement.Peter Hutterer1-9/+17
2010-12-07Merge remote branch 'alanc/master'Keith Packard7-12/+19
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-6/+11
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-1/+3
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith5-5/+5
2010-12-07dix: Fix logic for displaying deprecation warning only once.Cyril Brulebois1-5/+5
2010-12-07dix: Simplify deprecated *Lookup* wrappers around dixLookup*.Cyril Brulebois1-10/+10
2010-12-06Merge remote branch 'jajones/for-keith'Keith Packard1-0/+1
2010-12-06Add fence sync driver interfaceJames Jones1-0/+1
2010-12-07dix: don't stop processing valuators when the mode changes.Peter Hutterer1-8/+0
2010-11-30dix: do not use bit-wise operators on the boolean result of BitIsOnFerry Huberts1-6/+6
2010-11-26dix: remove now unnecessary !! before BitIsOn()Peter Hutterer1-4/+4
2010-11-24dix: add a fixme about a corner-case that should probably be fixed.Peter Hutterer1-0/+4
2010-11-24dix: fix typo, set the second valuator with the y-axis data.Peter Hutterer1-1/+1
2010-11-24dix: GetProximityEvents needs to check up to the last valuatorPeter Hutterer1-1/+1
2010-11-24dix: when converting to XI 1.x events, use the first_valuator's device modePeter Hutterer1-6/+8