| .. |
|
.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
|
Ported the Xlib surface backend to XCB.
|
2004-02-02 23:24:14 +00:00 |
|
cairo-fixed.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo-font.c
|
Change cairo_font_backend_t to use a void * for the abstract font. Put create, copy, and destroy as the first functions in the list. Fix text_path and glyph_path so that the path to be returned is the last argument. Add x,y arguments to text_path.
|
2003-12-16 06:50:37 +00:00 |
|
cairo-ft-font.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo-gstate.c
|
Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_current_path_flat, cairo_surface_get_filter. Support for XCB backend. Fixes for building in cygwin. Adds cairo_surface_get_filter.
|
2004-02-17 18:38:23 +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
|
Rename surface->ic_image to surface->pixman_image.
|
2003-12-11 13:04:39 +00:00 |
|
cairo-matrix.c
|
Move this function from cairo_ft_font.c (_get_scale_factors).
|
2003-12-15 18:02:03 +00:00 |
|
cairo-path-bounds.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo-path-fill.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo-path-stroke.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo-path.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +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
|
Directly fold in slim stuff rather than depending on it from an external package.
|
2003-12-11 12:43:58 +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
|
New "filter" field.
|
2004-01-30 14:44:18 +00:00 |
|
cairo-traps.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo-xcb-surface.c
|
Ported the Xlib surface backend to XCB.
|
2004-02-02 23:24:14 +00:00 |
|
cairo-xlib-surface.c
|
New predicate. (_cairo_xlib_surface_set_filter): Skip filterless servers. (_cairo_xlib_surface_clone_similar): Fix typo.
|
2004-02-02 11:20:44 +00:00 |
|
cairo.c
|
Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_current_path_flat, cairo_surface_get_filter. Support for XCB backend. Fixes for building in cygwin. Adds cairo_surface_get_filter.
|
2004-02-17 18:38:23 +00:00 |
|
cairo.h
|
Add comment indication cairo_copy will be going away at some point. Some indentation fixes.
|
2004-02-17 18:47:34 +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
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo_font.c
|
Change cairo_font_backend_t to use a void * for the abstract font. Put create, copy, and destroy as the first functions in the list. Fix text_path and glyph_path so that the path to be returned is the last argument. Add x,y arguments to text_path.
|
2003-12-16 06:50:37 +00:00 |
|
cairo_ft_font.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo_gstate.c
|
Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_current_path_flat, cairo_surface_get_filter. Support for XCB backend. Fixes for building in cygwin. Adds cairo_surface_get_filter.
|
2004-02-17 18:38:23 +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
|
Rename surface->ic_image to surface->pixman_image.
|
2003-12-11 13:04:39 +00:00 |
|
cairo_matrix.c
|
Move this function from cairo_ft_font.c (_get_scale_factors).
|
2003-12-15 18:02:03 +00:00 |
|
cairo_path.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo_path_bounds.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo_path_fill.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo_path_stroke.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +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
|
Directly fold in slim stuff rather than depending on it from an external package.
|
2003-12-11 12:43:58 +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
|
New "filter" field.
|
2004-01-30 14:44:18 +00:00 |
|
cairo_traps.c
|
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func.
|
2004-02-12 19:02:33 +00:00 |
|
cairo_xcb_surface.c
|
Ported the Xlib surface backend to XCB.
|
2004-02-02 23:24:14 +00:00 |
|
cairo_xlib_surface.c
|
New predicate. (_cairo_xlib_surface_set_filter): Skip filterless servers. (_cairo_xlib_surface_clone_similar): Fix typo.
|
2004-02-02 11:20:44 +00:00 |
|
cairoint.h
|
Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_current_path_flat, cairo_surface_get_filter. Support for XCB backend. Fixes for building in cygwin. Adds cairo_surface_get_filter.
|
2004-02-17 18:38:23 +00:00 |
|
Makefile.am
|
Ported the Xlib surface backend to XCB.
|
2004-02-02 23:24:14 +00:00 |