summaryrefslogtreecommitdiff
path: root/Xi
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Xi: reset remainders when warping the device.Peter Hutterer1-0/+2
2011-01-06Input: Pass sprite instead of device to FixUpEventFromWindowDaniel Stone1-1/+2
2011-01-06Input: Swap flags in DeviceEventsDaniel Stone1-0/+1
2010-12-31Input: Set client error value for invalid mask bitsDaniel Stone3-4/+15
2010-12-07Xi: Fix master button update when slave buttons are mapped. #24887Eoghan Sherry1-2/+4
2010-11-12Xi: move property reset from extension shutdown to init.Peter Hutterer1-2/+2
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer2-245/+281
2010-11-09Xi: if XTEST device creation fails, fail the master devices.Peter Hutterer1-0/+4
2010-11-09Xi: rename two variables from ptr to dev.Peter Hutterer1-14/+14
2010-11-09Xi: split hierarchy manipulation into static functions.Peter Hutterer1-243/+275
2010-10-29Xi: reshuffle conditions for labeling a device as IsXExtensionKeyboard (#29046)Peter Hutterer1-2/+2
2010-10-25Convert some leftover axes->mode access to valuator_get_mode()Peter Hutterer1-1/+1
2010-10-22input: remove "mode" field from ValuatorClassRec.Peter Hutterer4-6/+7
2010-10-22input: move proximity state into ProximityClassRec.Peter Hutterer2-3/+7
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas2-2/+3
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-2/+1
2010-09-01input: Purge AddOtherInputDevices DDX hook.Peter Hutterer2-46/+0
2010-09-01input: remove OpenInputDevice and CloseInputDevice DDX hooks.Peter Hutterer3-48/+0
2010-09-01input: Purge Register*Device() functions.Peter Hutterer2-8/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-2/+1
2010-08-13Xi: reset the unused classes pointer after copyingPeter Hutterer1-0/+6
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer1-8/+6
2010-07-07Xi: use set_key_up/down instead of manual bit handling.Peter Hutterer1-7/+6
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard1-4/+0
2010-06-11Xi: don't copy the modifier key count when copying device classes (#25480)Peter Hutterer1-4/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov7-25/+25
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2-8/+4
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-5/+5
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-4/+5
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-4/+4
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-5/+5
2010-05-28dix: add 3x3 transformation matrix xinput property for multi-head handlingPeter Korsgaard1-1/+3
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-1/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+1
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp3-4/+4
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov17-77/+77
2010-05-07Xi: reset the known properties at the end of the server generation.Peter Hutterer3-0/+13
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard1-39/+24
2010-04-21Xi: check for NULL pointer before dereferences it in ListButtonInfoTiago Vignatti1-1/+4
2010-04-21Xi: fix not reached code in XSendExtensionEventTiago Vignatti1-1/+2
2010-03-12Record: Avoid duplicates from replaying frozen eventsDaniel Stone1-1/+1
2010-02-22Xi: assume BadMode for non-BadMatch errors returned from SetDeviceMode.Peter Hutterer1-0/+10
2010-02-22Re-enable RECORD extension.Chris Dekter1-5/+8
2010-02-15Xi: reset the sli pointers after copying device classes. (#25640)Peter Hutterer1-0/+20
2010-02-09Add labels for multitouch valuatorsBenjamin Tissoires1-0/+11
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+2
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+2
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+2
2009-12-11Xi: reset device properties to NULL after deleting them. (#25374)Peter Hutterer1-0/+2