[cairo-commit] cairo ChangeLog,1.709,1.710 ROADMAP,1.15,1.16

Carl Worth commit at pdx.freedesktop.org
Mon Jul 11 14:03:53 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:

ROADMAP: Add recent API change proposals (cairo_ft_options_t,
        cairo_xlib_surface_create needs to be screen aware, and
        cairo_xlib_surface_set_drawable).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -d -r1.709 -r1.710
--- ChangeLog	11 Jul 2005 20:37:43 -0000	1.709
+++ ChangeLog	11 Jul 2005 21:03:51 -0000	1.710
@@ -3,6 +3,9 @@
 	* ROADMAP: Note that the cairo_content_t work is done.
 	Note progress on cairo_meta_surface_t, ARGB text, and group
 	support.
+	Add recent API change proposals (cairo_ft_options_t,
+	cairo_xlib_surface_create needs to be screen aware, and
+	cairo_xlib_surface_set_drawable).
 
 	* 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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ROADMAP	11 Jul 2005 20:37:44 -0000	1.15
+++ ROADMAP	11 Jul 2005 21:03:51 -0000	1.16
@@ -90,6 +90,21 @@
 	        Still need to do cairo_font_face_t,
 		cairo_scaled_font_t, and cairo_surface_t.
 
+ A10. cairo_ft_options_t
+	Difficulty: Moderate
+	Status: Owen has done all the hard thinking, and we've got
+		consensus on the API now. Owen's working on a patch.
+
+ A11. cairo_xlib_surface_create needs to be screen-aware
+	Difficulty: Easy
+	Status: Keith has cooked up a patch with an APi that should be
+		sufficient. It still needs testing on multi-screen X
+		server.
+
+ A12. cairo_xlib_surface_set_drawable
+	Difficulty: Easy
+	Status: Keith has a patch sitting ready on the list.
+
 Performance work
 ----------------
 ✓P1. Make pixel-aligned rectangle compositing fast




More information about the cairo-commit mailing list