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
2010-11-26
dix: remove now unnecessary !! before BitIsOn()
Peter Hutterer
1
-4
/
+4
2010-11-24
dix: add a fixme about a corner-case that should probably be fixed.
Peter Hutterer
1
-0
/
+4
2010-11-24
dix: fix typo, set the second valuator with the y-axis data.
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: GetProximityEvents needs to check up to the last valuator
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: when converting to XI 1.x events, use the first_valuator's device mode
Peter Hutterer
1
-6
/
+8
2010-11-24
dix: when comparing axis modes, compare the bits, not the bytes.
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: replace a manual valuator check with valuator_get_mode().
Peter Hutterer
1
-1
/
+1
2010-11-24
dix: fix up valuators passed to acceleration code.
Simon Thum
1
-2
/
+7
2010-11-19
Fix transformAbsolute
Chase Douglas
1
-4
/
+8
2010-11-19
Fix GPE Y axis scaling
Chase Douglas
1
-1
/
+1
2010-11-14
dix: Fix make distcheck
Jeremy Huddleston
1
-0
/
+1
2010-11-12
dix: fix typo in setting valuator modes (#21548)
Peter Hutterer
1
-1
/
+1
2010-11-11
dix: fix root window background behaviour for protocol calls
Tiago Vignatti
1
-2
/
+22
2010-11-11
dix: adds support for none root window background
Tiago Vignatti
1
-0
/
+6
2010-11-11
dix: delete logo hack screen saver
Tiago Vignatti
2
-204
/
+0
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
4
-29
/
+14
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-5
/
+2
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
1
-5
/
+3
2010-10-27
dix: advance parent window pointer when no node is found
Tiago Vignatti
1
-3
/
+3
2010-10-25
Convert some leftover axes->mode access to valuator_get_mode()
Peter Hutterer
1
-2
/
+2
2010-10-22
input: move proximity state into ProximityClassRec.
Peter Hutterer
1
-1
/
+4
2010-10-22
dix: clip absolute axes depending on their mode.
Peter Hutterer
1
-3
/
+5
2010-10-22
dix: populate motion history only if the mode matches the first axis.
Peter Hutterer
1
-4
/
+2
2010-10-22
input: add valuator_get_mode() helper.
Peter Hutterer
1
-0
/
+22
2010-10-22
dix: send proximity events if one or more axes are Absolute.
Peter Hutterer
1
-4
/
+8
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
3
-10
/
+32
2010-10-22
dix: remove valuator_mask_copy_valuators, not needed anymore.
Peter Hutterer
1
-25
/
+0
2010-10-22
dix: get rid of the now-superfluous valuator arrays in GPE and friends.
Peter Hutterer
1
-60
/
+58
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
2
-110
/
+277
2010-10-20
Add CountBits() to the server.
Chase Douglas
1
-0
/
+13
2010-10-18
fix a sign problem with valuator data.
Joe Shaw
1
-1
/
+1
2010-10-18
dix: update comments for GetPointerEvents and friends
Peter Hutterer
1
-16
/
+6
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
16
-296
/
+720
2010-10-13
Comparison between pointer and integer in latest dix/dispatch.c
Colin Harrison
1
-1
/
+1
2010-10-13
dix: optimize CallCallbacks
Adam Jackson
1
-8
/
+1
2010-10-13
dix: Remove the memory of the multibuffer extension
Adam Jackson
1
-11
/
+2
2010-10-13
Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].
Jamey Sharp
3
-11
/
+6
2010-10-13
Move replay-window check from ComputeFreezes to CheckDeviceGrabs.
Jamey Sharp
1
-27
/
+19
2010-10-13
CheckDeviceGrabs: Delete redundant pWin->optional test.
Jamey Sharp
1
-4
/
+2
2010-10-13
Let CheckPassiveGrabsOnWindow callers check if device is already grabbed.
Jamey Sharp
1
-11
/
+11
2010-09-28
dix: remove proc tables initialization
Tiago Vignatti
3
-40
/
+492
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-106
/
+105
2010-09-18
Introduce per-object per-screen privates.
Jamey Sharp
1
-13
/
+20
2010-09-13
Un-export CreateScratchGC now that nothing external uses it.
Jamey Sharp
1
-1
/
+1
2010-09-13
dixfonts: Deobfuscate GC ops calls.
Jamey Sharp
1
-33
/
+21
2010-09-13
Delete unused lastWinOrg field from GCs.
Jamey Sharp
1
-4
/
+0
2010-09-10
Merge remote branch 'whot/for-keith'
Keith Packard
3
-20
/
+36
2010-09-10
Add screens to the PRIVATE_XSELINUX set.
Eamon Walsh
1
-0
/
+1
2010-09-10
Merge remote branch 'mattst88/master'
Keith Packard
1
-4
/
+2
2010-09-10
Fix property and selection devPrivate allocation.
Eamon Walsh
2
-3
/
+1
[next]