Commit graph

39 commits

Author SHA1 Message Date
Gaetan Nadon
260cc8eadd NEWS: remove empty file #24206 2009-11-15 20:25:50 -05:00
Gaetan Nadon
55f6f1eec2 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
2009-11-15 19:45:26 -05:00
Gaetan Nadon
ad60112eb2 Makefile.am: INSTALL file is missing or incorrect #24206
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-15 18:31:28 -05:00
Gaetan Nadon
8a7c2c6296 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
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 18:11:36 -05:00
Gaetan Nadon
00dc749894 .gitignore: use common defaults with custom section # 24239
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-11-15 13:22:53 -05:00
Alan Coopersmith
39612a7153 compositeproto 0.4.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-02 18:59:54 -07:00
Alan Coopersmith
ad173235db Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-02 18:58:05 -07:00
Alan Coopersmith
bbdc2ae4f4 Add pointers to mailing list, git repo, and wiki to README
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-02 18:52:44 -07:00
Gaetan Nadon
961dbcda7f compositeproto: use XORG_CHANGELOG macro to create ChangeLog. #22611
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>
2009-07-11 20:43:23 +10:00
James Cloos
2ffb32d61c Replace static ChangeLog with dist-hook to generate from git log 2007-12-06 16:38:57 -05:00
Jeremy C. Reed
5ac473a937 Temporarily define Pixmap (just like Window and Region). (From pkgsrc.) 2007-08-16 11:28:30 -05:00
Keith Packard
25e8047e25 Bump version in configure.ac to 0.4 2007-07-03 14:11:10 -07:00
Keith Packard
1838412121 Define new manual-redirect clipping semantics and bump version to 0.4.
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-07-03 14:09:41 -07:00
Alan Coopersmith
bca9592612 Add *~ to .gitignore to skip emacs/patch droppings 2007-04-17 20:48:18 -07:00
Alan Coopersmith
6acacb52ef Protocol spec nit cleanups
Fix versioning from 0.3/0.4 merge
Update description of RedirectWindow to match names in protocol diagrams
2007-04-17 20:47:50 -07:00
Eric Anholt
dd2133540f Update protocol spec for 0.3 -> 0.4 rename and new 0.3 request.
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-09 10:42:31 -08:00
Eric Anholt
ea2c1d120e Move composite protocol description to the new canonical location/name. 2007-01-09 09:46:31 -08:00
Aaron Plattner
34251361a6 Have NameWindowPixmap return a Match error on unrealized windows. 2006-12-05 12:39:15 -08:00
root
5ecbf06cb7 Correct the spelling of compositedocdir_DATA. Otherwise automake complains. 2006-08-15 14:30:32 -07:00
Deron
ba9ca99638 Sync'd with modular proto/Composite (Version 0.3 definitions).
Also changed CTR definitions to Version 0.4 and increased the
request numbers to be above those of Version 0.3.
2006-03-31 03:29:42 -08:00
Keith Packard
565c0bcc56 Add coordinate transform redirect protocol bits 2006-02-24 02:55:19 +01:00
Keith Packard
8e0790045d Clean up mistakes integrating xorg changes 2006-02-24 02:06:13 +01:00
Keith Packard
1d43eaf21b Remove .cvsignore 2006-02-24 02:03:25 +01:00
Keith Packard
694da3931b Add .gitignore 2006-02-24 02:01:54 +01:00
Keith Packard
369d28141b Paste Xorg changes on top of historical xlibs repository 2006-02-24 02:01:10 +01:00
Keith Packard
7388d4f6dd Update to include CTR 2006-02-20 18:41:15 +00:00
Daniel Stone
90d453e5ab New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir. 2005-01-03 05:16:04 +00:00
Keith Packard
734331f433 Add NameWindowPixmap request. Bump protocol to 0.2 2004-07-08 07:20:55 +00:00
Eric Anholt
19bb2c3837 Fix some apostrophe issues. 2004-06-27 07:23:56 +00:00
Jim Gettys
47c46ad42a Add author's information 2004-02-03 20:42:46 +00:00
Daniel Stone
cad37f1648 Tag release 2.0 for first freedesktop.org clientside release. 2004-01-15 03:42:08 +00:00
Carl Worth
0acceb6210 Updated .cvsignore 2003-11-11 18:34:48 +00:00
Keith Packard
35a9c80252 Note that Manual Subwindows mode disables background painting. 2003-11-09 07:07:21 +00:00
Keith Packard
11105d8706 Add update mode to Unredirect requests so clients can redirect multiple times (and then unredirect) Add CompositeNumberRequests Fix some typeos 2003-11-07 04:21:01 +00:00
Keith Packard
0b7b69d3b6 Change name from Apportion to Composite Clarify that root cannot be redirected. Add more error values. 2003-11-05 05:39:58 +00:00
Keith Packard
5113df7e49 autofoo Add protocol headers Use enum for update mode instead of bool 2003-10-30 04:31:19 +00:00
Keith Packard
00b320e307 Define clipping while redirected 2003-10-29 23:48:40 +00:00
Keith Packard
7cc591f9ff spelling mistake 2003-10-28 20:43:27 +00:00
Keith Packard
faa486b819 Initial revision 2003-10-24 23:05:41 +00:00