index
:
~ofourdan/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
for-keith
for-whot
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.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
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.9-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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-18
Set release date for 1.7.99.2
xorg-server-1.7.99.2
Keith Packard
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
40
-221
/
+128
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
30
-4
/
+122
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
15
-17
/
+58
2009-12-18
Change default xkb model from pc104 to pc105
Alan Coopersmith
1
-2
/
+2
2009-12-18
Change sysconfdir brackets to avoid some shells trying to run it as a command
Alan Coopersmith
1
-1
/
+1
2009-12-18
Add platform compatibility defines for Sun Studio compilers
Alan Coopersmith
1
-0
/
+14
2009-12-18
Convert checks for PC98 support from platform #ifdefs to configure flag
Alan Coopersmith
6
-17
/
+26
2009-12-16
Merge remote branch 'alanc/master'
Keith Packard
33
-657
/
+492
2009-12-16
Merge remote branch 'jeremyhu/master'
Keith Packard
2
-2
/
+2
2009-12-16
xf86xv: Fix off-by-one in viewport clipping
Ville Syrjälä
1
-6
/
+6
2009-12-16
xfree86: belately init RandR12 if xinerama fails. (#24627)
Peter Hutterer
1
-1
/
+6
2009-12-16
xfree86: fix -quiet option behaviour
Tiago Vignatti
1
-1
/
+1
2009-12-16
os: print log markers only if log level is >= 0
Tiago Vignatti
1
-11
/
+11
2009-12-16
xfree86: spam output but with verbose level checked instead
Tiago Vignatti
1
-21
/
+25
2009-12-16
Add freetype & type1 to the LoadModules ignore list
Alan Coopersmith
1
-1
/
+3
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
29
-649
/
+477
2009-12-15
Xfake: Nuke -Wl,-undefined=InitExtensions from LDFLAGS
Jeremy Huddleston
1
-1
/
+1
2009-12-15
dtrace: Add Xserver-dtrace.h to CLEANFILES
Jeremy Huddleston
1
-1
/
+1
2009-12-15
COPYING: Update license preamble
Alan Coopersmith
1
-6
/
+8
2009-12-15
Fix dtrace object builds of libos to link with SHA1_LIBS
Alan Coopersmith
1
-1
/
+1
2009-12-15
Fix builds with --with-int10=stub
Alan Coopersmith
2
-0
/
+3
2009-12-14
glx: swrast can do GLX 1.4 too
Adam Jackson
1
-0
/
+3
2009-12-11
fb: Adjust transform or composite coordinates for pixman operations
Keith Packard
3
-26
/
+58
2009-12-11
Split fbGetDrawable into fbGetDrawablePixmap and fbGetPixmapBitsData
Keith Packard
1
-30
/
+33
2009-12-11
Revert "Fix clipping when windows are used as sources"
Keith Packard
3
-101
/
+23
2009-12-11
Revert "Use IncludeInferiors when copying windows before compositing."
Keith Packard
1
-4
/
+3
2009-12-11
Revert "Reserve space for two GC values in copy_drawable()."
Keith Packard
1
-1
/
+1
2009-12-11
Revert "fb: Don't crash if copy_drawable() returns NULL."
Keith Packard
1
-4
/
+2
2009-12-11
Merge remote branch 'jeremyhu/master'
Keith Packard
6
-13
/
+12
2009-12-11
xkb: don't assign garbage value to led_return.
Peter Hutterer
1
-2
/
+3
2009-12-11
Xi: reset device properties to NULL after deleting them. (#25374)
Peter Hutterer
1
-0
/
+2
2009-12-11
xfree86: remove unused variable in configureDDMonitorSection.
Peter Hutterer
1
-1
/
+0
2009-12-11
Move config_init() after CreateWellKnownSockets() and InitCoreDevices()
Julien Cristau
1
-1
/
+1
2009-12-11
Fix possible NULL dereference in XkbFlushLedEvents()
Tomas Carnecky
1
-5
/
+7
2009-12-11
XkbWriteCountedString(): return early if str is NULL
Tomas Carnecky
1
-2
/
+5
2009-12-10
EXA/mixed: Don't consider devKind for detecting dimension change.
Michel Dänzer
1
-1
/
+0
2009-12-09
XQuartz: pbproxy: Fix building of standalone xpbproxy executable
Jeremy Huddleston
1
-0
/
+3
2009-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
5
-13
/
+9
2009-12-08
EXA: ModifyPixmapHeader_mixed fixes.
Michel Dänzer
1
-3
/
+40
2009-12-08
EXA: ExaDoPrepareAccess return value fixes.
Michel Dänzer
2
-11
/
+20
2009-12-04
exa/mixed: pixmaps that succeed prepare access have no need for a cpu copy
Maarten Maathuis
2
-5
/
+20
2009-12-04
EXA: Use correct coordinate system for calculating Composite fallback region.
Michel Dänzer
1
-1
/
+3
2009-12-03
exa/mixed: setting devKind before exaCopyDirty* is not needed
Maarten Maathuis
1
-4
/
+9
2009-12-03
Revert "exa: a few small pitch related changes"
Maarten Maathuis
2
-14
/
+8
2009-12-02
Merge remote branch 'whot/master'
Keith Packard
5
-13
/
+18
2009-12-03
configure.ac: error while checking for XDMXCONFIG_DEP
Gaetan Nadon
1
-5
/
+9
2009-12-03
xfree86: tell users to disable AutoAddDevices, not AllowEmptyInput.
Peter Hutterer
1
-1
/
+1
2009-12-03
Set the source and deviceid for key repeat events (#24785)
Peter Hutterer
1
-0
/
+2
2009-12-03
dix: remove core devices when shutting down. (#25028)
Peter Hutterer
1
-0
/
+3
[next]