1 2009-01-02 Sebastien Pouliot <sebastien@ximian.com>
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
10 2008-08-12 Raja R Harinath <harinath@hurrynot.org>
12 * configure.in (FONTCONFIG_CONFIG): Rename from FONTCONFIG-CONFIG.
13 (FREETYPE_CONFIG): Likewise.
15 2008-05-22 Wade Berrier <wberrier@novell.com>
17 * configure.in: version bump -> 1.9.1
19 2008-04-16 Sebastien Pouliot <sebastien@ximian.com>
21 * cairo/configure.in: Fix (at least try to) the Solaris build.
23 2008-04-16 Geoff Norton <gnorton@novell.com>
25 * configure.in: Ensure we never build the cairo-font support in our
26 embedded cairo, it breaks gdi+ everywhere on Mac.
28 2008-04-16 Sebastien Pouliot <sebastien@ximian.com>
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)
36 2008-01-28 Wade Berrier <wberrier@novell.com>
38 * configure.in: version bump -> 1.9
40 2007-12-03 Sebastien Pouliot <sebastien@ximian.com>
42 * configure.in: Disable cairo PNG support since libgdiplus provides
43 it's own (save about 26kb of code size).
45 2007-11-08 Wade Berrier <wberrier@novell.com>
47 * configure.in: version bump -> 1.2.6
49 2007-10-26 Sebastien Pouliot <sebastien@ximian.com>
51 * configure.in: Make sure --without-libgif works (as we also check
54 2007-08-09 Sebastien Pouliot <sebastien@ximian.com>
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
68 2007-07-24 Wade Berrier <wberrier@novell.com>
70 * configure.in: version bump -> 1.2.5
72 2007-04-24 Sebastien Pouliot <sebastien@ximian.com>
74 * configure.in: Add check for FcFini
76 2007-04-19 Wade Berrier <wberrier@novell.com>
78 * configure.in: version bump -> 1.2.4
80 2007-04-03 Sebastien Pouliot <sebastien@ximian.com>
82 * configure.in: Add check for visibility ("hidden") attribute (based
83 on mono's configure.in) to enable hiding libgdiplus internals.
85 2007-02-21 Sebastien Pouliot <sebastien@ximian.com>
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).
90 2007-03-16 Wade Berrier <wberrier@novell.com>
92 * configure.in: version bump -> 1.2.3.50 (RaceToLinux)
94 2007-02-01 Sebastien Pouliot <sebastien@ximian.com>
96 * TODO: Updated to include bug reports closed because of some Cairo
99 2007-01-12 Sebastien Pouliot <sebastien@ximian.com>
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.
105 2007-01-04 Wade Berrier <wberrier@novell.com>
108 * libgdiplus.pc.in: Remove CAIRO_CFLAGS and CAIRO_LIBS
113 2006-11-17 Wade Berrier <wberrier@novell.com>
115 * configure.in: version bump -> 1.2.1
117 2006-11-02 Wade Berrier <wberrier@novell.com>
119 * configure.in: version bump -> 1.2
121 2006-08-23 Wade Berrier <wberrier@novell.com>
123 * cairo/configure.in: Use a backward compatible method of finding
124 pkg-config instead of the >= 0.16 macro.
126 2006-08-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
128 * configure.in: properly disable exif support when asked to do so.
130 2006-08-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
132 * configure.in: if libexif is available use it.
134 2006-07-21 Alexander Olk <alex.olk@googlemail.com>
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)
140 2006-07-13 Wade Berrier <wberrier@novell.com>
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.
145 2006-07-12 Chris Toshok <toshok@ximian.com>
147 * configure.in: add --with-pics=yes for subdir configure args.
149 2006-07-11 Peter Dennis Bartok <pbartok@novell.com>
151 * Updated to cairo 1.2
153 2006-06-08 Sebastien Pouliot <sebastien@ximian.com>
155 * TODO: Updated status for GdipIsVisiblePathPoint[I] functions.
157 2006-06-07 Sebastien Pouliot <sebastien@ximian.com>
159 * TODO: Updated to add status for GdipIsOutlineVisiblePathPoint[I]
160 and GdipIsVisiblePathPoint[I] functions.
162 2006-05-25 Sebastien Pouliot <sebastien@ximian.com>
164 * TODO: Updated to remove GdipSetClipHrgn and to add a few more
167 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
169 * configure.in: made libpng12 mandatory. The resources used in SWF are
172 2006-05-05 Sebastien Pouliot <sebastien@ximian.com>
174 * TODO: Added a few details about some not-quite-supported API.
176 2006-05-02 Sebastien Pouliot <sebastien@ximian.com>
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.
182 2006-04-28 Wade Berrier <wberrier@novell.com>
184 * configure.in: Fallback to -config if .pc files are not found for
185 freetype and fontconfig
187 2006-04-21 Peter Dennis Bartok <pbartok@novell.com>
189 * TODO: Removed newly implemented items from the list
191 2006-03-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
193 * src/image.c: avoid double-freeing Scan0 twice. Fixes bug #77910.
195 2006-01-31 Sebastien Pouliot <sebastien@ximian.com>
197 * TODO: Remove GdipCreateRegionPath. GdipFlattenPath and
198 GdipSetClipPath from the list if unimplemented functions.
200 2006-01-13 Peter Dennis Bartok <pbartok@novell.com>
202 * libgdiplus.pc.in: Removed cairo as a dependency. Fixes #77173
204 2006-01-09 Everaldo Canuto <everaldo@simios.org>
206 * Fix cairo compilation problems when used gcc 4.0.2.
208 2006-01-04 Peter Dennis Bartok <pbartok@novell.com>
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
215 2005-09-19 Jordi Mas <jordi@ximian.com>
217 * configure.in: Keep also libungif support on top of libgif
219 2005-10-17 Ruediger Oertel <ro@suse.de>
221 * configure.in: Switching from libungif to libgif
223 2005-09-19 Jordi Mas <jordi@ximian.com>
227 2005-09-13 Jordi Mas <jordi@ximian.com>
229 * configure.in: 1.1.9 (It was only changed in the mono-1-1-9 tag)
231 2005-09-12 Jordi Mas <jordi@ximian.com>
233 * configure.in: comment out linking with installed Cairo options until
236 2005-08-25 Hisham Mardam Bey <hisham.mardambey@gmail.com>
238 * Upgrade Cairo to 1.0 release
241 2005-06-10 Ben Maurer <bmaurer@ximian.com>
243 * configure.in: 1.1.8
245 2005-06-02 Peter Bartok <pbartok@novell.com>
247 * configure.in: Added URLs to help people find the image
248 libraries (suggested by Gonzalo)
250 2005-05-03 Ben Maurer <bmaurer@ximian.com>
252 * configure.in: 1.1.7
254 2005-03-22 Raja R Harinath <rharinath@novell.com>
256 * configure.in (CAIRO_CFLAGS): Work with builddir != srcdir.
258 2005-01-26 Geoff Norton <gnorton@customerdna.com>
260 * configure.in: Add AC_C_BIGENDIAN check to define WORDS_BIGENDIAN where needed
262 Tue Jan 25 11:34:41 CET 2005 Paolo Molaro <lupus@ximian.com>
264 * configure.in, Makefile.am, cairo, libpixman: imported the cairo
265 sources so it's easier to track the right version.
267 2005-01-23 Peter Bartok <pbartok@novell.com>
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
274 2005-01-18 Geoff Norton <gnorton@customerdna.com>
276 * configure.in: Bump required cairo version to 0.2.0. We dont
277 support 0.1.x anymore
279 2004-07-04 Peter Bartok <pbartok@novell.com>
280 * configure.in: Added fix for bug #60787, added dependency definitons
281 for pthreads (Mark Recht [recht at netbsd.org] verified the fix)
284 * configure.in. make libpng optional depending on the user's system
286 2004-05-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
288 * libgdiplus.pc.in: cairo package name is not cairo-0.1.17.
290 2004-05-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
292 * configure.in: added configuration summary.
294 2004-05-05 Ravindra <rkumar@novell.com>
296 * configure.in: We need cairo 0.1.22 version.
298 2004-04-17 Vladimir Vukicevic <vladimir@pobox.com>
300 * configure.in: fixed gdip_ok -> $gdip_ok in sigsetjmp check
302 2004-04-04 Vladimir Vukicevic <vladimir@pobox.com>
304 * configure.in: "libpng", not "libgpng"
306 * configure.in: Add checks for libungif and libpng. Added
309 * configure.in: Added checks for libtiff and libjpeg. Cribbed
310 from gtk. Also added in test/Makefile target.
312 2004-01-31 Miguel de Icaza <miguel@ximian.com>
314 * Initial release, split from the Mono's MCS package.