gecko-dev/gfx/cairo
tor%cs.brown.edu a30113f5b5 Bug 307308 - pass appropriate pointer to release_dest_image. 2005-09-07 16:05:30 +00:00
..
cairo Bug 307308 - pass appropriate pointer to release_dest_image. 2005-09-07 16:05:30 +00:00
glitz cairo landing: update to cairo 0.9.1+ 2005-08-20 05:34:03 +00:00
libpixman cairo landing: update to cairo 0.9.1+ 2005-08-20 05:34:03 +00:00
.cvsignore Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov. 2005-04-19 17:19:47 +00:00
Makefile.in cairo landing: update to cairo 0.9.1+ 2005-08-20 05:34:03 +00:00
README cairo landing: update to cairo 0.9.1+ 2005-08-20 05:34:03 +00:00
alphablend.diff bug 301723 allow compiling cairo with vc6 2005-07-25 21:12:22 +00:00
atsui-empty.diff Bug 298914 - OS-X svg crash with empty string. r=jhpedemonte, a=bsmedberg. 2005-06-28 18:58:31 +00:00
feature-tests.diff b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +00:00
stdint.diff b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +00:00

README

Snapshots of cairo, libpixman, and glitz for mozilla usage.  Where possible,
these should be official releases from the cairo project as-is.  If
changes are necessary, they should be documented below and the patch
file included in this directory.

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/.

VERSIONS:

  cairo 0.9.1
  libpixman 0.1.5
  glitz 0.4.0

***** NOTE FOR VISUAL C++ 6.0 *****

VC6 cannot build pixman correctly for various reasons.  There is a static
win32 pixman library provided in libpixman/src/pixman-vc71.lib that will
be used instead of building on all Win32/Visual C++ builds.  Building with
VC7.1, gcc/mingw, or anything else other than VC6 is fine.

PATCHES:

  stdint.h - select between inttypes.h, stdint.h, and mozstdint.h.

  dash-dos.diff - prevent DOS attack with dasharray.

  alphablend.diff - check for AlphaBlend usability at runtime (win32)

  feature-tests.diff - change #if to #ifdef, and change
      cairo-features.h.in to #define things based on mozilla configure
      tests

  allow-null-surface.diff - allow creating a cairo_t with a NULL
      target surface
  atsui-empty.diff - prevent OS-X crash with empty string