Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | This is not a GNU project, so declare it foreign. | Jeremy Huddleston | |
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2009-10-05 | libXtst 1.1.0libXtst-1.1.0 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-10-05 | Require libXext 1.0.99.4 | Peter Hutterer | |
libXext 1.0.99.1 up to including 1.0.99.3 had the XTest.h header which is now in this module. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-10-05 | Require macros 1.3 for XORG_DEFAULT_OPTIONS | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-08-25 | Version bump: 1.0.99.2libXtst-1.0.99.2 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-08-20 | Include recordproto.h instead of recordstr.h | Peter Hutterer | |
2009-08-20 | Move record headers to here. | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-08-14 | XRecord: avoid use of uninitialised variables. | Peter Hutterer | |
Both variables are initialized inside an if condition but later checked for NULL. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-22 | Version bump: 1.0.99.1libXtst-1.0.99.1 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-22 | Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on ↵ | Magnus Kessler | |
case-insensitive filesystems Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-20 | Move XTest.h header from xextproto/libXext to here. | Peter Hutterer | |
XTest.h was in xextproto until xextproto-7.1 and did a short but whoefully misguided visit to libXext during the cleanup of the xextproto headers. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-16 | Include xtestproto.h, not xteststr.h | Peter Hutterer | |
Require xextproto 7.0.99.1. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-30 | Janitor: ansification, make distcheck, compiler warnings. | Paulo Cesar Pereira de Andrade | |
Manual page generation, and xmlto handling, shamelessly cut&paste'd from libXi/man/Makefile.am, so that make distcheck will work. | |||
2008-08-08 | Require xi.pc for XInput.h include. | Peter Hutterer | |
XInput.h is now part of libXi. But just in case we have an older version of libXi floating around, pull in inputproto too. | |||
2008-05-21 | Add .PHONY build target to fix parallel builds | Ian Romanick | |
2008-05-19 | Rename parameters to clarify QueryExtension call. | Peter Hutterer | |
These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511> | |||
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-10-16 | Wrong place. Reverting srcdir patch. | Egbert Eich | |
2007-10-15 | Fix man page build when srcdir is specified. | Egbert Eich | |
2007-08-17 | Version bump: 1.0.3libXtst-1.0.3 | Alan Coopersmith | |
2007-07-16 | libXtst man pages generation fails if srcdir != builddir | zoka | |
2007-06-06 | Version bump: 1.0.2libXtst-1.0.2 | Alan Coopersmith | |
2007-06-06 | Replace static ChangeLog with dist-hook to generate from git | Alan Coopersmith | |
2007-06-06 | Convert man page to docbook/xml (thanks to doclifter) | Alan Coopersmith | |
2007-06-06 | Add man pages for XTest*() functions | Alan Coopersmith | |
Converted xorg-docs/Xext/xtestlib.ms to man page formatting | |||
2007-06-06 | Fill in COPYING file with real copyright/licenses | Alan Coopersmith | |
2007-06-06 | Coverity #578/579: Don't leak memory if one malloc fails but other succeeds | Alan Coopersmith | |
(Unlikely to happen, since the smaller malloc was first, but still possible.) | |||
2007-06-06 | ANSIfy static function declarations (clears some lint warnings) | Alan Coopersmith | |
2007-06-06 | Add hooks to check code with sparse/lint | Alan Coopersmith | |
2007-06-06 | Add *~ to .gitignore to skip emacs/patch droppings | Alan Coopersmith | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2005-12-21 | Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPY | Kevin E Martin | |
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-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-08-03 | Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with | Adam Jackson | |
a global configure cache don't get confused. | |||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | 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-16 | Set soversion to 6.1.0 with -version-number. | Daniel Stone | |
2005-07-14 | more trailing whitespace | Adam Jackson | |
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | |
2005-07-02 | Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems | Kevin E Martin | |
2005-06-21 | lib/XScrnSaver/configure.ac | Alexander Gottwald | |
lib/XScrnSaver/src/Makefile.am lib/Xfontcache/configure.ac lib/Xfontcache/src/Makefile.am lib/Xinerama/configure.ac lib/Xinerama/src/Makefile.am lib/Xtst/configure.ac lib/Xv/configure.ac lib/XvMC/configure.ac lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to src/Makefile.am | |||
2005-06-13 | - Add Xtst to symlink.sh | Søren Sandmann Pedersen | |
- Add Xtst build system | |||
2004-05-24 | Fix build glitches when building modules independently using Imake.xprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-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_2XORG-6_7_99_1xprint_packagertest_20041217xprint_packagertest_20041125sco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |