[cairo-commit] cairo TODO,1.40,1.41 ChangeLog,1.469,1.470
Carl Worth
commit at pdx.freedesktop.org
Mon Apr 4 09:25:49 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv22468
Modified Files:
TODO ChangeLog
Log Message:
* TODO: Remove items for PNG backend removal and trapezoid
reasterization re-implementation since they have been completed.
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- TODO 2 Apr 2005 02:00:00 -0000 1.40
+++ TODO 4 Apr 2005 16:25:47 -0000 1.41
@@ -47,9 +47,6 @@
((src Op dest) In clip) Add (dest Out clip)
-* Replace PNG backend with an image_surface function to save a PNG
- image.
-
* Clean up the API in preparation for freezing and release.
* Make a more interesting PS backend, (other than the current
@@ -93,9 +90,6 @@
* Implement cairo_arc_to.
-* Re-implement the trapezoid rasterization algorithm according to the
- new "specification".
-
* Stroking closed, degenerate paths should still draw caps. Round
caps are easy; square should probably draw an axis-aligned square.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -d -r1.469 -r1.470
--- ChangeLog 4 Apr 2005 13:49:19 -0000 1.469
+++ ChangeLog 4 Apr 2005 16:25:47 -0000 1.470
@@ -1,5 +1,10 @@
2005-04-04 Carl Worth <cworth at cworth.org>
+ * TODO: Remove items for PNG backend removal and trapezoid
+ reasterization re-implementation since they have been completed.
+
+2005-04-04 Carl Worth <cworth at cworth.org>
+
* src/cairo.c:
* src/cairo.h: Drop cairo_default_matrix since it is now always
identical to cairo_identity_matrix.
@@ -21,6 +26,7 @@
* src/cairoint.h: Drop pixels_per_inch function from surface
backend interface as it is no longer needed.
+>>>>>>> 1.469
2005-04-02 Carl Worth <cworth at cworth.org>
* src/cairo-gstate.c: (_cairo_gstate_show_surface): Use the
More information about the cairo-commit
mailing list