2006-12-23 01:15:54 +00:00
Snapshots of cairo and glitz for mozilla usage.
2005-02-24 20:11:04 +00:00
2005-06-04 07:03:29 +00:00
We only include the relevant parts of each release (generally, src/*.[ch]),
as we have Makefile.in's that integrate into the Mozilla build system. For
documentation and similar, please see the official tarballs at
http://www.cairographics.org/.
2005-02-24 20:11:04 +00:00
VERSIONS:
2008-11-05 23:48:23 -08:00
cairo (1.8.2)
pixman (pixman-0.12.0-19-g95f2af9)
2005-02-24 20:11:04 +00:00
2005-07-04 00:53:23 +00:00
***** NOTE FOR VISUAL C++ 6.0 *****
2006-06-05 23:16:25 +00:00
VC6 is not supported. Please upgrade to VC8.
2005-10-31 19:33:05 +00:00
2007-04-03 18:09:15 -07:00
==== Patches ====
Some specific things:
max-font-size.patch: Clamp freetype font size to 1000 to avoid overflow issues
2007-08-02 00:00:53 -07:00
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
2007-06-13 15:49:19 -07:00
nonfatal-assertions.patch: Make assertions non-fatal
2007-08-09 11:54:17 -07:00
2008-01-29 11:00:57 -08:00
buggy-repeat.patch: Unconditionally turn on buggy-repeat handling to bandaid bug 413583.
2008-09-26 15:30:51 -07:00
tmpfile_wince.patch: Make Windows CE use tmpfile() on windows mobile due to the lack of _open_osfhandle and no fs permissions.
2008-11-05 23:48:23 -08:00
cairo-version-fixes.patch: fix up cairo-version.c/cairo-version.h for in-place builds
2008-11-09 15:40:55 -08:00
win32-ddb-dib.patch: fix for bug 455513; not upstream yet pending feebdack
2008-11-09 15:43:39 -08:00
qpainter-type.patch: add SURFACE_TYPE_QPAINTER to cairo.h
2008-12-03 08:42:03 -05:00
wince-fixes.patch: stubs out win32 functions we use but are not supported on win32. Also implements ExtSelectClipRgn in terms of other functions available on wince.
2008-12-06 12:08:45 +13:00
ft-done-face.patch: bug 467874; only destroy FT_Faces created by cairo
2009-01-23 02:59:24 -05:00
wince-fontconfig.patch: bug 462908; fixes required to compile for windows ce. Also allows for building without fontconfig
2009-01-28 22:39:35 +13:00
glyph-safety-margin.patch: Change the glyph dropping safety margin from 2em to 10em for bug 460023. Upstream commit: 28a72648ba7abe02ebd4df7234424e333b85dc9c.
win32-vertically-offset-glyph.patch: bug 454098; vertical positioning errors when drawing glyph runs including delta-y offsets on screen via GDI
2009-01-28 22:36:23 +13:00
2008-03-04 21:44:55 -08:00
==== pixman patches ====
endian.patch: include cairo-platform.h for endian macros
2008-01-29 11:00:57 -08:00
2008-11-04 07:43:45 -08:00
==== disable printing patch ====
disable-printing.patch: allows us to use NS_PRINTING to disable printing.