[cairo-commit] goocanvas ChangeLog,1.64,1.65 TODO,1.19,1.20
Damon Chaplin
commit at pdx.freedesktop.org
Sun Feb 4 10:02:35 PST 2007
Committed by: damon
Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv28150
Modified Files:
ChangeLog TODO
Log Message:
2007-02-04 Damon Chaplin <damon at gnome.org>
* src/goocanvasitemsimple.c (goo_canvas_item_simple_check_style): fixed
bug where if item was using its parent's style it wouldn't get updated.
* */*: documented most of the other symbols. I just need to document
the 2 main interfaces - GooCanvasItemIface and GooCanvasItemModelIface,
check it all over for out-of-date docs, and document the optional
model/view split a bit more. (And maybe a section on writing new items)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ChangeLog 2 Feb 2007 21:54:00 -0000 1.64
+++ ChangeLog 4 Feb 2007 18:02:30 -0000 1.65
@@ -1,3 +1,13 @@
+2007-02-04 Damon Chaplin <damon at gnome.org>
+
+ * src/goocanvasitemsimple.c (goo_canvas_item_simple_check_style): fixed
+ bug where if item was using its parent's style it wouldn't get updated.
+
+ * */*: documented most of the other symbols. I just need to document
+ the 2 main interfaces - GooCanvasItemIface and GooCanvasItemModelIface,
+ check it all over for out-of-date docs, and document the optional
+ model/view split a bit more. (And maybe a section on writing new items)
+
2007-02-02 Damon Chaplin <damon at gnome.org>
* */*: updated docs for all canvas items & models.
Index: TODO
===================================================================
RCS file: /cvs/cairo/goocanvas/TODO,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- TODO 1 Feb 2007 01:19:04 -0000 1.19
+++ TODO 4 Feb 2007 18:02:30 -0000 1.20
@@ -21,7 +21,7 @@
Features definitely needed:
- o Clip paths/masks for items.
+ o Clip paths/masks for items. Also clip in paint()?
o Editable text item - a port of GtkTextView.
More information about the cairo-commit
mailing list