Update API shakeup chart.

This commit is contained in:
Carl Worth 2005-03-18 14:31:11 +00:00
parent c629df8616
commit ba5bf28fbc
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2005-03-18 Carl Worth <cworth@cworth.org>
* TODO: Update API shakeup chart.
2005-03-18 Carl Worth <cworth@cworth.org>
* src/cairo-path-data-private.h: * src/cairo.c: (cairo_copy_path),

6
TODO
View file

@ -19,15 +19,15 @@ PDR cairo_output_stream_t and cairo_surface_finish()
cairo_create and eliminating cairo_set_target_surface
cairo_fill_preserve, cairo_stroke_preserve, cairo_clip_preserve
default matrix
cairo_current_path -> cairo_copy_path_data
cairo_surface_finish, cairo_surface_flush
PDRTC cairo_current_path -> cairo_copy_path_data
PDR C cairo_surface_finish, cairo_surface_flush
cairo_<device>_surface_mark_dirty
Eliminating cairo_copy
Eliminating cairo_surface_set_repeat/matrix/filter
A hidden offset for the xlib backend
cairo_stroke_path -> cairo_stroke_to_path
Simplifying the operator set
Abbreviation hunt: cairo_init_clip and cairo_concat_matrix
PD Abbreviation hunt: cairo_init_clip and cairo_concat_matrix
Consistent error handling for all objects
* Add support for non-antialiased rendering. API ?