[cairo-commit] cairo ChangeLog,1.858,1.859 ROADMAP,1.31,1.32

Carl Worth commit at pdx.freedesktop.org
Tue Aug 9 12:35:11 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:

2005-08-09  Carl Worth  <cworth at cworth.org>

        * ROADMAP: Note that sane clipping is done now. Add release
        versions for previously completed items.

        * test/.cvsignore: Ignore unantialiased-shapes.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.858
retrieving revision 1.859
diff -u -d -r1.858 -r1.859
--- ChangeLog	9 Aug 2005 17:05:35 -0000	1.858
+++ ChangeLog	9 Aug 2005 19:35:09 -0000	1.859
@@ -1,3 +1,10 @@
+2005-08-09  Carl Worth  <cworth at cworth.org>
+
+	* ROADMAP: Note that sane clipping is done now. Add release
+	versions for previously completed items.
+
+	* test/.cvsignore: Ignore unantialiased-shapes.
+
 2005-07-29  T Rowley  <tim.rowley at gmail.com>
 
 	* src/cairo-atsui-font.c (_cairo_atsui_font_create_toy):

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- ROADMAP	6 Aug 2005 23:57:14 -0000	1.31
+++ ROADMAP	9 Aug 2005 19:35:09 -0000	1.32
@@ -2,9 +2,9 @@
 ==============================
 Implementation work
 -------------------
- I1. Fix clipping to be sane
+✓I1. Fix clipping to be sane
 	Dificulty: moderate
-	Status: otalyor is working on this.
+	Status: Done (in cairo 0.9.0).
 
  I2. Real PostScript/PDF fallbacks (cairo_meta_surface_t)
 	Difficulty: hard
@@ -12,7 +12,7 @@
 		version of cairo_ps_surface_t that uses it.
 
 ✓I3. Add support for sub-pixel (ARGB) rendering of text.
-	Status: Done.
+	Status: Done (in cairo 0.6.0).
 
  I4. Fix the cache lock deadlocking problems.
 	Difficulty: Hard
@@ -35,13 +35,11 @@
 ✓A7. cairo_surface_mark_dirty and cairo_surface_flush
 	Difficulty: trivial to add API, moderate to actually optimize
 		    based on it
-	Status: cworth has sent an API proposal to the list for
-		cairo_surface_mark_dirty. Recent discussions suggest
-		that cairo_surface_flush will need to reset the clip.
+	Status: Done (in cairo 0.9.0).
 
 ✓A12. cairo_xlib_surface_set_drawable
 	Difficulty: Easy
-	Status: Done.
+	Status: Done (in cairo 0.6.0).
 
 Performance work
 ----------------




More information about the cairo-commit mailing list