[cairo-commit] cairo ChangeLog,1.513,1.514 ROADMAP,1.2,1.3

Carl Worth commit at pdx.freedesktop.org
Mon Apr 18 05:25:59 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:

        * ROADMAP: Mark a couple of items that are now complete.

        * test/.cvsignore:
        * test/Makefile.am:
        * test/fill-and-stroke-ref.png:
        * test/fill-and-stroke.c: (draw), (main): Add test case that fills
        and strokes the same shapes, (in preparation for testing
        cairo_fill_preserve patch).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.513
retrieving revision 1.514
diff -u -d -r1.513 -r1.514
--- ChangeLog	14 Apr 2005 22:02:47 -0000	1.513
+++ ChangeLog	18 Apr 2005 12:25:57 -0000	1.514
@@ -1,3 +1,14 @@
+2005-04-18  Carl Worth  <cworth at cworth.org>
+
+	* ROADMAP: Mark a couple of items that are now complete.
+	
+	* test/.cvsignore:
+	* test/Makefile.am:
+	* test/fill-and-stroke-ref.png:
+	* test/fill-and-stroke.c: (draw), (main): Add test case that fills
+	and strokes the same shapes, (in preparation for testing
+	cairo_fill_preserve patch).
+
 2005-04-14  Carl Worth  <cworth at cworth.org>
 
 	* TODO: Update API Shakeup chart to indicate that cairo_set_source

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ROADMAP	11 Apr 2005 13:56:10 -0000	1.2
+++ ROADMAP	18 Apr 2005 12:25:57 -0000	1.3
@@ -17,8 +17,8 @@
 	Difficulty: hard
 	Status: otaylor has drafted a plan or two on the list
 
-API Issues (more detail in TOO
-------------------------------
+API Issues (more detail in TODO file)
+-------------------------------------
 
  A1. Add cairo_paint
 	Difficulty: moderate or moderate to minor
@@ -36,12 +36,12 @@
 	Status: cworth sent API proposal to the list
 	        (still some unresolved API issues)
 
- A4. Make set_source consistent
+✓A4. Make set_source consistent
 	Difficulty: easy
 	Dependencies: needs [A2,A3] to avoid losing functionality,
 		      (but we may just live with that as we've now got
 		       a circular dependency)
-	Status: cworth has patch basically complete
+	Status: Done.
 
  A5. Add cairo_clip/fill/stroke_preserve
 	Difficulty: easy
@@ -56,7 +56,7 @@
 
 	Difficulty: trivial
 	Dependencies: eliminating cairo_show_surface depends on [A1]
-	Status: just waiting for a less inconvient time to break
+	Status: just waiting for a less inconvenient time to break
 		compatibility
 
  A7. cairo_surface_mark_dirty
@@ -66,9 +66,9 @@
 
 Performance work
 ----------------
- P1. Make pixel-aligned rectangle compositing fast
+✓P1. Make pixel-aligned rectangle compositing fast
 	Difficulty: moderate to easy
-	Status: none
+	Status: Done.
 
  P2. Generate better trapezoids to go easier on the rasterizer
 	Difficulty: moderate to hard




More information about the cairo-commit mailing list