Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-17 | Joined with branch XORG-6_8_2.lg3d-rel-0-6-2lg3d-masterlg3d-dev-0-7-0lg3d-dev-0-6-2lg3d-dev-0-6-1-1 | Deron Johnson | 8 | -55/+92 | |
2004-09-16 | Initially 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-currentlg3d | Deron Johnson | 2 | -5/+54 | |
2004-09-03 | Second round of documentation updates.lg3d-baseXORG-6_8_0 | Kevin E Martin | 1 | -2/+2 | |
2004-09-03 | First set of documentation updates. | Kevin E Martin | 5 | -15/+21 | |
Include more correct fix for rootless interaction with damage (Bug #1168, Keith Packard). | |||||
2004-09-02 | Update release number and date for RC4.XORG-6_7_99_904 | Kevin E Martin | 2 | -4/+4 | |
2004-09-02 | Clean up defines for Xprint support and fix BuildServersOnly build for | Kevin E Martin | 1 | -4/+4 | |
libXaw. | |||||
2004-09-02 | Enable XtransFailSoft on cygwin and Darwin (Bug #1029, Alexander Gottwald, | Kevin E Martin | 2 | -1/+10 | |
Torrey T. Lyons). | |||||
2004-09-02 | Bump major version number of libXaw (Bug #1273). | Kevin E Martin | 17 | -33/+136 | |
2004-08-30 | Make handling of XtransFailSoft Imake variable more consistent. It needs to | Egbert Eich | 1 | -1/+5 | |
receive a boolean value now (Alexander Gottwald). | |||||
2004-08-30 | AIX Imake config file updates (Bug #1234, Dan McNichol). | Kevin E Martin | 2 | -3/+27 | |
2004-08-30 | Fix: move flag for HARD_FAIL in Xtransutil.c to the correct setting of the | Egbert Eich | 1 | -2/+2 | |
Imake variable. Fix Imake condiditon for LynxOS (Thomas Mueller). | |||||
2004-08-29 | Fix typo that caused both X.Org and XFree86 servers to be built on | Kevin E Martin | 1 | -2/+2 | |
OpenBSD/AMD64 (Bug #1231, Matthieu Herrb). | |||||
2004-08-29 | Fix make install when BuildServersOnly is YES (Bug #1213). | Kevin E Martin | 1 | -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-28 | Update release number and date for RC3.XORG-6_7_99_903 | Kevin E Martin | 1 | -3/+3 | |
2004-08-27 | Set the define XtransFailSoft to restore the old behavior to fail softly | Egbert Eich | 2 | -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-27 | Added support for LynxOS 4.0 (Thomas Mueller). | Egbert Eich | 1 | -2/+5 | |
Fix arm netwinder build (Donnie Berkholz). | |||||
2004-08-27 | Fixed UseInstalled handling when cross compiling when building with | Egbert Eich | 2 | -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-26 | Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller). | Egbert Eich | 1 | -4/+18 | |
2 | |||||
2004-08-25 | Fix hangs during startup with Radeon driver (Bug #1007, Sjoerd Simons). | Kevin E Martin | 1 | -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-21 | Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. government | Jim Gettys | 1 | -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-19 | Fix the build on Solaris/sparc to use Xorg server instead of the deprecated | Kevin E Martin | 4 | -6/+22 | |
Xsun (Bug #1134, Alan Coopersmith). | |||||
2004-08-18 | Fix libXevie build on Darwin (Bug #1124, Torrey T. Lyons). | Kevin E Martin | 1 | -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-18 | Update release and date for RC2.XORG-6_7_99_902 | Kevin E Martin | 1 | -3/+3 | |
2004-08-17 | Add SharedXevieReqs for cygwin (Bug #1108, Alexander Gottwald). | Kevin E Martin | 1 | -0/+1 | |
2004-08-16 | Update release and date for first RC.XORG-6_7_99_901 | Kevin E Martin | 1 | -6/+12 | |
Fix kbd/keyboard driver for DoLoadableServer NO. Revert change since it is better to set date in the config files. | |||||
2004-08-16 | As discussed and agreed on on the release-wranglers meeting of August 16, | Kristian Høgsberg | 15 | -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-15 | config/cf/DGUX.cf, config/cf/QNX4.cf, config/cf/bsdi.cf, config/cf/isc.cf, | Kristian Høgsberg | 11 | -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-15 | Bug #909: Remove incorrect HasGhostScript YES from BSD config files. | Eric Anholt | 2 | -7/+1 | |
2004-08-13 | Bugzilla #1055: "#define BuildXprint NO" is broken (6.7.99.2) If XprtServer | Alan Coopersmith | 2 | -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-13 | Add .PHONY target when using GNU make. This will speed up make in general, | Kristian Høgsberg | 1 | -1/+19 | |
but more importantly fix #1042. | |||||
2004-08-12 | Update PPC64 defines to use XorgServer instead of XF86Server. | Kristian Høgsberg | 1 | -3/+3 | |
2004-08-12 | Fix double-backslash typo. | Kristian Høgsberg | 1 | -2/+2 | |
2004-08-12 | bump version to 6.7.99.2XORG-6_7_99_2 | Alexander Gottwald | 1 | -1/+1 | |
2004-08-12 | Update version and date for next snapshot | Kevin E Martin | 1 | -2/+2 | |
2004-08-11 | Fix Xnest and Xdmx builds when BuildServersOnly is YES (Bug #1026, | Kevin E Martin | 1 | -2/+3 | |
Alexander Gottwald, Kevin Martin). | |||||
2004-08-11 | Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith). | Kevin E Martin | 3 | -4/+121 | |
2004-08-11 | typo. | Matthieu Herrb | 1 | -1/+1 | |
2004-08-10 | marked Cygwin/X as 6.7.99.1XORG-6_7_99_1 | Alexander Gottwald | 1 | -2/+2 | |
2004-08-10 | Update version to 6.7.99.1 and fix problem with snapshot string generation. | Kevin E Martin | 1 | -3/+3 | |
2004-08-09 | Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, | Kevin E Martin | 1 | -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 extension | Kevin E Martin | 1 | -2/+2 | |
- Fix building without Xevie - Fix building without DPMS - Fix "Extensions" section config file support to accept general boolean options | |||||
2004-08-08 | Disable legacy keyboard driver "keyboard", unless | Kristian Høgsberg | 2 | -3/+18 | |
USE_DEPRECATED_KEYBOARD_DRIVER is defined. Print warning if the old driver is used. | |||||
2004-08-07 | update shared libries revisions on OpenBSD to track libc ABI changes | Thomas Winischhofer | 1 | -5/+188 | |
(committed on behalf of Matthieu Herrb) | |||||
2004-08-07 | Fix Debian section to respect NothingOutsideProjectRoot directive | Keith Packard | 1 | -3/+7 | |
2004-08-03 | cygwin will use the external freetype again | Alexander Gottwald | 1 | -1/+1 | |
2004-08-03 | Fix build with BuildComposite by linking the composite library into the | Eric Anholt | 1 | -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-02 | Removed distro specific stuff. | Egbert Eich | 1 | -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-31 | Added SharedXfixesReqs, SharedXdamageReqs and SharedXcompositeReqs | Matthieu Herrb | 2 | -0/+6 | |
2004-07-31 | Added SharedXfixesReqs, SharedXdamageReqs and SharedXcompositeReqs | Alexander Gottwald | 1 | -1/+3 | |
2004-07-31 | Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS: | Eric Anholt | 1 | -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. |