summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-17Joined with branch XORG-6_8_2.lg3d-rel-0-6-2lg3d-masterlg3d-dev-0-7-0lg3d-dev-0-6-2lg3d-dev-0-6-1-1Deron Johnson8-55/+92
2004-09-16Initially populate the lg3d branch with lg3d code.rel-0-6-1lg3d-rel-0-7-0lg3d-eventlg3d-dev-0-6-latestlg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3dDeron Johnson2-5/+54
2004-09-03Second round of documentation updates.lg3d-baseXORG-6_8_0Kevin E Martin1-2/+2
2004-09-03First set of documentation updates.Kevin E Martin5-15/+21
Include more correct fix for rootless interaction with damage (Bug #1168, Keith Packard).
2004-09-02Update release number and date for RC4.XORG-6_7_99_904Kevin E Martin2-4/+4
2004-09-02Clean up defines for Xprint support and fix BuildServersOnly build forKevin E Martin1-4/+4
libXaw.
2004-09-02Enable XtransFailSoft on cygwin and Darwin (Bug #1029, Alexander Gottwald,Kevin E Martin2-1/+10
Torrey T. Lyons).
2004-09-02Bump major version number of libXaw (Bug #1273).Kevin E Martin17-33/+136
2004-08-30Make handling of XtransFailSoft Imake variable more consistent. It needs toEgbert Eich1-1/+5
receive a boolean value now (Alexander Gottwald).
2004-08-30AIX Imake config file updates (Bug #1234, Dan McNichol).Kevin E Martin2-3/+27
2004-08-30Fix: move flag for HARD_FAIL in Xtransutil.c to the correct setting of theEgbert Eich1-2/+2
Imake variable. Fix Imake condiditon for LynxOS (Thomas Mueller).
2004-08-29Fix typo that caused both X.Org and XFree86 servers to be built onKevin E Martin1-2/+2
OpenBSD/AMD64 (Bug #1231, Matthieu Herrb).
2004-08-29Fix make install when BuildServersOnly is YES (Bug #1213).Kevin E Martin1-1/+5
Fix build failures when UseDeprecatedKeyboardDriver is YES and DoLoadableServer is NO (Bug #1229, Kristian Høgsberg). Fix failure when using DLL loader and LD_BIND_NOW is set (Bug #1212, Adam Jackson).
2004-08-28Update release number and date for RC3.XORG-6_7_99_903Kevin E Martin1-3/+3
2004-08-27Set the define XtransFailSoft to restore the old behavior to fail softlyEgbert Eich2-1/+8
when socket directory cannot chowned/chmod to correct user/group. This should be added on a per OS basis which hasn't been done.
2004-08-27Added support for LynxOS 4.0 (Thomas Mueller).Egbert Eich1-2/+5
Fix arm netwinder build (Donnie Berkholz).
2004-08-27Fixed UseInstalled handling when cross compiling when building withEgbert Eich2-15/+25
different ProjectRoot. Set X11ProjectRoot to the ProjectRoot on the build host (where the binaries that run on the build host live) (Alexander Gottwald).
2004-08-26Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller).Egbert Eich1-4/+18
2
2004-08-25Fix hangs during startup with Radeon driver (Bug #1007, Sjoerd Simons).Kevin E Martin1-6/+40
Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie). Fix several library build problem (Bug #1147). Fix build problems (Bugs #1148 and #1149).
2004-08-21Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. governmentJim Gettys1-2/+3
required notifications. The website notification went up first. Clean up Wraphelp.c so that it compiles cleanly. I chose the version Australian version written for R5 written by Eric Eay@psych.psy.uq.oz.au, as I don't know where the original one was, and didn't want to touch XFree86. Make HasXdmAuth YES for xorg.
2004-08-19Fix the build on Solaris/sparc to use Xorg server instead of the deprecatedKevin E Martin4-6/+22
Xsun (Bug #1134, Alan Coopersmith).
2004-08-18Fix libXevie build on Darwin (Bug #1124, Torrey T. Lyons).Kevin E Martin1-0/+1
Fix libOSMesa build on Darwin (Bug #1125, Torrey T. Lyons). Fix libGL build on Mac OS X 10.3.0-3 (Bug #1127, Torrey T. Lyons).
2004-08-18Update release and date for RC2.XORG-6_7_99_902Kevin E Martin1-3/+3
2004-08-17Add SharedXevieReqs for cygwin (Bug #1108, Alexander Gottwald).Kevin E Martin1-0/+1
2004-08-16Update release and date for first RC.XORG-6_7_99_901Kevin E Martin1-6/+12
Fix kbd/keyboard driver for DoLoadableServer NO. Revert change since it is better to set date in the config files.
2004-08-16As discussed and agreed on on the release-wranglers meeting of August 16,Kristian Høgsberg15-47/+44
I'm committing the patch from bug #1060 to back out unconditional Xprint functionality. Back out Xprint changes. Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to CVS of April 25, to back out unconditional Xprint support. Fix up Xprint config logic to be like the rest of the extensions: BuildXprint is a one-stop option for disabling everything Xprint related. XprtServer controls building Xprt, BuildXprintLib controls building Xprint libs and BuildXprintClients controls building clients related to Xprint. BuiltXprint defaults to YES and the other options respects relevant settings, i.e. BuildServer and BuildServersOnly. Build Xaw regardless of BuildXprintLib setting. Only build xphelloworld, xplsprinters and xprehashprinterlist when BuildXprintClients it YES. Disable building xmore, it has always supported XawPrintShell. Make Xprint support depend on BuildXprintLib.
2004-08-15config/cf/DGUX.cf, config/cf/QNX4.cf, config/cf/bsdi.cf, config/cf/isc.cf,Kristian Høgsberg11-2/+46
config/cf/lynx.cf, config/cf/mach.cf, config/cf/nto.cf, config/cf/sco5.cf, config/cf/sgi.cf, config/cf/sun.cf, config/cf/x386.cf Enable compilation of old keyboard driver for these platforms by default (#1070).
2004-08-15Bug #909: Remove incorrect HasGhostScript YES from BSD config files.Eric Anholt2-7/+1
2004-08-13Bugzilla #1055: "#define BuildXprint NO" is broken (6.7.99.2) If XprtServerAlan Coopersmith2-6/+7
is undefined, but BuildXprint is defined, then BuildXprint should set XprtServer as well. Remove extra setting of XprtServer - just let it use the setting in X11.tmpl
2004-08-13Add .PHONY target when using GNU make. This will speed up make in general,Kristian Høgsberg1-1/+19
but more importantly fix #1042.
2004-08-12Update PPC64 defines to use XorgServer instead of XF86Server.Kristian Høgsberg1-3/+3
2004-08-12Fix double-backslash typo.Kristian Høgsberg1-2/+2
2004-08-12bump version to 6.7.99.2XORG-6_7_99_2Alexander Gottwald1-1/+1
2004-08-12Update version and date for next snapshotKevin E Martin1-2/+2
2004-08-11Fix Xnest and Xdmx builds when BuildServersOnly is YES (Bug #1026,Kevin E Martin1-2/+3
Alexander Gottwald, Kevin Martin).
2004-08-11Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).Kevin E Martin3-4/+121
2004-08-11typo.Matthieu Herrb1-1/+1
2004-08-10marked Cygwin/X as 6.7.99.1XORG-6_7_99_1Alexander Gottwald1-2/+2
2004-08-10Update version to 6.7.99.1 and fix problem with snapshot string generation.Kevin E Martin1-3/+3
2004-08-09Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,Kevin E Martin1-0/+1
Harold L. Hunt II, Alexander Gottwald). Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes). Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson). HP-PA build fix (Bug #828, Guy Martin, Paul Anderson). Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine). Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris). Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris). Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris). Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor). Fix several render problems: - MMIO mode support - Hang on IGP chips - VT switching hang - 3D render corruption (Bug #922, Hui Yu).
2004-08-09- Fix building without Xfixes extensionKevin E Martin1-2/+2
- Fix building without Xevie - Fix building without DPMS - Fix "Extensions" section config file support to accept general boolean options
2004-08-08Disable legacy keyboard driver "keyboard", unlessKristian Høgsberg2-3/+18
USE_DEPRECATED_KEYBOARD_DRIVER is defined. Print warning if the old driver is used.
2004-08-07update shared libries revisions on OpenBSD to track libc ABI changesThomas Winischhofer1-5/+188
(committed on behalf of Matthieu Herrb)
2004-08-07Fix Debian section to respect NothingOutsideProjectRoot directiveKeith Packard1-3/+7
2004-08-03cygwin will use the external freetype againAlexander Gottwald1-1/+1
2004-08-03Fix build with BuildComposite by linking the composite library into theEric Anholt1-3/+2
servers before damage/xfixes, and enable BuildComposite by default now. Note that the Composite extension is still disabled at run-time by default.
2004-08-02Removed distro specific stuff.Egbert Eich1-8/+1
Fixed FreeType module to build with FreeType versions older than 2.1.7. Fixed typo. Added vtSema to protect call of driver DPMS function. removed unneeded variable Modified RandR driver hook to reduce the number of function calls to one. Function is sufficiently generic to be extended in the future.
2004-07-31Added SharedXfixesReqs, SharedXdamageReqs and SharedXcompositeReqsMatthieu Herrb2-0/+6
2004-07-31Added SharedXfixesReqs, SharedXdamageReqs and SharedXcompositeReqsAlexander Gottwald1-1/+3
2004-07-31Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:Eric Anholt1-2/+97
- Update Xfixes headers to protocol major version 3. - Add composite headers. - Add libXfixes, libXdamage, and libXcomposite. - Add imake glue for new libraries, but leave Composite off by default until issues are resolved.