|
1 |
| -2009-01-02 Sebastien Pouliot < [email protected]> |
2 |
| - |
3 |
| - * autogen.sh: Rename --with-cairo=system to --skip-cairo. This option |
4 |
| - allows you to skip the autogen part of cairo and pixman if you're |
5 |
| - building libgdiplus with a more recent (than 1.6.4) version of cairo. |
6 |
| - * configure.in: Automatically use the system cairo if it's more |
7 |
| - recent than the one we have bundled in libgdiplus. |
8 |
| - * README: Update with changes |
9 |
| - |
10 |
| -2008-08-12 Raja R Harinath < [email protected]> |
11 |
| - |
12 |
| - * configure.in (FONTCONFIG_CONFIG): Rename from FONTCONFIG-CONFIG. |
13 |
| - (FREETYPE_CONFIG): Likewise. |
14 |
| - |
15 |
| -2008-05-22 Wade Berrier < [email protected]> |
16 |
| - |
17 |
| - * configure.in: version bump -> 1.9.1 |
18 |
| - |
19 |
| -2008-04-16 Sebastien Pouliot < [email protected]> |
20 |
| - |
21 |
| - * cairo/configure.in: Fix (at least try to) the Solaris build. |
22 |
| - |
23 |
| -2008-04-16 Geoff Norton < [email protected]> |
24 |
| - |
25 |
| - * configure.in: Ensure we never build the cairo-font support in our |
26 |
| - embedded cairo, it breaks gdi+ everywhere on Mac. |
27 |
| - |
28 |
| -2008-04-16 Sebastien Pouliot < [email protected]> |
29 |
| - |
30 |
| - * cairo/*: |
31 |
| - Update to Cairo 1.6.4 |
32 |
| - * pixman/*: |
33 |
| - New (it's out of Cairo now). Version 0.10 |
34 |
| - * src/cairo-embed.h: Moved into cairo tree (pixman has it's own too) |
35 |
| - |
36 |
| -2008-01-28 Wade Berrier < [email protected]> |
37 |
| - |
38 |
| - * configure.in: version bump -> 1.9 |
39 |
| - |
40 |
| -2007-12-03 Sebastien Pouliot < [email protected]> |
41 |
| - |
42 |
| - * configure.in: Disable cairo PNG support since libgdiplus provides |
43 |
| - it's own (save about 26kb of code size). |
44 |
| - |
45 |
| -2007-11-08 Wade Berrier < [email protected]> |
46 |
| - |
47 |
| - * configure.in: version bump -> 1.2.6 |
48 |
| - |
49 |
| -2007-10-26 Sebastien Pouliot < [email protected]> |
50 |
| - |
51 |
| - * configure.in: Make sure --without-libgif works (as we also check |
52 |
| - for libungif) |
53 |
| - |
54 |
| -2007-08-09 Sebastien Pouliot < [email protected]> |
55 |
| - |
56 |
| - * autogen.sh: Skip running cairo/autogen.sh if we're not using our |
57 |
| - internal copy of Cairo. |
58 |
| - * configure.in: Add --with-cairo=internal,system and --with-pango |
59 |
| - (unsupported) options. |
60 |
| - * libgdiplus.pc.in: Add additional requirements if the system's Cairo |
61 |
| - and/or Pango are being used. |
62 |
| - * Makefile.am: Don't include cairo in SUBDIRS if we're not using our |
63 |
| - internal copy of Cairo. |
64 |
| - * NEWS: Link to mono-project.com |
65 |
| - * README: Added new build options |
66 |
| - * TODO: refreshed |
67 |
| - |
68 |
| -2007-07-24 Wade Berrier < [email protected]> |
69 |
| - |
70 |
| - * configure.in: version bump -> 1.2.5 |
71 |
| - |
72 |
| -2007-04-24 Sebastien Pouliot < [email protected]> |
73 |
| - |
74 |
| - * configure.in: Add check for FcFini |
75 |
| - |
76 |
| -2007-04-19 Wade Berrier < [email protected]> |
77 |
| - |
78 |
| - * configure.in: version bump -> 1.2.4 |
79 |
| - |
80 |
| -2007-04-03 Sebastien Pouliot < [email protected]> |
81 |
| - |
82 |
| - * configure.in: Add check for visibility ("hidden") attribute (based |
83 |
| - on mono's configure.in) to enable hiding libgdiplus internals. |
84 |
| - |
85 |
| -2007-02-21 Sebastien Pouliot < [email protected]> |
86 |
| - |
87 |
| - * configure.in: Disable the "newer" PDF and SVG surface backends as |
88 |
| - they aren't required by GDI+ (saves about 130kb in the .so). |
89 |
| - |
90 |
| -2007-03-16 Wade Berrier < [email protected]> |
91 |
| - |
92 |
| - * configure.in: version bump -> 1.2.3.50 (RaceToLinux) |
93 |
| - |
94 |
| -2007-02-01 Sebastien Pouliot < [email protected]> |
95 |
| - |
96 |
| - * TODO: Updated to include bug reports closed because of some Cairo |
97 |
| - limitations. |
98 |
| - |
99 |
| -2007-01-12 Sebastien Pouliot < [email protected]> |
100 |
| - |
101 |
| - * TODO: Updated to remove missing ICON decoder and functions |
102 |
| - GdipCreateBitmapFromHICON and GdipCreateHICONFromBitmap. Also removed |
103 |
| - comments about DEBUG_MEMLEAKS as it's better to use valgrind. |
104 |
| - |
105 |
| -2007-01-04 Wade Berrier < [email protected]> |
106 |
| - |
107 |
| - * configure.in: |
108 |
| - * libgdiplus.pc.in: Remove CAIRO_CFLAGS and CAIRO_LIBS |
109 |
| - from libgdiplus.pc. |
110 |
| - |
111 |
| - Fixes: bxc: #79889 |
112 |
| - |
113 |
| -2006-11-17 Wade Berrier < [email protected]> |
114 |
| - |
115 |
| - * configure.in: version bump -> 1.2.1 |
116 |
| - |
117 |
| -2006-11-02 Wade Berrier < [email protected]> |
118 |
| - |
119 |
| - * configure.in: version bump -> 1.2 |
120 |
| - |
121 |
| -2006-08-23 Wade Berrier < [email protected]> |
122 |
| - |
123 |
| - * cairo/configure.in: Use a backward compatible method of finding |
124 |
| - pkg-config instead of the >= 0.16 macro. |
125 |
| - |
126 |
| -2006-08-15 Gonzalo Paniagua Javier < [email protected]> |
127 |
| - |
128 |
| - * configure.in: properly disable exif support when asked to do so. |
129 |
| - |
130 |
| -2006-08-13 Gonzalo Paniagua Javier < [email protected]> |
131 |
| - |
132 |
| - * configure.in: if libexif is available use it. |
133 |
| - |
134 |
| -2006-07-21 Alexander Olk < [email protected]> |
135 |
| - |
136 |
| - * cairo/src/cairo-xlib-surface.c: Backported a patch from cairo head |
137 |
| - that removes XSync implementation of surface_flush. |
138 |
| - (git commit b7191885c88068dad57d68ced69a752d1162b12c) |
139 |
| - |
140 |
| -2006-07-13 Wade Berrier < [email protected]> |
141 |
| - |
142 |
| - * configure.in: separate xrender pkg-config statement from the glib statement. |
143 |
| - If xrender.pc isn't found, the glib settings are not gathered. |
144 |
| - |
145 |
| -2006-07-12 Chris Toshok < [email protected]> |
146 |
| - |
147 |
| - * configure.in: add --with-pics=yes for subdir configure args. |
148 |
| - |
149 |
| -2006-07-11 Peter Dennis Bartok < [email protected]> |
150 |
| - |
151 |
| - * Updated to cairo 1.2 |
152 |
| - |
153 |
| -2006-06-08 Sebastien Pouliot < [email protected]> |
154 |
| - |
155 |
| - * TODO: Updated status for GdipIsVisiblePathPoint[I] functions. |
156 |
| - |
157 |
| -2006-06-07 Sebastien Pouliot < [email protected]> |
158 |
| - |
159 |
| - * TODO: Updated to add status for GdipIsOutlineVisiblePathPoint[I] |
160 |
| - and GdipIsVisiblePathPoint[I] functions. |
161 |
| - |
162 |
| -2006-05-25 Sebastien Pouliot < [email protected]> |
163 |
| - |
164 |
| - * TODO: Updated to remove GdipSetClipHrgn and to add a few more |
165 |
| - details. |
166 |
| - |
167 |
| -2006-05-25 Gonzalo Paniagua Javier < [email protected]> |
168 |
| - |
169 |
| - * configure.in: made libpng12 mandatory. The resources used in SWF are |
170 |
| - png files. |
171 |
| - |
172 |
| -2006-05-05 Sebastien Pouliot < [email protected]> |
173 |
| - |
174 |
| - * TODO: Added a few details about some not-quite-supported API. |
175 |
| - |
176 |
| -2006-05-02 Sebastien Pouliot < [email protected]> |
177 |
| - |
178 |
| - * TODO: Removed GdipBeginContainer and GdipEndContainer from the list |
179 |
| - of unimplemented functions. Added note for GdipAddString[I] about the |
180 |
| - partial support for both functions. |
181 |
| - |
182 |
| -2006-04-28 Wade Berrier < [email protected]> |
183 |
| - |
184 |
| - * configure.in: Fallback to -config if .pc files are not found for |
185 |
| - freetype and fontconfig |
186 |
| - |
187 |
| -2006-04-21 Peter Dennis Bartok < [email protected]> |
188 |
| - |
189 |
| - * TODO: Removed newly implemented items from the list |
190 |
| - |
191 |
| -2006-03-29 Gonzalo Paniagua Javier < [email protected]> |
192 |
| - |
193 |
| - * src/image.c: avoid double-freeing Scan0 twice. Fixes bug #77910. |
194 |
| - |
195 |
| -2006-01-31 Sebastien Pouliot < [email protected]> |
196 |
| - |
197 |
| - * TODO: Remove GdipCreateRegionPath. GdipFlattenPath and |
198 |
| - GdipSetClipPath from the list if unimplemented functions. |
199 |
| - |
200 |
| -2006-01-13 Peter Dennis Bartok < [email protected]> |
201 |
| - |
202 |
| - * libgdiplus.pc.in: Removed cairo as a dependency. Fixes #77173 |
203 |
| - |
204 |
| -2006-01-09 Everaldo Canuto < [email protected]> |
205 |
| - |
206 |
| - * Fix cairo compilation problems when used gcc 4.0.2. |
207 |
| - |
208 |
| -2006-01-04 Peter Dennis Bartok < [email protected]> |
209 |
| - |
210 |
| - * configure.in: |
211 |
| - - ungif check was using cached gif check result. Fixed by changing |
212 |
| - name of ungif check to be different from gif check. |
213 |
| - - Removed unused cairo check |
214 |
| - |
215 |
| -2005-09-19 Jordi Mas < [email protected]> |
216 |
| - |
217 |
| - * configure.in: Keep also libungif support on top of libgif |
218 |
| - |
219 |
| -2005-10-17 Ruediger Oertel < [email protected]> |
220 |
| - |
221 |
| - * configure.in: Switching from libungif to libgif |
222 |
| - |
223 |
| -2005-09-19 Jordi Mas < [email protected]> |
224 |
| - |
225 |
| - * Added TODO file |
226 |
| - |
227 |
| -2005-09-13 Jordi Mas < [email protected]> |
228 |
| - |
229 |
| - * configure.in: 1.1.9 (It was only changed in the mono-1-1-9 tag) |
230 |
| - |
231 |
| -2005-09-12 Jordi Mas < [email protected]> |
232 |
| - |
233 |
| - * configure.in: comment out linking with installed Cairo options until |
234 |
| - we supported again |
235 |
| - |
236 |
| -2005-08-25 Hisham Mardam Bey < [email protected]> |
237 |
| - |
238 |
| - * Upgrade Cairo to 1.0 release |
239 |
| - * Added INSTALL file |
240 |
| - |
241 |
| -2005-06-10 Ben Maurer < [email protected]> |
242 |
| - |
243 |
| - * configure.in: 1.1.8 |
244 |
| - |
245 |
| -2005-06-02 Peter Bartok < [email protected]> |
246 |
| - |
247 |
| - * configure.in: Added URLs to help people find the image |
248 |
| - libraries (suggested by Gonzalo) |
249 |
| - |
250 |
| -2005-05-03 Ben Maurer < [email protected]> |
251 |
| - |
252 |
| - * configure.in: 1.1.7 |
253 |
| - |
254 |
| -2005-03-22 Raja R Harinath < [email protected]> |
255 |
| - |
256 |
| - * configure.in (CAIRO_CFLAGS): Work with builddir != srcdir. |
257 |
| - |
258 |
| -2005-01-26 Geoff Norton < [email protected]> |
259 |
| - |
260 |
| - * configure.in: Add AC_C_BIGENDIAN check to define WORDS_BIGENDIAN where needed |
261 |
| - |
262 |
| -Tue Jan 25 11:34:41 CET 2005 Paolo Molaro < [email protected]> |
263 |
| - |
264 |
| - * configure.in, Makefile.am, cairo, libpixman: imported the cairo |
265 |
| - sources so it's easier to track the right version. |
266 |
| - |
267 |
| -2005-01-23 Peter Bartok < [email protected]> |
268 |
| - |
269 |
| - * configure.in: |
270 |
| - - Bumped required cairo version to *exactly* 0.3.0. After |
271 |
| - that version, there are major changes that we don't track yet. |
272 |
| - - Added detection define for post 0.3.0 suppor |
273 |
| - |
274 |
| -2005-01-18 Geoff Norton < [email protected]> |
275 |
| - |
276 |
| - * configure.in: Bump required cairo version to 0.2.0. We dont |
277 |
| - support 0.1.x anymore |
278 |
| - |
279 |
| -2004-07-04 Peter Bartok < [email protected]> |
280 |
| - * configure.in: Added fix for bug #60787, added dependency definitons |
281 |
| - for pthreads (Mark Recht [recht at netbsd.org] verified the fix) |
282 |
| - |
283 |
| -2004-05-27 Jordi Mas |
284 |
| - * configure.in. make libpng optional depending on the user's system |
285 |
| - |
286 |
| -2004-05-20 Gonzalo Paniagua Javier < [email protected]> |
287 |
| - |
288 |
| - * libgdiplus.pc.in: cairo package name is not cairo-0.1.17. |
289 |
| - |
290 |
| -2004-05-14 Gonzalo Paniagua Javier < [email protected]> |
291 |
| - |
292 |
| - * configure.in: added configuration summary. |
293 |
| - |
294 |
| -2004-05-05 Ravindra < [email protected]> |
295 |
| - |
296 |
| - * configure.in: We need cairo 0.1.22 version. |
297 |
| - |
298 |
| -2004-04-17 Vladimir Vukicevic < [email protected]> |
299 |
| - |
300 |
| - * configure.in: fixed gdip_ok -> $gdip_ok in sigsetjmp check |
301 |
| - |
302 |
| -2004-04-04 Vladimir Vukicevic < [email protected]> |
303 |
| - |
304 |
| - * configure.in: "libpng", not "libgpng" |
305 |
| - |
306 |
| - * configure.in: Add checks for libungif and libpng. Added |
307 |
| - sigsetjmp check. |
308 |
| - |
309 |
| - * configure.in: Added checks for libtiff and libjpeg. Cribbed |
310 |
| - from gtk. Also added in test/Makefile target. |
311 |
| - |
312 |
| -2004-01-31 Miguel de Icaza < [email protected]> |
313 |
| - |
314 |
| - * Initial release, split from the Mono's MCS package. |
315 |
| - |
| 1 | +Check git history for latest changes. |
0 commit comments