index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
devices.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-06-07
dix: change "still paired warning" to use BUG_RETURN_VAL
Peter Hutterer
1
-7
/
+3
2012-06-07
dix: use BUG_RETURN_VAL for pairing errors
Peter Hutterer
1
-6
/
+5
2012-05-16
dix: indentation fixes for pointer acceleration
Simon Thum
1
-8
/
+4
2012-05-01
dix: when disabling a device, release all buttons and keys
Peter Hutterer
1
-0
/
+1
2012-03-22
Xext: Add per-device SyncCounters
Peter Hutterer
1
-0
/
+8
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-746
/
+730
2011-12-19
input: add a TouchClassRec to the devices
Daniel Stone
1
-1
/
+86
2011-12-13
dix: always allocate and set the grab's sync.event
Peter Hutterer
1
-0
/
+1
2011-12-09
dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtr
Peter Hutterer
1
-0
/
+3
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-1
/
+1
2011-11-02
Merge remote-tracking branch 'whot/two-screen-coordinates'
Keith Packard
1
-4
/
+6
2011-10-31
dix: block signals when closing all devices
Peter Hutterer
1
-0
/
+4
2011-10-25
dix: drop unused argument from XISendDeviceChangedEvent
Peter Hutterer
1
-1
/
+1
[next]