ChangeLog revision 1.1.1.2 1 1.1.1.2 mrg commit 728ae9bda2e536897b630b149df522fa6286a1c5
2 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
3 1.1.1.2 mrg Date: Tue Oct 6 11:24:50 2009 -0700
4 1.1 mrg
5 1.1.1.2 mrg libXdamage 1.1.2
6 1.1.1.2 mrg
7 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
8 1.1 mrg
9 1.1.1.2 mrg commit 229ebbc4acd3de3a4a118f53db013629691b6ce9
10 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
11 1.1.1.2 mrg Date: Tue Oct 6 11:18:39 2009 -0700
12 1.1 mrg
13 1.1.1.2 mrg Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
14 1.1.1.2 mrg
15 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
16 1.1 mrg
17 1.1.1.2 mrg commit eed319fd48299e49b2f6ae9ff452a5d6c64ea192
18 1.1.1.2 mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
19 1.1.1.2 mrg Date: Thu Sep 3 15:50:23 2009 +1000
20 1.1 mrg
21 1.1.1.2 mrg Require pkg-config to find the packages, no funky x11 lookups.
22 1.1.1.2 mrg
23 1.1.1.2 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
24 1.1.1.2 mrg Acked-by: Daniel Stone <daniel (a] fooishbar.org>
25 1.1 mrg
26 1.1.1.2 mrg commit c3f08b7b0a0b1dd42dd00efe07ebc07f7085b433
27 1.1.1.2 mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
28 1.1.1.2 mrg Date: Thu Sep 3 15:50:18 2009 +1000
29 1.1 mrg
30 1.1.1.2 mrg Fix a comment in configure.ac, this is libXdamage, not libXfixes
31 1.1.1.2 mrg
32 1.1.1.2 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
33 1.1 mrg
34 1.1.1.2 mrg commit 02a61d40687f4ee358e2f7903ce0ceacf273e254
35 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
36 1.1.1.2 mrg Date: Mon Feb 2 20:34:32 2009 -0800
37 1.1 mrg
38 1.1.1.2 mrg Add README with pointers to mailing list, bugzilla & git repos
39 1.1.1.2 mrg
40 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
41 1.1 mrg
42 1.1.1.2 mrg commit 0a48e5c663bf2ec3f6870bf9e9cfa90dfddd6fe6
43 1.1.1.2 mrg Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
44 1.1.1.2 mrg Date: Thu Jan 29 15:41:23 2009 -0200
45 1.1 mrg
46 1.1.1.2 mrg Janitor: Correct make distcheck and compiler warnings.
47 1.1 mrg
48 1.1.1.2 mrg commit 0ca7d78aeb8035ef52c1415170e1257493d789fd
49 1.1.1.2 mrg Author: Peter Hutterer <peter (a] cs.unisa.edu.au>
50 1.1.1.2 mrg Date: Mon May 19 17:24:04 2008 +0930
51 1.1 mrg
52 1.1.1.2 mrg Change parameter names for QueryVersion/QueryExtension.
53 1.1.1.2 mrg
54 1.1.1.2 mrg Simply to clarify the inner workings of the lib and that these parameters are
55 1.1.1.2 mrg treated as return values only.
56 1.1.1.2 mrg
57 1.1.1.2 mrg X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
58 1.1 mrg
59 1.1.1.2 mrg commit 87ebfbc56abe16de6f84f559728a40f63d44006a
60 1.1.1.2 mrg Author: James Cloos <cloos (a] jhcloos.com>
61 1.1.1.2 mrg Date: Thu Dec 6 16:38:26 2007 -0500
62 1.1 mrg
63 1.1.1.2 mrg Replace static ChangeLog with dist-hook to generate from git log
64 1.1 mrg
65 1.1.1.2 mrg commit d9714f03dde2d2b20fb29d46b44bb253e4954ee0
66 1.1.1.2 mrg Author: Ryan Lortie <desrt (a] desrt.ca>
67 1.1.1.2 mrg Date: Fri Sep 7 22:02:18 2007 -0700
68 1.1 mrg
69 1.1.1.2 mrg libXdamage incorrectly encodes/decodes the 'More' field from the event.
70 1.1.1.2 mrg
71 1.1.1.2 mrg The client library for xdamage currently fails to fill in the 'more'
72 1.1.1.2 mrg field. As a result, you get whatever uninitialised junk was there
73 1.1.1.2 mrg before.
74 1.1.1.2 mrg
75 1.1.1.2 mrg The server sets the high bit of 'level' when there is
76 1.1.1.2 mrg 'more' (DamageNotifyMore = 0x80). A patch follows to fix the client
77 1.1.1.2 mrg library.
78 1.1.1.2 mrg
79 1.1.1.2 mrg commit 7548981a458b091b29d74207884669214f63ee9f
80 1.1.1.2 mrg Author: James Cloos <cloos (a] jhcloos.com>
81 1.1.1.2 mrg Date: Mon Sep 3 05:53:36 2007 -0400
82 1.1.1.2 mrg
83 1.1.1.2 mrg Add *~ to .gitignore to skip patch/emacs droppings
84 1.1.1.2 mrg
85 1.1.1.2 mrg commit b96e17d8a4fe8e19515c0f183e5e299939c6eca0
86 1.1.1.2 mrg Author: Adam Jackson <ajax (a] benzedrine.nwnk.net>
87 1.1.1.2 mrg Date: Mon Mar 5 16:51:06 2007 -0500
88 1.1.1.2 mrg
89 1.1.1.2 mrg Fix DSO version number to match protocol number.
90 1.1.1.2 mrg
91 1.1.1.2 mrg Also increment package version number to 1.1.1 for eventual release.
92 1.1.1.2 mrg
93 1.1.1.2 mrg commit 0b69465a3b118f3fe1c9b0c206996d510ccbec36
94 1.1.1.2 mrg Author: Eric Anholt <eric (a] anholt.net>
95 1.1.1.2 mrg Date: Tue Jan 9 16:21:13 2007 -0800
96 1.1.1.2 mrg
97 1.1.1.2 mrg Track rename of DamagePost to DamageAdd.
98 1.1.1.2 mrg
99 1.1.1.2 mrg commit 0d7f8e4f151480ee1415bd5a13799ad6385a8df3
100 1.1.1.2 mrg Author: Eric Anholt <eric (a] anholt.net>
101 1.1.1.2 mrg Date: Mon Jan 8 15:02:42 2007 -0800
102 1.1.1.2 mrg
103 1.1.1.2 mrg More doc/copyright updates for Damage 1.1 update.
104 1.1.1.2 mrg
105 1.1.1.2 mrg commit 716d84889f90880c634136e9c1e754edd587ea9e
106 1.1.1.2 mrg Author: Eric Anholt <eric (a] anholt.net>
107 1.1.1.2 mrg Date: Fri Jan 5 17:56:58 2007 -0800
108 1.1.1.2 mrg
109 1.1.1.2 mrg Add a request to report a region of damage against a drawable.
110 1.1.1.2 mrg
111 1.1.1.2 mrg This brings the library up to supporting version 1.1 of the protocol. Bump
112 1.1.1.2 mrg package version accordingly.
113 1.1.1.2 mrg
114 1.1.1.2 mrg commit c3c2777a7805c95f7d7bf64998e188d0eba65cba
115 1.1.1.2 mrg Author: Daniel Stone <daniel (a] fooishbar.org>
116 1.1.1.2 mrg Date: Wed Nov 8 16:10:20 2006 +0200
117 1.1.1.2 mrg
118 1.1.1.2 mrg bump to 1.0.4
119 1.1.1.2 mrg
120 1.1.1.2 mrg commit 31829be123a9ce58bf8e0c4718815b7b63d0d512
121 1.1.1.2 mrg Author: Josh Triplett <josh (a] freedesktop.org>
122 1.1.1.2 mrg Date: Mon Oct 16 02:58:24 2006 -0700
123 1.1.1.2 mrg
124 1.1.1.2 mrg Remove incorrect UnlockDisplay and SyncHandle from XDamageQueryVersion
125 1.1.1.2 mrg
126 1.1.1.2 mrg XDamageQueryVersion calls UnlockDisplay and SyncHandle, without a matching
127 1.1.1.2 mrg LockDisplay. This triggers an assertion in Xlib/XCB designed to catch these
128 1.1.1.2 mrg kinds of bugs. Remove the two calls, which fixes the assertion.
129 1.1.1.2 mrg
130 1.1.1.2 mrg Thanks to Mike Auty <mike.auty (a] gmail.com> for the report.
131 1.1.1.2 mrg
132 1.1.1.2 mrg commit 62ffc46be52244b252dfab643bdfa1aa862820f0
133 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
134 1.1.1.2 mrg Date: Thu Jul 13 14:58:51 2006 -0700
135 1.1.1.2 mrg
136 1.1.1.2 mrg renamed: .cvsignore -> .gitignore
137 1.1.1.2 mrg
138 1.1.1.2 mrg commit 7558d929f538ef7c87aeb88a47856f94282ab2a9
139 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
140 1.1.1.2 mrg Date: Thu Apr 27 00:05:40 2006 +0000
141 1.1.1.2 mrg
142 1.1.1.2 mrg Bump to 1.0.3
143 1.1.1.2 mrg
144 1.1.1.2 mrg commit e05bfca0a4377cfd137249f7df8c95706372c140
145 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
146 1.1.1.2 mrg Date: Mon Apr 3 01:00:11 2006 +0000
147 1.1.1.2 mrg
148 1.1.1.2 mrg Coverity #574: Plug a leak on the error path.
149 1.1.1.2 mrg
150 1.1.1.2 mrg commit 660305b57b0af382dd111d8a9d0a38f663efdf25
151 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
152 1.1.1.2 mrg Date: Thu Dec 15 00:24:29 2005 +0000
153 1.1.1.2 mrg
154 1.1.1.2 mrg Update package version number for final X11R7 release candidate.
155 1.1.1.2 mrg
156 1.1.1.2 mrg commit 75bb1e7a7f32d2bf8e3e80ae370adc0c69585698
157 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
158 1.1.1.2 mrg Date: Sat Dec 3 05:49:43 2005 +0000
159 1.1.1.2 mrg
160 1.1.1.2 mrg Update package version number for X11R7 RC3 release.
161 1.1.1.2 mrg
162 1.1.1.2 mrg commit 5805e223e70e84d07f9203ae30effcbbc40746a6
163 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
164 1.1.1.2 mrg Date: Sat Nov 19 07:15:41 2005 +0000
165 1.1.1.2 mrg
166 1.1.1.2 mrg Update pkgconfig files to separate library build-time dependencies from
167 1.1.1.2 mrg application build-time dependencies, and update package deps to work
168 1.1.1.2 mrg with separate build roots.
169 1.1.1.2 mrg
170 1.1.1.2 mrg commit 48527807411901e1d6806a2c9e8a84e1fa684042
171 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
172 1.1.1.2 mrg Date: Wed Nov 9 21:19:12 2005 +0000
173 1.1.1.2 mrg
174 1.1.1.2 mrg Update package version number for X11R7 RC2 release.
175 1.1.1.2 mrg
176 1.1.1.2 mrg commit 077ce8402a1f8413efdede402cb6f89b9ff797dd
177 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
178 1.1.1.2 mrg Date: Tue Nov 1 15:11:51 2005 +0000
179 1.1.1.2 mrg
180 1.1.1.2 mrg Update pkgcheck dependencies to work with separate build roots.
181 1.1.1.2 mrg
182 1.1.1.2 mrg commit c6a8324c38acc33357e6dcf927f482db22383ab2
183 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
184 1.1.1.2 mrg Date: Fri Jul 29 21:22:51 2005 +0000
185 1.1.1.2 mrg
186 1.1.1.2 mrg Various changes preparing packages for RC0:
187 1.1.1.2 mrg - Verify and update package version numbers as needed
188 1.1.1.2 mrg - Implement versioning scheme
189 1.1.1.2 mrg - Change bug address to point to bugzilla bug entry form
190 1.1.1.2 mrg - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
191 1.1.1.2 mrg reenable it)
192 1.1.1.2 mrg - Fix makedepend to use pkgconfig and pass distcheck
193 1.1.1.2 mrg - Update build script to build macros first
194 1.1.1.2 mrg - Update modular Xorg version
195 1.1.1.2 mrg
196 1.1.1.2 mrg commit b02c66e05a173fd20c7b42f4fccf5bcd069f5931
197 1.1.1.2 mrg Author: Daniel Stone <daniel (a] fooishbar.org>
198 1.1.1.2 mrg Date: Sat Jul 16 06:37:24 2005 +0000
199 1.1.1.2 mrg
200 1.1.1.2 mrg Set soversion to 1.0.0 using -version-number.
201 1.1.1.2 mrg
202 1.1.1.2 mrg commit 4011ede413408c9a5577617dbcd1124a3ee8dce5
203 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
204 1.1.1.2 mrg Date: Thu Jul 14 06:28:45 2005 +0000
205 1.1.1.2 mrg
206 1.1.1.2 mrg Thinkos. AC_SUBST on the damageproto CFLAGS, and s/AM__CFLAGS/AM_CFLAGS/.
207 1.1.1.2 mrg
208 1.1.1.2 mrg commit 657bb1fcc90a08f713c8f97c4f904808ea023c6e
209 1.1.1.2 mrg Author: Keith Packard <keithp (a] keithp.com>
210 1.1.1.2 mrg Date: Sat Jul 9 06:14:50 2005 +0000
211 1.1.1.2 mrg
212 1.1.1.2 mrg Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
213 1.1.1.2 mrg
214 1.1.1.2 mrg commit 575cf8f35bb51df34d31035fcbf7d425f85ac79c
215 1.1.1.2 mrg Author: Daniel Stone <daniel (a] fooishbar.org>
216 1.1.1.2 mrg Date: Sun Jul 3 07:00:56 2005 +0000
217 1.1.1.2 mrg
218 1.1.1.2 mrg Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
219 1.1.1.2 mrg Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
220 1.1.1.2 mrg Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
221 1.1.1.2 mrg source files in the xserver/xorg tree, predicated on defines of
222 1.1.1.2 mrg HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
223 1.1.1.2 mrg <X11/fonts/foo.h>.
224 1.1.1.2 mrg
225 1.1.1.2 mrg commit 7a89fded1dac6137a9376bf161da22c1c93a9939
226 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
227 1.1.1.2 mrg Date: Sat Jul 2 06:35:03 2005 +0000
228 1.1.1.2 mrg
229 1.1.1.2 mrg Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
230 1.1.1.2 mrg
231 1.1.1.2 mrg commit c04e1d2204ae972828b19bf422670e480805e9ac
232 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
233 1.1.1.2 mrg Date: Thu May 19 00:22:32 2005 +0000
234 1.1.1.2 mrg
235 1.1.1.2 mrg revert last change, didn't do right thing at all, sorry for the noise
236 1.1.1.2 mrg
237 1.1.1.2 mrg commit 00361b6bec032a3be14e2a191b389115ec9767ba
238 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
239 1.1.1.2 mrg Date: Thu May 19 00:10:07 2005 +0000
240 1.1.1.2 mrg
241 1.1.1.2 mrg Require automake 1.7 in AM_INIT_AUTOMAKE
242 1.1.1.2 mrg
243 1.1.1.2 mrg commit 4b9f6d209d2833afb58c2f2e648907f460d1be95
244 1.1.1.2 mrg Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
245 1.1.1.2 mrg Date: Tue May 17 17:02:24 2005 +0000
246 1.1.1.2 mrg
247 1.1.1.2 mrg Conditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes
248 1.1.1.2 mrg
249 1.1.1.2 mrg commit daa2ab8a2deff5730713c38322be53ed8facae74
250 1.1.1.2 mrg Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
251 1.1.1.2 mrg Date: Tue May 17 16:47:59 2005 +0000
252 1.1.1.2 mrg
253 1.1.1.2 mrg Add Xdamage build system
254 1.1.1.2 mrg
255 1.1.1.2 mrg commit a9055b6135f82bafefd05b140c9ec4a6d0b1fc9f
256 1.1.1.2 mrg Author: Markus Kuhn <Markus.Kuhn (a] cl.cam.ac.uk>
257 1.1.1.2 mrg Date: Sat Dec 4 00:42:47 2004 +0000
258 1.1.1.2 mrg
259 1.1.1.2 mrg Encoding of numerous files changed to UTF-8
260 1.1.1.2 mrg
261 1.1.1.2 mrg commit 1945ec8dea6d16523f480b423b5e7054928c2eea
262 1.1.1.2 mrg Author: Eric Anholt <anholt (a] freebsd.org>
263 1.1.1.2 mrg Date: Sat Jul 31 05:50:39 2004 +0000
264 1.1.1.2 mrg
265 1.1.1.2 mrg Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:
266 1.1.1.2 mrg - Update Xfixes headers to protocol major version 3.
267 1.1.1.2 mrg - Add composite headers.
268 1.1.1.2 mrg - Add libXfixes, libXdamage, and libXcomposite.
269 1.1.1.2 mrg - Add imake glue for new libraries, but leave Composite off by default
270 1.1.1.2 mrg until issues are resolved.
271