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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
dix: avoid NULL-pointer dereference on button-only devices (#38313)
Peter Hutterer
1
-4
/
+15
2012-02-22
Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"
Jeremy Huddleston
1
-14
/
+7
2012-02-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+2
2012-02-14
dix: reset last.scroll when resetting the valuator (#45611)
Peter Hutterer
1
-0
/
+2
2012-02-11
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-9
/
+9
2012-02-08
dix: fix an out-of-memory crash
Benjamin Otte
1
-0
/
+3
2012-02-08
Implement touch early accept
Chase Douglas
1
-5
/
+4
2012-02-08
Implement early touch reject
Chase Douglas
1
-1
/
+8
2012-02-08
Check for proper window ID when processing touch allow requests
Chase Douglas
1
-6
/
+12
2012-02-08
Move AllowTouch to dix/touch.c, and rename to TouchAcceptReject
Chase Douglas
1
-0
/
+45
2012-02-08
Store window pointer in touch listener record
Chase Douglas
1
-6
/
+10
2012-02-08
Revert "dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents"
Peter Hutterer
1
-10
/
+8
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-9
/
+9
2012-01-24
Don't set X and Y valuators for indirect touch events
Chase Douglas
1
-1
/
+1
2012-01-24
UngrabAllDevices: Don't kill clients if not told to
Daniel Stone
1
-1
/
+2
2012-01-24
Only update pointer motion data for pointer emulated touch events
Chase Douglas
1
-2
/
+6
2012-01-24
Only scale direct device touch coordinates
Chase Douglas
1
-1
/
+6
2012-01-13
Use event time instead of CurrentTime for grab times
Chase Douglas
1
-1
/
+2
2012-01-13
dix: Update pointer limits for floating devices too (#43635)
Peter Hutterer
1
-1
/
+1
2012-01-12
Revert "dix: Extend initial connection handshake for forwarding proxies"
Keith Packard
1
-9
/
+3
2012-01-09
Merge remote-tracking branch 'whot/multitouch'
Keith Packard
1
-0
/
+4
2012-01-09
Revert "dix: don't return BadMatch from GetProperty (#23562)"
Chris Halse Rogers
1
-1
/
+1
2012-01-09
dix: Return BadWindow rather than BadMatch from dixLookupWindow
Chris Halse Rogers
1
-1
/
+9
2012-01-09
Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'
Keith Packard
2
-12
/
+21
2012-01-06
dix: Tune dixLookupDrawable for success
Adam Jackson
1
-4
/
+3
2012-01-06
dix: Tune dtrace hooks around Dispatch
Adam Jackson
1
-5
/
+9
2012-01-06
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
1
-3
/
+9
2012-01-06
dix: Set XITouchEmulatingPointer on events from the touch sequence emulating ...
Carlos Garnacho
1
-0
/
+4
2012-01-06
dix: fix wrong condition checking for attached slave (#44003)
Peter Hutterer
1
-1
/
+1
2012-01-06
dix: on PointerRootWin send a FocusIn to the sprite window too
Peter Hutterer
1
-0
/
+3
2012-01-06
dix: send focus events to the immediate parent (#44079)
Peter Hutterer
1
-3
/
+3
2011-12-22
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
5
-8
/
+10
2011-12-21
dix: fix xi2 mask/filter when delivering grabbed events
Carlos Garnacho
1
-2
/
+2
2011-12-21
dix: remove requirement for client_id be the first element
Peter Hutterer
1
-2
/
+5
2011-12-21
dix: don't retrieve the syncEvents tail on an empty list
Peter Hutterer
1
-2
/
+3
2011-12-21
dix: button state must show the logical buttons, not physical buttons
Peter Hutterer
1
-1
/
+1
2011-12-21
dix: Remove touch grabs if the grab disappears
Daniel Stone
2
-0
/
+47
2011-12-21
dix: hook up passive grabs and pointer emulated passive grabs
Peter Hutterer
2
-4
/
+59
2011-12-21
dix: add touch to pointer event conversion helper
Peter Hutterer
1
-0
/
+62
2011-12-21
dix: add real_event parameter to ActivatePassiveGrab
Peter Hutterer
1
-3
/
+7
2011-12-21
Process and deliver touch events
Peter Hutterer
1
-2
/
+3
2011-12-21
dix: set core and button state based on the touch state
Peter Hutterer
1
-0
/
+5
2011-12-21
dix: add TouchResourceIsOwner helper function
Peter Hutterer
1
-0
/
+10
2011-12-21
dix: add helper functions for adding/removing touch listeners
Peter Hutterer
1
-0
/
+223
2011-12-21
dix: add TouchGetPointerEventType helper function
Chase Douglas
1
-0
/
+21
2011-12-21
dix: when a window disappears, remove it from the touch sprite trace
Daniel Stone
1
-2
/
+7
2011-12-21
dix: add helper functions to build up/verify the sprite trace
Daniel Stone
1
-0
/
+87
2011-12-21
dix: add touch event history helper functions
Peter Hutterer
1
-0
/
+109
2011-12-21
dix: handle DIX-submitted touch events
Peter Hutterer
1
-20
/
+57
2011-12-21
dix: button state must show the logical buttons, not physical buttons
Peter Hutterer
1
-1
/
+1
[next]