From 9e25bb231cbe6f4a18f786cd21b59099d09fbbe2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 4 Nov 2003 08:36:03 +0000 Subject: [PATCH] TODO: Note that cairo_show_page, cairo_copy_page, PostScript backend, real text API, and text support for the image backend have now all been implemented. --- ChangeLog | 6 ++++++ TODO | 15 ++++----------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fb6731d3..412927ebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-04 Carl Worth + + * TODO: Note that cairo_show_page, cairo_copy_page, PostScript + backend, "real" text API, and text support for the image backend + have now all been implemented. + 2003-11-04 Carl Worth * configure.in: diff --git a/TODO b/TODO index e54d7cafd..bff5ccf72 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,9 @@ -* Write a PostScript backend. - * Add a few new, needed functions: - cairo_show_page - cairo_copy_page cairo_flush cairo_erase cairo_mark_dirty -* Add a "real" text API in addition to the current "toy" API. - -* Implement text support for the image backend. - * Re-implement pattern support with a more PostScript-like API. * Verification, profiling, optimization. @@ -41,7 +33,7 @@ implementation. Caveat lector. Oerators that are not yet in Cairo, but probably should be: arcto, strokepath, rectclip?, clipsave/restore?, setstrokeadjust?, currentdash, grestoreall?, initgraphics?, currentgstate?, setgstate?, -insideness testing?, showpage, copypage?, erasepage?, setsmoothness? +insideness testing?, erasepage?, setsmoothness? Painting operators ------------------ @@ -111,8 +103,9 @@ inueofill Device setup ------------ -not in Cairo: showpage, copypage, setpagedevice, currentpagedevice, -nulldevice +in Cairo: showpage, copypage + +not in Cairo: setpagedevice, currentpagedevice, nulldevice Glyph and font operators ------------------------