summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-07-11 14:03:51 +0000
committerCarl Worth <cworth@cworth.org>2005-07-11 14:03:51 +0000
commite9d42ab9f9b6def69c8de976fb3482b9559ffb9c (patch)
treee6c7efa12215a9322e18fc1cc6e463c059f3d833 /ROADMAP
parent9cddbaf8e6d4aef89017baf6bf10d8d34a47b0ef (diff)
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).
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP15
1 files changed, 15 insertions, 0 deletions
diff --git a/ROADMAP b/ROADMAP
index 5d30bf67b..846b682c6 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -90,6 +90,21 @@ API Issues (more detail in TODO file)
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