gecko-dev/gfx/cairo
vladimir%pobox.com 89a0001d59 more bug 299407 (libpixman hack with VC71) win32 fixes.. 2005-07-05 20:49:18 +00:00
..
cairo Bug 298914 - OS-X svg crash with empty string. r=jhpedemonte, a=bsmedberg. 2005-06-28 18:58:31 +00:00
libpixman more bug 299407 (libpixman hack with VC71) win32 fixes.. 2005-07-05 20:49:18 +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 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
README b=299407, fix cairo/pixman compilation on VC6, r+a=shaver 2005-07-04 00:53:23 +00:00
allow-null-surface.diff b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +00:00
alphablend.diff b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +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
dash-dos.diff b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +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
optimize-opaque-paint.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
win32-extents.diff Bug 297705 - correct cairo_text_extents() on win32 for general transforms. 2005-06-14 21:49:08 +00:00

README

Snapshots of cairo and libpixman 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.5.0
  libpixman 0.1.5

***** 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

  optimize-opaque-paint.diff - if cairo_paint_with_alpha is called
      with alpha == 1.0, turn it into cairo_paint

  win32-extents.diff - correct text extents for general tranforms
      (upstream patch)

  atsui-empty.diff - prevent OS-X crash with empty string