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
2012-08-01
AllocDevicePair: Ensure XKB privates are initialised
Daniel Stone
1
-0
/
+2
2012-05-10
Revert "dix: when disabling a device, release all buttons and keys"
Jeremy Huddleston
1
-2
/
+0
2012-05-03
dix: when disabling a device, release all buttons and keys
Peter Hutterer
1
-0
/
+2
2012-03-27
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-2
/
+2
2012-03-27
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
2011-10-13
input: change pointer screen crossing behaviour for multiple ScreenRecs
Peter Hutterer
1
-4
/
+6
2011-09-30
Input: Add smooth-scrolling support to GetPointerEvents
Peter Hutterer
1
-0
/
+12
2011-08-22
dix: fix compiler warnings ("foo" set but not used)
Peter Hutterer
1
-2
/
+0
2011-08-22
dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()
Peter Hutterer
1
-11
/
+20
2011-05-25
xserver: remove AbsoluteClass, breaking the A(P|B)I
Simon Thum
1
-9
/
+0
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-3
/
+3
2011-05-05
input: Only release SD buttons for explicit floating/reattachment (#36146)
Peter Hutterer
1
-3
/
+1
2011-04-18
input: remove GetKeyboardValuatorEvents, this is now unnecessary.
Peter Hutterer
1
-1
/
+1
2011-04-18
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-10
/
+37
2011-03-24
xserver: remove AbsoluteClassRec keeping the ABI
Simon Thum
1
-28
/
+4
2011-03-09
Merge remote branch 'whot/for-keith'
Keith Packard
1
-0
/
+2
2011-03-09
dix: Release input device config info when the device disconnects.
Rami Ylimäki
1
-0
/
+2
2011-03-03
Merge remote branch 'whot/for-keith'
Keith Packard
1
-55
/
+79
2011-02-28
Merge branch 'next' into for-keith
Peter Hutterer
1
-55
/
+37
2011-02-25
input: Ensure Valuator axes are aligned as needed
Keith Packard
1
-6
/
+8
2011-02-25
dix: release all buttons and keys before reattaching a device (#34182)
Peter Hutterer
1
-0
/
+42
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-18
/
+21
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
1
-6
/
+6
2011-02-22
input: Change a bunch of direct dev->u.master accesses to use GetMaster()
Peter Hutterer
1
-5
/
+5
2011-02-22
dix: fix up a master check in ChangeKeyboardMapping handling.
Peter Hutterer
1
-1
/
+1
2011-02-22
dix: add MASTER_ATTACHED as allowed type for GetMaster().
Peter Hutterer
1
-2
/
+5
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-4
/
+4
2011-02-17
dix: refactor scheme init
Simon Thum
1
-37
/
+16
2010-12-07
Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-6
/
+11
2010-11-12
dix: fix typo in setting valuator modes (#21548)
Peter Hutterer
1
-1
/
+1
2010-10-22
input: move proximity state into ProximityClassRec.
Peter Hutterer
1
-1
/
+4
2010-10-22
input: add valuator_get_mode() helper.
Peter Hutterer
1
-0
/
+22
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
1
-3
/
+2
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
1
-10
/
+15
2010-10-13
Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].
Jamey Sharp
1
-1
/
+1
2010-09-02
dix: don't set time to CurrentTime in DeviceChangedEvents.
Peter Hutterer
1
-1
/
+1
2010-09-02
dix: fix crash when removing devices on a buttonless MD pointer (#29669)
Peter Hutterer
1
-1
/
+1
2010-09-01
input: set XKB extension for all new devices, not just xfree86 ones.
Peter Hutterer
1
-0
/
+1
2010-09-01
input: Purge Register*Device() functions.
Peter Hutterer
1
-14
/
+3
2010-09-01
Use GetMaster instead of direct u.master access in core procs
Alan Coopersmith
1
-7
/
+12
2010-08-13
Stop checking or calling PtrCtrlProcs
Alan Coopersmith
1
-6
/
+2
2010-07-01
dix: fix up erroneous error message.
Peter Hutterer
1
-1
/
+1
2010-06-16
dix: the default axis mode is Relative, not "0".
Peter Hutterer
1
-1
/
+1
[next]