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-09-06 21:29:16 +00:00
|
|
|
cairo (1.7.4-136-g5ea2555)
|
2008-09-17 21:15:01 +00:00
|
|
|
pixman (pixman-0.11.10-8-g7180230)
|
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-04 01:09:15 +00:00
|
|
|
==== Patches ====
|
|
|
|
|
|
|
|
Some specific things:
|
|
|
|
|
|
|
|
max-font-size.patch: Clamp freetype font size to 1000 to avoid overflow issues
|
|
|
|
|
2007-08-02 07:00:53 +00:00
|
|
|
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
|
|
|
|
|
2007-06-13 22:49:19 +00:00
|
|
|
nonfatal-assertions.patch: Make assertions non-fatal
|
2007-08-09 18:54:17 +00:00
|
|
|
|
2008-01-29 19:00:57 +00:00
|
|
|
buggy-repeat.patch: Unconditionally turn on buggy-repeat handling to bandaid bug 413583.
|
|
|
|
|
2008-09-26 22:30:51 +00:00
|
|
|
tmpfile_wince.patch: Make Windows CE use tmpfile() on windows mobile due to the lack of _open_osfhandle and no fs permissions.
|
|
|
|
|
2008-03-05 05:44:55 +00:00
|
|
|
==== pixman patches ====
|
|
|
|
|
|
|
|
endian.patch: include cairo-platform.h for endian macros
|
2008-01-29 19:00:57 +00:00
|
|
|
|