index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-06
Merge remote branch 'jajones/for-keith'
Keith Packard
1
-0
/
+1
2010-12-06
Add fence sync driver interface
James Jones
1
-0
/
+1
2010-12-07
dix: don't stop processing valuators when the mode changes.
Peter Hutterer
1
-8
/
+0
2010-11-30
dix: do not use bit-wise operators on the boolean result of BitIsOn
Ferry Huberts
1
-6
/
+6
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
[prev]
[next]