summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-02-13 06:13:19 +0000
committerCarl Worth <cworth@cworth.org>2004-02-13 06:13:19 +0000
commit9349c95f28f574747ec24b010f9a9e40327dc466 (patch)
tree340b8abd3f821bb41ebe49261ddee3bfa7254d2a
parentb55f1076793229d182463100ed9de2a68dd3c77b (diff)
Add some notes from JG's TODO list on the wiki: http://cairographics.org/CairoToDoList. (Also testing automated mailing to cairo-commit list).
-rw-r--r--ChangeLog6
-rw-r--r--TODO12
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 663bd027c..2df7391ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-13 Carl Worth <cworth@east.isi.edu>
+
+ * TODO: Add some notes from JG's TODO list on the wiki:
+ http://cairographics.org/CairoToDoList. (Also testing automated
+ mailing to cairo-commit list).
+
2004-02-12 Carl Worth <cworth@isi.edu>
* src/cairo.h: Add typedefs for new callbacks to be used by
diff --git a/TODO b/TODO
index 1ab791405..e8ceef093 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,12 @@
+* 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
+"giant-image for every page" approach).
+
* Change stroke code to go through one giant polygon. This will fix
problems with stroking self-intersecting paths.
@@ -9,7 +18,8 @@ mentioned in cairo_traps.c).
* Implement dashing for cairo_curve_to.
-* Implement support for programmatic patterns.
+* 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.