From 63331a8d9218424ecf176b0b34a53fc8723fede9 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 20 Jul 2005 21:54:35 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ ROADMAP | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fcb7592c..bcfce950e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-21 Carl Worth + + * 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 reviewed by: keithp diff --git a/ROADMAP b/ROADMAP index cd5133bd4..962dd520b 100644 --- a/ROADMAP +++ b/ROADMAP @@ -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