| .. |
|
.cvsignore
|
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
|
2003-12-05 08:53:07 +00:00 |
|
cairo-color.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo-features.h.in
|
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
|
2003-12-05 08:53:07 +00:00 |
|
cairo-fixed.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo-font.c
|
A few cleanups to eliminate a memory leak.
|
2003-10-30 10:55:04 +00:00 |
|
cairo-ft-font.c
|
Moved all libic-related drawing into cairo_image_surface.c
|
2003-10-31 10:41:37 +00:00 |
|
cairo-gstate.c
|
Remove infinite looping when stroking with a line width at or close to 0.0. Thanks to Rob Buis <buis@kde.org> and Noah Levitt <nlevitt@columbia.edu> for providing in-the-wild examples of SVG files with stroke-width:0 that demonstrated the problem, (cowboy.svg and albania.svg).
|
2003-11-17 07:04:15 +00:00 |
|
cairo-hull.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo-image-surface.c
|
Add comment pondering memory management semantics of cairo_current_target_surface.
|
2003-11-06 12:53:39 +00:00 |
|
cairo-matrix.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo-path-bounds.c
|
Track change in cairo_path_callbacks interface.
|
2003-12-08 17:39:32 +00:00 |
|
cairo-path-fill.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo-path-stroke.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo-path.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo-pen.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo-polygon.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo-ps-surface.c
|
Add support for cairo_copy_page. Fixes so PS output can be more than one page. Bump version to 0.1.11 for new cairo_copy_page.
|
2003-11-03 19:17:31 +00:00 |
|
cairo-slope.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo-spline.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo-surface.c
|
Add support for cairo_copy_page. Fixes so PS output can be more than one page. Bump version to 0.1.11 for new cairo_copy_page.
|
2003-11-03 19:17:31 +00:00 |
|
cairo-traps.c
|
Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.
|
2003-11-06 18:33:28 +00:00 |
|
cairo-xlib-surface.c
|
Don't include obsolete cairo-xlib.h.
|
2003-12-05 10:47:42 +00:00 |
|
cairo.c
|
Remove infinite looping when stroking with a line width at or close to 0.0. Thanks to Rob Buis <buis@kde.org> and Noah Levitt <nlevitt@columbia.edu> for providing in-the-wild examples of SVG files with stroke-width:0 that demonstrated the problem, (cowboy.svg and albania.svg).
|
2003-11-17 07:04:15 +00:00 |
|
cairo.h
|
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
|
2003-12-05 08:53:07 +00:00 |
|
cairo_color.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo_fixed.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo_font.c
|
A few cleanups to eliminate a memory leak.
|
2003-10-30 10:55:04 +00:00 |
|
cairo_ft_font.c
|
Moved all libic-related drawing into cairo_image_surface.c
|
2003-10-31 10:41:37 +00:00 |
|
cairo_gstate.c
|
Remove infinite looping when stroking with a line width at or close to 0.0. Thanks to Rob Buis <buis@kde.org> and Noah Levitt <nlevitt@columbia.edu> for providing in-the-wild examples of SVG files with stroke-width:0 that demonstrated the problem, (cowboy.svg and albania.svg).
|
2003-11-17 07:04:15 +00:00 |
|
cairo_hull.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo_image_surface.c
|
Add comment pondering memory management semantics of cairo_current_target_surface.
|
2003-11-06 12:53:39 +00:00 |
|
cairo_matrix.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo_path.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo_path_bounds.c
|
Track change in cairo_path_callbacks interface.
|
2003-12-08 17:39:32 +00:00 |
|
cairo_path_fill.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo_path_stroke.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo_pen.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo_polygon.c
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
cairo_ps_surface.c
|
Add support for cairo_copy_page. Fixes so PS output can be more than one page. Bump version to 0.1.11 for new cairo_copy_page.
|
2003-11-03 19:17:31 +00:00 |
|
cairo_slope.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo_spline.c
|
Fixed copyright attribution to refer to "University of Southern California
|
2003-10-23 07:47:29 +00:00 |
|
cairo_surface.c
|
Add support for cairo_copy_page. Fixes so PS output can be more than one page. Bump version to 0.1.11 for new cairo_copy_page.
|
2003-11-03 19:17:31 +00:00 |
|
cairo_traps.c
|
Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.
|
2003-11-06 18:33:28 +00:00 |
|
cairo_xlib_surface.c
|
Don't include obsolete cairo-xlib.h.
|
2003-12-05 10:47:42 +00:00 |
|
cairoint.h
|
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_path instead of add_edge, add_spline, and done_sub_path. Much, much nicer.
|
2003-12-08 13:38:26 +00:00 |
|
Makefile.am
|
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
|
2003-12-05 08:53:07 +00:00 |