[cairo-commit]
cairo ChangeLog, 1.526, 1.527 ROADMAP, 1.3, 1.4 TODO, 1.47, 1.48
Carl Worth
commit at pdx.freedesktop.org
Tue Apr 26 13:05:53 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9393
Modified Files:
ChangeLog ROADMAP TODO
Log Message:
* ROADMAP:
* TODO: Note that cairo_paint and cairo_clip/fill/stroke_preserve
are all done now.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.526
retrieving revision 1.527
diff -u -d -r1.526 -r1.527
--- ChangeLog 26 Apr 2005 19:38:06 -0000 1.526
+++ ChangeLog 26 Apr 2005 20:05:51 -0000 1.527
@@ -1,5 +1,11 @@
2005-04-26 Carl Worth <cworth at cworth.org>
+ * ROADMAP:
+ * TODO: Note that cairo_paint and cairo_clip/fill/stroke_preserve
+ are all done now.
+
+2005-04-26 Carl Worth <cworth at cworth.org>
+
Originally: 2005-04-19 Carl Worth <cworth at cworth.org>
* src/cairo.h: Add cairo_stroke_preserve, cairo_fill_preserve,
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ROADMAP 18 Apr 2005 12:25:57 -0000 1.3
+++ ROADMAP 26 Apr 2005 20:05:51 -0000 1.4
@@ -20,10 +20,10 @@
API Issues (more detail in TODO file)
-------------------------------------
- A1. Add cairo_paint
+âA1. Add cairo_paint
Difficulty: moderate or moderate to minor
Dependencies: much easier after [I1]. needs some cleanups from [A4]
- Status: cworth has a patch nearly complete
+ Status: Done
A2. Add cairo_mask
Difficulty: moderate
@@ -43,9 +43,9 @@
a circular dependency)
Status: Done.
- A5. Add cairo_clip/fill/stroke_preserve
+âA5. Add cairo_clip/fill/stroke_preserve
Difficulty: easy
- Status: cworth has patch basically complete
+ Status: Done.
A6. Just eliminate a bunch of functions:
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- TODO 26 Apr 2005 19:38:06 -0000 1.47
+++ TODO 26 Apr 2005 20:05:51 -0000 1.48
@@ -16,7 +16,7 @@
PDR C Abbreviation hunt: cairo_init_clip and cairo_concat_matrix
----- Renaming the terms of the rendering equation
PDR C default matrix
-PD T cairo_paint
+PDRTC cairo_paint
cairo_begin_group, cairo_end_group, cairo_get_group
PDRTC Making set_source consistent
----- cairo_stroke_path -> cairo_stroke_to_path
More information about the cairo-commit
mailing list