cairo/src
2005-05-26 03:31:28 +00:00
..
.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 Originally: 2005-04-19 Carl Worth <cworth@cworth.org> 2005-04-26 12:38:06 +00:00
cairo-arc.c Don't use return when calling a void function (thanks to Damien Carbery <damien.carbery@sun.com>). Closes bug #3134. 2005-05-10 20:38:21 +00:00
cairo-array.c src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Add cairo_font_face_set/get_user_data(). 2005-04-08 13:14:17 +00:00
cairo-atsui-font.c Revive quartz backend. 2005-05-11 15:39:26 +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 Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo-color.c and delete: 2005-04-14 14:42:26 +00:00
cairo-features.h.in Change cairo-features again so that either #if or #ifdef will work to test any feature. 2005-05-09 08:34:57 +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.c Push cairo_matrix_t const-correctness down through the entire implmentation, (expanding on preliminary work by Robert O'Callahan <rocallahan@novell.com>) 2005-05-09 09:12:52 +00:00
cairo-ft-font.c Get the glyphslot point *after* we get the FT_Face. (Robert O'Callahan) 2005-05-09 16:33:59 +00:00
cairo-ft-private.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo-ft.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-glitz-surface.c Fix image->data to be unsigned 2005-05-12 23:11:55 +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 src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and restore the clip state of a surface. Copy and store clip regions set on a surface so that we can save and restore them. 2005-05-02 13:39:30 +00:00
cairo-gstate.c Add new test for bug in cairo_paint_with_alpha not transforming the source. 2005-05-12 11:02:35 +00:00
cairo-hash.c Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +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 Fix image->data to be unsigned 2005-05-12 23:11:55 +00:00
cairo-matrix.c Push cairo_matrix_t const-correctness down through the entire implmentation, (expanding on preliminary work by Robert O'Callahan <rocallahan@novell.com>) 2005-05-09 09:12:52 +00:00
cairo-output-stream.c Two fixes from Kristion Høgsberg: 2005-05-17 12:40:55 +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 src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gstate to _cairo_path_data_create[_flat] and use _cairo_gstate_backend_to_user() so as to properly handle the surface device offset. 2005-05-10 20:45:54 +00:00
cairo-path-data.c src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gstate to _cairo_path_data_create[_flat] and use _cairo_gstate_backend_to_user() so as to properly handle the surface device offset. 2005-05-10 20:45:54 +00:00
cairo-path-fill.c Remove unneeded includes of cairo-path-fixed-private.h. 2005-03-23 14:17:40 +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 Initialize op->stops[0].scale = 0. 2005-05-16 22:31:36 +00:00
cairo-pdf-surface.c Two fixes from Kristion Høgsberg: 2005-05-17 12:40:55 +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 Don't guess and make our own definitions for uint8_t, etc. Just error out if we can't find a suitable header file. 2005-05-10 12:42:32 +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 Originally: 2005-04-19 Carl Worth <cworth@cworth.org> 2005-04-26 12:38:06 +00:00
cairo-ps-surface.c Remove destroy_closure from cairo_output_stream_t interface. 2005-05-17 05:58:01 +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 Revive quartz backend. 2005-05-11 15:39:26 +00:00
cairo-quartz.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-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 Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-surface.c Revive quartz backend. 2005-05-11 16:01:56 +00:00
cairo-traps.c src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to create a single trapezoid box. 2005-04-27 10:16:47 +00:00
cairo-unicode.c Style and indentation fixes. 2005-04-02 05:18:11 +00:00
cairo-wideint.c Remove useless const qualifier from functions returning simple values, (quiets the warning in gcc4). Thanks to John Ellson <ellson@research.att.com>. Closes bug #2299. 2005-01-19 07:07:00 +00:00
cairo-wideint.h Don't guess and make our own definitions for uint8_t, etc. Just error out if we can't find a suitable header file. 2005-05-10 12:42:32 +00:00
cairo-win32-font.c Revive quartz backend. 2005-05-11 16:01:56 +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 Handle more cases by assuming no-super-luminescent colors. 2005-05-11 16:32:44 +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 Bring up to date with Keith's latest improvements to cairo-xlib-surface.c: Add some comments about how and why masks are computed. Generalize overflow detection in mask computation. Expand on pixman format conversion comment. Fix the broken visual->format case. 2005-05-17 15:23:53 +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-surface.c Add some comments about how and why masks are computed. Generalize overflow detection in mask computation. Expand on pixman format conversion comment. 2005-05-17 12:21:56 +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 Rework of cairo_xlib_surface create functions by Keith Packard: 2005-05-17 06:05:13 +00:00
cairo-xlib.h Rework of cairo_xlib_surface create functions by Keith Packard: 2005-05-17 06:05:13 +00:00
cairo.c trivial doc fixes. 2005-05-26 03:31:28 +00:00
cairo.h Fix more deprecation macros 2005-05-17 08:34:44 +00:00
cairoint.h Remove destroy_closure from cairo_output_stream_t interface. 2005-05-17 05:58:01 +00:00
Makefile.am Update instructions to match output of 'make distcheck' 2005-05-17 09:08:23 +00:00