[cairo-commit] cairo ChangeLog,1.707,1.708 ROADMAP,1.13,1.14
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 11 13:29:48 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv15995
Modified Files:
ChangeLog ROADMAP
Log Message:
* ROADMAP: Note that the cairo_content_t work is done.
* src/cairo-arc.c (_arc_segments_needed): Note that this function
is computing an incorrect result.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.707
retrieving revision 1.708
diff -u -d -r1.707 -r1.708
--- ChangeLog 8 Jul 2005 17:12:28 -0000 1.707
+++ ChangeLog 11 Jul 2005 20:29:45 -0000 1.708
@@ -1,3 +1,10 @@
+2005-07-11 Carl Worth <cworth at cworth.org>
+
+ * ROADMAP: Note that the cairo_content_t work is done.
+
+ * src/cairo-arc.c (_arc_segments_needed): Note that this function
+ is computing an incorrect result.
+
2005-07-08 Carl Worth <cworth at cworth.org>
* src/cairo.h: Give enum tags an underscore prefix to match the
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ROADMAP 7 Jul 2005 08:15:21 -0000 1.13
+++ ROADMAP 11 Jul 2005 20:29:45 -0000 1.14
@@ -73,11 +73,11 @@
based on it
Status: cworth has sent API proposal to list
- A8. cairo_format_t:
+âA8. cairo_content_t:
Difficulty: moderate. It's just going through and examining
each use of cairo_format_t, but there are a lot
of them.
- Status: not started, there is a rough plan in TODO
+ Status: Done.
A9. consistent error handling for all objects
Difficulty: Easy to implement to get the API right. Hard to test.
More information about the cairo-commit
mailing list