summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump: 1.0.99.1libXtst-1.0.99.1Peter Hutterer2009-07-221-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on ↵Magnus Kessler2009-07-222-2/+2
| | | | | | case-insensitive filesystems Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Move XTest.h header from xextproto/libXext to here.Peter Hutterer2009-07-202-1/+154
| | | | | | | 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>
* Include xtestproto.h, not xteststr.hPeter Hutterer2009-07-162-2/+2
| | | | | | Require xextproto 7.0.99.1. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+24
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-308-177/+107
| | | | | Manual page generation, and xmlto handling, shamelessly cut&paste'd from libXi/man/Makefile.am, so that make distcheck will work.
* Require xi.pc for XInput.h include.Peter Hutterer2008-08-081-1/+1
| | | | | XInput.h is now part of libXi. But just in case we have an older version of libXi floating around, pull in inputproto too.
* Add .PHONY build target to fix parallel buildsIan Romanick2008-05-211-1/+6
|
* Rename parameters to clarify QueryExtension call.Peter Hutterer2008-05-192-15/+16
| | | | | | | 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>
* Add missing PHONY line for automatic ChangeLog generationJames Cloos2007-12-061-0/+2
|
* Wrong place. Reverting srcdir patch.Egbert Eich2007-10-161-1/+1
|
* Fix man page build when srcdir is specified.Egbert Eich2007-10-151-1/+1
|
* Version bump: 1.0.3libXtst-1.0.3Alan Coopersmith2007-08-171-1/+1
|
* libXtst man pages generation fails if srcdir != builddirzoka2007-07-161-1/+1
|
* Version bump: 1.0.2libXtst-1.0.2Alan Coopersmith2007-06-061-1/+1
|
* Replace static ChangeLog with dist-hook to generate from gitAlan Coopersmith2007-06-062-50/+7
|
* Convert man page to docbook/xml (thanks to doclifter)Alan Coopersmith2007-06-065-343/+455
|
* Add man pages for XTest*() functionsAlan Coopersmith2007-06-064-2/+405
| | | | Converted xorg-docs/Xext/xtestlib.ms to man page formatting
* Fill in COPYING file with real copyright/licensesAlan Coopersmith2007-06-061-8/+62
|
* Coverity #578/579: Don't leak memory if one malloc fails but other succeedsAlan Coopersmith2007-06-061-2/+7
| | | | (Unlikely to happen, since the smaller malloc was first, but still possible.)
* ANSIfy static function declarations (clears some lint warnings)Alan Coopersmith2007-06-062-42/+40
|
* Add hooks to check code with sparse/lintAlan Coopersmith2007-06-063-0/+17
|
* Add *~ to .gitignore to skip emacs/patch droppingsAlan Coopersmith2007-06-061-0/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-132-0/+0
|
* Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2005-12-212-1/+6
|
* Stub COPYING filesAdam Jackson2005-12-191-0/+12
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-3/+10
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
|
* 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
|
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-033-7/+7
| | | | a global configure cache don't get confused.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - 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
* Set soversion to 6.1.0 with -version-number.Daniel Stone2005-07-161-3/+1
|
* more trailing whitespaceAdam Jackson2005-07-141-1/+1
|
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-094-1/+36
|
* Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin2005-07-021-0/+1
|
* lib/XScrnSaver/configure.acAlexander Gottwald2005-06-212-1/+6
| | | | | | | | | | | | | 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
* - Add Xtst to symlink.shSøren Sandmann Pedersen2005-06-1311-0/+106
| | | | - Add Xtst build system
* Fix build glitches when building modules independently using Imake.sco_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_1sco_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-branchCOMPOSITEWRAPEgbert Eich2004-05-241-1/+0
|
* Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich2004-04-232-2/+2
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-142-2/+2
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-032-2/+2
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-262-2/+2
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-262-2/+2
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley2003-11-251-3/+1
|
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-142-20/+30
|
* R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley2003-11-142-0/+1594