diff options
author | Carl Worth <cworth@cworth.org> | 2004-02-24 10:45:26 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-02-24 10:45:26 +0000 |
commit | 0e02e71cf54331aa54eee2d39433be117bae1b7d (patch) | |
tree | 6bc540ab63a243000b1a5a390d72802afba5bb5c /TODO | |
parent | 431548c3d8a998d9b8b5615469b500d3e11edc06 (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-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |