summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate compositeprotoHEADmasterAdam Jackson2018-03-013-96/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
| | | | Signed-off-by: Mihail Konev <k.mvc@ya.ru>
* autogen.sh: use quoted string variablesEmil Velikov2017-01-241-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>
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-241-1/+1
| | | | | | Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon2013-10-261-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>
* Remove {Redirect, Transform}Coordinate requestsDaniel Martin2013-02-181-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>
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
| | | | | | http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* compositeproto 0.4.2compositeproto-0.4.2Alan Coopersmith2010-10-291-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Sun's copyrights now belong to OracleAlan Coopersmith2010-10-293-3/+3
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-281-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>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-153-51/+56
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Purge CVS/RCS $Id$ tagsAlan Coopersmith2010-01-154-9/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* COPYING: add Copyright from SUN MicrosystemsGaetan Nadon2009-12-301-1/+19
| | | | | | | The COPYING file contains all Copyright notices from source code. Refer to composite.h. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Use $(docdir) for compositeproto.txt install pathRémi Cardona2009-12-172-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>
* 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.
* INSTALL: file is missing or incorrect #24206Gaetan Nadon2009-11-181-291/+0
| | | | | The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
* NEWS: remove empty file #24206Gaetan Nadon2009-11-151-0/+0
|
* 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-152-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
* configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-11-151-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.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-151-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.
* compositeproto 0.4.1compositeproto-0.4.1Alan Coopersmith2009-10-021-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-021-5/+4
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add pointers to mailing list, git repo, and wiki to READMEAlan Coopersmith2009-10-021-0/+24
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* compositeproto: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon2009-07-112-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>
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-88/+10
|
* Temporarily define Pixmap (just like Window and Region). (From pkgsrc.)Jeremy C. Reed2007-08-161-0/+2
|
* Bump version in configure.ac to 0.4compositeproto-0.4Keith Packard2007-07-031-1/+1
|
* Define new manual-redirect clipping semantics and bump version to 0.4.Keith Packard2007-07-033-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.
* Add *~ to .gitignore to skip emacs/patch droppingsAlan Coopersmith2007-04-171-0/+1
|
* Protocol spec nit cleanupsAlan Coopersmith2007-04-171-10/+7
| | | | | Fix versioning from 0.3/0.4 merge Update description of RedirectWindow to match names in protocol diagrams
* Update protocol spec for 0.3 -> 0.4 rename and new 0.3 request.Eric Anholt2007-01-091-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.
* Move composite protocol description to the new canonical location/name.Eric Anholt2007-01-092-2/+2
|
* Have NameWindowPixmap return a Match error on unrealized windows.Aaron Plattner2006-12-051-1/+1
|
* Correct the spelling of compositedocdir_DATA. Otherwise automake complains.root2006-08-151-2/+1
|
* Sync'd with modular proto/Composite (Version 0.3 definitions).Deron2006-03-314-3/+89
| | | | | Also changed CTR definitions to Version 0.4 and increased the request numbers to be above those of Version 0.3.
* Add coordinate transform redirect protocol bitsKeith Packard2006-02-242-4/+58
|
* Clean up mistakes integrating xorg changesKeith Packard2006-02-242-2/+2
|
* Remove .cvsignoreKeith Packard2006-02-241-12/+0
|
* Add .gitignoreKeith Packard2006-02-241-0/+10
|
* Paste Xorg changes on top of historical xlibs repositoryKeith Packard2006-02-244-14/+18
|
* Update to include CTRKeith Packard2006-02-201-39/+120
|
* New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone2005-01-031-1/+10
|
* Add NameWindowPixmap request. Bump protocol to 0.2Keith Packard2004-07-084-7/+56
|
* Fix some apostrophe issues.Eric Anholt2004-06-272-2/+7
|
* Add author's informationJim Gettys2004-02-032-0/+5
|
* Tag release 2.0 for first freedesktop.org clientside release.COMPOSITEEXT-2_0-RELEASEDaniel Stone2004-01-151-0/+3
|
* Updated .cvsignoreCarl Worth2003-11-111-0/+12
|
* Note that Manual Subwindows mode disables background painting.Keith Packard2003-11-092-1/+8
|