..
.cvsignore
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
2003-12-05 08:53:07 +00:00
cairo-arc-private.h
Add cairo_private to several function prototypes that were missing it.
2005-08-09 13:01:14 +00:00
cairo-arc.c
Remove include of math.h since cairoint.h does it more carefully, (for annoying platforms for which just including math.h without extra defines is not enough).
2005-08-05 10:05:29 +00:00
cairo-array.c
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STATUS_INVALID_VISUAL.
2005-07-27 15:39:34 +00:00
cairo-atsui-font.c
Get cairo_toy_font_face_t type right.
2005-08-09 10:05:35 +00:00
cairo-atsui.h
Add an #error if cairo-foo.h is included when cairo was compiled without support for the foo backend.
2005-05-14 10:03:56 +00:00
cairo-cache.c
Provide locking macros, implement with pthreads.
2005-06-25 23:24:19 +00:00
cairo-clip-private.h
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-clip.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-color.c
and delete:
2005-04-14 14:42:26 +00:00
cairo-debug.c
New public header file.
2005-08-01 13:33:47 +00:00
cairo-debug.h
New public header file.
2005-08-01 13:33:47 +00:00
cairo-features.h.in
Patch from Behdad Esfahbod <behdad@cs.toronto.edu>:
2005-08-10 11:08:38 +00:00
cairo-fixed.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-font-options.c
src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options().
2005-07-25 12:29:23 +00:00
cairo-font-subset-private.h
Split out font subsetting code from here,
2005-06-21 15:38:51 +00:00
cairo-font-subset.c
Patch from Adrian Johnson <ajohnson@redneon.com>
2005-08-04 23:10:26 +00:00
cairo-font.c
Rename font_face_backend->create_font to scaled_font_create. Group the scaled_font prototypes together. A little more simple -> toy renaming.
2005-08-05 20:53:09 +00:00
cairo-ft-font.c
Add a function to test whether a cairo_operator_t is bounded (does nothing for 0 src/mask)
2005-08-08 13:46:11 +00:00
cairo-ft-private.h
Add cairo_private to several function prototypes that were missing it.
2005-08-09 13:01:14 +00:00
cairo-ft.h
Whitespace fixes.
2005-07-21 11:26:31 +00:00
cairo-glitz-surface.c
Additional fix for 0-width/0-height glyphs.
2005-08-10 11:40:11 +00:00
cairo-glitz.h
Add an #error if cairo-foo.h is included when cairo was compiled without support for the foo backend.
2005-05-14 10:03:56 +00:00
cairo-gstate-private.h
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-gstate.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-hash-private.h
Remove destroy notifier. This simplifies the implementation a bit, and no anticipated use of cairo_hash_table_t in cairo needs the destroy notifier. Most uses will be hash-backed object create/destroy functions.
2005-07-12 14:43:37 +00:00
cairo-hash.c
Remove destroy notifier. This simplifies the implementation a bit, and no anticipated use of cairo_hash_table_t in cairo needs the destroy notifier. Most uses will be hash-backed object create/destroy functions.
2005-07-12 14:43:37 +00:00
cairo-hull.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-image-surface.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-matrix.c
Remove include of math.h since cairoint.h does it more carefully, (for annoying platforms for which just including math.h without extra defines is not enough).
2005-08-05 10:05:29 +00:00
cairo-meta-surface-private.h
Add cairo_private to several function prototypes that were missing it.
2005-08-09 13:01:14 +00:00
cairo-meta-surface.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-output-stream.c
Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:
2005-08-05 07:48:18 +00:00
cairo-path-bounds.c
Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functions to be named as _cairo_path_fixed functions.
2005-03-23 13:52:54 +00:00
cairo-path-data-private.h
Add cairo_private to the few pieces of data that were missing it.
2005-08-10 06:52:40 +00:00
cairo-path-data.c
Add some missing declarations to the appropriate sections.
2005-08-05 10:30:31 +00:00
cairo-path-fill.c
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* functions and put them in cairo-clip.c.
2005-08-04 22:45:59 +00:00
cairo-path-fixed-private.h
Clean up names of cairo_path internals.
2005-03-23 14:36:29 +00:00
cairo-path-stroke.c
Remove unneeded includes of cairo-path-fixed-private.h.
2005-03-23 14:17:40 +00:00
cairo-path.c
Fills as paths patch originally by Owen Taylor.
2005-05-03 14:28:50 +00:00
cairo-pattern.c
Change *_reference() functions to return the object being referenced.
2005-08-04 18:44:29 +00:00
cairo-pdf-surface.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-pdf.h
Remove destroy_closure from cairo_output_stream_t interface.
2005-05-17 05:58:01 +00:00
cairo-pen.c
Rework the cairo_matrix_t interface in several ways. Expose a struct for cairo_matrix_t.
2005-04-07 10:01:49 +00:00
cairo-png.c
Add missing cast.
2005-07-28 11:42:33 +00:00
cairo-polygon.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-private.h
Rip out cairo_set_error_notfiy function as it is clear that it is not the right approach.
2005-06-20 09:59:23 +00:00
cairo-ps-surface.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-ps.h
Remove destroy_closure from cairo_output_stream_t interface.
2005-05-17 05:58:01 +00:00
cairo-quartz-surface.c
Cast away the const on the nil surface to avoid a compiler warning.
2005-07-31 11:03:35 +00:00
cairo-quartz.h
Whitespace fixes.
2005-07-21 11:26:31 +00:00
cairo-slope.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-spline.c
Add CODING_STYLE document to standardize on some style issues.
2005-06-03 14:51:57 +00:00
cairo-surface.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-traps.c
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* functions and put them in cairo-clip.c.
2005-08-04 22:45:59 +00:00
cairo-unicode.c
Style and indentation fixes.
2005-04-02 05:18:11 +00:00
cairo-wideint.c
Replace wide integer divide algorithms with trivial bit-at-a-time code. Original code was of unclear provenance, this new code is completely different.
2005-07-30 12:57:54 +00:00
cairo-wideint.h
Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:
2005-08-05 07:48:18 +00:00
cairo-win32-font.c
Remove a non-sensical XXX that crept in at some point; for a solid color, there is no difference between premultiplied and non-premultiplied colors.
2005-08-06 10:22:07 +00:00
cairo-win32-private.h
Instead of counting on ordering deletion to work (apparently it didn't on older Windows), save the initial bitmap created with the DC and reselect that into the DC. (Based on a patch by Hans Breuer)
2005-02-24 12:51:33 +00:00
cairo-win32-surface.c
src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectangle]() and cairo_flush() for
2005-08-01 11:45:42 +00:00
cairo-win32.h
Add an #error if cairo-foo.h is included when cairo was compiled without support for the foo backend.
2005-05-14 10:03:56 +00:00
cairo-xcb-surface.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo-xcb-xrender.h
Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.
2005-05-17 06:11:32 +00:00
cairo-xcb.h
Re-synch with latest from gtk-doc CVS tree.
2005-05-24 16:08:39 +00:00
cairo-xlib-private.h
src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * not screen number to match surface code.
2005-07-23 05:37:23 +00:00
cairo-xlib-screen.c
New public header file.
2005-08-01 13:33:47 +00:00
cairo-xlib-surface.c
Don't crash on 0-width or 0-height glyphs; also correctly initialize entry->key.base.memory with the image cache image.
2005-08-09 13:42:54 +00:00
cairo-xlib-test.h
Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).
2005-05-17 00:39:17 +00:00
cairo-xlib-xrender.h
Add Screen* arguments to:
2005-07-20 18:52:31 +00:00
cairo-xlib.h
Add cairo_xlib_surface_set_drawable which changes the target drawable for an xlib cairo_t to another which shares the same format, screen and display.
2005-07-21 08:45:57 +00:00
cairo.c
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairo.h
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a hint and is not supported by all backends.
2005-08-08 18:35:22 +00:00
cairoint.h
Add cairo_private to the few pieces of data that were missing it.
2005-08-10 06:52:40 +00:00
Makefile.am
From Keith Packard <keithp@keithp.com>,
2005-08-10 12:36:51 +00:00