summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate damageprotoHEADmasterAdam 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>
* Typo fixAdam Jackson2015-09-211-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* 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>
* 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>
* Remove CVS id tag from COPYING fileAlan Coopersmith2011-01-061-2/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* damageproto 1.2.1damageproto-1.2.1Alan Coopersmith2010-10-291-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+0
| | | | | | | Automake always includes it in the tarball. remove autogen.sh which is not required in any GNU package Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Use $(docdir) for damageproto.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.
* Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2009-11-161-291/+0
| | | | | INSTALL file now copied from util-macros. The copy in git is removed.
* Revert "NEWS: remove empty file #24206"Gaetan Nadon2009-11-161-0/+2
| | | | | This reverts commit 2fa701f45f0aa12bbaeeb8adbb82389b09ec57a2. The NEWS file was not empty
* README: file created or updated #24206Gaetan Nadon2009-11-161-0/+24
| | | | Contains a set of URLs to freedesktop.org.
* NEWS: remove empty file #24206Gaetan Nadon2009-11-151-2/+0
|
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-151-4/+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-6/+5
| | | | | | 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/+70
| | | | | | 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.
* damageproto 1.2.0damageproto-1.2.0Peter Hutterer2009-08-271-1/+1
|
* Remove RCS tagsPeter Hutterer2009-08-274-8/+0
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* damageproto: 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>
* Document that 'parts' may be None for DamageSubtractOwen Taylor2008-09-191-5/+6
| | | | The server code has handled parts == None since at least 2004.
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-39/+10
|
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* Rename DamagePost to DamageAdd per suggestion from keithp.damageproto-1.1.0Eric Anholt2007-01-094-6/+6
|
* Install the protocol doc as damageproto.txt in its canonical doc dir.Eric Anholt2007-01-082-2/+2
|
* Documentation and copyright updates for 1.1 protocol (and other fixes).Eric Anholt2007-01-087-11/+38
|
* Add a request to report a region of damage to a drawable.Eric Anholt2007-01-054-3/+23
| | | | This bumps the protocol (and package) version to 1.1.
* reflect filename change to .gitignoreKeith Packard2006-02-241-1/+1
|
* Import changes from X.org repositoryKeith Packard2006-02-245-17/+20
|
* rename damageext.pc.in to damageproto.pc.in as per xorgKeith Packard2006-02-241-0/+0
|
* Fix to work with automake 1.9.x.Chris Larson2005-01-162-2/+6
|
* New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone2005-01-031-1/+10
|
* add author to AUTHOR's file.Jim Gettys2004-02-032-0/+5
|
* Tag release 1.0 for first freedesktop.org clientside lib release.DAMAGEEXT-1_0-RELEASEDaniel Stone2004-01-151-0/+3
|
* Fixes to make these work on Debian's libtool (which seems to still be buggy).Chris Lee2003-11-261-1/+2
| | | | -clee
* Mark document revision Credit Havoc the Tolerant for his earlier design and ↵Keith Packard2003-11-042-2/+13
| | | | implementation
* Add .cvsignoreKeith Packard2003-10-241-0/+11
|
* Initial working version -- added DamageDestroy and damage objectsKeith Packard2003-10-2413-31/+385
|
* Initial revisionKeith Packard2003-10-192-0/+178