[cairo-commit] cairo ChangeLog,1.708,1.709 ROADMAP,1.14,1.15

Carl Worth commit at pdx.freedesktop.org
Mon Jul 11 13:37:46 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:

ROADMAP:         Note progress on cairo_meta_surface_t, ARGB text, and group
        support.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -d -r1.708 -r1.709
--- ChangeLog	11 Jul 2005 20:29:45 -0000	1.708
+++ ChangeLog	11 Jul 2005 20:37:43 -0000	1.709
@@ -1,6 +1,8 @@
 2005-07-11  Carl Worth  <cworth at cworth.org>
 
 	* ROADMAP: Note that the cairo_content_t work is done.
+	Note progress on cairo_meta_surface_t, ARGB text, and group
+	support.
 
 	* src/cairo-arc.c (_arc_segments_needed): Note that this function
 	is computing an incorrect result.

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ROADMAP	11 Jul 2005 20:29:45 -0000	1.14
+++ ROADMAP	11 Jul 2005 20:37:44 -0000	1.15
@@ -24,10 +24,12 @@
 
  I2. Real PostScript/PDF fallbacks (cairo_meta_surface_t)
 	Difficulty: hard
-	Status: krh has a patch that cworth has reviewed. Next version
-	        should land.
+	Status: krh has committed cairo_meta_surface_t and a preliminary
+		version of cairo_ps_surface_t that uses it.
 
  I3. Add support for sub-pixel (ARGB) rendering of text.
+	Status: keithp walked cworth through this. Patch sent to the
+		list is almost complete.
 
 API Issues (more detail in TODO file)
 -------------------------------------
@@ -44,7 +46,10 @@
 	Difficulty: easy to hard (depending on how sophisticated an
 	            implementation is acceptable, and whether the
 		    cairo_meta_surface_t mentioned in [I2] is done)
-	Status: cworth has a posted a preliminary patch (still some open questions)
+
+	Status: cworth has a posted a preliminary patch, and keithp,
+		krh, and otaylor answered all the tough questions it
+		raised. There's not much work left to finish this one.
 
 ✓A4. Make set_source consistent
 	Difficulty: easy




More information about the cairo-commit mailing list