..
.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
Convert to utf-8 encoding.
2005-02-22 11:32:02 +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
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +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
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-ft-font.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +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
Fix gradient acceleration in glitz backend
2005-03-06 05:16: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.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +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
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +00:00
cairo-matrix.c
From David Reveman:
2005-02-25 13:31:00 +00:00
cairo-path-bounds.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-path-fill.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-path-stroke.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-path.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +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
Return CAIRO_STATUS_SUCCESS even if we don't implement masks yet, so we don't set cr->status to CAIRO_INT_STATUS_UNSUPPORTED.
2005-03-07 21:22:42 +00:00
cairo-pdf.h
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-pen.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-png.h
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +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-ps-surface.c
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +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
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-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
Originally: 2005-02-24 Carl Worth <cworth@cworth.org>
2005-03-10 08:59:11 +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
src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend interface changes.
2005-03-04 10:43:24 +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
src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend interface changes.
2005-03-04 10:43:24 +00:00
cairo-win32.h
Fix line endings (reported by Hans Breuer)
2005-02-20 18:19:10 +00:00
cairo-xcb-surface.c
Update xcb backend
2005-03-03 20:16:23 +00:00
cairo-xcb.h
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo-xlib-surface.c
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +00:00
cairo-xlib.h
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +00:00
cairo.h
Originally: 2005-02-24 Carl Worth <cworth@cworth.org>
2005-03-10 08:59:11 +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
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_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
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo_ft_font.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +00:00
cairo_glitz_surface.c
Fix gradient acceleration in glitz backend
2005-03-06 05:16:19 +00:00
cairo_gstate.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +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
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +00:00
cairo_matrix.c
From David Reveman:
2005-02-25 13:31:00 +00:00
cairo_path.c
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
2005-03-09 12:35:36 +00:00
cairo_path_bounds.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo_path_fill.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo_path_stroke.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +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
Return CAIRO_STATUS_SUCCESS even if we don't implement masks yet, so we don't set cr->status to CAIRO_INT_STATUS_UNSUPPORTED.
2005-03-07 21:22:42 +00:00
cairo_pen.c
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
cairo_png_surface.c
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +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_ps_surface.c
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +00:00
cairo_quartz_surface.c
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_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
Originally: 2005-02-24 Carl Worth <cworth@cworth.org>
2005-03-10 08:59:11 +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_win32_font.c
src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend interface changes.
2005-03-04 10:43:24 +00:00
cairo_win32_surface.c
src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend interface changes.
2005-03-04 10:43:24 +00:00
cairo_xcb_surface.c
Update xcb backend
2005-03-03 20:16:23 +00:00
cairo_xlib_surface.c
Pass mask to composite operation as pattern
2005-03-03 18:39:06 +00:00
cairoint.h
Originally: 2005-02-24 Carl Worth <cworth@cworth.org>
2005-03-10 08:59:11 +00:00
Makefile.am
Generate an error during make install if old cairo headers are found in includedir, (rather than includedir/cairo where the new ones are going).
2005-02-04 08:04:36 +00:00