Find a file
2004-12-17 11:31:05 +00:00
doc/reference added missing links for rectangle and curve_to function 2004-02-26 14:47:21 +00:00
pixman Abort release-publish if there's already a published tar file with the current version. (release-publish): Add code to update the LATEST-package-version file. 2004-10-28 08:48:07 +00:00
src Revert clipping changes 2004-12-01 16:27:18 +00:00
test Note that text_cache_crash is expected to fail. 2004-11-23 13:38:09 +00:00
util Changed names of all cairo_get_* functions to cairo_current_*. Added magic DEPRECATE macro so that using the old names will give useful warnings/errors. Bumped version number to 0.1.1 2003-09-04 06:52:01 +00:00
.cvsignore Increment CAIRO_VERSION to 0.2.0. 2004-10-27 13:13:39 +00:00
AUTHORS Make a copy of the region since pixman is currently taking ownership of it (ugh). Thanks to Vladimir Vukicevic <vladimir@pobox.com> and Peter Dennis Bartok <peter@novonyx.com>. 2004-08-14 07:21:52 +00:00
autogen.sh automake 1.4 seems to be sufficient. Don't require 1.6. 2004-10-13 08:18:38 +00:00
BUGS Add bug about invalidating font caches. 2004-12-17 11:31:05 +00:00
cairo.pc.in Add initial regression test suite. 2004-10-26 14:38:43 +00:00
ChangeLog Add bug about invalidating font caches. 2004-12-17 11:31:05 +00:00
configure.in require libpixman 0.1.2 since src/cairo_glitz_surface.c depends on two new functions of 0.1.2 - pixman_format_get_masks and pixman_image_get_format 2004-11-08 13:33:42 +00:00
COPYING Fix typo: LPGL->LGPL. 2004-11-29 18:25:23 +00:00
COPYING-LGPL-2.1 Add the MPL as a new license option, in addition to the LGPL. 2004-09-04 06:38:34 +00:00
COPYING-MPL-1.1 Add the MPL as a new license option, in addition to the LGPL. 2004-09-04 06:38:34 +00:00
INSTALL Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. 2003-04-17 13:24:29 +00:00
Makefile.am Add new test demonstrating assertion failure in cairo_cache_lookup. 2004-11-04 14:23:50 +00:00
NEWS Add note on reverted tessellation regression bugs. 2004-10-27 13:19:39 +00:00
README Add attribution for many people who have made generous contributions to cairo. This list was generated by sifting through the ChangeLog. Please let me know if I have missed anyone. 2004-02-24 10:45:26 +00:00
RELEASING Add new test demonstrating assertion failure in cairo_cache_lookup. 2004-11-04 14:23:50 +00:00
TODO Add items on custom caps and getting access to hidden image data 2004-10-21 08:55:46 +00:00

Cairo - Multi-platform 2D graphics library
http://cairographics.org

Compiling
---------
See the INSTALL document for build instructions.

Description
-----------
Cairo is a vector graphics library with cross-device output
support. Currently supported output targets include the X Window
System and in-memory image buffers. PostScript and PDF file output is
planned. Cairo is designed to produce identical output on all output
media while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).

Cairo provides a stateful user-level API with capabilities similar to
the PDF 1.4 imaging model. Cairo provides operations including
stroking and filling Bezier cubic splines, transforming and
compositing translucent images, and antialiased text rendering.

Cairo was once named Xr, (or Xr/Xc), so if you came looking for that
software, you've found it.

Dependencies
------------
Cairo currently requires the following supporting libraries:

	libpixman
	Xft2
	fontconfig
	freetype2

Documentation
-------------
There's not much documentation yet apart from the cairo.h header
file. We'll be correcting that shortly.

In the meantime, the cairo-demo module in CVS provides a few example
programs using cairo. These may be helpful to a programmer just
beginning with cairo. Also, familiarity with the PostScript imaging
model will help in understanding cairo.

History
-------
Cairo was originally developed by Carl Worth <cworth@isi.edu> and
Keith Packard <keithp@keithp.com>. Many thanks are due to Lyle Ramshaw
without whose patient help our ignorance would be much more apparent.

Mailing List
------------
If you have trouble with cairo or you have some ideas for how it could be
improved, please feel free to send a message to cairo@cairographics.org

Cairo is still under active development and all discussion happens on
that list. So if you want to lurk or, (even better), take part in the
development, take a look. Subscription information and archives are
available:

	http://cairographics.org/cgi-bin/mailman/listinfo/cairo