Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2008-03-07 | Solaris builds need to pass -intelabi to makestrs, even on SPARC | Alan Coopersmith | |
For some reason, when Solaris moved to X11R6.0, the intelabi version of StringDefs.c/.h was used on SPARC, so now we're stuck with 10+ years of binaries built to use it. | |||
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-06-23 | Allow C++ apps to build using libXt | Julien Cristau | |
2007-04-08 | Recalculate fd_set more aggressively (bug #808) | Andreas Luik | |
select() can modify the fd set, so be a bit pessimistic and recalculate it more often. | |||
2007-02-26 | Sync XtGetErrorDatabaseText() prototype with reality. | Matthieu Herrb | |
2007-02-20 | added -flat_namespace to CFLAGS for Darwin | Ben Byer | |
2007-01-27 | Version bump: 1.0.5libXt-1.0.5 | Alan Coopersmith | |
2007-01-27 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2007-01-02 | Bug 9514: Markup error in makestrs.1x man page | Eric S. Raymond | |
<https://bugs.freedesktop.org/show_bug.cgi?id=9514> | |||
2006-12-09 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXt | Jeremy C. Reed | |
2006-12-09 | Don't use "INSTALL" during the build because INSTALL may be set by | Jeremy C. Reed | |
build environment with settings for chown and make not work with permissions of the builder. So use mkdir -p and cp instead. This is for my bug #6599. | |||
2006-11-08 | bump to 1.0.4libXt-1.0.4 | Daniel Stone | |
2006-10-27 | Fix .pc file with new autotools by using AC_DEFINE_DIR. | Eric Anholt | |
With autoconf 2.60, $datadir now expands to use $datarootdir rather than just $prefix, so the .pc referenced the undefined $datarootdir. AC_DEFINE_DIR expands it all out for us. | |||
2006-10-27 | Add more generated files to ignore. | Eric Anholt | |
2006-10-13 | Bump to 1.0.3libXt-1.0.3 | Adam Jackson | |
2006-09-01 | Sun bug #4962001: Close memory leaks seen in Motif apps | Qiu-Yuan (Kathleen) Yang | |
The function "GetResources" will return a copy of resources to the caller and the caller has the responsibility to free the returned copy. However some functions, such as "XtGetSubresources", "_XtGetResources", and "XtGetApplicationResources" invoked "GetResources" without freeing the returned resource copy. | |||
2006-09-01 | Add *~ to .gitignore to skip over emacs droppings | Alan Coopersmith | |
2006-08-30 | Generate the internal manpage section using __libmansuffix__ | David Nusinow | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-05-12 | Bump to 1.0.2libXt-1_0_2XORG-7_1 | Adam Jackson | |
2006-04-30 | Fix ERRORDB definition for the case where ${prefix} != /usr | Matthieu Herrb | |
2006-04-27 | Bump to 1.0.1libXt-1_0_1 | Adam Jackson | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901 | Alan Coopersmith | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-10 | Add configure option to install makestrs and its manpage.MODULAR_COPY | Kevin E Martin | |
Add makestrs man page. | |||
2005-12-07 | Add configure option to set the build's app-default dir, and put the result | Kevin E Martin | |
in the xt.pc file for applications to use. | |||
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
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. |