ChangeLog revision 1.1.1.6 1 1.1.1.6 mrg commit 4ff0f0e76c974faf920e476abccc65a4990a637c
2 1.1.1.6 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
3 1.1.1.6 mrg Date: Sun Jan 25 14:59:17 2026 -0800
4 1.1.1.6 mrg
5 1.1.1.6 mrg libXdamage 1.1.7
6 1.1.1.6 mrg
7 1.1.1.6 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
8 1.1.1.6 mrg
9 1.1.1.6 mrg commit 3cc0a1a91230aef1ff9e92f6ff50fd7ca2e3de0b
10 1.1.1.6 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
11 1.1.1.6 mrg Date: Sun Jan 11 11:20:41 2026 -0800
12 1.1.1.6 mrg
13 1.1.1.6 mrg gitlab CI: drop the ci-fairy check-mr job
14 1.1.1.6 mrg
15 1.1.1.6 mrg The only thing this checked was the checkbox for allowing maintainers to
16 1.1.1.6 mrg edit the MR. Changed permissions checks now fail this job but luckily
17 1.1.1.6 mrg the setting it checked has been the default for years anyway so we can
18 1.1.1.6 mrg drop it.
19 1.1.1.6 mrg
20 1.1.1.6 mrg https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81
21 1.1.1.6 mrg
22 1.1.1.6 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
23 1.1.1.6 mrg
24 1.1.1.6 mrg commit 1319ae5cfbde5b75e23383baa5e00cc23513448c
25 1.1.1.6 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
26 1.1.1.6 mrg Date: Sat Feb 15 13:22:05 2025 -0800
27 1.1.1.6 mrg
28 1.1.1.6 mrg meson: Add option to build with meson
29 1.1.1.6 mrg
30 1.1.1.6 mrg Also updates the gitlab CI config to test both build types
31 1.1.1.6 mrg and compare the generated output/installed files.
32 1.1.1.6 mrg
33 1.1.1.6 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
34 1.1.1.6 mrg Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/merge_requests/5>
35 1.1.1.6 mrg
36 1.1.1.6 mrg commit 2d1aae42f0497b198f79b9e791856343d14503b1
37 1.1.1.6 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
38 1.1.1.6 mrg Date: Sat Mar 4 10:44:45 2023 -0800
39 1.1.1.6 mrg
40 1.1.1.6 mrg configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
41 1.1.1.6 mrg
42 1.1.1.6 mrg AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
43 1.1.1.6 mrg so it's time to rely on it.
44 1.1.1.6 mrg
45 1.1.1.6 mrg Clears autoconf warnings:
46 1.1.1.6 mrg
47 1.1.1.6 mrg configure.ac:42: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
48 1.1.1.6 mrg configure.ac:42: You should run autoupdate.
49 1.1.1.6 mrg aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
50 1.1.1.6 mrg configure.ac:42: the top level
51 1.1.1.6 mrg
52 1.1.1.6 mrg libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
53 1.1.1.6 mrg libtoolize: and rerunning libtoolize and aclocal.
54 1.1.1.6 mrg
55 1.1.1.6 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
56 1.1.1.6 mrg
57 1.1.1.5 mrg commit 1f20df4fd7c132f55e924dc5ec3f270cd54704d0
58 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
59 1.1.1.5 mrg Date: Sun Dec 4 15:09:13 2022 -0800
60 1.1.1.5 mrg
61 1.1.1.5 mrg libXdamage 1.1.6
62 1.1.1.5 mrg
63 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
64 1.1.1.5 mrg
65 1.1.1.5 mrg commit 4adcd841e3e09982272b2f79ef3aadfb257814e3
66 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
67 1.1.1.5 mrg Date: Thu Nov 17 11:14:53 2022 -0800
68 1.1.1.5 mrg
69 1.1.1.5 mrg Handle -Wshorten-64-to-32 warnings from clang
70 1.1.1.5 mrg
71 1.1.1.5 mrg Xdamage.c:265:28: warning: implicit conversion loses integer precision: 'Drawable' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
72 1.1.1.5 mrg awire->drawable = aevent->drawable;
73 1.1.1.5 mrg ~ ~~~~~~~~^~~~~~~~
74 1.1.1.5 mrg Xdamage.c:266:26: warning: implicit conversion loses integer precision: 'Damage' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
75 1.1.1.5 mrg awire->damage = aevent->damage;
76 1.1.1.5 mrg ~ ~~~~~~~~^~~~~~
77 1.1.1.5 mrg Xdamage.c:268:29: warning: implicit conversion loses integer precision: 'Time' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
78 1.1.1.5 mrg awire->timestamp = aevent->timestamp;
79 1.1.1.5 mrg ~ ~~~~~~~~^~~~~~~~~
80 1.1.1.5 mrg Xdamage.c:326:26: warning: implicit conversion loses integer precision: 'Damage' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
81 1.1.1.5 mrg req->damage = damage = XAllocID (dpy);
82 1.1.1.5 mrg ~ ~~~~~~~^~~~~~~~~~~~~~~~
83 1.1.1.5 mrg Xdamage.c:327:21: warning: implicit conversion loses integer precision: 'Drawable' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
84 1.1.1.5 mrg req->drawable = drawable;
85 1.1.1.5 mrg ~ ^~~~~~~~
86 1.1.1.5 mrg Xdamage.c:345:19: warning: implicit conversion loses integer precision: 'Damage' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
87 1.1.1.5 mrg req->damage = damage;
88 1.1.1.5 mrg ~ ^~~~~~
89 1.1.1.5 mrg Xdamage.c:362:19: warning: implicit conversion loses integer precision: 'Damage' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
90 1.1.1.5 mrg req->damage = damage;
91 1.1.1.5 mrg ~ ^~~~~~
92 1.1.1.5 mrg Xdamage.c:363:19: warning: implicit conversion loses integer precision: 'XserverRegion' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
93 1.1.1.5 mrg req->repair = repair;
94 1.1.1.5 mrg ~ ^~~~~~
95 1.1.1.5 mrg Xdamage.c:364:18: warning: implicit conversion loses integer precision: 'XserverRegion' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
96 1.1.1.5 mrg req->parts = parts;
97 1.1.1.5 mrg ~ ^~~~~
98 1.1.1.5 mrg Xdamage.c:380:21: warning: implicit conversion loses integer precision: 'Drawable' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
99 1.1.1.5 mrg req->drawable = drawable;
100 1.1.1.5 mrg ~ ^~~~~~~~
101 1.1.1.5 mrg Xdamage.c:381:19: warning: implicit conversion loses integer precision: 'XserverRegion' (aka 'unsigned long') to 'CARD32' (aka 'unsigned int') [-Wshorten-64-to-32]
102 1.1.1.5 mrg req->region = region;
103 1.1.1.5 mrg ~ ^~~~~~
104 1.1.1.5 mrg
105 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
106 1.1.1.5 mrg
107 1.1.1.5 mrg commit ba46dd91f2b2248e459911b38acd49a776c748f2
108 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
109 1.1.1.5 mrg Date: Thu Nov 17 11:07:10 2022 -0800
110 1.1.1.5 mrg
111 1.1.1.5 mrg Handle -Wconversion warnings from clang
112 1.1.1.5 mrg
113 1.1.1.5 mrg Xdamage.c:81:30: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
114 1.1.1.5 mrg req->reqType = info->codes->major_opcode;
115 1.1.1.5 mrg ~ ~~~~~~~~~~~~~^~~~~~~~~~~~
116 1.1.1.5 mrg Xdamage.c:264:29: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
117 1.1.1.5 mrg awire->type = aevent->type | (aevent->send_event ? 0x80 : 0);
118 1.1.1.5 mrg ~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119 1.1.1.5 mrg Xdamage.c:267:31: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
120 1.1.1.5 mrg awire->level = aevent->level | (aevent->more ? DamageNotifyMore : 0);
121 1.1.1.5 mrg ~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122 1.1.1.5 mrg Xdamage.c:324:33: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
123 1.1.1.5 mrg req->reqType = info->codes->major_opcode;
124 1.1.1.5 mrg ~ ~~~~~~~~~~~~~^~~~~~~~~~~~
125 1.1.1.5 mrg Xdamage.c:328:18: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
126 1.1.1.5 mrg req->level = level;
127 1.1.1.5 mrg ~ ^~~~~
128 1.1.1.5 mrg Xdamage.c:343:33: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
129 1.1.1.5 mrg req->reqType = info->codes->major_opcode;
130 1.1.1.5 mrg ~ ~~~~~~~~~~~~~^~~~~~~~~~~~
131 1.1.1.5 mrg Xdamage.c:360:33: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
132 1.1.1.5 mrg req->reqType = info->codes->major_opcode;
133 1.1.1.5 mrg ~ ~~~~~~~~~~~~~^~~~~~~~~~~~
134 1.1.1.5 mrg Xdamage.c:378:33: warning: implicit conversion loses integer precision: 'int' to 'CARD8' (aka 'unsigned char') [-Wconversion]
135 1.1.1.5 mrg req->reqType = info->codes->major_opcode;
136 1.1.1.5 mrg ~ ~~~~~~~~~~~~~^~~~~~~~~~~~
137 1.1.1.5 mrg
138 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
139 1.1.1.5 mrg
140 1.1.1.5 mrg commit 90bb47685ed92df1eb5bbb9b6875a40f3e98bb43
141 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
142 1.1.1.5 mrg Date: Thu Nov 17 10:55:07 2022 -0800
143 1.1.1.5 mrg
144 1.1.1.5 mrg Remove unnecessary casts from malloc() and free() calls
145 1.1.1.5 mrg
146 1.1.1.5 mrg Not needed in C89 and later
147 1.1.1.5 mrg
148 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
149 1.1.1.5 mrg
150 1.1.1.5 mrg commit 6e16a274610317abc3956291aa498b1ecdccc900
151 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
152 1.1.1.5 mrg Date: Wed Nov 16 19:18:18 2022 -0800
153 1.1.1.5 mrg
154 1.1.1.5 mrg XDamageCloseDisplay: Mark codes as unused
155 1.1.1.5 mrg
156 1.1.1.5 mrg Quiets clang warning:
157 1.1.1.5 mrg
158 1.1.1.5 mrg Xdamage.c:207:47: warning: unused parameter 'codes' [-Wunused-parameter]
159 1.1.1.5 mrg XDamageCloseDisplay (Display *dpy, XExtCodes *codes)
160 1.1.1.5 mrg ^
161 1.1.1.5 mrg
162 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
163 1.1.1.5 mrg
164 1.1.1.5 mrg commit 14ecba28e2d2846d0690ee86d3d01a1389558fd6
165 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
166 1.1.1.5 mrg Date: Wed Nov 16 19:14:34 2022 -0800
167 1.1.1.5 mrg
168 1.1.1.5 mrg Mark two dpy parameters const as suggested by cppcheck
169 1.1.1.5 mrg
170 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
171 1.1.1.5 mrg
172 1.1.1.5 mrg commit 98c179ea912e9e420451adeb9bab4b462cab836c
173 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
174 1.1.1.5 mrg Date: Wed Nov 16 19:13:03 2022 -0800
175 1.1.1.5 mrg
176 1.1.1.5 mrg Variable scope reduction as recommended by cppcheck
177 1.1.1.5 mrg
178 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
179 1.1.1.5 mrg
180 1.1.1.5 mrg commit 51cbd370a2fc0d671398d7572c29f00cae34a86f
181 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
182 1.1.1.5 mrg Date: Sun Jul 17 12:01:38 2022 -0700
183 1.1.1.5 mrg
184 1.1.1.5 mrg gitlab CI: add a basic build test
185 1.1.1.5 mrg
186 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
187 1.1.1.5 mrg
188 1.1.1.5 mrg commit 2f1ee1fd079391d239a7c0e4dbb34d80e227ab0f
189 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
190 1.1.1.5 mrg Date: Sun Jul 17 11:59:53 2022 -0700
191 1.1.1.5 mrg
192 1.1.1.5 mrg Fix spelling/wording issues
193 1.1.1.5 mrg
194 1.1.1.5 mrg Found by using:
195 1.1.1.5 mrg codespell --builtin clear,rare,usage,informal,code,names
196 1.1.1.5 mrg
197 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
198 1.1.1.5 mrg
199 1.1.1.5 mrg commit 691f0a8d1f6c4eebe0191c29b31598f63dba2f77
200 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
201 1.1.1.5 mrg Date: Sun Jul 17 11:59:20 2022 -0700
202 1.1.1.5 mrg
203 1.1.1.5 mrg Build xz tarballs instead of bzip2
204 1.1.1.5 mrg
205 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
206 1.1.1.5 mrg
207 1.1.1.5 mrg commit fea0f32d268753bb0f322a26d73b31ec9aca80f4
208 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
209 1.1.1.5 mrg Date: Sat Mar 16 12:37:57 2019 -0700
210 1.1.1.5 mrg
211 1.1.1.5 mrg Update configure.ac bug URL for gitlab migration
212 1.1.1.5 mrg
213 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
214 1.1.1.5 mrg
215 1.1.1.5 mrg commit 977b04cd69738806e0b48fcf5c725763d065f06d
216 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
217 1.1.1.5 mrg Date: Sun Mar 10 18:08:06 2019 -0700
218 1.1.1.5 mrg
219 1.1.1.5 mrg libXdamage 1.1.5
220 1.1.1.5 mrg
221 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
222 1.1.1.5 mrg
223 1.1.1.5 mrg commit cd8ddea98992b54b2806c4c36e7460ea5b3a5fd3
224 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
225 1.1.1.5 mrg Date: Mon Nov 19 21:50:10 2018 -0800
226 1.1.1.5 mrg
227 1.1.1.5 mrg Update README for gitlab migration
228 1.1.1.5 mrg
229 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
230 1.1.1.5 mrg
231 1.1.1.5 mrg commit 8c8f9c1e356e9481fdf5a7bd1927dbfdac196310
232 1.1.1.5 mrg Author: Mihail Konev <k.mvc (a] ya.ru>
233 1.1.1.5 mrg Date: Thu Jan 26 13:52:49 2017 +1000
234 1.1.1.5 mrg
235 1.1.1.5 mrg autogen: add default patch prefix
236 1.1.1.5 mrg
237 1.1.1.5 mrg Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
238 1.1.1.5 mrg
239 1.1.1.5 mrg commit 8a647594fbd71b1ad26fa2a6caf69ffff91b6e2b
240 1.1.1.5 mrg Author: Emil Velikov <emil.l.velikov (a] gmail.com>
241 1.1.1.5 mrg Date: Mon Mar 9 12:00:52 2015 +0000
242 1.1.1.5 mrg
243 1.1.1.5 mrg autogen.sh: use quoted string variables
244 1.1.1.5 mrg
245 1.1.1.5 mrg Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
246 1.1.1.5 mrg fall-outs, when they contain space.
247 1.1.1.5 mrg
248 1.1.1.5 mrg Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com>
249 1.1.1.5 mrg Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
250 1.1.1.5 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
251 1.1.1.5 mrg
252 1.1.1.5 mrg commit e758765e6c943d968a781efc9992813a2c3fb918
253 1.1.1.5 mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
254 1.1.1.5 mrg Date: Tue Jan 24 10:32:07 2017 +1000
255 1.1.1.5 mrg
256 1.1.1.5 mrg autogen.sh: use exec instead of waiting for configure to finish
257 1.1.1.5 mrg
258 1.1.1.5 mrg Syncs the invocation of configure with the one from the server.
259 1.1.1.5 mrg
260 1.1.1.5 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
261 1.1.1.5 mrg Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
262 1.1.1.5 mrg
263 1.1.1.5 mrg commit 41cc41d5deee6b4f79ddaebbb058951a5a9f1f7f
264 1.1.1.5 mrg Author: Jeremy Huddleston Sequoia <jeremyhu (a] apple.com>
265 1.1.1.5 mrg Date: Thu Jan 2 01:23:12 2014 -0800
266 1.1.1.5 mrg
267 1.1.1.5 mrg Use Xfree rather than XFree for consistency
268 1.1.1.5 mrg
269 1.1.1.5 mrg Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu (a] apple.com>
270 1.1.1.5 mrg
271 1.1.1.5 mrg commit 0d35761dc39409b70e04dd0786aef6537f92976a
272 1.1.1.5 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
273 1.1.1.5 mrg Date: Sat Jan 19 08:19:07 2013 -0800
274 1.1.1.5 mrg
275 1.1.1.5 mrg Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
276 1.1.1.5 mrg
277 1.1.1.5 mrg Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
278 1.1.1.5 mrg
279 1.1.1.5 mrg - Support for the long-deprecated INCLUDES variable will be removed
280 1.1.1.5 mrg altogether in Automake 1.14. The AM_CPPFLAGS variable should be
281 1.1.1.5 mrg used instead.
282 1.1.1.5 mrg
283 1.1.1.5 mrg This variable was deprecated in Automake releases prior to 1.10, which is
284 1.1.1.5 mrg the current minimum level required to build X.
285 1.1.1.5 mrg
286 1.1.1.5 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
287 1.1.1.5 mrg
288 1.1.1.5 mrg commit c9fa3ec1a7c9847ccf98377b48c674f1d32c635d
289 1.1.1.5 mrg Author: Colin Walters <walters (a] verbum.org>
290 1.1.1.5 mrg Date: Wed Jan 4 17:37:06 2012 -0500
291 1.1.1.5 mrg
292 1.1.1.5 mrg autogen.sh: Implement GNOME Build API
293 1.1.1.5 mrg
294 1.1.1.5 mrg http://people.gnome.org/~walters/docs/build-api.txt
295 1.1.1.5 mrg
296 1.1.1.5 mrg Signed-off-by: Adam Jackson <ajax (a] redhat.com>
297 1.1.1.5 mrg
298 1.1.1.5 mrg commit d545f97ace8a2842a8e5ac49c8c955fb3252e873
299 1.1.1.5 mrg Author: Adam Jackson <ajax (a] redhat.com>
300 1.1.1.5 mrg Date: Tue Jan 15 14:28:48 2013 -0500
301 1.1.1.5 mrg
302 1.1.1.5 mrg configure: Remove AM_MAINTAINER_MODE
303 1.1.1.5 mrg
304 1.1.1.5 mrg Signed-off-by: Adam Jackson <ajax (a] redhat.com>
305 1.1.1.5 mrg
306 1.1.1.4 mrg commit 0c7f26ab7fb41873c2e68d8b136ef098ed663aff
307 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
308 1.1.1.4 mrg Date: Wed Jan 2 21:45:11 2013 -0800
309 1.1.1.4 mrg
310 1.1.1.4 mrg libXdamage 1.1.4
311 1.1.1.4 mrg
312 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
313 1.1.1.4 mrg
314 1.1.1.4 mrg commit 665c80d7af5fc7a73b76e0ddaee3536b37b029e9
315 1.1.1.4 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
316 1.1.1.4 mrg Date: Fri Sep 16 22:16:01 2011 -0700
317 1.1.1.4 mrg
318 1.1.1.4 mrg Strip trailing whitespace
319 1.1.1.4 mrg
320 1.1.1.4 mrg Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
321 1.1.1.4 mrg git diff -w & git diff -b show no diffs from this change
322 1.1.1.4 mrg
323 1.1.1.4 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
324 1.1.1.4 mrg
325 1.1.1.4 mrg commit 45e9544d8202b76e20923f4d84667879a3d185ec
326 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
327 1.1.1.4 mrg Date: Wed Feb 2 11:43:41 2011 -0500
328 1.1.1.4 mrg
329 1.1.1.4 mrg config: comment, minor upgrade, quote and layout configure.ac
330 1.1.1.4 mrg
331 1.1.1.4 mrg Group statements per section as per Autoconf standard layout
332 1.1.1.4 mrg Quote statements where appropriate.
333 1.1.1.4 mrg Autoconf recommends not using dnl instead of # for comments
334 1.1.1.4 mrg
335 1.1.1.4 mrg Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
336 1.1.1.4 mrg Add AC_CONFIG_SRCDIR([Makefile.am])
337 1.1.1.4 mrg Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
338 1.1.1.4 mrg Update minimum version of util-macros to at least 1.8.
339 1.1.1.4 mrg No functional configuration changes
340 1.1.1.4 mrg
341 1.1.1.4 mrg This helps automated maintenance and release activities.
342 1.1.1.4 mrg Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
343 1.1.1.4 mrg
344 1.1.1.4 mrg commit 8de52f71322015a5d2bd9cef58f46b80052562a9
345 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
346 1.1.1.4 mrg Date: Fri Jan 28 19:41:37 2011 -0500
347 1.1.1.4 mrg
348 1.1.1.4 mrg config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
349 1.1.1.4 mrg
350 1.1.1.4 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
351 1.1.1.4 mrg
352 1.1.1.4 mrg commit b628ca236ee8d26358ea5075a89e6cc7d3497dbd
353 1.1.1.4 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
354 1.1.1.4 mrg Date: Thu Jan 27 18:50:14 2011 -0500
355 1.1.1.4 mrg
356 1.1.1.4 mrg config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
357 1.1.1.4 mrg
358 1.1.1.4 mrg XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
359 1.1.1.4 mrg AC_PROG_C_C99. This sets gcc with -std=gnu99.
360 1.1.1.4 mrg If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
361 1.1.1.4 mrg
362 1.1.1.4 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
363 1.1.1.4 mrg
364 1.1.1.4 mrg commit a08053121ff1115689b3e5e5322e8b8aaa7cb5fc
365 1.1.1.4 mrg Author: Fernando Carrijo <fcarrijo (a] yahoo.com.br>
366 1.1.1.4 mrg Date: Thu Jul 1 06:53:31 2010 -0300
367 1.1.1.4 mrg
368 1.1.1.4 mrg Purge macros NEED_EVENTS and NEED_REPLIES
369 1.1.1.4 mrg
370 1.1.1.4 mrg Signed-off-by: Fernando Carrijo <fcarrijo (a] yahoo.com.br>
371 1.1.1.4 mrg Acked-by: Tiago Vignatti <tiago.vignatti (a] nokia.com>
372 1.1.1.4 mrg Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
373 1.1.1.4 mrg
374 1.1.1.3 mrg commit 8abc1c8e920821f5ed68e639d3fb71a4ad90a102
375 1.1.1.3 mrg Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
376 1.1.1.3 mrg Date: Tue Jun 8 18:50:45 2010 -0700
377 1.1.1.3 mrg
378 1.1.1.3 mrg libXdamage 1.1.3
379 1.1.1.3 mrg
380 1.1.1.3 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
381 1.1.1.3 mrg
382 1.1.1.3 mrg commit 0b0b68a2a06f01ad3e185aafb2e9665779bc0084
383 1.1.1.3 mrg Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
384 1.1.1.3 mrg Date: Sun Mar 9 07:56:45 2008 +0100
385 1.1.1.3 mrg
386 1.1.1.3 mrg nuke RCS Ids
387 1.1.1.3 mrg
388 1.1.1.3 mrg Signed-off-by: Matthieu Herrb <matthieu.herrb (a] laas.fr>
389 1.1.1.3 mrg Reviewed by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
390 1.1.1.3 mrg
391 1.1.1.3 mrg commit 5a77a5e402ab245f2de08886e5fb2934a6c54571
392 1.1.1.3 mrg Author: Jamey Sharp <jamey (a] minilop.net>
393 1.1.1.3 mrg Date: Fri Apr 9 17:26:07 2010 -0700
394 1.1.1.3 mrg
395 1.1.1.3 mrg Always call SyncHandle after issuing an X request.
396 1.1.1.3 mrg
397 1.1.1.3 mrg commit a414d85a9da3f5b23975a64c351ad00138092107
398 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
399 1.1.1.3 mrg Date: Mon Mar 29 16:50:34 2010 -0400
400 1.1.1.3 mrg
401 1.1.1.3 mrg config: update AC_PREREQ statement to 2.60
402 1.1.1.3 mrg
403 1.1.1.3 mrg Unrelated to the previous patches, the new value simply reflects
404 1.1.1.3 mrg the reality that the minimum level for autoconf to configure
405 1.1.1.3 mrg all x.org modules is 2.60 dated June 2006.
406 1.1.1.3 mrg
407 1.1.1.3 mrg ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
408 1.1.1.3 mrg
409 1.1.1.3 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
410 1.1.1.3 mrg
411 1.1.1.3 mrg commit f8914c5dba4c6514b83c7d8f5c550a2603e4da66
412 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
413 1.1.1.3 mrg Date: Mon Mar 29 14:53:48 2010 -0400
414 1.1.1.3 mrg
415 1.1.1.3 mrg config: remove the pkgconfig pc.in file from EXTRA_DIST
416 1.1.1.3 mrg
417 1.1.1.3 mrg Automake always includes it in the tarball.
418 1.1.1.3 mrg
419 1.1.1.3 mrg Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
420 1.1.1.3 mrg
421 1.1.1.3 mrg commit 5dd2b14345ba9b8b88d11dc027dc71625fbf15bc
422 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
423 1.1.1.3 mrg Date: Fri Nov 27 20:56:04 2009 -0500
424 1.1.1.3 mrg
425 1.1.1.3 mrg Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
426 1.1.1.3 mrg
427 1.1.1.3 mrg Now that the INSTALL file is generated.
428 1.1.1.3 mrg Allows running make maintainer-clean.
429 1.1.1.3 mrg
430 1.1.1.3 mrg commit 98333e9afea1c5dfb0f4b90c10f25e6b77e72817
431 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
432 1.1.1.3 mrg Date: Wed Oct 28 14:09:10 2009 -0400
433 1.1.1.3 mrg
434 1.1.1.3 mrg INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
435 1.1.1.3 mrg
436 1.1.1.3 mrg Add missing INSTALL file. Use standard GNU file on building tarball
437 1.1.1.3 mrg README may have been updated
438 1.1.1.3 mrg Remove AUTHORS file as it is empty and no content available yet.
439 1.1.1.3 mrg Remove NEWS file as it is empty and no content available yet.
440 1.1.1.3 mrg
441 1.1.1.3 mrg commit 62d595bc01c0219254560b72978faa3327959eee
442 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
443 1.1.1.3 mrg Date: Tue Oct 27 15:07:25 2009 -0400
444 1.1.1.3 mrg
445 1.1.1.3 mrg Deploy the new XORG_DEFAULT_OPTIONS #24242
446 1.1.1.3 mrg
447 1.1.1.3 mrg This macro aggregate a number of existing macros that sets commmon
448 1.1.1.3 mrg X.Org components configuration options. It shields the configuration file from
449 1.1.1.3 mrg future changes.
450 1.1.1.3 mrg
451 1.1.1.3 mrg commit 6852db03b187cfce5a41cc8addbc734091e6b725
452 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
453 1.1.1.3 mrg Date: Mon Oct 26 22:08:42 2009 -0400
454 1.1.1.3 mrg
455 1.1.1.3 mrg Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
456 1.1.1.3 mrg
457 1.1.1.3 mrg ChangeLog filename is known to Automake and requires no further
458 1.1.1.3 mrg coding in the makefile.
459 1.1.1.3 mrg
460 1.1.1.3 mrg commit ef9fad1a1f327c1f19009d4206c67762ef0d436a
461 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
462 1.1.1.3 mrg Date: Thu Oct 22 13:10:20 2009 -0400
463 1.1.1.3 mrg
464 1.1.1.3 mrg .gitignore: use common defaults with custom section # 24239
465 1.1.1.3 mrg
466 1.1.1.3 mrg Using common defaults will reduce errors and maintenance.
467 1.1.1.3 mrg Only the very small or inexistent custom section need periodic maintenance
468 1.1.1.3 mrg when the structure of the component changes. Do not edit defaults.
469 1.1.1.3 mrg
470 1.1.1.3 mrg commit d9ff5ede9989b0312416fd68fc3dd866c551aad9
471 1.1.1.3 mrg Author: Gaetan Nadon <memsize (a] videotron.ca>
472 1.1.1.3 mrg Date: Thu Oct 22 12:34:19 2009 -0400
473 1.1.1.3 mrg
474 1.1.1.3 mrg .gitignore: use common defaults with custom section # 24239
475 1.1.1.3 mrg
476 1.1.1.3 mrg Using common defaults will reduce errors and maintenance.
477 1.1.1.3 mrg Only the very small or inexistent custom section need periodic maintenance
478 1.1.1.3 mrg when the structure of the component changes. Do not edit defaults.
479 1.1.1.3 mrg
480 1.1.1.3 mrg commit 8a02e2cfe8cfcaa791b81b47e44304f326a0dcb8
481 1.1.1.3 mrg Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
482 1.1.1.3 mrg Date: Wed Oct 21 12:47:24 2009 -0700
483 1.1.1.3 mrg
484 1.1.1.3 mrg This is not a GNU project, so declare it foreign.
485 1.1.1.3 mrg
486 1.1.1.3 mrg On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
487 1.1.1.3 mrg > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
488 1.1.1.3 mrg > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
489 1.1.1.3 mrg > > was quite annoying to work around since 'autoreconf -fvi' replaces
490 1.1.1.3 mrg > > it and git wants to commit it. Should these files even be in git?
491 1.1.1.3 mrg > > Can I nuke them for the betterment of humanity and since they get
492 1.1.1.3 mrg > > created by autoreconf anyways?
493 1.1.1.3 mrg >
494 1.1.1.3 mrg > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
495 1.1.1.3 mrg
496 1.1.1.3 mrg As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
497 1.1.1.3 mrg AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
498 1.1.1.3 mrg of the INSTALL file. It is also part of the 24206 solution.
499 1.1.1.3 mrg
500 1.1.1.3 mrg Signed-off-by: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
501 1.1.1.3 mrg
502 1.1.1.2 mrg commit 728ae9bda2e536897b630b149df522fa6286a1c5
503 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
504 1.1.1.2 mrg Date: Tue Oct 6 11:24:50 2009 -0700
505 1.1 mrg
506 1.1.1.2 mrg libXdamage 1.1.2
507 1.1.1.2 mrg
508 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
509 1.1 mrg
510 1.1.1.2 mrg commit 229ebbc4acd3de3a4a118f53db013629691b6ce9
511 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
512 1.1.1.2 mrg Date: Tue Oct 6 11:18:39 2009 -0700
513 1.1 mrg
514 1.1.1.2 mrg Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
515 1.1.1.2 mrg
516 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
517 1.1 mrg
518 1.1.1.2 mrg commit eed319fd48299e49b2f6ae9ff452a5d6c64ea192
519 1.1.1.2 mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
520 1.1.1.2 mrg Date: Thu Sep 3 15:50:23 2009 +1000
521 1.1 mrg
522 1.1.1.2 mrg Require pkg-config to find the packages, no funky x11 lookups.
523 1.1.1.2 mrg
524 1.1.1.2 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
525 1.1.1.2 mrg Acked-by: Daniel Stone <daniel (a] fooishbar.org>
526 1.1 mrg
527 1.1.1.2 mrg commit c3f08b7b0a0b1dd42dd00efe07ebc07f7085b433
528 1.1.1.2 mrg Author: Peter Hutterer <peter.hutterer (a] who-t.net>
529 1.1.1.2 mrg Date: Thu Sep 3 15:50:18 2009 +1000
530 1.1 mrg
531 1.1.1.2 mrg Fix a comment in configure.ac, this is libXdamage, not libXfixes
532 1.1.1.2 mrg
533 1.1.1.2 mrg Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
534 1.1 mrg
535 1.1.1.2 mrg commit 02a61d40687f4ee358e2f7903ce0ceacf273e254
536 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
537 1.1.1.2 mrg Date: Mon Feb 2 20:34:32 2009 -0800
538 1.1 mrg
539 1.1.1.2 mrg Add README with pointers to mailing list, bugzilla & git repos
540 1.1.1.2 mrg
541 1.1.1.2 mrg Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
542 1.1 mrg
543 1.1.1.2 mrg commit 0a48e5c663bf2ec3f6870bf9e9cfa90dfddd6fe6
544 1.1.1.2 mrg Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
545 1.1.1.2 mrg Date: Thu Jan 29 15:41:23 2009 -0200
546 1.1 mrg
547 1.1.1.2 mrg Janitor: Correct make distcheck and compiler warnings.
548 1.1 mrg
549 1.1.1.2 mrg commit 0ca7d78aeb8035ef52c1415170e1257493d789fd
550 1.1.1.2 mrg Author: Peter Hutterer <peter (a] cs.unisa.edu.au>
551 1.1.1.2 mrg Date: Mon May 19 17:24:04 2008 +0930
552 1.1 mrg
553 1.1.1.2 mrg Change parameter names for QueryVersion/QueryExtension.
554 1.1.1.2 mrg
555 1.1.1.2 mrg Simply to clarify the inner workings of the lib and that these parameters are
556 1.1.1.2 mrg treated as return values only.
557 1.1.1.2 mrg
558 1.1.1.2 mrg X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
559 1.1 mrg
560 1.1.1.2 mrg commit 87ebfbc56abe16de6f84f559728a40f63d44006a
561 1.1.1.2 mrg Author: James Cloos <cloos (a] jhcloos.com>
562 1.1.1.2 mrg Date: Thu Dec 6 16:38:26 2007 -0500
563 1.1 mrg
564 1.1.1.2 mrg Replace static ChangeLog with dist-hook to generate from git log
565 1.1 mrg
566 1.1.1.2 mrg commit d9714f03dde2d2b20fb29d46b44bb253e4954ee0
567 1.1.1.2 mrg Author: Ryan Lortie <desrt (a] desrt.ca>
568 1.1.1.2 mrg Date: Fri Sep 7 22:02:18 2007 -0700
569 1.1 mrg
570 1.1.1.2 mrg libXdamage incorrectly encodes/decodes the 'More' field from the event.
571 1.1.1.2 mrg
572 1.1.1.2 mrg The client library for xdamage currently fails to fill in the 'more'
573 1.1.1.2 mrg field. As a result, you get whatever uninitialised junk was there
574 1.1.1.2 mrg before.
575 1.1.1.2 mrg
576 1.1.1.2 mrg The server sets the high bit of 'level' when there is
577 1.1.1.2 mrg 'more' (DamageNotifyMore = 0x80). A patch follows to fix the client
578 1.1.1.2 mrg library.
579 1.1.1.2 mrg
580 1.1.1.2 mrg commit 7548981a458b091b29d74207884669214f63ee9f
581 1.1.1.2 mrg Author: James Cloos <cloos (a] jhcloos.com>
582 1.1.1.2 mrg Date: Mon Sep 3 05:53:36 2007 -0400
583 1.1.1.2 mrg
584 1.1.1.2 mrg Add *~ to .gitignore to skip patch/emacs droppings
585 1.1.1.2 mrg
586 1.1.1.2 mrg commit b96e17d8a4fe8e19515c0f183e5e299939c6eca0
587 1.1.1.2 mrg Author: Adam Jackson <ajax (a] benzedrine.nwnk.net>
588 1.1.1.2 mrg Date: Mon Mar 5 16:51:06 2007 -0500
589 1.1.1.2 mrg
590 1.1.1.2 mrg Fix DSO version number to match protocol number.
591 1.1.1.2 mrg
592 1.1.1.2 mrg Also increment package version number to 1.1.1 for eventual release.
593 1.1.1.2 mrg
594 1.1.1.2 mrg commit 0b69465a3b118f3fe1c9b0c206996d510ccbec36
595 1.1.1.2 mrg Author: Eric Anholt <eric (a] anholt.net>
596 1.1.1.2 mrg Date: Tue Jan 9 16:21:13 2007 -0800
597 1.1.1.2 mrg
598 1.1.1.2 mrg Track rename of DamagePost to DamageAdd.
599 1.1.1.2 mrg
600 1.1.1.2 mrg commit 0d7f8e4f151480ee1415bd5a13799ad6385a8df3
601 1.1.1.2 mrg Author: Eric Anholt <eric (a] anholt.net>
602 1.1.1.2 mrg Date: Mon Jan 8 15:02:42 2007 -0800
603 1.1.1.2 mrg
604 1.1.1.2 mrg More doc/copyright updates for Damage 1.1 update.
605 1.1.1.2 mrg
606 1.1.1.2 mrg commit 716d84889f90880c634136e9c1e754edd587ea9e
607 1.1.1.2 mrg Author: Eric Anholt <eric (a] anholt.net>
608 1.1.1.2 mrg Date: Fri Jan 5 17:56:58 2007 -0800
609 1.1.1.2 mrg
610 1.1.1.2 mrg Add a request to report a region of damage against a drawable.
611 1.1.1.2 mrg
612 1.1.1.2 mrg This brings the library up to supporting version 1.1 of the protocol. Bump
613 1.1.1.2 mrg package version accordingly.
614 1.1.1.2 mrg
615 1.1.1.2 mrg commit c3c2777a7805c95f7d7bf64998e188d0eba65cba
616 1.1.1.2 mrg Author: Daniel Stone <daniel (a] fooishbar.org>
617 1.1.1.2 mrg Date: Wed Nov 8 16:10:20 2006 +0200
618 1.1.1.2 mrg
619 1.1.1.2 mrg bump to 1.0.4
620 1.1.1.2 mrg
621 1.1.1.2 mrg commit 31829be123a9ce58bf8e0c4718815b7b63d0d512
622 1.1.1.2 mrg Author: Josh Triplett <josh (a] freedesktop.org>
623 1.1.1.2 mrg Date: Mon Oct 16 02:58:24 2006 -0700
624 1.1.1.2 mrg
625 1.1.1.2 mrg Remove incorrect UnlockDisplay and SyncHandle from XDamageQueryVersion
626 1.1.1.2 mrg
627 1.1.1.2 mrg XDamageQueryVersion calls UnlockDisplay and SyncHandle, without a matching
628 1.1.1.2 mrg LockDisplay. This triggers an assertion in Xlib/XCB designed to catch these
629 1.1.1.2 mrg kinds of bugs. Remove the two calls, which fixes the assertion.
630 1.1.1.2 mrg
631 1.1.1.2 mrg Thanks to Mike Auty <mike.auty (a] gmail.com> for the report.
632 1.1.1.2 mrg
633 1.1.1.2 mrg commit 62ffc46be52244b252dfab643bdfa1aa862820f0
634 1.1.1.2 mrg Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
635 1.1.1.2 mrg Date: Thu Jul 13 14:58:51 2006 -0700
636 1.1.1.2 mrg
637 1.1.1.2 mrg renamed: .cvsignore -> .gitignore
638 1.1.1.2 mrg
639 1.1.1.2 mrg commit 7558d929f538ef7c87aeb88a47856f94282ab2a9
640 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
641 1.1.1.2 mrg Date: Thu Apr 27 00:05:40 2006 +0000
642 1.1.1.2 mrg
643 1.1.1.2 mrg Bump to 1.0.3
644 1.1.1.2 mrg
645 1.1.1.2 mrg commit e05bfca0a4377cfd137249f7df8c95706372c140
646 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
647 1.1.1.2 mrg Date: Mon Apr 3 01:00:11 2006 +0000
648 1.1.1.2 mrg
649 1.1.1.2 mrg Coverity #574: Plug a leak on the error path.
650 1.1.1.2 mrg
651 1.1.1.2 mrg commit 660305b57b0af382dd111d8a9d0a38f663efdf25
652 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
653 1.1.1.2 mrg Date: Thu Dec 15 00:24:29 2005 +0000
654 1.1.1.2 mrg
655 1.1.1.2 mrg Update package version number for final X11R7 release candidate.
656 1.1.1.2 mrg
657 1.1.1.2 mrg commit 75bb1e7a7f32d2bf8e3e80ae370adc0c69585698
658 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
659 1.1.1.2 mrg Date: Sat Dec 3 05:49:43 2005 +0000
660 1.1.1.2 mrg
661 1.1.1.2 mrg Update package version number for X11R7 RC3 release.
662 1.1.1.2 mrg
663 1.1.1.2 mrg commit 5805e223e70e84d07f9203ae30effcbbc40746a6
664 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
665 1.1.1.2 mrg Date: Sat Nov 19 07:15:41 2005 +0000
666 1.1.1.2 mrg
667 1.1.1.2 mrg Update pkgconfig files to separate library build-time dependencies from
668 1.1.1.2 mrg application build-time dependencies, and update package deps to work
669 1.1.1.2 mrg with separate build roots.
670 1.1.1.2 mrg
671 1.1.1.2 mrg commit 48527807411901e1d6806a2c9e8a84e1fa684042
672 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
673 1.1.1.2 mrg Date: Wed Nov 9 21:19:12 2005 +0000
674 1.1.1.2 mrg
675 1.1.1.2 mrg Update package version number for X11R7 RC2 release.
676 1.1.1.2 mrg
677 1.1.1.2 mrg commit 077ce8402a1f8413efdede402cb6f89b9ff797dd
678 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
679 1.1.1.2 mrg Date: Tue Nov 1 15:11:51 2005 +0000
680 1.1.1.2 mrg
681 1.1.1.2 mrg Update pkgcheck dependencies to work with separate build roots.
682 1.1.1.2 mrg
683 1.1.1.2 mrg commit c6a8324c38acc33357e6dcf927f482db22383ab2
684 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
685 1.1.1.2 mrg Date: Fri Jul 29 21:22:51 2005 +0000
686 1.1.1.2 mrg
687 1.1.1.2 mrg Various changes preparing packages for RC0:
688 1.1.1.2 mrg - Verify and update package version numbers as needed
689 1.1.1.2 mrg - Implement versioning scheme
690 1.1.1.2 mrg - Change bug address to point to bugzilla bug entry form
691 1.1.1.2 mrg - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
692 1.1.1.2 mrg reenable it)
693 1.1.1.2 mrg - Fix makedepend to use pkgconfig and pass distcheck
694 1.1.1.2 mrg - Update build script to build macros first
695 1.1.1.2 mrg - Update modular Xorg version
696 1.1.1.2 mrg
697 1.1.1.2 mrg commit b02c66e05a173fd20c7b42f4fccf5bcd069f5931
698 1.1.1.2 mrg Author: Daniel Stone <daniel (a] fooishbar.org>
699 1.1.1.2 mrg Date: Sat Jul 16 06:37:24 2005 +0000
700 1.1.1.2 mrg
701 1.1.1.2 mrg Set soversion to 1.0.0 using -version-number.
702 1.1.1.2 mrg
703 1.1.1.2 mrg commit 4011ede413408c9a5577617dbcd1124a3ee8dce5
704 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
705 1.1.1.2 mrg Date: Thu Jul 14 06:28:45 2005 +0000
706 1.1.1.2 mrg
707 1.1.1.2 mrg Thinkos. AC_SUBST on the damageproto CFLAGS, and s/AM__CFLAGS/AM_CFLAGS/.
708 1.1.1.2 mrg
709 1.1.1.2 mrg commit 657bb1fcc90a08f713c8f97c4f904808ea023c6e
710 1.1.1.2 mrg Author: Keith Packard <keithp (a] keithp.com>
711 1.1.1.2 mrg Date: Sat Jul 9 06:14:50 2005 +0000
712 1.1.1.2 mrg
713 1.1.1.2 mrg Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
714 1.1.1.2 mrg
715 1.1.1.2 mrg commit 575cf8f35bb51df34d31035fcbf7d425f85ac79c
716 1.1.1.2 mrg Author: Daniel Stone <daniel (a] fooishbar.org>
717 1.1.1.2 mrg Date: Sun Jul 3 07:00:56 2005 +0000
718 1.1.1.2 mrg
719 1.1.1.2 mrg Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
720 1.1.1.2 mrg Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
721 1.1.1.2 mrg Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
722 1.1.1.2 mrg source files in the xserver/xorg tree, predicated on defines of
723 1.1.1.2 mrg HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
724 1.1.1.2 mrg <X11/fonts/foo.h>.
725 1.1.1.2 mrg
726 1.1.1.2 mrg commit 7a89fded1dac6137a9376bf161da22c1c93a9939
727 1.1.1.2 mrg Author: Kevin E Martin <kem (a] kem.org>
728 1.1.1.2 mrg Date: Sat Jul 2 06:35:03 2005 +0000
729 1.1.1.2 mrg
730 1.1.1.2 mrg Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
731 1.1.1.2 mrg
732 1.1.1.2 mrg commit c04e1d2204ae972828b19bf422670e480805e9ac
733 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
734 1.1.1.2 mrg Date: Thu May 19 00:22:32 2005 +0000
735 1.1.1.2 mrg
736 1.1.1.2 mrg revert last change, didn't do right thing at all, sorry for the noise
737 1.1.1.2 mrg
738 1.1.1.2 mrg commit 00361b6bec032a3be14e2a191b389115ec9767ba
739 1.1.1.2 mrg Author: Adam Jackson <ajax (a] nwnk.net>
740 1.1.1.2 mrg Date: Thu May 19 00:10:07 2005 +0000
741 1.1.1.2 mrg
742 1.1.1.2 mrg Require automake 1.7 in AM_INIT_AUTOMAKE
743 1.1.1.2 mrg
744 1.1.1.2 mrg commit 4b9f6d209d2833afb58c2f2e648907f460d1be95
745 1.1.1.6 mrg Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
746 1.1.1.2 mrg Date: Tue May 17 17:02:24 2005 +0000
747 1.1.1.2 mrg
748 1.1.1.2 mrg Conditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes
749 1.1.1.2 mrg
750 1.1.1.2 mrg commit daa2ab8a2deff5730713c38322be53ed8facae74
751 1.1.1.6 mrg Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
752 1.1.1.2 mrg Date: Tue May 17 16:47:59 2005 +0000
753 1.1.1.2 mrg
754 1.1.1.2 mrg Add Xdamage build system
755 1.1.1.2 mrg
756 1.1.1.2 mrg commit a9055b6135f82bafefd05b140c9ec4a6d0b1fc9f
757 1.1.1.2 mrg Author: Markus Kuhn <Markus.Kuhn (a] cl.cam.ac.uk>
758 1.1.1.2 mrg Date: Sat Dec 4 00:42:47 2004 +0000
759 1.1.1.2 mrg
760 1.1.1.2 mrg Encoding of numerous files changed to UTF-8
761 1.1.1.2 mrg
762 1.1.1.2 mrg commit 1945ec8dea6d16523f480b423b5e7054928c2eea
763 1.1.1.2 mrg Author: Eric Anholt <anholt (a] freebsd.org>
764 1.1.1.2 mrg Date: Sat Jul 31 05:50:39 2004 +0000
765 1.1.1.2 mrg
766 1.1.1.2 mrg Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:
767 1.1.1.2 mrg - Update Xfixes headers to protocol major version 3.
768 1.1.1.2 mrg - Add composite headers.
769 1.1.1.2 mrg - Add libXfixes, libXdamage, and libXcomposite.
770 1.1.1.2 mrg - Add imake glue for new libraries, but leave Composite off by default
771 1.1.1.2 mrg until issues are resolved.
772