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
2013-10-22
sync: if the idle time was reset, force alarms to trigger (#70476)
Peter Hutterer
1
-4
/
+34
2013-10-22
dix: provide accessor methods for the last device event time
Peter Hutterer
3
-15
/
+31
2013-10-22
dix: only deliver for the current grab type
Peter Hutterer
1
-11
/
+2
2013-10-22
dix: don't attempt to deliver an event for a different grabtype
Peter Hutterer
1
-0
/
+3
2013-10-22
dix: only allow button and key events to freeze a sync'd pointer
Peter Hutterer
1
-1
/
+5
2013-10-22
DIX/Xi: Pass correct client to CheckDeviceGrabAndHintWindow()
Egbert Eich
1
-7
/
+16
2013-10-22
dix: check for grab type before checking XI2 mask
Peter Hutterer
1
-1
/
+1
2013-10-21
Merge commit 'a1985e892f5b5f0959235a631d8bcf676b78bfbc' into server-1.14-branch
Matt Dew
1
-0
/
+1
2013-10-21
Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]
Alan Coopersmith
1
-0
/
+5
2013-09-15
dix: add missing include for DeleteWindowFromAnySelections
Julien Cristau
1
-0
/
+1
2013-07-30
dix: set the valuator mask to ensure XI 1.x events have data
Peter Hutterer
1
-1
/
+1
2013-07-30
dix: check the xi2mask, not the grab type for touch listeners
Peter Hutterer
1
-2
/
+1
2013-07-25
Merge branch 'server-1.14-touch-fixes' of git://people.freedesktop.org/~whot/...
xorg-server-1.14.2.901
Matt Dew
7
-87
/
+198
2013-07-17
dix: UpdateTouchesForGrab must only free the listener grab if it is non-NULL
Peter Hutterer
1
-1
/
+2
2013-07-17
dix: when ungrabbing an active grab, accept pointer grabs (#66720)
Peter Hutterer
1
-2
/
+9
2013-07-17
dix: remove logspam in RefCursor()
Peter Hutterer
1
-5
/
+1
2013-07-17
Abstract cursor refcounting
Peter Hutterer
4
-31
/
+45
2013-07-17
dix: call UpdateDeviceState() for emulated TouchEndEvents
Peter Hutterer
1
-0
/
+2
2013-07-17
dix: fix cursor refcounting
Peter Hutterer
1
-16
/
+4
2013-07-17
dix: free the old grab when activating a new grab
Peter Hutterer
1
-1
/
+6
2013-07-17
Move TouchListenerGone call to CloseDownClient
Peter Hutterer
3
-5
/
+3
2013-07-17
dix: remove all listeners when freeing a touch
Peter Hutterer
1
-0
/
+4
2013-07-17
dix: always copy grabs, don't reference them
Peter Hutterer
2
-3
/
+19
2013-07-17
dix: AllocGrab can copy if an argument is passed in
Peter Hutterer
2
-11
/
+15
2013-07-17
dix: freeing a null grab is a bug, complain if doing so
Peter Hutterer
1
-0
/
+2
2013-07-17
dix: use a temporary variable for listeners[0]
Peter Hutterer
1
-8
/
+9
2013-07-17
dix: drop DeviceIntRec's activeGrab struct
Peter Hutterer
2
-6
/
+12
2013-07-17
dix: use a tmp variable for the to-be-removed touch listener
Peter Hutterer
1
-3
/
+4
2013-07-17
dix: invert a loop condition
Peter Hutterer
1
-12
/
+13
2013-07-17
dix: XAllowEvents() on a touch event means accepting it
Peter Hutterer
2
-0
/
+24
2013-07-17
dix: move EmitTouchEnd to touch.c
Peter Hutterer
1
-0
/
+27
2013-07-17
Xi: use public.processInputProc to replay the touch history
Peter Hutterer
1
-1
/
+15
2013-07-17
dix: don't prepend an activated passive grab to the listeners
Peter Hutterer
1
-1
/
+1
2013-07-12
gpu: call CreateScreenResources for GPU screens
Dave Airlie
1
-0
/
+3
2013-07-12
dix: allow pixmap dirty helper to be used for non-shared pixmaps
Dave Airlie
1
-0
/
+2
2013-07-12
dix/gpu: remove asserts for output/offload from same slave
Dave Airlie
1
-2
/
+0
2013-06-21
Revert "dix: pre-scale x by the screen:device:resolution ratio"
Matt Dew
1
-28
/
+18
2013-06-06
dix: fix device scaling to use a [min,max[ range.
Peter Hutterer
2
-6
/
+12
2013-06-06
dix: pre-scale x by the screen:device:resolution ratio
Peter Hutterer
1
-18
/
+28
2013-06-06
dix: don't overwrite proximity/focus classes
Peter Hutterer
1
-1
/
+1
2013-06-06
dix: plug memory leak in freeing TouchClass
Peter Hutterer
1
-0
/
+1
2013-05-14
dix: send the current axis value in DeviceChangedEvents (#62321)
Peter Hutterer
2
-3
/
+2
2013-05-06
dix: copy event in TouchConvertToPointerEvent correctly
Maarten Lankhorst
1
-2
/
+2
2013-05-06
dix: don't set non-exisiting flags on touch events
Peter Hutterer
1
-9
/
+10
2013-04-02
dix: fix a comment
Peter Hutterer
1
-1
/
+2
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
2
-9
/
+39
2013-02-08
dix: Set focus field on XI2 crossing events
Carlos Garnacho
1
-0
/
+6
2013-02-08
dix: when shutting down slave devices, shut down xtest devices last
Peter Hutterer
1
-0
/
+6
2013-02-08
Merge branch 'ptraccel-fixes' into for-keith
Peter Hutterer
2
-21
/
+43
[next]