summaryrefslogtreecommitdiff
path: root/Xext/xtest.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-02-08Xext: if a root window is given in XTestFakeInput, move to thatPeter Hutterer1-1/+9
2013-02-08Xext: pass the current screen to miProcessDeviceEvent() from xtest callsPeter Hutterer1-1/+1
2013-02-08Xext: avoid null-pointer dereference in XTestFakeInput (#59937)Alan Coopersmith1-3/+2
2012-11-05Xext: fix redundant redeclaration warningsYaakov Selkowitz1-2/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Replace INITARGS with voidTomas Carnecky1-1/+1
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-10/+14
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-2/+2
2012-03-22Xext: return BadAccess if PickPointer fails (#45796)Peter Hutterer1-0/+10
2012-03-21Introduce a consistent coding styleKeith Packard1-238/+221
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith1-1/+1
2011-11-23Convert AllocXTestDevice to use asprintfAlan Coopersmith1-4/+3
2011-09-21Use internal temp variable for swap macrosMatt Turner1-17/+13
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-1/+8
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-2/+3
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-1/+1
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-4/+1
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-4/+6
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-20/+9
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard1-27/+6
2010-06-06Initialize private keys in test suiteKeith Packard1-1/+7
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-4/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-04-27Xext: only update the sprite on pointer events.Peter Hutterer1-1/+5
2010-04-21Death to Multibuffer extensionTiago Vignatti1-1/+2
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-3/+3
2009-09-10Xext: don't try to initialize XTEST device properties if they failed.Peter Hutterer1-11/+11
2009-08-27Xext: rename Xtst* to XTest*Peter Hutterer1-43/+43
2009-08-27input: move XTest device initialization into Xext/xtest.cPeter Hutterer1-0/+142
2009-08-24Xext: remove un-used extern of DeviceMotionNotify.Peter Hutterer1-1/+0
2009-08-13Xext: allocate a separate event list for XTest events (#23100)Peter Hutterer1-6/+11
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-3/+1
2009-07-06Xext: return BadValue for XTestFakeInput on unsupported capabilities.Peter Hutterer1-0/+23
2009-07-06Xext: remove unused variable 'it'.Peter Hutterer1-2/+0
2009-07-01input: store the master device's ID in the devPrivate for XTest devices.Peter Hutterer1-9/+1
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-1/+1
2009-05-04Xext: shut up compiler warnings in xtest.cPeter Hutterer1-2/+2
2009-05-04Xext: return BadDevice from XTest if we don't have keys/buttons/valuators.Peter Hutterer1-0/+10
2009-05-04Xext: fix core Xtest button presses, don't call PickPointer.Peter Hutterer1-6/+0
2009-04-24input: propagate XTst events through virtual slave devices.Benjamin Close1-2/+13
2009-03-27Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)Peter Hutterer1-3/+11
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-3/+3
2009-02-23mi: split EQ popping and event processing into two functions.Peter Hutterer1-3/+1
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-2/+4
2009-01-11Xext: ANSI cleanupsJulien Cristau1-23/+11
2009-01-09Xext: Send out correct events in ProcXTestFakeInputThomas Jaeger1-1/+1