[cairo-commit] 3 commits - ROADMAP TODO

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Aug 21 20:35:10 PDT 2006


 ROADMAP |   16 ++++------------
 TODO    |    1 +
 2 files changed, 5 insertions(+), 12 deletions(-)

New commits:
diff-tree 988b5dcb7e50d9e08ff94cb98f6d9c91915bb9b4 (from edf6f24e1b9673655f2b1c6e2060f9f2e46833e9)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 21 23:27:17 2006 -0400

    [ROADMAP] Remove 1.2.4 stuff out of the way

diff --git a/ROADMAP b/ROADMAP
index f78d767..2c55023 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -29,18 +29,7 @@ from mozilla, (clip querying), and much-
 
 Themes and Schedules
 ====================
-cairo-1.2.4 (August 21, 2006): Fix build bugs with 1.2.2
-✓- xlib detection requires libXt
-✓- SVG backend requires PNG
-✓- 7888: assertion failure with rotated bitmap glyphs
-✓- 7889: cairo_text_path assertion failure on bitmap fonts
-✓- Type1 on Windows (Adrian has a patch)
-✓- source-clip-scale
-✓- close_path behavior (T Rowley's mail)
-✓- degenerate-path dashing fixes
-
- Things that we are letting slip from 1.2.4
- ------------------------------------------
+cairo-1.2.6 (no schedule; may not happen):
  - 7744: Compile troubles on AIX
  - PS/PDF Type1/Type3 problem with rotated font_matrices
 
diff-tree edf6f24e1b9673655f2b1c6e2060f9f2e46833e9 (from 3d6aec7334881168277877e7d69514568d08c322)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 21 23:25:40 2006 -0400

    [TODO] Add cairo_get_scaled_font

diff --git a/TODO b/TODO
index a181f1b..c44c5f4 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,7 @@ P	Add cairo_arc_to.
 	Add support for custom caps (see below for details)
 	Add CAIRO_STATUS_DESTROYED
 	Add cairo_finish
+	Add cairo_get_scaled_font
 
 Details on some of the above changes
 ------------------------------------
diff-tree 3d6aec7334881168277877e7d69514568d08c322 (from 782e3eb65b143a6e658eda69ba15da3ac432c711)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 21 23:24:49 2006 -0400

    [ROADMAP] Add glyph cache inspection to 1.4 roadmap

diff --git a/ROADMAP b/ROADMAP
index 62e16ac..f78d767 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -82,6 +82,9 @@ cairo 1.4.0 ideas (think performance!)
  cairo_svg_surface_restrict_to_version.  The PDF backend needs a restrict_to
  API at some point too.
 
+ Look into the glyph cache.  Moreover, make sure we are reusing scaled fonts
+ enough.
+
  User-font API
 
  Bugs to fix


More information about the cairo-commit mailing list