cairo/src
2005-05-10 12:22:41 +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 Originally: 2005-04-19 Carl Worth <cworth@cworth.org> 2005-04-26 12:38:06 +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 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.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +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 Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo-glitz-surface.c Fix return type from cairo_status_t to cairo_int_status_t. 2005-05-06 14:20:05 +00:00
cairo-glitz.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +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 Fix cairo_get_font_matrix to actually use its out-parameter. And change the return type to void. 2005-05-10 12:22:41 +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 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-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 Make handling of unsigned char* vs. char* consistent. Change all parameters that are actual string data from unsigned char* to char* (cairo_text_extents, cairo_show_text, cairo_text_path). Change all data buffers from char* to unsigned char* (cairo_write_func_t). 2005-04-06 13:01:13 +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 Originally: 2005-04-19 Carl Worth <cworth@cworth.org> 2005-04-26 12:38:06 +00:00
cairo-path-data.c Originally: 2005-04-19 Carl Worth <cworth@cworth.org> 2005-04-26 12:38:06 +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 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-pdf-surface.c Eliminate the following deprecated functions from cairo's interface: 2005-05-06 13:32:53 +00:00
cairo-pdf.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +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 Originally 2005-04-20 Carl Worth <cworth@cworth.org> 2005-05-03 08:33: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 Rename and re-order the cairo_operator_t enum to names that abbreviate less and are easier to understand, (eg. CAIRO_OPERATOR_DEST_OVER instead of CAIRO_OPEERATOR_OVER_REVERSE). 2005-05-06 13:26:16 +00:00
cairo-ps.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo-quartz-surface.c Remove cairo_set_target_surface and all other backend-specific cairo_set_target functions. Require a cairo_surface_t* to call cairo_create. 2005-05-06 13:23:41 +00:00
cairo-quartz.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +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 Update to track new CAIRO_OPERATOR names. 2005-05-06 21:19:49 +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 Remove broken code for defining uint64_t. 2005-04-07 15:00:46 +00:00
cairo-win32-font.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-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 Update to track new CAIRO_OPERATOR names. 2005-05-06 21:19:49 +00:00
cairo-win32.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo-xcb-surface.c Update to track new CAIRO_OPERATOR names. 2005-05-06 21:19:49 +00:00
cairo-xcb.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo-xlib-surface.c Eliminate the following deprecated functions from cairo's interface: 2005-05-06 13:32:53 +00:00
cairo-xlib.h Change definitions of everything in cairo-features.h to prefer #if over #ifdef. 2005-05-06 21:33:22 +00:00
cairo.c Fix cairo_get_font_matrix to actually use its out-parameter. And change the return type to void. 2005-05-10 12:22:41 +00:00
cairo.h Fix cairo_get_font_matrix to actually use its out-parameter. And change the return type to void. 2005-05-10 12:22:41 +00:00
cairoint.h Fix cairo_get_font_matrix to actually use its out-parameter. And change the return type to void. 2005-05-10 12:22:41 +00:00
Makefile.am Add suggestion for copy-on-write regions to fix clip region problems. 2005-05-03 08:16:47 +00:00