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
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-30
Xi: Fix TouchEnd to TouchUpdate change for one accepted grab
Chase Douglas
1
-8
/
+16
2012-03-27
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
9
-28
/
+28
2012-03-27
Introduce a consistent coding style
Keith Packard
102
-3500
/
+3351
2012-02-15
Keep virtual core pointer touch class around if new slave doesn't have one
Chase Douglas
1
-6
/
+3
2012-02-15
Don't clobber virtual core pointer touches array length
Peter Hutterer
1
-5
/
+13
2012-02-15
Don't dereference a touch after it has been ended when punting to next owner
Chase Douglas
1
-0
/
+1
2012-02-15
Focus event button state must show the logical buttons, not physical buttons
Chase Douglas
1
-1
/
+1
2012-02-09
Xi: handle new XIAllowEvents request in inputproto 2.1.99.6
Peter Hutterer
1
-6
/
+35
2012-02-08
Implement touch early accept
Chase Douglas
1
-1
/
+26
2012-02-08
Check for proper window ID when processing touch allow requests
Chase Douglas
1
-1
/
+1
2012-02-08
Move AllowTouch to dix/touch.c, and rename to TouchAcceptReject
Chase Douglas
1
-44
/
+2
2012-02-08
Export TouchEventRejected as TouchRejected
Chase Douglas
1
-11
/
+27
2012-02-08
Factor out TouchEnd generation and delivery
Chase Douglas
1
-66
/
+37
2012-01-09
Merge remote-tracking branch 'whot/multitouch'
Keith Packard
1
-10
/
+10
2012-01-06
Xi: change XIChangeDeviceProperty from const pointer to const void *
Peter Hutterer
1
-1
/
+1
2012-01-06
Remove last listener on touch reject
Chase Douglas
1
-8
/
+6
2012-01-06
Don't end touchpoint if owning client hasn't accepted/rejected
Chase Douglas
1
-2
/
+4
2011-12-21
Xi: only activate the device grab if we don't already have one
Peter Hutterer
1
-2
/
+2
2011-12-21
Xi: assign correct grab_mode/other_device_mode in XI2 passive grabs
Carlos Garnacho
1
-2
/
+8
2011-12-21
Xi: add the hooks for passive touch grabs
Peter Hutterer
2
-4
/
+47
2011-12-21
Xi: handle grab accept/reject requests
Peter Hutterer
1
-1
/
+52
2011-12-21
Xi: hook up touch ownership handling
Peter Hutterer
1
-1
/
+154
2011-12-21
Xi: hook up pointer emulation for emulating touches
Peter Hutterer
1
-1
/
+176
2011-12-21
Process and deliver touch events
Peter Hutterer
1
-0
/
+401
2011-12-21
Xi: make UpdateDeviceState aware of touch events
Peter Hutterer
1
-0
/
+33
2011-12-21
dix: when a window disappears, remove it from the touch sprite trace
Daniel Stone
1
-0
/
+30
2011-12-21
Xi: allow selecting for touch events
Daniel Stone
1
-0
/
+43
2011-12-19
input: add a TouchClassRec to the devices
Daniel Stone
3
-0
/
+101
2011-12-19
Hook up the ownership events
Peter Hutterer
1
-0
/
+20
2011-12-16
Xi: process raw touch events
Peter Hutterer
3
-1
/
+10
2011-12-16
Hook up TouchBegin/Update/End events
Peter Hutterer
2
-0
/
+18
2011-12-16
Xi: add a FIXME
Peter Hutterer
1
-0
/
+2
2011-12-16
Xi: split ProcessOtherEvent into ProcessDeviceEvent
Peter Hutterer
1
-17
/
+29
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
9
-27
/
+27
2011-12-13
Add GrabIsPointerGrab and GrabIsKeyboardGrab helpers
Peter Hutterer
1
-6
/
+2
2011-12-13
dix: split out core state and event state setting into helper functions
Peter Hutterer
1
-28
/
+3
2011-12-13
Xi: split updating button count and state into helper functions
Peter Hutterer
1
-12
/
+29
2011-12-13
Xi: deduplicate button motion mask setting
Peter Hutterer
1
-12
/
+25
2011-12-09
Change disable_clientpointer return type to void
Alan Coopersmith
1
-1
/
+1
2011-12-08
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
7
-90
/
+146
2011-12-09
Xi: rename "state" to "corestate" in ProcessDeviceEvents
Peter Hutterer
1
-5
/
+5
2011-12-09
Xi: check button mapping value _before_ assigning it
Peter Hutterer
1
-8
/
+4
2011-12-09
Xi: skip superfluous cast
Peter Hutterer
1
-1
/
+1
2011-12-09
Xi: when removing a device, reset ClientPointers where needed
Peter Hutterer
1
-0
/
+15
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
4
-23
/
+45
2011-12-09
dix: allocate temporary grabs on the heap
Peter Hutterer
4
-53
/
+76
2011-12-06
Xi: avoid overrun of callback array.
Dave Airlie
1
-2
/
+2
2011-11-29
Xi: add FreeInputMask function
Peter Hutterer
1
-2
/
+10
2011-11-29
Xi: add helper functions to alloc/free InputClientPtrs
Peter Hutterer
1
-5
/
+18
2011-11-29
Xi: use single return code from XIPassiveGrabDevice
Peter Hutterer
1
-16
/
+20
[next]