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.

This commit is contained in:
Carl Worth 2005-07-20 21:54:35 +00:00
parent 689fdfb6ea
commit 63331a8d92
2 changed files with 14 additions and 8 deletions

View file

@ -1,3 +1,9 @@
2005-07-21 Carl Worth <cworth@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@cworth.org>
reviewed by: keithp

16
ROADMAP
View file

@ -5,29 +5,25 @@ API _changes_ prior to cairo 1.0. Here they are:
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 @@ API additions (more detail in TODO file)
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