gecko-dev/gfx/cairo
cbiesinger%web.de 840462d58e add missing file from cairo trunk 2006-01-13 20:56:27 +00:00
..
cairo add missing file from cairo trunk 2006-01-13 20:56:27 +00:00
glitz Misc thebes/cairo win32 compilation fixes 2006-01-13 15:57:59 +00:00
libpixman avoid any potential for multiple-defined symbols for M_PI 2006-01-11 00:48:57 +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 Upgrade cairo to latest cairo trunk, along with some still-in-review patches 2006-01-10 22:56:57 +00:00
cairo-debug-helpers.patch check in aforementioned still-in-review cairo patches 2006-01-10 22:57:20 +00:00
device-offset-scale.patch check in aforementioned still-in-review cairo patches 2006-01-10 22:57:20 +00:00
mozilla-misc.patch yet another patch update 2006-01-11 02:27:33 +00:00
push-pop-group.patch check in aforementioned still-in-review cairo patches 2006-01-10 22:57:20 +00:00

README

Snapshots of cairo 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 1.1.1 (cvs - 2006-01-10)
  glitz 0.5.2 (cvs - 2006-01-10)

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

VC6 cannot build pixman from cairo.  Therefore, VC6 builds are not supported
if cairo is enabled.  Please upgrade to VC7.1/8.

==== Patches ====

mozilla-misc.patch
  - Misc compilation fixes for pixman (submitted upstream)
  - temporary moz_cairo_set_target API (not for upstream)

cairo-debug-helpers.patch
  - some stuff for cairo-debug.[ch]

device-offset-scale.path
  - Move device offset/scale handling into surface layer; large rework
    of device offset/scale.  (submitted upstream)

push-pop-group.patch
  - Implementation of push/pop group API; depends on device-offset-scale.
    (submitted upstream)