cairo/src
Kristian Høgsberg 8e485ec8c2 Fills as paths patch originally by Owen Taylor.
Make sure we have a current point for the relative path operators.
Add fill_path backend method.
Implement fill_path in the PDF backend.
2005-05-03 14:28:50 +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 Convert to utf-8 encoding. 2005-02-22 11:32:02 +00:00
cairo-cache.c Fix reversed arguments in call to calloc. 2005-04-06 12:20:02 +00:00
cairo-color.c and delete: 2005-04-14 14:42:26 +00:00
cairo-features.h.in New PNG utility functions. 2005-03-28 13:58:26 +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 Remove a stray free() (#3029, Carl Worth) 2005-04-14 06:05:59 +00:00
cairo-ft-font.c Changes the sign of extents->descent to match win32 backend and the conventional convention. 2005-05-02 14:20:07 +00:00
cairo-ft-private.h src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type to hold a description of a font face. Replace cairo_set_font() with cairo_set_font_face(). 2005-04-07 11:03:59 +00:00
cairo-ft.h src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type to hold a description of a font face. Replace cairo_set_font() with cairo_set_font_face(). 2005-04-07 11:03:59 +00:00
cairo-glitz-surface.c Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
cairo-glitz.h Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +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 Fills as paths patch originally by Owen Taylor. 2005-05-03 14:28:50 +00:00
cairo-hash.c Fix reversed arguments in call to calloc. 2005-04-06 12:20:02 +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 Factor out bulk of the code into a new callback based function, write_png(). Call it with a stdio write callback. (cairo_surface_write_png_to_stream): New function to write a surface to a PNG stream. (cairo_image_surface_create_from_png): Likewise, move most of the code to read_png(), clean up error handling and reduce this function to calling read_png() with a stdio based read function. (cairo_image_surface_create_from_png_stream): New function to create an image surface from a PNG stream. 2005-04-25 20:42:54 +00:00
cairo-matrix.c src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update. 2005-04-11 09:18:51 +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 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-pdf-surface.c Fills as paths patch originally by Owen Taylor. 2005-05-03 14:28:50 +00:00
cairo-pdf.h New PNG utility functions. 2005-03-28 13:58:26 +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 Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
cairo-ps.h Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +00:00
cairo-quartz-surface.c Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
cairo-quartz.h Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +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 Fills as paths patch originally by Owen Taylor. 2005-05-03 14:28:50 +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 Initialize the saved_dc_bitmap field here as well ... not strictly needed, but cleaner. (Reported by Peter Arsoff) 2005-04-25 19:38:44 +00:00
cairo-win32.h Minor changes to header file inclusion recommended by Oleg Smolsky for better portability to MSVC. 2005-04-07 12:56:43 +00:00
cairo-xcb-surface.c Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
cairo-xcb.h Fix "implicit declaration" warning in cairo.c by moving cairo_xcb_surface_create prototype into cairo-xcb.h. 2005-03-25 11:47:38 +00:00
cairo-xlib-surface.c Add new cairo_paint function. 2005-04-19 16:29:04 +00:00
cairo-xlib.h src/cairo-xlib.h: include Xlib.h to fix solaris build bustage. 2005-03-29 11:54:01 +00:00
cairo.c Originally 2005-04-20 Carl Worth <cworth@cworth.org> 2005-05-03 08:33:32 +00:00
cairo.h Originally 2005-04-20 Carl Worth <cworth@cworth.org> 2005-05-03 08:33:32 +00:00
cairoint.h Fills as paths patch originally by Owen Taylor. 2005-05-03 14:28:50 +00:00
Makefile.am Add suggestion for copy-on-write regions to fix clip region problems. 2005-05-03 08:16:47 +00:00