index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
/
xtest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-13
Drop valuator mask argument from GetKeyboardEvents
Peter Hutterer
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-02-08
Xext: if a root window is given in XTestFakeInput, move to that
Peter Hutterer
1
-1
/
+9
2013-02-08
Xext: pass the current screen to miProcessDeviceEvent() from xtest calls
Peter Hutterer
1
-1
/
+1
2013-02-08
Xext: avoid null-pointer dereference in XTestFakeInput (#59937)
Alan Coopersmith
1
-3
/
+2
2012-11-05
Xext: fix redundant redeclaration warnings
Yaakov Selkowitz
1
-2
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-1
/
+1
2012-07-09
Replace INITARGS with void
Tomas Carnecky
1
-1
/
+1
2012-07-09
Use C99 designated initializers in Xext Replies
Alan Coopersmith
1
-10
/
+14
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
2012-03-22
Xext: return BadAccess if PickPointer fails (#45796)
Peter Hutterer
1
-0
/
+10
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-238
/
+221
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-1
/
+1
2011-11-23
Convert AllocXTestDevice to use asprintf
Alan Coopersmith
1
-4
/
+3
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-17
/
+13
2011-07-01
input: free the EQ allocated memory on shutdown (#38634)
Peter Hutterer
1
-1
/
+8
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-2
/
+3
2011-04-18
input: remove GetKeyboardValuatorEvents, this is now unnecessary.
Peter Hutterer
1
-1
/
+1
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
1
-4
/
+1
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-4
/
+6
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-20
/
+9
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-07
If XTest is always required, then eliminate the XTest devPrivate
Keith Packard
1
-27
/
+6
2010-06-06
Initialize private keys in test suite
Keith Packard
1
-1
/
+7
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+5
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-1
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-4
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-2
/
+2
2010-04-27
Xext: only update the sprite on pointer events.
Peter Hutterer
1
-1
/
+5
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
1
-1
/
+2
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-3
/
+3
2009-09-10
Xext: don't try to initialize XTEST device properties if they failed.
Peter Hutterer
1
-11
/
+11
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
1
-43
/
+43
2009-08-27
input: move XTest device initialization into Xext/xtest.c
Peter Hutterer
1
-0
/
+142
2009-08-24
Xext: remove un-used extern of DeviceMotionNotify.
Peter Hutterer
1
-1
/
+0
2009-08-13
Xext: allocate a separate event list for XTest events (#23100)
Peter Hutterer
1
-6
/
+11
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-3
/
+1
2009-07-06
Xext: return BadValue for XTestFakeInput on unsupported capabilities.
Peter Hutterer
1
-0
/
+23
2009-07-06
Xext: remove unused variable 'it'.
Peter Hutterer
1
-2
/
+0
2009-07-01
input: store the master device's ID in the devPrivate for XTest devices.
Peter Hutterer
1
-9
/
+1
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-1
/
+1
2009-05-04
Xext: shut up compiler warnings in xtest.c
Peter Hutterer
1
-2
/
+2
2009-05-04
Xext: return BadDevice from XTest if we don't have keys/buttons/valuators.
Peter Hutterer
1
-0
/
+10
2009-05-04
Xext: fix core Xtest button presses, don't call PickPointer.
Peter Hutterer
1
-6
/
+0
2009-04-24
input: propagate XTst events through virtual slave devices.
Benjamin Close
1
-2
/
+13
2009-03-27
Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)
Peter Hutterer
1
-3
/
+11
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
1
-3
/
+3
2009-02-23
mi: split EQ popping and event processing into two functions.
Peter Hutterer
1
-3
/
+1
2009-01-22
Input: Remove core keysyms from KeyClassRec
Daniel Stone
1
-2
/
+4
2009-01-11
Xext: ANSI cleanups
Julien Cristau
1
-23
/
+11
[next]