Find a file
Carl Worth 9c10b54e5e Add new cairo_paint function.
Add new get_extents function to the surface backend interface.
Add function to query current clip_extents.
Implement the new get_extents function for each backend.
Save the clip extents from set_clip_region and implement _cairo_surface_get_clip_extents.
Abstract away the evil XGetGeometry roundtrip in _cairo_xlib_surface_get_size.
Rewrite a couple of tests to call cairo_paint.
2005-04-19 16:29:04 +00:00
doc src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for converting trapezoids into a pixman region. 2005-04-13 11:23:43 +00:00
pixman src/pixman.h: add AIX to the test for inttypes.h 2005-03-29 11:45:52 +00:00
src Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
test Add new cairo_paint function. 2005-04-19 16:29:04 +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
acinclude.m4 configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc. 2005-01-27 11:35:25 +00:00
AUTHORS Add bug for cairo_show_surface under non-default CTM. 2005-02-10 07:46:46 +00:00
autogen.sh Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes bug #3000. 2005-04-12 11:50:25 +00:00
BUGS Add bug for cairo_show_surface under non-default CTM. 2005-02-10 07:46:46 +00:00
cairo.pc.in When we created a DC/bitmap pair, delete the DC before the Bitmap so that the Bitmap will be released from the DC and can be destroyed. (Reported by Hans Breuer) 2005-02-24 08:20:14 +00:00
ChangeLog Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
configure.in Use configure-time checks for stdint.h vs. inttypes.h vs. sys/int_types.h rather than ad-hoc system-specific macros. Also define these types manually none of these header are available. (Thanks to Jason Dorje Short <jdorje@users.sf.net>). 2005-04-07 12:05:52 +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
gtk-doc.make Commit workaround to prevent make distcheck from making bogus complaints that gtk-doc is not enabled. 2005-03-08 19:30:19 +00:00
INSTALL Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering. 2003-04-17 13:24:29 +00:00
Makefile.am configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc. 2005-01-27 11:35:25 +00:00
NEWS Look for png images in ${srcdir}/filename as well, so that make distcheck can still find them. 2005-03-08 19:25:39 +00:00
README Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
RELEASING Add instructions for handling the new -head suffix of CAIRO_VERSION at release-time. 2005-01-23 12:49:56 +00:00
ROADMAP Mark a couple of items that are now complete. 2005-04-18 05:25:57 +00:00
TODO Update API Shakeup chart to indicate that cairo_paint and cairo_fill_preserve patches have been sent. 2005-04-19 06:38:07 +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@cworth.org> 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