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
2013-01-21
dix: add resource type to touch listeners
Peter Hutterer
1
-7
/
+4
2013-01-21
input: Record grab pointer in TouchListener
Keith Packard
1
-21
/
+6
2013-01-21
Xi: if a TouchEnd appears on a actively grabbing client, always accept
Peter Hutterer
1
-23
/
+32
2013-01-08
Xi: don't use devices after removing them
Peter Hutterer
1
-4
/
+5
2012-12-05
Xi: Fix modifier swapping in XIPassiveGrabDevice
Daniel Martin
1
-5
/
+3
2012-11-07
Xi: Set modifier mask on touch events
Carlos Garnacho
1
-0
/
+5
2012-11-07
Xi: Update the device after delivering the emulated pointer event(#56558)
Carlos Garnacho
1
-3
/
+4
2012-11-07
Xi: don't deliver TouchEnd to a client waiting for TouchBegin (#55738)
Peter Hutterer
1
-0
/
+5
2012-10-08
Xi: Don't check for TOUCH_END, it's never set
Daniel Drake
1
-2
/
+0
2012-10-08
Touch: Fix duplicate TouchBegin selection with virtual devices
Daniel Stone
1
-2
/
+7
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
2
-145
/
+144
2012-08-05
XIChangeDeviceProperty: free newly allocated prop when SetProperty fails
Alan Coopersmith
1
-0
/
+2
2012-08-05
Do sent TouchEnd to listeners that don't own an accepted touch
Daniel d'Andrada
1
-0
/
+6
2012-07-10
Xi: Remove dead Device{Enter,Leave}WindowMask
Daniel Stone
1
-4
/
+2
2012-07-09
Add a common ARRAY_SIZE macro to dix.h
Daniel Stone
1
-2
/
+0
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
4
-41
/
+41
2012-07-09
Use C99 designated initializers in Xinput Replies
Alan Coopersmith
28
-174
/
+226
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
2
-9
/
+9
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
28
-36
/
+36
2012-07-04
Xi: extend PropagateMask to EMASKSIZE
Peter Hutterer
1
-1
/
+1
2012-06-07
Xi: drop forced unpairing when changing the hierarchy
Peter Hutterer
1
-6
/
+0
2012-06-07
Replace a few BUG_WARN with BUG_RETURN_VAL
Peter Hutterer
1
-15
/
+10
2012-05-24
Xi: make stub DeleteInputDeviceRequest call RemoveDevice
Julien Cristau
1
-0
/
+1
2012-05-17
Xi: fix "discards ''const' qualifier" warnings
Peter Hutterer
2
-3
/
+6
2012-05-17
Xi: fix "shadows previous local" warnings
Peter Hutterer
2
-33
/
+11
2012-05-17
dix: Move DeviceFocusEvent from Xi into enterleave.c
Peter Hutterer
1
-234
/
+0
2012-05-14
Xi: Remove redundant declaration.
Michal Suchanek
1
-6
/
+0
2012-05-03
Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlier
Chase Douglas
1
-0
/
+14
2012-05-02
Report logical button state in ProcXIQueryPointer
Chase Douglas
1
-9
/
+4
2012-05-01
Xi: return BadValue on XIQueryVersion if the version is less than first call
Peter Hutterer
1
-20
/
+21
2012-04-18
Update device state including when touch record does not exist
Chase Douglas
1
-3
/
+3
2012-04-18
Ensure touch is ended when last listener is rejected
Chase Douglas
1
-8
/
+2
2012-04-18
Create a new dix touch record for an emulated touch with no listeners
Chase Douglas
1
-0
/
+28
2012-04-18
Rename TouchEnsureSprite to TouchBuildSprite and event type checks
Chase Douglas
1
-2
/
+4
2012-04-18
Don't deactivate implicit pointer grab on fake touch end event
Chase Douglas
1
-0
/
+1
2012-04-18
End a pointer emulated touch event only on a "real" end event
Chase Douglas
1
-1
/
+2
2012-04-18
On touch accept, only process end event for owner if it has seen the end
Chase Douglas
1
-1
/
+10
2012-04-18
Accept touch sequence for pointer listener after second event delivery
Chase Douglas
1
-0
/
+6
2012-04-18
Only set XI2 mask if pointer emulation is for XI2 client
Chase Douglas
1
-1
/
+2
2012-04-18
Check core event mask properly for pointer emulated touch events
Chase Douglas
1
-6
/
+12
2012-04-16
Ensure sequential touches are pointer emulated sequentially
Chase Douglas
1
-1
/
+74
2012-04-16
Update event type when delivering end event to a pointer listener
Chase Douglas
1
-0
/
+7
2012-04-16
Don't update listener after deactivating implicit pointer grab
Chase Douglas
1
-1
/
+3
2012-04-11
Xi: fix XITouchClass sourceid assignment
Peter Hutterer
1
-1
/
+1
2012-04-05
Implement passive touch ungrabbing
Chase Douglas
1
-2
/
+7
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+1
2012-03-22
Xi: Fix TouchEnd to TouchUpdate change for one accepted grab
Chase Douglas
1
-8
/
+16
2012-03-22
Xi: prohibit multiple XIQueryVersion requests with different versions
Peter Hutterer
1
-0
/
+9
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
9
-28
/
+28
2012-03-21
Introduce a consistent coding style
Keith Packard
102
-3500
/
+3351
[next]