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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
include/misc.h: Add simplified defines for windowsness
Ryan Pavlik
1
-0
/
+19
2012-04-25
include/xwin-config.h.in: Add RELOCATE_PROJECTROOT to config header
Ryan Pavlik
1
-0
/
+3
2012-02-11
Merge remote-tracking branch 'alanc/master'
Keith Packard
2
-59
/
+59
2012-02-08
Implement touch early accept
Chase Douglas
1
-0
/
+2
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
-0
/
+2
2012-02-08
Export TouchEventRejected as TouchRejected
Chase Douglas
1
-0
/
+7
2012-02-08
Store window pointer in touch listener record
Chase Douglas
2
-1
/
+3
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
2
-59
/
+59
2012-01-24
include: Fix comment typo
Peter Hutterer
1
-1
/
+1
2012-01-13
include: prettify BUG_WARN output
Peter Hutterer
1
-1
/
+2
2012-01-12
Revert "dix: Repack ClientRec"
Keith Packard
1
-14
/
+15
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
2
-1
/
+2
2012-01-12
Revert "dix: Fix types in WindowOptRec"
Keith Packard
1
-2
/
+2
2012-01-09
Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'
Keith Packard
3
-19
/
+17
2012-01-06
dix: Fix types in WindowOptRec
Adam Jackson
1
-2
/
+2
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
2
-2
/
+1
2012-01-06
dix: Repack ClientRec
Adam Jackson
1
-15
/
+14
2012-01-06
Xi: change XIChangeDeviceProperty from const pointer to const void *
Peter Hutterer
1
-1
/
+1
2011-12-22
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
5
-7
/
+13
2011-12-21
dix: remove requirement for client_id be the first element
Peter Hutterer
1
-2
/
+0
2011-12-21
dix: Remove touch grabs if the grab disappears
Daniel Stone
1
-0
/
+1
2011-12-21
dix: hook up passive grabs and pointer emulated passive grabs
Peter Hutterer
1
-0
/
+1
2011-12-21
Xi: add the hooks for passive touch grabs
Peter Hutterer
1
-0
/
+8
2011-12-21
dix: add touch to pointer event conversion helper
Peter Hutterer
1
-0
/
+2
2011-12-21
dix: add real_event parameter to ActivatePassiveGrab
Peter Hutterer
1
-1
/
+1
2011-12-21
Process and deliver touch events
Peter Hutterer
1
-0
/
+6
2011-12-21
dix: add TouchResourceIsOwner helper function
Peter Hutterer
1
-0
/
+1
2011-12-21
dix: add helper functions for adding/removing touch listeners
Peter Hutterer
1
-1
/
+4
2011-12-21
dix: add TouchGetPointerEventType helper function
Chase Douglas
1
-0
/
+1
2011-12-21
dix: when a window disappears, remove it from the touch sprite trace
Daniel Stone
1
-0
/
+4
2011-12-21
dix: add helper functions to build up/verify the sprite trace
Daniel Stone
1
-0
/
+4
2011-12-21
dix: add touch event history helper functions
Peter Hutterer
1
-0
/
+4
2011-12-21
Support XI 2.2 officially
Peter Hutterer
1
-1
/
+1
2011-12-20
dix: add GetTouchOwnership event API
Daniel Stone
1
-0
/
+8
2011-12-20
dix: add DIX API to create touchpoints
Peter Hutterer
1
-0
/
+5
2011-12-19
dix: add helper functions to create DDX touch recs
Peter Hutterer
1
-0
/
+5
2011-12-19
input: add a TouchClassRec to the devices
Daniel Stone
2
-0
/
+80
2011-12-19
Add the touch input API stubs
Daniel Stone
1
-0
/
+14
2011-12-19
Hook up the ownership events
Peter Hutterer
2
-0
/
+21
2011-12-16
xserver: check for elevated privileges not uid=0
Antoine Martin
1
-0
/
+6
2011-12-16
Xi: process raw touch events
Peter Hutterer
1
-0
/
+3
2011-12-16
Hook up TouchBegin/Update/End events
Peter Hutterer
2
-1
/
+7
2011-12-16
include: add a bunch of flags for GetTouchEvent processing
Peter Hutterer
1
-0
/
+9
2011-12-16
include: RawTouchEnd is the last event now
Peter Hutterer
1
-1
/
+3
2011-12-15
include: fix BUG_WARN_MSG for constant messages only
Peter Hutterer
1
-2
/
+2
2011-12-14
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
8
-17
/
+43
2011-12-13
Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...
Peter Hutterer
1
-1
/
+1
2011-12-13
dix: add a MAXEVENTS define for the number of core + extension events
Peter Hutterer
2
-1
/
+3
2011-12-13
dix: move event filter retrieval helpers to inpututils.c
Peter Hutterer
2
-1
/
+4
[next]