[cairo-commit] cairo ChangeLog,1.421,1.422 TODO,1.32,1.33

Carl Worth commit at pdx.freedesktop.org
Wed Mar 9 12:53:03 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv32449

Modified Files:
	ChangeLog TODO 
Log Message:

        * TODO: Update API Shakeup planning chart.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -d -r1.421 -r1.422
--- ChangeLog	9 Mar 2005 20:35:36 -0000	1.421
+++ ChangeLog	9 Mar 2005 20:53:01 -0000	1.422
@@ -1,5 +1,9 @@
 2005-03-09  Carl Worth  <cworth at cworth.org>
 
+	* TODO: Update API Shakeup planning chart.
+
+2005-03-09  Carl Worth  <cworth at cworth.org>
+
 	* doc/public/cairo-sections.txt:
 	* src/cairo.c: (cairo_get_pattern), (cairo_get_font),
 	(cairo_get_font_extents), (cairo_get_operator),

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- TODO	1 Mar 2005 23:04:48 -0000	1.32
+++ TODO	9 Mar 2005 20:53:01 -0000	1.33
@@ -1,29 +1,33 @@
-API Shakeup work
-----------------
-Patch?	Reviewed?
-yes	yes	user data (was Re: [cairo] Patch improving fallbacks)
-		cairo_paint
-yes	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	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
+API Shakeup planning
+--------------------
+ Patch exists for functionality?
+/ Review completed for patch?
+|/ Test case added?
+||/ Commited.
+|||/
+PR	user data (was Re: [cairo] Patch improving fallbacks)
+	cairo_paint
+PR C	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
+P R	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 ?
 




More information about the cairo-commit mailing list