summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* specs: convert protocol evi.ms from xorg-docs to DocBook XMLMatt Dew2010-08-022-0/+519
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: convert protocol appgroup.ms from xorg-docs to DocBook XMLMatt Dew2010-08-022-0/+249
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: convert protocol tog-cup.ms from xorg-docs to DocBook XMLMatt Dew2010-08-022-1/+571
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: convert protocol dpms.ms specs from xorg-docs module to DocBook XMLMatt Dew2010-08-022-1/+564
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: convert protocol shm.ms specs from xorg-docs module to DocBook XMLMatt Dew2010-08-022-1/+475
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: convert protocol shape.ms specs from xorg-docs module to DocBook XMLMatt Dew2010-08-012-1/+1237
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: move geproto.txt in the specs directoryGaetan Nadon2010-06-303-4/+1
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: convert protocol .ms specs from xorg-docs module to DocBook XMLMatt Dew2010-06-307-3/+3735
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* XGE: Don't reserve an extension event.Aaron Plattner2010-04-082-8/+7
| | | | | | | | The Generic Event Extension extension uses the "GenericEvent" core event type, so it doesn't need to also reserve an extension event. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-03-281-1/+1
| | | | | | | | | | Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-281-1/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: install and distribute geproto.txtGaetan Nadon2010-03-281-1/+3
| | | | | | | It will now be installed in $docdir in addition to being distributed in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-221-0/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* README: file created or updated #24206Gaetan Nadon2009-11-161-0/+42
| | | | Contains a set of URLs to freedesktop.org.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-151-3/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2009-11-151-2/+5
| | | | | | The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
* configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-11-151-5/+5
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon2009-11-151-0/+1
| | | | | This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-151-7/+71
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* Allow old servers to build with new headersKeith Packard2009-11-034-0/+268
| | | | | | | | This provides header compatibility back to X server version 1.6 at least (that's all I tested). Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
* xextproto 7.1.1xextproto-7.1.1Peter Hutterer2009-08-251-1/+1
|
* Fix XSyncValueSubtract typoEduard Bagrov2009-08-221-1/+1
| | | | | | X.Org bug#23438 <http://bugs.freedesktop.org/show_bug.cgi?id=23438> Signed-off-by: Julien Cristau <jcristau@debian.org>
* xextproto 7.1.0xextproto-7.1.0Peter Hutterer2009-08-061-1/+1
|
* lbxproto: remove debug macro and definition of lbxDebug.Peter Hutterer2009-08-051-7/+0
| | | | | | This should not be in the protocol headers. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Bump to 7.0.99.3xextproto-7.0.99.3Peter 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-223-2/+2
| | | | | | case-insensitive filesystems Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Bump to 7.0.99.2xextproto-7.0.99.2Peter Hutterer2009-07-211-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on ↵Jon TURNEY2009-07-213-4/+4
| | | | | | case-insensitive filesystems Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove RCS tags.Peter Hutterer2009-07-1628-64/+0
|
* Bump to 7.0.99.1xextproto-7.0.99.1Peter Hutterer2009-07-161-1/+1
|
* xtestext1: split xtestext1.h header into xtestext1proto.hPeter Hutterer2009-07-163-113/+173
|
* sync: remove sync.h library header, split into syncconst.hPeter Hutterer2009-07-164-609/+207
| | | | Rename syncstr.h to syncproto.h
* shape: remove shape.h, split into shapeconst.hPeter Hutterer2009-07-164-193/+75
| | | | Rename shapestr.h to shapeproto.h
* security: remove security.h, split into secur.hPeter Hutterer2009-07-163-66/+14
| | | | Rename securstr.h to securproto.h
* multibuf: remove multibuf.h, split into multibufconst.hPeter Hutterer2009-07-165-928/+388
|
* remove extutil.h, pure library headerPeter Hutterer2009-07-162-193/+0
|
* dpms: remove dpms.h library header, split into dpmsconst.hPeter Hutterer2009-07-163-47/+23
|
* Remove Xext.h and Xge.h - pure library headers.Peter Hutterer2009-07-163-114/+0
|
* Xdbe: remove Xdbe.h library header, split into dbe.hPeter Hutterer2009-07-164-199/+70
| | | | Rename Xdbeproto to dbeproto.h
* Xcup: remove XCup.h library header, split into cup.hPeter Hutterer2009-07-163-45/+15
| | | | Rename Xcupstr.h to cupproto.h
* Xag: remove Xag.h library header, split into Xagconst.hPeter Hutterer2009-07-163-89/+27
|
* XTest: remove XTest.h, split into xtest.h and xtestproto.hPeter Hutterer2009-07-164-170/+54
| | | | To avoid conflicts, xtest.h uses a XTEST_CONST_H include barrier.
* XShm: remove XShm.h library header, split into shm.h, shmproto.hPeter Hutterer2009-07-164-204/+59
| | | | | | Removing Xlib function prototypes. Move extension name to shm.h Move protocol request opcodes to shmproto.h
* XLbx: remove XLbx library headers, split into lbx.h, lbxproto.hPeter Hutterer2009-07-163-113/+82
| | | | | Remove Xlib function prototypes. Move extension name into lbx.h, move protocol opcodes into lbxproto.h
* XEVI: remove XEVI.h library header, split into EVIproto.hPeter Hutterer2009-07-163-44/+18
| | | | | | Remove Xlib function prototypes. Move protocol opcodes to EVIproto.h Move extension name from EVIproto.h into EVI.h
* MITMisc: remove MITMisc.h library header, split into mitmistproto.hPeter Hutterer2009-07-163-37/+11
| | | | | | | | Moving extension name from mitmiststr.h into mitmisc.h. Removing Xlib function prototypes from mitmisc.h. Moving protocol request opcodes into mitmiscproto.h Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove most LBX headers.Adam Jackson2009-07-157-555/+0
| | | | | XLbx.h and lbxstr.h are required for libXext to build, and we're not allowed to remove API from that.
* C sucks: define XEventClass in terms of unsigned int, not CARD32.James Cloos2009-03-281-5/+7
| | | | | | | | | Apparently pulling in Xmd.h here breaks qt, since they both define an INT32 type (and incompatible ones even, since Xmd's is unsigned long on ILP32 because whoever wrote Xmd.h is a C novice). (Based on inputproto commit b5cbe2d93f6c0129b8f29da97778f6d1b15c38f9. Patch submitted to xorg@ in <20090117121713.46bf3332@family.dyweni.com>.)
* Bump to libXext Version 7.0.5.xextproto-7.0.5Paulo Cesar Pereira de Andrade2009-01-292-11/+9
| | | | | Add required change to correct #18038 (patch to avoid gcc warning in libXext)
* Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade2009-01-273-2/+9
|