index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
devices.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-04
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-10
/
+37
2011-04-14
Revert "dix: release all buttons and keys before reattaching a device (#34182)"
Jeremy Huddleston
1
-42
/
+0
2011-04-07
dix: release all buttons and keys before reattaching a device (#34182)
Peter Hutterer
1
-0
/
+42
2011-03-27
dix: Release input device config info when the device disconnects.
Rami Ylimäki
1
-0
/
+2
2011-02-25
input: Ensure Valuator axes are aligned as needed
Keith Packard
1
-6
/
+8
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
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-2
/
+2
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-10
/
+5
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-3
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-3
/
+3
2010-06-03
Change keyboard controls on slave keyboards (#27926)
Nicolas George
1
-2
/
+2
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-0
/
+71
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-1
/
+1
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-1
/
+1
2010-05-23
Device init: Don't crash when CreateGC fails.
Jamey Sharp
1
-1
/
+2
2010-05-20
dix: remove obsolete comment.from EnableDevice.
Peter Hutterer
1
-4
/
+0
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
-52
/
+52
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
1
-0
/
+2
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-14
/
+4
2010-02-23
dix: try to ring the bell even if the current device doesn't have one. (#24503)
Peter Hutterer
1
-8
/
+0
2010-02-02
Allow driver to call DeleteInputDeviceRequest during UnInit
Oldřich Jedlička
1
-11
/
+33
2010-01-04
CloseDevice: call XkbRemoveResourceClient before freeing key class struct
Alan Coopersmith
1
-3
/
+3
2009-12-03
dix: remove core devices when shutting down. (#25028)
Peter Hutterer
1
-0
/
+3
2009-12-03
dix: remove some obsolete comment.
Peter Hutterer
1
-1
/
+0
2009-11-25
dix: clean up accel old scheme data when switching schemes.
Peter Hutterer
1
-0
/
+2
2009-11-10
dix: increase default number of buttons to 10.
Peter Hutterer
1
-1
/
+1
2009-10-22
Resolve an inconsistency between libX11 and Xserver over GetModifierMapping
Jon TURNEY
1
-5
/
+3
2009-10-14
xace: Fake return values on denials in input polling requests.
Eamon Walsh
1
-1
/
+4
2009-09-20
Eliminate bogus event resizing.
Keith Packard
1
-13
/
+0
2009-09-18
xfree86: use SendDevicePresenceEvents instead of manual event handling.
Peter Hutterer
1
-1
/
+1
2009-09-10
dix: Remove two _X_EXPORT defines from the function definition.
Peter Hutterer
1
-2
/
+2
2009-09-09
dix: auto-float SD's with SendCoreEvents "false"
Peter Hutterer
1
-4
/
+13
2009-09-09
dix: remove unused and half-broken code to restore original classes.
Peter Hutterer
1
-23
/
+4
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
1
-1
/
+1
2009-08-27
input: move XTest device initialization into Xext/xtest.c
Peter Hutterer
1
-132
/
+1
[next]