summaryrefslogtreecommitdiff
path: root/Xi
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Xi: ChangeDeviceControl presence events should set the appropriate devchange.Peter Hutterer1-1/+1
2008-07-29Revert "Xi: event_{x,y} should refer to the extended device (bug #16289)"Daniel Stone1-8/+3
2008-07-16Xi: don't attempt to send to a NULL window.Peter Hutterer1-0/+2
2008-06-10Xi: event_{x,y} should refer to the extended device (bug #16289)Daniel Stone1-3/+8
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-1/+1
2008-02-28Xi: swap the control attached to a ChangeDeviceControl request. Bug #14170Peter Hutterer1-0/+35
2008-02-13XACE: Change access modes for some device-related requests.Eamon Walsh7-7/+7
2008-01-17Fix for CVE-2007-6427 - Xinput extension memory corruption.Matthieu Herrb8-54/+33
2007-12-19Xi: specify correct struct when calculating size of GetDeviceControl reply.Peter Hutterer1-4/+4
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh2-6/+6
2007-12-05ProcessOtherEvent: Don't do double translation of button eventsDaniel Stone1-2/+2
2007-11-27Xi: set DeviceXXXState's length fields to the correct size of the struct.Peter Hutterer1-4/+4
2007-11-20registry: Remove registry code from XInput extension.Eamon Walsh1-115/+0
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05Xi: Remove usage of allocaDaniel Stone1-2/+2
2007-10-18dix: Add client parameter to AddPassiveGrabsToList().Eamon Walsh1-2/+2
2007-10-15registry: Register Input extension protocol names.Eamon Walsh1-0/+117
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh4-6/+16
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh37-173/+161
2007-09-26Input: Properly swap DevicePresenceNotify events.Eamon Walsh1-0/+3
2007-09-26Input: Return errors to the dispatcher instead of sending them ourself.Eamon Walsh35-652/+267
2007-09-23Input: Generate XKB mapping changes for all core-sending devices (bug #12523)Daniel Stone3-4/+13
2007-08-01Input: Don't enable devices when we open themDaniel Stone1-4/+0
2007-06-25Only decrement buttonsDown when the button count is greater than 0.Peter Hutterer1-2/+4
2007-04-11Input: Allow a pointer to a device to be returned in NIDRRemigiusz Marcinkiewicz1-1/+1
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf1-0/+12
2007-03-29Xi: remove 'register' keywords.Peter Hutterer38-188/+188
2007-03-25Static cleanup on Xi/Adam Jackson14-866/+713
2007-03-25Static cleanups, dead code deletion.Adam Jackson2-3/+2
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh7-35/+35
2006-10-29Xi: disallow changing core keyboard and pointerDaniel Stone6-285/+4
2006-10-22xi: fix NIDR return yet againDaniel Stone1-1/+1
2006-10-22xi: fix return type for NIDRDaniel Stone1-1/+1
2006-10-22xi: add NewInputDeviceRequest to stubsDaniel Stone1-0/+14
2006-10-22xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubsDaniel Stone1-1/+2
2006-10-22Xi: swap control in DevicePresenceNotifyDaniel Stone1-0/+1
2006-10-22dix, Xi: make use of deviceid in DevicePresenceNotifyDaniel Stone1-50/+49
2006-10-21Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserverZephaniah E. Hull3-0/+52
2006-10-21DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.Zephaniah E. Hull3-37/+113
2006-10-20xi: add DEVICE_ENABLE controlDaniel Stone3-0/+52
2006-10-08Xi: move SendEventToAllWindows and FindInterestedChildren to exeventsDaniel Stone2-45/+44
2006-09-10Typo correction, 'i' is not a '1', so no longer crash on some Xi requests.Zephaniah E. Hull1-1/+1
2006-08-07enable adding devices after removal of a middle deviceDaniel Stone1-4/+7
2006-07-21be more careful in IVASDaniel Stone1-1/+6
2006-07-21Xi: add XExtension{Keyboard,Pointer} typesDaniel Stone1-0/+4
2006-07-21Xi: add DevicePresenceNotifyKristian Høgsberg3-15/+85
2006-07-21add DEVICE_TOUCHSCREEN and DEVICE_CORE Xi controls (DeviceIntRec ABI break)Daniel Stone4-0/+123
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-04-09Coverity #323, #445, #446, #447: Fix potential NULL dereferences.Daniel Stone1-0/+18
2006-03-31Reindent with -cbi0.Daniel Stone7-53/+57