mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 12:18:01 +02:00
Update API shakeup chart.
This commit is contained in:
parent
c629df8616
commit
ba5bf28fbc
2 changed files with 7 additions and 3 deletions
|
|
@ -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
6
TODO
|
|
@ -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 ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue