cairo/src
2005-03-29 11:24:10 +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 Update quartz backend to compilable/workable version and re-enable. 2005-03-29 11:24:10 +00:00
cairo-atsui.h Convert to utf-8 encoding. 2005-02-22 11:32:02 +00:00
cairo-cache.c Fix missing cairo_ft_font_unlock_face(). 2005-02-03 15:24:35 +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 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-ft-font.c Remove unneeded includes of cairo-path-fixed-private.h. 2005-03-23 14:17:40 +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 Move surface-specific cairo_t functions to cairo.c. 2005-03-23 13:49:32 +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 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-gstate.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-hash.c Fix missing cairo_ft_font_unlock_face(). 2005-02-03 15:24:35 +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 cairo_output_stream.c 2005-03-16 12:08:41 +00:00
cairo-matrix.c Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_transform cairo_transform_point -> cairo_user_to_device cairo_transform_distance -> cairo_user_to_device_distance cairo_inverse_transform_point -> cairo_device_to_user cairo_inverse_transform_distance-> cairo_device_to_user_distance cairo_init_clip -> cairo_reset_clip 2005-03-20 23:23:19 +00:00
cairo-output-stream.c ChangeLog 2005-03-17 07:30:05 +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 Comment and clean up the gradient computation. (_cairo_linear_pattern_classify): Determine if a linear gradient is horizontal or vertical. (_cairo_pattern_acquire_surface_for_gradient): Optimize horizontal/vertical gradients with a repeating surface. 2005-03-06 12:05:23 +00:00
cairo-pdf-surface.c New PNG utility functions. 2005-03-28 13:58:26 +00:00
cairo-pdf.h New PNG utility functions. 2005-03-28 13:58:26 +00:00
cairo-pen.c 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-png.c New PNG utility functions. 2005-03-28 13:58:26 +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 Move surface-specific cairo_t functions to cairo.c. 2005-03-23 13:49:32 +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 Update quartz backend to compilable/workable version and re-enable. 2005-03-29 11:24:10 +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 src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Move cairo_xlib_surface_set_device_offset() to a generic cairo_surface_set_device_offset(). 2005-03-17 12:57:42 +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 Commit earlier missed new file 2005-02-01 16:29:17 +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 const qualifiers from the header file as well. 2005-01-19 07:11:14 +00:00
cairo-win32-font.c doc fix - 90 degrees is MI_PI/2 radians. 2005-03-17 13:27:26 +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 Move surface-specific cairo_t functions to cairo.c. 2005-03-23 13:49:32 +00:00
cairo-win32.h Fix line endings (reported by Hans Breuer) 2005-02-20 18:19:10 +00:00
cairo-xcb-surface.c 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-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 Move surface-specific cairo_t functions to cairo.c. 2005-03-23 13:49:32 +00:00
cairo-xlib.h src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Move cairo_xlib_surface_set_device_offset() to a generic cairo_surface_set_device_offset(). 2005-03-17 12:57:42 +00:00
cairo.c New PNG utility functions. 2005-03-28 13:58:26 +00:00
cairo.h Add backwards-compatibility for recently renamed functions. 2005-03-23 13:31:01 +00:00
cairoint.h 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
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