summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901Alan Coopersmith2006-02-122-72/+80
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
* Add configure option to install makestrs and its manpage.MODULAR_COPYKevin E Martin2005-12-103-0/+48
* Add configure option to set the build's app-default dir, and put the resultKevin E Martin2005-12-073-1/+16
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2005-12-062-3/+8
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-033-1/+8
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
* Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763XORG-6_8_99_903Alan Coopersmith2005-11-231-1/+1
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-2/+10
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson2005-11-081-1/+1
* Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2005-11-012-1/+6
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
* Use $(INSTALL) instead of $(install_sh_DATA) for creating directories.Kevin E Martin2005-10-182-2/+8
* Split the 'install -d' over multiple lines so certain lame versions ofAdam Jackson2005-10-182-3/+10
* Add --with-xfile-search-path=<path> and default setting to match monolithAlan Coopersmith2005-10-183-2/+21
* Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-181-75/+75
* Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith2005-10-171-2/+2
* Add generated man pages to .cvsignore fileAlan Coopersmith2005-10-131-0/+1
* configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith2005-10-123-2/+655
* Include <X11/XlibConf.h> to get correct XTHREADS settings in non-ImakeXORG-6_8_99_901Alan Coopersmith2005-09-241-0/+2
* Add checks for poll & snprintf & define old Imake names if found Enable XKBAlan Coopersmith2005-09-212-0/+40
* Properly define BUILT_FILESXORG-6_99_99_900Adam Jackson2005-08-011-0/+1
* Move building of StringDefs files to src and fix them so that parallel makeKeith Packard2005-08-013-27/+34
* Various changes preparing packages for RC0:Kevin E Martin2005-07-291-1/+3
* Bug #3824: <https://bugs.freedesktop.org/show_bug.cgi?id=3824> CorrectXORG-6_8_99_900XORG-6_8_99_16Alan Coopersmith2005-07-221-11/+28
* distcheck fixes -- clean up after makestrs, don't list non-existant files.Daniel Stone2005-07-193-18/+5
* Fix for building outside of srcdir.Matthieu Herrb2005-07-171-1/+2
* Set version number to 6.0.0 with -version-number.Daniel Stone2005-07-161-2/+1
* Add .cvsignore filesKeith Packard2005-07-097-0/+52
* Add -no-undefined to linker command to build shared library on cygwin tooAlexander Gottwald2005-06-302-1/+6
* - Make Xt install its internal files in /usr/include/X11, both in theSøren Sandmann Pedersen2005-06-201-1/+18
* ensure $(buildir)/src and $(builddir)/include/X11 exist before installingAlexander Gottwald2005-06-102-0/+7
* separation of source and build directoriesAlexander Gottwald2005-05-242-2/+7
* 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_10Alexander Gottwald2005-05-242-3/+42
* Convert man pages to long file names in lib/X11, lib/Xt, & lib/XextAlan Coopersmith2005-05-222-109/+113
* Check for <alloca.h> and define INCLUDE_ALLOCA_H if found, sinceAlan Coopersmith2005-05-222-0/+8
* Use $(install_sh_DATA) instead of "install" for better portability. RemoveAlan Coopersmith2005-05-213-5/+12
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
* Also include include/X11Søren Sandmann Pedersen2005-05-182-128/+3
* - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen2005-05-1868-0/+905
* gcc4 allows to check if sentinels are correct (a sentinel is theEgbert Eich2005-05-172-14/+14
* Add settings to bring Solaris builds closer to the ones Sun packages inAlan Coopersmith2005-05-151-1/+17
* 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_4Alexander Gottwald2005-04-201-1/+1
* 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_1Matthieu Herrb2005-02-2157-4256/+4259
* doc/man/Xt/ImakefileAlan Coopersmith2005-01-1932-45/+84
* Fix formatting.Matthieu Herrb2005-01-021-1/+1
* Xt Manual pages fixes from Dmitry Bolkhovitanov (Bugzilla #1498, $1499).Matthieu Herrb2004-10-032-11/+11