summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add geproto.txt to EXTRA_DISTJulien Cristau2008-12-231-1/+1
|
* COPYING: add Peter Hutterer's license and copyright noticeJulien Cristau2008-12-231-0/+22
| | | | Taken from Xge.h
* Bump to 7.0.4xextproto-7.0.4Peter Hutterer2008-12-181-1/+1
|
* Clean up XGE documentation.Peter Hutterer2008-12-181-75/+56
|
* geproto: remote trailing whitespaces.Peter Hutterer2008-12-011-15/+15
|
* Xge.h: include Xmd.h for CARD8Peter Hutterer2008-09-261-0/+1
|
* Bump to 7.0.3.xextproto-7.0.3Peter Hutterer2008-05-281-1/+1
|
* Xge: replace copyrights with standard format from xserver COPYING.Peter Hutterer2008-05-123-71/+71
|
* Merge branch 'master' into xgePeter Hutterer2008-05-123-19/+11
|\
| * Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-19/+10
| |
| * Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
| |
* | Add XGE header files and protocol description.Peter Hutterer2007-05-175-0/+306
|/
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-141-0/+0
|
* Remove Xserver API for appgroup extension [Will break Xorg server buildsAlan Coopersmith2006-06-273-77/+8
| | | | | prior to 2006-06-21 / git commit 77c947b900faf34f425eef1549d8210c475e093b]
* Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [WillAlan Coopersmith2006-06-212-84/+7
| | | | | break Xorg server builds prior to 2006-06-20 / git commit d44b2a0a57fb89741173c31676af0ccc822387dc]
* Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+5
|
* Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPYKevin E Martin2005-10-191-1/+1
|
* Add basic .cvsignore files for proto modules.Eric Anholt2005-08-021-0/+10
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-2/+4
| | | | | | | | | | | - 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
* Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11Adam Jackson2005-06-102-1/+2
|
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Add COPYING file for XExt. Note that there are several similar butJosh Triplett2005-05-181-0/+179
| | | | | subtly-different licenses included; in particular, there are some copyright holders with multiple slightly-different licenses included.
* Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen2005-05-093-5/+5
|
* Initial build system files for proto module.Kevin E Martin2005-05-064-0/+70
|
* //bugs.freedesktop.org/show_bug.cgi?id=830): Get DPMS header filesco_port_update-baseXORG-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_10XORG-6_8_99_1sco_port_updateRoland Mainz2004-12-071-1/+8
| | | | | | (include/extensions/dpms.h) working with C++ applications. Patch by Kevin DeKorte <kdekorte@yahoo.com> and Roland Mainz <roland.mainz@nrubsig.org>.