Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-23 | Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763XORG-6_8_99_903 | Alan Coopersmith | |
<https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros | |||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902 | Kean Johnson | |
2005-11-01 | Update pkgcheck dependencies to work with separate build roots. | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use $(INSTALL) instead of $(install_sh_DATA) for creating directories. | Kevin E Martin | |
2005-10-18 | Split the 'install -d' over multiple lines so certain lame versions of | Adam Jackson | |
autotools don't flip out. | |||
2005-10-18 | Add --with-xfile-search-path=<path> and default setting to match monolith | Alan Coopersmith | |
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.) | |||
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | |
suffix rule (reported by Matthieu Herrb) | |||
2005-10-13 | Add generated man pages to .cvsignore file | Alan Coopersmith | |
2005-10-12 | configure.ac Set up cpp pre-processing of man pages Add shadow man pages | Alan Coopersmith | |
for man pages that document multiple functions. | |||
2005-09-24 | Include <X11/XlibConf.h> to get correct XTHREADS settings in non-ImakeXORG-6_8_99_901 | Alan Coopersmith | |
builds. | |||
2005-09-21 | Add checks for poll & snprintf & define old Imake names if found Enable XKB | Alan Coopersmith | |
usage in Xt unless --disable-xkb is specified Set STRINGSABIOPTIONS for building StringDefs files on Solaris, SCO, and SVR4 systems. | |||
2005-08-01 | Properly define BUILT_FILESXORG-6_99_99_900 | Adam Jackson | |
2005-08-01 | Move building of StringDefs files to src and fix them so that parallel make | Keith Packard | |
works right. | |||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-22 | Bug #3824: <https://bugs.freedesktop.org/show_bug.cgi?id=3824> CorrectXORG-6_8_99_900XORG-6_8_99_16 | Alan Coopersmith | |
incomplete license statement from Sun. | |||
2005-07-19 | distcheck fixes -- clean up after makestrs, don't list non-existant files. | Daniel Stone | |
2005-07-17 | Fix for building outside of srcdir. | Matthieu Herrb | |
2005-07-16 | Set version number to 6.0.0 with -version-number. | Daniel Stone | |
2005-07-09 | Add .cvsignore files | Keith Packard | |
2005-06-30 | Add -no-undefined to linker command to build shared library on cygwin too | Alexander Gottwald | |
2005-06-20 | - Make Xt install its internal files in /usr/include/X11, both in the | Søren Sandmann Pedersen | |
modular and the monolithic tree. - Update XTrap to use #include <X11/internal-xt-headerI.h> - Add XvMC to symlink.sh | |||
2005-06-10 | ensure $(buildir)/src and $(builddir)/include/X11 exist before installing | Alexander Gottwald | |
generated files there | |||
2005-05-24 | separation of source and build directories | Alexander Gottwald | |
2005-05-24 | Make source directory for templates configurableXORG-6_8_99_9XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10 | Alexander Gottwald | |
2005-05-22 | Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext | Alan Coopersmith | |
2005-05-22 | Check for <alloca.h> and define INCLUDE_ALLOCA_H if found, since | Alan Coopersmith | |
<Xalloca.h> requires it. | |||
2005-05-21 | Use $(install_sh_DATA) instead of "install" for better portability. Remove | Alan Coopersmith | |
duplicate installation lines. Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS | |||
2005-05-19 | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | |
2005-05-19 | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | |
2005-05-18 | Also include include/X11 | Søren Sandmann Pedersen | |
2005-05-18 | - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8 | Søren Sandmann Pedersen | |
- add build system for lib/Xt | |||
2005-05-17 | gcc4 allows to check if sentinels are correct (a sentinel is the | Egbert Eich | |
terminating element in a varargs list). A sentinel needs to be NULL, not 0 - which doesn't make a difference on 32bit but matters on 64bit. Furthermore it can be told that functions have a printf-like format string and argument list so that they can verify that both match. To use these features certain attributes need to be set - which are compiler specific. To do this we define macros which are expanded depending on the compiler version. For now we put those in include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h which however is not visible outside the DDX) (Bugzilla #3268). | |||
2005-05-15 | Add settings to bring Solaris builds closer to the ones Sun packages in | Alan Coopersmith | |
Solaris. Adds "BuildLikeSun" options for areas Sun deviates from the way Xorg is packaged on other platforms. See comment in sun.cf for details. Also, use system-provided Expat on Solaris 10 and other cleanups. Set shared library versions for Solaris builds to match versions used in Solaris. Add missing SharedXfixesReqs and SharedXdamageReqs. Add -solarisabi option to create XtStrings code compatibile with existing Solaris binaries. (Off by default, on if "BuildLikeSun" is set in sun.cf) | |||
2005-04-20 | Bugzilla #3072 (https://bugs.freedesktop.org/show_bug.cgi?id=3072)sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4 | Alexander Gottwald | |
attachment #2469 (https://bugs.freedesktop.org/attachment.cgi?id=2469): fix uninitialized pointer in libXt on Win32. Reported by Dave Williss | |||
2005-02-21 | Convert lib/Xt to ANSI C (Thomas Dickey). Fixes for a few valgrind warningsXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1 | Matthieu Herrb | |
(Thomas Dickey). | |||
2005-01-19 | doc/man/Xt/Imakefile | Alan Coopersmith | |
doc/man/Xt/XtAddCbk.man doc/man/Xt/XtAddIn.man doc/man/Xt/XtAllocGC.man doc/man/Xt/XtAppE.man doc/man/Xt/XtAppEM.man doc/man/Xt/XtAppSTC.man doc/man/Xt/XtClass.man doc/man/Xt/XtConvSt.man doc/man/Xt/XtConvert.man doc/man/Xt/XtCreateSR.man doc/man/Xt/XtDisplayI.man doc/man/Xt/XtErr.man doc/man/Xt/XtErrM.man doc/man/Xt/XtExtEvDis.man doc/man/Xt/XtGEDB.man doc/man/Xt/XtGetANC.man doc/man/Xt/XtGetActK.man doc/man/Xt/XtGetAres.man doc/man/Xt/XtGetSTO.man doc/man/Xt/XtGetSres.man doc/man/Xt/XtInit.man doc/man/Xt/XtInitWC.man doc/man/Xt/XtManChild.man doc/man/Xt/XtOffset.man doc/man/Xt/XtOwnSel.man doc/man/Xt/XtRegDraw.man doc/man/Xt/XtResPA.man doc/man/Xt/XtSession.man doc/man/Xt/XtSetLangP.man doc/man/Xt/XtSetSP.man doc/man/Xt/XtSetVal.man //bugs.freedesktop.org/show_bug.cgi?id=2331> Attachment #1718 <https://bugs.freedesktop.org/attachment.cgi?id=1718> | |||
2005-01-02 | Fix formatting. | Matthieu Herrb | |
2004-10-03 | Xt Manual pages fixes from Dmitry Bolkhovitanov (Bugzilla #1498, $1499).xprint_packagertest_20041217_basexprint_packagertest_20041125_basexprint_packagertest_20041217xprint_packagertest_20041125 | Matthieu Herrb | |
2004-08-11 | Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).rel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2lg3d-eventlg3d-dev-0-6-latestlg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1lg3d | Kevin E Martin | |
2004-07-31 | Rename some COMPOSITE macros and enums to avoid conflicting with theXORG-6_7_99_1 | Eric Anholt | |
COMPOSITE extension's new macro. These appear to only be used internally. | |||
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGECOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330 | Egbert Eich | |