cairo/src
Carl Worth d135938efd Rework the cairo_matrix_t interface in several ways. Expose a struct for cairo_matrix_t.
Add new function to return current matrix: cairo_get_matrix
Deprecate the following functions (in documentation): cairo_matrix_create cairo_matrix_destroy cairo_matrix_get_affine
Rename: cairo_matrix_set_affine -> cairo_matrix_init cairo_matrix_set_identity -> cairo_matrix_init_identity
Add other new matrix initialization functions: cairo_matrix_init_translate cairo_matrix_init_scale cairo_matrix_init_rotate
Change return type of almost all cairo_matrix functions from cairo_status_t to void.
Track changes to cairo_matrix_t interface.
Add a test case showing the same path drawn under various transforms, (including skews set directly by initializing a cairo_matrix_t).
2005-04-07 10:01:49 +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-array.c Add preliminary text support, including support for truetype font subsetting. 2005-01-17 09:40:00 +00:00
cairo-atsui-font.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-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 Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address. 2005-02-22 11:35:03 +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 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-ft-font.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-ft-private.h Change cairo_font_t to refer to a font scaled to a particular output device resolution. 2005-01-21 14:33:47 +00:00
cairo-ft.h Change cairo_font_t to refer to a font scaled to a particular output device resolution. 2005-01-21 14:33:47 +00:00
cairo-glitz-surface.c Drop cairo_default_matrix since it is now always identical to cairo_identity_matrix. 2005-04-04 06:49:19 +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 Drop cairo_default_matrix since it is now always identical to cairo_identity_matrix. 2005-04-04 06:49:19 +00:00
cairo-gstate.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-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 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-matrix.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-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 Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS as they are not needed for private headers. 2005-03-23 13:52:11 +00:00
cairo-path-data.c * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path): Rename cairo_copy_path_data, cairop_copy_path_data_flat, and cairo_append_path_data to cairo_copy_path, cairo_copy_path_flat, and cairo_append_path. 2005-03-18 14:28:53 +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 Clean up names of cairo_path internals. 2005-03-23 14:36:29 +00:00
cairo-pattern.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-pdf-surface.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-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 Change type of data parameter from char* to unsigned char*. 2005-04-04 09:47:12 +00:00
cairo-png.h New PNG utility functions. 2005-03-28 13:58:26 +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 Begin the process of breaking up cairoint.h, moving structure definitions of cairo_t, cairo_gstate_t, and cairo_path_real_t into their own header files. 2005-03-23 13:50:51 +00:00
cairo-ps-surface.c Drop cairo_default_matrix since it is now always identical to cairo_identity_matrix. 2005-04-04 06:49:19 +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 Drop cairo_default_matrix since it is now always identical to cairo_identity_matrix. 2005-04-04 06:49:19 +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 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-traps.c Disable the "new" intersection code so that the incorrect fill problems (test/fill_rule) go away. 2005-03-07 14:23:07 +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 src/cairo-wideint.h: add preprocessor tests for stdint.h/inttypes.h 2005-03-29 11:48:58 +00:00
cairo-win32-font.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-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 Drop cairo_default_matrix since it is now always identical to cairo_identity_matrix. 2005-04-04 06:49:19 +00:00
cairo-win32.h Fix line endings (reported by Hans Breuer) 2005-02-20 18:19:10 +00:00
cairo-xcb-surface.c Drop cairo_default_matrix since it is now always identical to cairo_identity_matrix. 2005-04-04 06:49:19 +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 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-xlib.h src/cairo-xlib.h: include Xlib.h to fix solaris build bustage. 2005-03-29 11:54:01 +00:00
cairo.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.h Rework the cairo_matrix_t interface in several ways. Expose a struct for cairo_matrix_t. 2005-04-07 10:01:49 +00:00
cairoint.h Rework the cairo_matrix_t interface in several ways. Expose a struct for cairo_matrix_t. 2005-04-07 10:01:49 +00:00
Makefile.am Renamed a bunch of files to use - rather than _ as a separator. Copy happened in the master repository to preserve history, so this is just a big remove. 2005-03-28 14:30:40 +00:00