summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer3-11/+11
2011-02-22input: Change a bunch of direct dev->u.master accesses to use GetMaster()Peter Hutterer2-7/+7
2011-02-22dix: fix a master device access in change_modmap.Peter Hutterer1-2/+2
2011-02-22dix: fix up a master check in ChangeKeyboardMapping handling.Peter Hutterer1-1/+1
2011-02-22dix: add MASTER_ATTACHED as allowed type for GetMaster().Peter Hutterer1-2/+5
2011-02-22Switch to use IsFloating()Peter Hutterer4-11/+11
2011-02-22dix: Add IsFloating(device) wrapper.Peter Hutterer1-0/+7
2011-02-22dix: Simplify retrieving the master device.Peter Hutterer1-1/+1
2011-02-22dix: replace direct master access with GetMaster and temp. device.Peter Hutterer1-4/+5
2011-02-22dix: a valuator number of 0 is valid (#34510)Peter Hutterer1-2/+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
2010-11-24dix: when comparing axis modes, compare the bits, not the bytes.Peter Hutterer1-1/+1
2010-11-24dix: replace a manual valuator check with valuator_get_mode().Peter Hutterer1-1/+1
2010-11-24dix: fix up valuators passed to acceleration code.Simon Thum1-2/+7
2010-11-19Fix transformAbsoluteChase Douglas1-4/+8
2010-11-19Fix GPE Y axis scalingChase Douglas1-1/+1