[cairo-commit] cairo ROADMAP,1.22,1.23 ChangeLog,1.749,1.750
Carl Worth
commit at pdx.freedesktop.org
Wed Jul 20 21:54:37 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv5165
Modified Files:
ROADMAP ChangeLog
Log Message:
* ROADMAP: Mark cairo_xlib_surface_create as complete. Move
cairo_xlib_surface_set_drawable from 0.6 to 1.0 since it is an API
addition, not a change.
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ROADMAP 21 Jul 2005 01:31:17 -0000 1.22
+++ ROADMAP 21 Jul 2005 04:54:35 -0000 1.23
@@ -5,29 +5,25 @@
API changes
-----------
- A9. consistent error handling for all objects
+ A9. consistent error handling for all objects
Difficulty: Easy to implement to get the API right. Hard to test.
Status: Done for cairo_t, cairo_path_t, and cairo_pattern_t.
Still need to do cairo_font_face_t,
cairo_scaled_font_t, and cairo_surface_t. Carl has
signed up for this one.
- A10. cairo_font_options_t
+ A10. cairo_font_options_t
Difficulty: Moderate
Status: Owen has done all the hard thinking, and we've got
consensus on the API now. Owen has sent two versions
of the patch to the list.
- A11. cairo_xlib_surface_create needs to be screen-aware
+â 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
+ 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.
-
cairo 1.0 release requirements
==============================
Implementation work
@@ -73,6 +69,10 @@
based on it
Status: cworth has sent API proposal to list
+ A12. cairo_xlib_surface_set_drawable
+ Difficulty: Easy
+ Status: Keith has a patch sitting ready on the list.
+
Performance work
----------------
P2. Generate better trapezoids to go easier on the rasterizer
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.749
retrieving revision 1.750
diff -u -d -r1.749 -r1.750
--- ChangeLog 21 Jul 2005 02:23:19 -0000 1.749
+++ ChangeLog 21 Jul 2005 04:54:35 -0000 1.750
@@ -1,3 +1,9 @@
+2005-07-21 Carl Worth <cworth at cworth.org>
+
+ * ROADMAP: Mark cairo_xlib_surface_create as complete. Move
+ cairo_xlib_surface_set_drawable from 0.6 to 1.0 since it is an API
+ addition, not a change.
+
2005-07-20 Carl Worth <cworth at cworth.org>
reviewed by: keithp
More information about the cairo-commit
mailing list