Commit graph

67 commits

Author SHA1 Message Date
Gaetan Nadon
182e739d8f configure.ac: AM_MAINTAINER_MODE missing #24238
This turns off maintainer mode build rules in tarballs.
Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15 13:55:25 -05:00
Gaetan Nadon
4b0b3afee8 .gitignore: use common defaults with custom section # 24239
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.
2009-11-15 13:22:58 -05:00
Keith Packard
9d5e140111 Allow old servers to build with new headers
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>
2009-11-03 22:44:56 -08:00
Peter Hutterer
987aeb9bd1 xextproto 7.1.1 2009-08-25 09:30:15 +10:00
Eduard Bagrov
55a0bbdde9 Fix XSyncValueSubtract typo
X.Org bug#23438 <http://bugs.freedesktop.org/show_bug.cgi?id=23438>

Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-08-22 20:04:34 +02:00
Peter Hutterer
23ac4d5235 xextproto 7.1.0 2009-08-06 09:42:55 +10:00
Peter Hutterer
5ffa318ddb lbxproto: remove debug macro and definition of lbxDebug.
This should not be in the protocol headers.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-05 15:31:24 +10:00
Peter Hutterer
5a266968b1 Bump to 7.0.99.3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-22 20:26:36 +10:00
Magnus Kessler
d7ead7a591 Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on case-insensitive filesystems
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-22 20:06:29 +10:00
Peter Hutterer
2fd05eca7d Bump to 7.0.99.2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-21 13:36:03 +10:00
Jon TURNEY
a049c37f78 Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on case-insensitive filesystems
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-21 13:34:14 +10:00
Peter Hutterer
609c3b03fb Remove RCS tags. 2009-07-16 12:05:09 +10:00
Peter Hutterer
6e9e47edf9 Bump to 7.0.99.1 2009-07-16 12:05:09 +10:00
Peter Hutterer
ef8766e44c xtestext1: split xtestext1.h header into xtestext1proto.h 2009-07-16 11:30:42 +10:00
Peter Hutterer
a1f0b58efc sync: remove sync.h library header, split into syncconst.h
Rename syncstr.h to syncproto.h
2009-07-16 11:30:42 +10:00
Peter Hutterer
35ec266909 shape: remove shape.h, split into shapeconst.h
Rename shapestr.h to shapeproto.h
2009-07-16 11:30:41 +10:00
Peter Hutterer
7cfdafd5ec security: remove security.h, split into secur.h
Rename securstr.h to securproto.h
2009-07-16 11:30:31 +10:00
Peter Hutterer
19f527b4ab multibuf: remove multibuf.h, split into multibufconst.h 2009-07-16 11:30:30 +10:00
Peter Hutterer
4b7fff5309 remove extutil.h, pure library header 2009-07-16 11:30:03 +10:00
Peter Hutterer
0af7f15223 dpms: remove dpms.h library header, split into dpmsconst.h 2009-07-16 11:30:03 +10:00
Peter Hutterer
ac0dfab3fe Remove Xext.h and Xge.h - pure library headers. 2009-07-16 11:30:03 +10:00
Peter Hutterer
413572e112 Xdbe: remove Xdbe.h library header, split into dbe.h
Rename Xdbeproto to dbeproto.h
2009-07-16 11:29:45 +10:00
Peter Hutterer
d2574e8804 Xcup: remove XCup.h library header, split into cup.h
Rename Xcupstr.h to cupproto.h
2009-07-16 11:29:45 +10:00
Peter Hutterer
38daa9d8d9 Xag: remove Xag.h library header, split into Xagconst.h 2009-07-16 11:29:45 +10:00
Peter Hutterer
8cb2568c4a XTest: remove XTest.h, split into xtest.h and xtestproto.h
To avoid conflicts, xtest.h uses a XTEST_CONST_H include barrier.
2009-07-16 11:29:45 +10:00
Peter Hutterer
c63abdd1eb XShm: remove XShm.h library header, split into shm.h, shmproto.h
Removing Xlib function prototypes.
Move extension name to shm.h
Move protocol request opcodes to shmproto.h
2009-07-16 11:29:45 +10:00
Peter Hutterer
0adb09e032 XLbx: remove XLbx library headers, split into lbx.h, lbxproto.h
Remove Xlib function prototypes.
Move extension name into lbx.h, move protocol opcodes into lbxproto.h
2009-07-16 11:29:44 +10:00
Peter Hutterer
727003b518 XEVI: remove XEVI.h library header, split into EVIproto.h
Remove Xlib function prototypes.
Move protocol opcodes to EVIproto.h
Move extension name from EVIproto.h into EVI.h
2009-07-16 11:29:01 +10:00
Peter Hutterer
3770d4bd03 MITMisc: remove MITMisc.h library header, split into mitmistproto.h
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>
2009-07-16 11:29:01 +10:00
Adam Jackson
57d09e47d0 Remove most LBX headers.
XLbx.h and lbxstr.h are required for libXext to build, and we're not
allowed to remove API from that.
2009-07-15 13:41:36 -04:00
James Cloos
7629def073 C sucks: define XEventClass in terms of unsigned int, not CARD32.
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 b5cbe2d93f.
Patch submitted to xorg@ in <20090117121713.46bf3332@family.dyweni.com>.)
2009-03-28 14:20:38 -04:00
Paulo Cesar Pereira de Andrade
ac98d8c559 Bump to libXext Version 7.0.5.
Add required change to correct #18038
(patch to avoid gcc warning in libXext)
2009-01-29 16:22:20 -02:00
Paulo Cesar Pereira de Andrade
8b5b82ec72 Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
Julien Cristau
fa652c6013 Add geproto.txt to EXTRA_DIST 2008-12-23 16:16:46 +01:00
Julien Cristau
bd7f3e16b5 COPYING: add Peter Hutterer's license and copyright notice
Taken from Xge.h
2008-12-23 15:45:13 +01:00
Peter Hutterer
e1773d8ad7 Bump to 7.0.4 2008-12-18 10:10:42 +10:00
Peter Hutterer
e7f0c4261c Clean up XGE documentation. 2008-12-18 10:10:10 +10:00
Peter Hutterer
b0080664e4 geproto: remote trailing whitespaces. 2008-12-01 15:41:39 +10:00
Peter Hutterer
f7e5f23e37 Xge.h: include Xmd.h for CARD8 2008-09-26 14:57:00 +09:30
Peter Hutterer
db08133016 Bump to 7.0.3. 2008-05-28 17:18:14 +09:30
Peter Hutterer
801650f0d1 Xge: replace copyrights with standard format from xserver COPYING. 2008-05-12 17:26:02 +09:30
Peter Hutterer
9dc48efe2b Merge branch 'master' into xge 2008-05-12 17:22:14 +09:30
James Cloos
a07a30f992 Replace static ChangeLog with dist-hook to generate from git log 2007-12-06 16:39:10 -05:00
James Cloos
087c2ccc7e Add *~ to .gitignore to skip patch/emacs droppings 2007-09-03 05:54:25 -04:00
Peter Hutterer
69356e4165 Add XGE header files and protocol description. 2007-05-17 19:40:15 +09:30
Alan Coopersmith
88c24404b4 renamed: .cvsignore -> .gitignore 2006-07-14 18:56:41 -07:00
Alan Coopersmith
a63b4a9d7e Remove Xserver API for appgroup extension [Will break Xorg server builds
prior to 2006-06-21 / git commit
77c947b900faf34f425eef1549d8210c475e093b]
2006-06-27 16:25:22 +00:00
Alan Coopersmith
7bcd3400a8 Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will
break Xorg server builds prior to 2006-06-20 / git commit
    d44b2a0a57fb89741173c31676af0ccc822387dc]
2006-06-21 21:20:22 +00:00
Kevin E Martin
cb67dc3636 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:39 +00:00
Kevin E Martin
9f8dd22202 Update package version number for RC1 release. 2005-10-19 02:48:15 +00:00