summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Staudinger <robsta@gnome.org>2009-08-06 14:32:29 +0200
committerRobert Staudinger <robsta@gnome.org>2009-08-06 14:32:29 +0200
commit6cdc8e793ddda1fcc629954497c7cb8957e8d9c8 (patch)
tree875405c3b8881a8e5900dfce2412d5b8c7679ad2
parent982cc01c7a47641f25a17460f72ebbd308e70048 (diff)
[aux] Update TODO.
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 38edc75..b54fea9 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,11 @@ Also see gtk-css-engine's TODO for now.
0.5
---
-* Improve test suite.
+* Move to double coordinates.
+* Get rid of draw_line() functions?
+* Implement gaps by passing a custom property "-gce-gap" with a ccss_property_t
+ that contains a cairo_rectangle_t? Or -gce-gap-side, -gce-gap-start, -gce-gap-width?
+* Improve test suite. Libxml backend for cascading tests?
* Cairo-style error handling? Or something else?
* "char * foo_serialize()" API instead of _dump().
* _serialize() property class method, serializing should fall back to _convert()