index
:
~dottedmag/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
fixes
for-keithp
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
fixes for X server
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miext
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-13
rootless: Delete dead remnants of rootless acceleration.
Jamey Sharp
4
-158
/
+11
2010-09-13
rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.
Jamey Sharp
5
-26
/
+3
2010-09-13
rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.
Jamey Sharp
5
-85
/
+5
2010-09-13
Delete redundant GC initializations.
Jamey Sharp
2
-2
/
+0
2010-09-13
Delete unused devPrivate field from GCFuncs and GCOps.
Jamey Sharp
1
-1
/
+0
2010-09-13
damage: Delete NOTUSED block--it was never not NOTUSED.
Jamey Sharp
1
-22
/
+0
2010-09-11
rootless: Remove ROOTLESS_WORKAROUND
Jeremy Huddleston
1
-5
/
+1
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
2
-5
/
+11
2010-08-10
rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X
Jon TURNEY
1
-0
/
+3
2010-07-19
rootless: Adjust the frame size of the native root window in RootlessResizeWi...
Jan Hauffa
1
-0
/
+7
2010-06-10
Fix a couple more possible errors with input-only windows
Keith Packard
1
-2
/
+2
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
4
-30
/
+14
2010-06-05
Damage pixmap private key was being mis-registered as a picture key
Keith Packard
1
-1
/
+1
2010-06-05
Move the shadow screen private key initialization to shadowSetup
Keith Packard
1
-3
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
6
-44
/
+71
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
13
-192
/
+192
2010-06-05
rootless: Fix SetShape regression
Jeremy Huddleston
2
-3
/
+3
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-4
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
4
-11
/
+15
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-4
/
+4
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-8
/
+8
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
7
-26
/
+26
2010-05-02
rootless: Remove an unneeded comment
Jeremy Huddleston
1
-4
/
+0
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
8
-38
/
+0
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
2
-6
/
+6
2009-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
1
-1
/
+1
2009-10-13
Rootless: src drawable window can now be NULL
Jeremy Huddleston
1
-2
/
+2
2009-10-13
Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...
Jeremy Huddleston
5
-68
/
+26
2009-09-27
Rootless: Correct border rendering on parent-relative windows
Jeremy Huddleston
1
-0
/
+26
2009-07-29
Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is b...
Jon TURNEY
1
-1
/
+1
2009-07-24
Damage: Add devPrivates to DamageRec
Aaron Plattner
2
-0
/
+4
2009-07-24
Damage: Add wrappable hooks for damage create, destroy, register, & unregister.
Aaron Plattner
3
-2
/
+83
2009-06-29
Cygwin/X: Fix multiwindow extwm mode to build again
Jon TURNEY
1
-0
/
+3
2009-06-06
Rootless: Use serverClient instead of NullClient
Jeremy Huddleston
1
-1
/
+1
2009-06-06
Rootless: Despite its name, we still want to allow rootless to mess with the ...
Jeremy Huddleston
1
-53
/
+0
2009-06-03
s/MIN/min/, s/MAX/max/ (#2968)
Adam Jackson
3
-16
/
+11
2009-05-29
Rootless: Use miPaintWindow since PaintWindowBackground is dead
Jeremy Huddleston
1
-2
/
+1
2009-04-10
XQuartz: Update window levels when changing rootless state
Jeremy Huddleston
2
-0
/
+2
2009-04-10
XQuartz: Properly set the window level for the root window
Jeremy Huddleston
1
-8
/
+0
2009-01-28
[shadow] Store the closure in the buffer
Søren Sandmann Pedersen
1
-1
/
+1
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
4
-5
/
+5
2008-12-21
XQuartz: Get rid of white rectangle bug
Jeremy Huddleston
1
-2
/
+5
2008-12-21
rootless: Make expose_1 static
Jeremy Huddleston
1
-1
/
+1
2008-12-10
Add dependency tracking to sdksyms.c and export composite wrapper.
Paulo Cesar Pereira de Andrade
1
-8
/
+8
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
10
-75
/
+75
2008-12-02
Add visibility flags to XSERVER_CFLAGS.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
1
-3
/
+0
[next]