[cairo-commit] cairo ChangeLog,1.379,1.380 TODO,1.28,1.29
Carl Worth
commit at pdx.freedesktop.org
Wed Feb 23 14:56:57 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv25819
Modified Files:
ChangeLog TODO
Log Message:
* TODO: Add entries from API Shakeup.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -d -r1.379 -r1.380
--- ChangeLog 22 Feb 2005 19:35:03 -0000 1.379
+++ ChangeLog 23 Feb 2005 22:56:55 -0000 1.380
@@ -1,3 +1,7 @@
+2005-02-23 Carl Worth <cworth at cworth.org>
+
+ * TODO: Add entries from API Shakeup.
+
2005-02-22 Carl Worth <cworth at cworth.org>
* README:
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- TODO 12 Jan 2005 22:40:14 -0000 1.28
+++ TODO 23 Feb 2005 22:56:55 -0000 1.29
@@ -1,3 +1,30 @@
+API Shakeup work
+----------------
+Patch? Reviewed?
+yes user data (was Re: [cairo] Patch improving fallbacks)
+ cairo_paint
+yes setters and getters
+ cairo_current_matrix
+ Renaming the terms of the rendering equation
+ Making set_source consistent
+ Eliminating cairo_show_surface
+ cairo_mask
+ cairo_begin_group, cairo_end_group, cairo_get_group
+yes 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
+ 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
+ Consistent error handling for all objects
+
* Add support for non-antialiased rendering. API ?
* Cleanup cairo_snippets so they operate in a more default cairo
More information about the cairo-commit
mailing list