[cairo-commit] [cairo-www] src/roadmap.mdwn

Carl Worth cworth at freedesktop.org
Mon Apr 14 13:08:29 PDT 2008


 src/roadmap.mdwn |   95 +------------------------------------------------------
 1 file changed, 3 insertions(+), 92 deletions(-)

New commits:
commit ed506af3887e8220221f7c836166ca7852f6c0b7
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Apr 14 13:07:30 2008 -0700

    Remove 1.6.0 now that it's done. Add a section for 1.6.6

diff --git a/src/roadmap.mdwn b/src/roadmap.mdwn
index 573088a..b326537 100644
--- a/src/roadmap.mdwn
+++ b/src/roadmap.mdwn
@@ -5,99 +5,10 @@ Everything here is subject to change, but it is hoped that all of it
 will be useful. If you want to influence the roadmap, please feel free
 to get involved with cairo.
 
-# cairo 1.4.16
+# cairo 1.6.6 (Currently unscheduled---should get a subset of the
+  1.6.x issues from below)
 
- There are currently no known issues motivating a 1.4 release beyond 1.4.14.
-
-# cairo 1.6.0: March 2008 (was February 2008)
-
-## Completed
-
- ✓ Discard trapezoids that lie outside the clip region (in 1.4.6)
-
- ✓ Support for rendering from IncludeInferior Pictures (see bug
-   10329. The final solution involved simply setting the
-   IncludeInferiors bit when creating source Render pictures) (in 1.4.10)
-
- ✓ Fix support for some X server visuals (rgb565, rgb555, bgr888, and
-abgr8888) (in 1.5.2)
-
- ✓ Allow cairo-xlib to be compiled without Xrender headers. (in 1.5.2)
-
- ✓ `cairo_surface_show_page()` and `cairo_surface_copy_page()` (in 1.5.2)
-
- ✓ Make image fallbacks finer-grained than a whole page (in 1.5.2)
-
- ✓ `cairo_ps_surface_restrict_to_level` (in 1.5.2)
-
- ✓ `cairo_ps_surface_set_eps` (in 1.5.2)
-
- ✓ Fix a8mask failure, (pixman issue, ssp, cworth). Fixed by
-   documenting that only certain stride values are legal, (and
-   providing `cairo_format_stride_for_width()` to compute a legal
-   stride).
-
- ✓ New cairo-xlib-xrender API (cworth):
-
-	XRenderPictFormat *
-	cairo_xlib_surface_get_xrender_format (cairo_surface_t *surface);
-
- ✓ Fix generation of inefficient PostScript that crashes some printers (in 1.5.10)
-
- ✓ Implement `CAIRO_EXTEND_PAD` for surface patterns (in pixman)
-
- ✓ Change from 16.16 to 24.8 for fixed-point storage (in 1.5.12)
-
- ✓ Eliminate problems with "unsupported image formats" for xlib (in 1.5.14)
-
-	✓ 7735 cairo doesn't support 8-bit truecolor visuals
-	✓ 4945 Cairo doesn't support 8-bit pseudocolor visuals
-	✓ 9719 Cairo doesn't support 655 xlib format
-
- ✓ Depend on pixman 0.10.0 (with support for `CAIRO_EXTEND_PAD`) (in 1.5.16)
-
- ✓ Fix clip-operator failure for cairo-ps/cairo-pdf (in 1.5.16)
-
- ✓ Fix operator-source failure for cairo-ps/cairo-pdf (in 1.5.16)
-
- ✓ Fix stroke-image failure for cairo-svg (in 1.5.16)
-
- ✓ Get cgfont code landed to reduce cairo-quartz failures (in 1.5.16)
-
- ✓ Make cairo-quartz a supported backend (in 1.5.16)
-
- ✓ Misplaced glyphs in cairo's PDF output: (in 1.5.18)
-
-	http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23474136
-
- ✓ Misplaced glyphs in cairo's PostScript output: (in 1.5.18)
-
-	ft-show-glyphs-table test
-
- ✓ More misplaced glyphs in cairo's PostScript output: (in 1.5.18)
-
-	https://bugs.freedesktop.org/show_bug.cgi?id=15348#c3
-
- ✓ Added buggy_repeat workaround for X servers < 1.4 (in 1.5.18)
-
- ✓ Change default filter from BEST to GOOD, (in 1.5.18)
-
- ✓ Add list of dependencies to README (in 1.5.18)
-
- ✓ Document all defaults (in 1.5.18)
-
- ✓ Fix `_cairo_hull_prev_valid` to avoid going off into the weeds (in 1.5.20)
-   if it receives a zero index. See:
-
-	https://bugzilla.mozilla.org/show_bug.cgi?id=306649#c21
-
- ✓ Fix BadMatch bug introduced in 1.5.18 (in 1.5.20)
-
- ✓ Fix corrupt xlib image rendering bug introduced in 1.5.18 (in 1.5.20)
-
- ✓ Fix pdf and svg bugs with cairo_mask (in 1.5.20)
-
-# cairo 1.6.x (Currently unscheduled)
+# cairo 1.6.x
 
  • Add dithering for xlib fallbacks (behdad)
 


More information about the cairo-commit mailing list