summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-01Deprecate damageprotoHEADmasterAdam 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>
2015-09-21Typo fixAdam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
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-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>
2011-01-06Remove CVS id tag from COPYING fileAlan Coopersmith1-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29damageproto 1.2.1damageproto-1.2.1Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-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>
2009-12-17Use $(docdir) for damageproto.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-16Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-291/+0
INSTALL file now copied from util-macros. The copy in git is removed.
2009-11-16Revert "NEWS: remove empty file #24206"Gaetan Nadon1-0/+2
This reverts commit 2fa701f45f0aa12bbaeeb8adbb82389b09ec57a2. The NEWS file was not empty
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+24
Contains a set of URLs to freedesktop.org.
2009-11-15NEWS: remove empty file #24206Gaetan Nadon1-2/+0
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-4/+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-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.
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-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.
2009-08-27damageproto 1.2.0damageproto-1.2.0Peter Hutterer1-1/+1
2009-08-27Remove RCS tagsPeter Hutterer4-8/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-11damageproto: 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>
2008-09-19Document that 'parts' may be None for DamageSubtractOwen Taylor1-5/+6
The server code has handled parts == None since at least 2004.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-39/+10
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-01-09Rename DamagePost to DamageAdd per suggestion from keithp.damageproto-1.1.0Eric Anholt4-6/+6
2007-01-08Install the protocol doc as damageproto.txt in its canonical doc dir.Eric Anholt2-2/+2
2007-01-08Documentation and copyright updates for 1.1 protocol (and other fixes).Eric Anholt7-11/+38
2007-01-05Add a request to report a region of damage to a drawable.Eric Anholt4-3/+23
This bumps the protocol (and package) version to 1.1.
2006-02-24reflect filename change to .gitignoreKeith Packard1-1/+1
2006-02-24Import changes from X.org repositoryKeith Packard5-17/+20
2006-02-24rename damageext.pc.in to damageproto.pc.in as per xorgKeith Packard1-0/+0
2005-01-16Fix to work with automake 1.9.x.Chris Larson2-2/+6
2005-01-03New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone1-1/+10
2004-02-03add author to AUTHOR's file.Jim Gettys2-0/+5
2004-01-15Tag release 1.0 for first freedesktop.org clientside lib release.DAMAGEEXT-1_0-RELEASEDaniel Stone1-0/+3
2003-11-26Fixes to make these work on Debian's libtool (which seems to still be buggy).Chris Lee1-1/+2
-clee
2003-11-04Mark document revision Credit Havoc the Tolerant for his earlier design and ↵Keith Packard2-2/+13
implementation
2003-10-24Add .cvsignoreKeith Packard1-0/+11
2003-10-24Initial working version -- added DamageDestroy and damage objectsKeith Packard13-31/+385
2003-10-19Initial revisionKeith Packard2-0/+178