summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-01Deprecate compositeprotoHEADmasterAdam Jackson3-96/+4
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-10-26config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-1/+2
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-02-18Remove {Redirect, Transform}Coordinate requestsDaniel Martin1-40/+0
Remove the RedirectCoordinate and TransformCoordinate requests from the specification. The corresponding events and structures had been removed in July 2007: commit 1838412 Define new manual-redirect clipping semantics and bump version to 0.4. Reference-to: 1838412121d0bac8ce443d362e75439d58a93a4d Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-10-29compositeproto 0.4.2compositeproto-0.4.2Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith3-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. autogen.sh is also not required in any GNU package. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith3-51/+56
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15Purge CVS/RCS $Id$ tagsAlan Coopersmith4-9/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-30COPYING: add Copyright from SUN MicrosystemsGaetan Nadon1-1/+19
The COPYING file contains all Copyright notices from source code. Refer to composite.h. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-17Use $(docdir) for compositeproto.txt install pathRémi Cardona2-4/+3
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-18INSTALL: file is missing or incorrect #24206Gaetan Nadon1-291/+0
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
2009-11-15NEWS: remove empty file #24206Gaetan Nadon1-0/+0
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2-7/+293
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-2/+2
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-4/+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.
2009-10-02compositeproto 0.4.1compositeproto-0.4.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-02Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-5/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-02Add pointers to mailing list, git repo, and wiki to READMEAlan Coopersmith1-0/+24
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-11compositeproto: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon2-1/+6
Build break: Makefile.am: command not found: git-log Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Tested: running autogen.sh, make and 'make dist' Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-88/+10
2007-08-16Temporarily define Pixmap (just like Window and Region). (From pkgsrc.)Jeremy C. Reed1-0/+2
2007-07-03Bump version in configure.ac to 0.4compositeproto-0.4Keith Packard1-1/+1
2007-07-03Define new manual-redirect clipping semantics and bump version to 0.4.Keith Packard3-88/+16
Manual-redirect windows no longer clip their parents, nor do they affect expose event computation. This makes it possible to create application-level composited windows which can be damaged by other window manipulations. This patch also removes the coordinate transformation stuff which was never released.
2007-04-17Add *~ to .gitignore to skip emacs/patch droppingsAlan Coopersmith1-0/+1
2007-04-17Protocol spec nit cleanupsAlan Coopersmith1-10/+7
Fix versioning from 0.3/0.4 merge Update description of RedirectWindow to match names in protocol diagrams
2007-01-09Update protocol spec for 0.3 -> 0.4 rename and new 0.3 request.Eric Anholt1-4/+74
The original overlay window text was from Deron Johnson, but I moved it around to be where I understand the pieces of the description were meant to go.
2007-01-09Move composite protocol description to the new canonical location/name.Eric Anholt2-2/+2
2006-12-05Have NameWindowPixmap return a Match error on unrealized windows.Aaron Plattner1-1/+1
2006-08-15Correct the spelling of compositedocdir_DATA. Otherwise automake complains.root1-2/+1
2006-03-31Sync'd with modular proto/Composite (Version 0.3 definitions).Deron4-3/+89
Also changed CTR definitions to Version 0.4 and increased the request numbers to be above those of Version 0.3.
2006-02-24Add coordinate transform redirect protocol bitsKeith Packard2-4/+58
2006-02-24Clean up mistakes integrating xorg changesKeith Packard2-2/+2
2006-02-24Remove .cvsignoreKeith Packard1-12/+0
2006-02-24Add .gitignoreKeith Packard1-0/+10
2006-02-24Paste Xorg changes on top of historical xlibs repositoryKeith Packard4-14/+18
2006-02-20Update to include CTRKeith Packard1-39/+120
2005-01-03New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone1-1/+10
2004-07-08Add NameWindowPixmap request. Bump protocol to 0.2Keith Packard4-7/+56
2004-06-27Fix some apostrophe issues.Eric Anholt2-2/+7
2004-02-03Add author's informationJim Gettys2-0/+5
2004-01-15Tag release 2.0 for first freedesktop.org clientside release.COMPOSITEEXT-2_0-RELEASEDaniel Stone1-0/+3
2003-11-11Updated .cvsignoreCarl Worth1-0/+12
2003-11-09Note that Manual Subwindows mode disables background painting.Keith Packard2-1/+8