summaryrefslogtreecommitdiff
path: root/Xi
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Xi: don't swap the status byte in the XIPassiveGrab repliesPeter Hutterer1-4/+7
2011-05-04Xi: exit with error value if CheckGrabValues failed.Peter Hutterer1-0/+2
2011-05-04Xi: fix reply swapping function check for XIPassiveGrabDevicePeter Hutterer1-1/+1
2011-05-04Xi: return the bad device ID if a passive grab fails with BadDevice.Peter Hutterer1-0/+3
2011-05-04Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)Peter Hutterer1-7/+4
2011-04-07Xi: fix querydevice request swappingMatthieu Herrb1-1/+2
2011-04-07Xi: add XI_Focus{In,Out} to swapped events.Matthieu Herrb1-0/+2
2011-04-07Xi: take XI2 requests into account also for the swapping case.Matthieu Herrb1-2/+3
2011-04-07Check for OOM condition in XISendDeviceHierarchyEventBryce Harrington1-0/+2
2011-04-07Input: Actually send Xi 1.x DeviceStateNotify eventsDaniel Stone1-1/+1
2011-04-04xi: fix memory leak in AddExtensionClientTiago Vignatti1-2/+6
2011-04-04Xi: fix memory leak in ProcXGetSelectedExtensionEventsTiago Vignatti1-1/+1
2011-04-04xi: fix memory leak in ProcXIQueryDeviceTiago Vignatti1-1/+3
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti2-3/+3
2011-03-27Xi: fix XI2 passive grab reply length calculationPeter Hutterer1-2/+2
2011-03-27Xi: fix length checks for swapped clientsJulien Cristau1-2/+2
2011-02-14Xi: make XIQueryPointer return the current modifiers/group as documented.Carlos Garnacho1-1/+1
2011-02-14Xi: constify XIChangeDeviceProperty()Peter Hutterer1-1/+1
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