2006-12-23 04:15:54 +03:00
|
|
|
Snapshots of cairo and glitz for mozilla usage.
|
2005-02-24 23:11:04 +03:00
|
|
|
|
2005-06-04 11:03:29 +04: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 23:11:04 +03:00
|
|
|
VERSIONS:
|
|
|
|
|
2007-07-24 23:24:26 +04:00
|
|
|
cairo (1.4.2)
|
2006-01-11 01:56:57 +03:00
|
|
|
glitz 0.5.2 (cvs - 2006-01-10)
|
2005-02-24 23:11:04 +03:00
|
|
|
|
2005-07-04 04:53:23 +04:00
|
|
|
***** NOTE FOR VISUAL C++ 6.0 *****
|
|
|
|
|
2006-06-06 03:16:25 +04:00
|
|
|
VC6 is not supported. Please upgrade to VC8.
|
2005-10-31 22:33:05 +03:00
|
|
|
|
2007-04-04 05:09:15 +04:00
|
|
|
==== Patches ====
|
|
|
|
|
2007-07-24 23:24:26 +04:00
|
|
|
All patches in the cairo tree are surrounded by "MOZILLA_CAIRO_NOT_DEFINED" (which should NOT be defined).
|
2007-06-30 14:45:11 +04:00
|
|
|
|
2007-04-04 05:09:15 +04:00
|
|
|
Some specific things:
|
|
|
|
|
|
|
|
max-font-size.patch: Clamp freetype font size to 1000 to avoid overflow issues
|
|
|
|
|
2007-07-24 23:24:26 +04:00
|
|
|
fbcompose-bandaid.patch: Disable "optimized" code in non-MMX case due to bugs
|
|
|
|
|
|
|
|
quartz-glyph-rounding.patch: Round glyph positions, not advances, to float
|
|
|
|
|
2007-04-21 04:53:00 +04:00
|
|
|
win32-scaled-font-size.patch: Add cairo_win32_font_face_create_for_logfontw_hfont,
|
|
|
|
allow win32 scaled_fonts to rescale themselves properly to the required CTM
|
|
|
|
and only use the font_face's hfont if we're sure it's appropriate
|
2007-06-14 02:49:19 +04:00
|
|
|
|
|
|
|
nonfatal-assertions.patch: Make assertions non-fatal
|