[cairo-commit] cairo ChangeLog,1.393,1.394 TODO,1.30,1.31

Carl Worth commit at pdx.freedesktop.org
Fri Feb 25 14:06:22 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog TODO 
Log Message:

        * TODO: Note that "user data" and "setters and getters" patches
        have been reviewed. Remove a few more TODO notes:
                cleanup cairo_snippets: DONE
                cairo_surface_finish: Now in API Shakeup
                snapping code: Decided against this


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -d -r1.393 -r1.394
--- ChangeLog	25 Feb 2005 21:31:00 -0000	1.393
+++ ChangeLog	25 Feb 2005 22:06:19 -0000	1.394
@@ -1,5 +1,13 @@
 2005-02-25  Carl Worth  <cworth at cworth.org>
 
+	* TODO: Note that "user data" and "setters and getters" patches
+	have been reviewed. Remove a few more TODO notes:
+		cleanup cairo_snippets: DONE
+		cairo_surface_finish: Now in API Shakeup
+		snapping code: Decided against this
+
+2005-02-25  Carl Worth  <cworth at cworth.org>
+
 	From David Reveman:
 
 	* src/cairo_matrix.c (_cairo_matrix_is_integer_translation):

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- TODO	24 Feb 2005 16:07:39 -0000	1.30
+++ TODO	25 Feb 2005 22:06:19 -0000	1.31
@@ -1,9 +1,9 @@
 API Shakeup work
 ----------------
 Patch?	Reviewed?
-yes		user data (was Re: [cairo] Patch improving fallbacks)
+yes	yes	user data (was Re: [cairo] Patch improving fallbacks)
 		cairo_paint
-yes		setters and getters
+yes	yes	setters and getters
 		cairo_current_matrix
 		Renaming the terms of the rendering equation
 		Making set_source consistent
@@ -27,15 +27,6 @@
 
 * Add support for non-antialiased rendering. API ?
 
-* Cleanup cairo_snippets so they operate in a more default cairo
-  environment, (particularly with a default CTM).
-
-* Add one of cairo_surface_finish/_finalize/_close to resolve the
-  "reference counting vs garbage collection" thread.
-
-* Shove experimental snapping code from libsvg-cairo down int cairo
-  proper.
-
 * Clean up the cache code a bit, (there is at least one redundant
   level of cacheing, and there are some minor style issues).
 




More information about the cairo-commit mailing list