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
/
dix
/
devices.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
dix: Make InitCoreDevices() failures more verbose.
Jeremy Huddleston Sequoia
1
-11
/
+26
2016-09-15
Hold input lock for deviceProc
Keith Packard
1
-3
/
+19
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-5
/
+5
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
1
-6
/
+10
2016-04-29
dix: Squash some new gcc6 warnings
Adam Jackson
1
-2
/
+1
2015-05-20
dix: fix indentation
Peter Hutterer
1
-2
/
+2
2015-05-11
dix: Do not allow device transform to be set on valuatorless devices
Jason Gerecke
1
-0
/
+3
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-2
/
+2
2015-03-13
Drop valuator mask argument from GetKeyboardEvents
Peter Hutterer
1
-1
/
+1
2014-11-12
fix an annotation mistake
John Hunter
1
-1
/
+1
2014-10-08
input: Remove unused SetKeySymsMap
Adam Jackson
1
-57
/
+0
2014-08-12
xkb: ignore floating slave devices when updating from master (#81885)
Peter Hutterer
1
-1
/
+1
2014-08-04
BellProc: Send bell event on core protocol bell when requested
Egbert Eich
1
-1
/
+1
2014-06-04
dix: fix pixmap leak on server reset
Brendan King
1
-4
/
+3
2014-04-29
input: Remove invalid bug checks.
Michal Srb
1
-5
/
+0
2014-03-11
xkb: push locked modifier state down to attached slave devices
Peter Hutterer
1
-0
/
+3
2014-02-04
dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS
Peter Hutterer
1
-0
/
+1
2014-02-04
input: un-constify dev->name
Peter Hutterer
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-17
/
+17
2014-01-12
xi: More warning cleanup for input
Keith Packard
1
-5
/
+6
2013-05-23
Merge remote-tracking branch 'whot/unreviewed'
Keith Packard
1
-2
/
+2
2013-05-23
dix: devices must have valuators before touch is initialized
Peter Hutterer
1
-0
/
+1
2013-05-23
dix: fix device scaling to use a [min,max[ range.
Peter Hutterer
1
-2
/
+2
2013-05-15
dix: devices must have valuators before touch is initialized
Peter Hutterer
1
-0
/
+1
2013-05-10
dix: drop DeviceIntRec's activeGrab struct
Peter Hutterer
1
-2
/
+2
2013-05-10
input: print warnings if drivers don't initialize properly
Peter Hutterer
1
-8
/
+31
2013-05-10
dix: don't overwrite proximity/focus classes
Peter Hutterer
1
-1
/
+1
2013-05-07
xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanup
Peter Hutterer
1
-0
/
+1
2013-04-23
dix: plug memory leak in freeing TouchClass
Peter Hutterer
1
-0
/
+1
2013-04-16
dix: only allocate unused classes for master devices
Peter Hutterer
1
-3
/
+4
2013-02-08
Short-cut the input device cleanup process during AbortServer()
Peter Hutterer
1
-0
/
+19
2013-02-08
dix: support the transformation matrix for relative devices.
Peter Hutterer
1
-7
/
+14
2013-02-08
dix: when shutting down slave devices, shut down xtest devices last
Peter Hutterer
1
-0
/
+6
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-2
/
+2
2012-11-06
dix: don't allow disabling XTest devices
Peter Hutterer
1
-3
/
+5
2012-10-19
End physically active touches when device is disabled
Chase Douglas
1
-0
/
+1
2012-09-23
dix: set the device transformation matrix
Peter Hutterer
1
-0
/
+3
2012-07-10
AllocDevicePair: Ensure XKB privates are initialised
Daniel Stone
1
-0
/
+2
2012-07-10
ProcGetPointerMapping uses rep.nElts before it is initialized
Keith Packard
1
-3
/
+5
2012-07-09
Use C99 designated initializers in dix Events
Alan Coopersmith
1
-18
/
+16
2012-07-09
Use C99 designated initializers in dix Replies
Alan Coopersmith
1
-43
/
+59
2012-07-09
ProcQueryKeymap: rework logic around permission to copy key states
Alan Coopersmith
1
-7
/
+9
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
2012-07-05
dix: Allocate device privates separate from devices
Keith Packard
1
-8
/
+14
2012-06-07
dix: disable all devices before shutdown
Peter Hutterer
1
-0
/
+20
2012-06-07
dix: disable non-sprite-owners first when disabling paired devices
Peter Hutterer
1
-2
/
+5
2012-06-07
dix: free the sprite when disabling the device
Peter Hutterer
1
-0
/
+2
2012-06-07
dix: move freeing the sprite into a function
Peter Hutterer
1
-6
/
+1
2012-06-07
dix: return early from DisableDevice if the device is already disabled
Peter Hutterer
1
-0
/
+3
2012-06-07
dix: drop client argument from PairDevices - unused
Peter Hutterer
1
-5
/
+2
[next]