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
Eric Anholt
cba4432f0d
Add basic .cvsignore files for proto modules.
2005-08-02 19:19:40 +00:00
Kevin E Martin
790de7da64
Various changes preparing packages for RC0:
...
- 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-29 21:22:57 +00:00
Adam Jackson
cf67142f46
Bug #2799 : Input shape. (Keith Packard)
2005-06-10 04:01:14 +00:00
Adam Jackson
b855e49cf8
revert last change, didn't do right thing at all, sorry for the noise
2005-05-19 00:22:40 +00:00
Adam Jackson
1e1659043f
Require automake 1.7 in AM_INIT_AUTOMAKE
2005-05-19 00:10:19 +00:00
Josh Triplett
1d316d3938
Add COPYING file for XExt. Note that there are several similar but
...
subtly-different licenses included; in particular, there are some
copyright holders with multiple slightly-different licenses included.
2005-05-18 08:09:13 +00:00
Søren Sandmann Pedersen
f3c7759e6d
Change all the protonames from <extension>Ext to <extension>Proto.
2005-05-09 18:20:06 +00:00
Kevin E Martin
474a31667a
Initial build system files for proto module.
2005-05-06 01:46:32 +00:00
Roland Mainz
be09530f84
//bugs.freedesktop.org/show_bug.cgi?id=830): Get DPMS header file
...
(include/extensions/dpms.h) working with C++ applications. Patch by
Kevin DeKorte <kdekorte@yahoo.com> and Roland Mainz
<roland.mainz@nrubsig.org>.
2004-12-07 23:37:37 +00:00
Egbert Eich
da24110547
Merging XORG-CURRENT into trunk
2004-04-23 18:43:06 +00:00
Egbert Eich
8fc2a0fd8a
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
2004-03-14 08:31:36 +00:00
Egbert Eich
e7af2a9e4c
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
2004-03-03 12:10:54 +00:00
Egbert Eich
abb02cac08
readding XFree86's cvs IDs
2004-02-26 13:35:14 +00:00
Egbert Eich
c9d6200d55
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
2004-02-26 09:22:28 +00:00
Kaleb Keithley
023a09fe64
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
2003-11-25 19:28:02 +00:00
Kaleb Keithley
343e78e150
XFree86 4.3.0.1
2003-11-14 16:48:43 +00:00
Kaleb Keithley
9a41c9c645
R6.6 is the Xorg base-line
2003-11-14 15:54:35 +00:00