summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-05-04dix: fix typo in direction calculationPeter Hutterer1-1/+1
2011-05-04Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)Peter Hutterer1-10/+37
2011-04-14Revert "dix: release all buttons and keys before reattaching a device (#34182)"Jeremy Huddleston1-42/+0
2011-04-08Fix unset valuator handling for XI 1.x valuator events againChase Douglas2-9/+9
2011-04-08Don't report old relative values in getValuatorEventsChase Douglas1-1/+3
2011-04-08Handle non continuous valuator data in getValuatorEventsChase Douglas1-4/+7
2011-04-08Clean up getValuatorEvents using array loop logicChase Douglas1-14/+6
2011-04-07Input: Don't freeze unrelated devices in DeliverGrabbedEventDaniel Stone1-4/+3
2011-04-07dix: release all buttons and keys before reattaching a device (#34182)Peter Hutterer1-0/+42
2011-04-04dix: fix memory leak in ProcListExtensionsTiago Vignatti1-3/+2
2011-04-04dix: fix memory leak in AllocSharedTiago Vignatti1-0/+1
2011-04-04dix: fix memory leak in AllocPseudoTiago Vignatti1-0/+1
2011-04-04dix: fix memory leak in SetDefaultFontPathTiago Vignatti1-1/+3
2011-04-04dix: remove unused macroTiago Vignatti1-2/+0
2011-04-04dix: remove unused debug codeTiago Vignatti1-12/+0
2011-03-27dix: Release input device config info when the device disconnects.Rami Ylimäki1-0/+2
2011-02-25input: Ensure Valuator axes are aligned as neededKeith Packard1-6/+8
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