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:
|
|
|
|
|
2008-11-06 10:48:23 +03:00
|
|
|
cairo (1.8.2)
|
|
|
|
pixman (pixman-0.12.0-19-g95f2af9)
|
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 ====
|
|
|
|
|
|
|
|
Some specific things:
|
|
|
|
|
|
|
|
max-font-size.patch: Clamp freetype font size to 1000 to avoid overflow issues
|
|
|
|
|
2007-08-02 11:00:53 +04:00
|
|
|
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
|
|
|
|
|
2007-06-14 02:49:19 +04:00
|
|
|
nonfatal-assertions.patch: Make assertions non-fatal
|
2007-08-09 22:54:17 +04:00
|
|
|
|
2008-01-29 22:00:57 +03:00
|
|
|
buggy-repeat.patch: Unconditionally turn on buggy-repeat handling to bandaid bug 413583.
|
|
|
|
|
2008-09-27 02:30:51 +04: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-06 10:48:23 +03:00
|
|
|
cairo-version-fixes.patch: fix up cairo-version.c/cairo-version.h for in-place builds
|
|
|
|
|
2008-11-10 02:40:55 +03:00
|
|
|
win32-ddb-dib.patch: fix for bug 455513; not upstream yet pending feebdack
|
|
|
|
|
2008-11-10 02:43:39 +03:00
|
|
|
qpainter-type.patch: add SURFACE_TYPE_QPAINTER to cairo.h
|
|
|
|
|
2008-03-05 08:44:55 +03:00
|
|
|
==== pixman patches ====
|
|
|
|
|
|
|
|
endian.patch: include cairo-platform.h for endian macros
|
2008-01-29 22:00:57 +03:00
|
|
|
|
2008-11-04 18:43:45 +03:00
|
|
|
==== disable printing patch ====
|
|
|
|
|
|
|
|
disable-printing.patch: allows us to use NS_PRINTING to disable printing.
|