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-08-02 10:58:46 +04:00
|
|
|
cairo (1.5.x - c0a7d33ac6c81dd74ee2a9daaa3749a346ef4897)
|
|
|
|
pixman (0.9.3 - 0c80a0cd84f30616563cef5910df9deb4f8ed687)
|
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-08-02 10:58:46 +04:00
|
|
|
All patches in the cairo tree are surrounded by "MOZILLA_CAIRO_NOT_DEFINED"
|
|
|
|
(which should obviously 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-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
|
|
|
|
2007-08-02 11:00:53 +04:00
|
|
|
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
|
|
|
|
|
2007-08-02 11:01:14 +04:00
|
|
|
win32-no-printer-bitblt.patch: If we need to BitBlt from a DC (to do
|
|
|
|
fallback), only bother trying if the IS_DISPLAY flag is set -- many
|
|
|
|
printers lie about their support for BitBlt, and we end up getting
|
|
|
|
black instead of what we want.
|
|
|
|
|
2007-06-14 02:49:19 +04:00
|
|
|
nonfatal-assertions.patch: Make assertions non-fatal
|