diff --git a/ChangeLog b/ChangeLog index a0915c395..c74aea4d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-26 Carl Worth + + * ROADMAP: + * TODO: Note that cairo_paint and cairo_clip/fill/stroke_preserve + are all done now. + 2005-04-26 Carl Worth Originally: 2005-04-19 Carl Worth diff --git a/ROADMAP b/ROADMAP index 75aa8ee0b..e2b3b8294 100644 --- a/ROADMAP +++ b/ROADMAP @@ -20,10 +20,10 @@ Implementation work 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 @@ API Issues (more detail in TODO file) 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: diff --git a/TODO b/TODO index 0291162ea..10964d3fd 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,7 @@ PDR C cairo_surface_finish, cairo_surface_flush 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