summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-3/+9
2011-03-14Add mode field to pointer movement hooks.Peter Hutterer1-3/+9
2011-03-09Merge remote branch 'whot/for-keith'Keith Packard4-120/+128
2011-03-09input: warning fixesAdam Jackson1-0/+3
2011-03-09input: warning fixAdam Jackson1-1/+1
2011-03-09dix: Release input device config info when the device disconnects.Rami Ylimäki1-0/+2
2011-03-08dix: Remove deprecated.cAdam Jackson2-166/+0
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard6-154/+261
2011-03-03Merge remote branch 'sandmann/for-keithp'Keith Packard1-234/+0
2011-03-03Merge remote branch 'rjy/clientids'Keith Packard2-0/+13
2011-03-02dix: change all timestamps in pointer acceleration to CARD32Simon Thum1-2/+2
2011-03-02dix: update pointer acceleration code to use ValuatorMaskSimon Thum2-87/+62
2011-03-02dix: refactor predictable scheme initializationSimon Thum1-30/+58
2011-03-01Delete RegionClipSpans()Søren Sandmann Pedersen1-234/+0
2011-02-28Merge branch 'next' into for-keithPeter Hutterer6-154/+219
2011-02-25input: Ensure Valuator axes are aligned as neededKeith Packard1-6/+8
2011-02-25dix: release all buttons and keys before reattaching a device (#34182)Peter Hutterer1-0/+42
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer5-39/+62
2011-02-23Input: Don't freeze unrelated devices in DeliverGrabbedEventDaniel Stone1-4/+3
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-02-17dix: avoid FP promotion during pointer accelerationSimon Thum1-2/+2
2011-02-17dix: refactor scheme initSimon Thum2-45/+46
2011-02-17Input: Allow EventToCore to return multiple eventsDaniel Stone2-39/+57
2011-02-17Input: Reduce use of filter in DeliverEventsDaniel Stone1-7/+37
2011-02-17Input: Rename EventIsDeliverable return masksDaniel Stone1-15/+11
2011-02-17Input: Store passive-activating key in CheckDeviceGrabsDaniel Stone1-5/+15
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