summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-02-24 10:45:26 +0000
committerCarl Worth <cworth@cworth.org>2004-02-24 10:45:26 +0000
commit0e02e71cf54331aa54eee2d39433be117bae1b7d (patch)
tree6bc540ab63a243000b1a5a390d72802afba5bb5c /TODO
parent431548c3d8a998d9b8b5615469b500d3e11edc06 (diff)
Add attribution for many people who have made generous contributions to cairo. This list was generated by sifting through the ChangeLog. Please let me know if I have missed anyone.
Add some historical notes on cairo development, prior to when we began to maintain this NEWS file. Add pointer to cairographics.org. Fix to use cairo rather than Cairo when not at the beginning of a sentence. Remove cairo_current_path, cairo_current_path_flat, cairo_text_extents, cairo_glyph_extents, cairo_text_path, and cairo_glyph_path from the TODO list as they have all been implemented now.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index e8ceef09..ddf16a6a 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
* Clean up the API in preparation for freezing and release.
-* Add cairo_current_path and cairo_current_path_flat.
-
* Implement a PDF backend.
* Make a more interesting PS backend, (other than the current
@@ -21,8 +19,7 @@ mentioned in cairo_traps.c).
* Implement support for programmatic patterns, (ie. figure out how to
do gradients the Right Way).
-* Implement cairo_text_extents, cairo_glyph_extents, cairo_text_path,
-cairo_glyph_path, and cairo_stroke_path, cairo_arc_to.
+* Implement cairo_stroke_path and cairo_arc_to.
* Investigate what needs to be done so that old X servers aren't
swamped with image transport. This may involve adding one or more of