[cairo-commit] goocanvas/docs goocanvas-sections.txt,1.11,1.12
Damon Chaplin
commit at pdx.freedesktop.org
Wed Jul 26 08:08:21 PDT 2006
- Previous message: [cairo-commit] goocanvas ChangeLog,1.41,1.42
- Next message: [cairo-commit] goocanvas/src goocanvasgroup.c, 1.10,
1.11 goocanvasgroupview.c, 1.16, 1.17 goocanvasgroupview.h,
1.3, 1.4 goocanvasimageview.c, 1.13, 1.14 goocanvasitemview.c,
1.12, 1.13 goocanvasitemview.h, 1.11,
1.12 goocanvasitemviewsimple.c, 1.8,
1.9 goocanvasitemviewsimple.h, 1.4,
1.5 goocanvaspolylineview.c, 1.14, 1.15 goocanvastextview.c,
1.15, 1.16 goocanvasview.c, 1.25, 1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: damon
Update of /cvs/cairo/goocanvas/docs
In directory kemper:/tmp/cvs-serv19222/docs
Modified Files:
goocanvas-sections.txt
Log Message:
2006-07-26 Damon Chaplin <damon at gnome.org>
* src/goocanvas*view.c: support an optional transformation matrix for
each view, which is combined with the underlying item's transform.
(I'm not sure if this will overcomplicate things.)
* src/goocanvasgroupview.c: support generic GooCanvasItems as the
underlying group rather than just GooCanvasGroups. This allows us to
use subclasses of GooCanvasGroupView easily.
(goo_canvas_group_view_set_group): new function to set the underlying
group item, creating child views and setting up signal handlers etc.
Index: goocanvas-sections.txt
===================================================================
RCS file: /cvs/cairo/goocanvas/docs/goocanvas-sections.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- goocanvas-sections.txt 21 Jul 2006 10:30:30 -0000 1.11
+++ goocanvas-sections.txt 26 Jul 2006 15:08:19 -0000 1.12
@@ -112,6 +112,11 @@
goo_canvas_item_view_is_visible
goo_canvas_item_view_paint
+<SUBSECTION>
+goo_canvas_item_view_get_transform
+goo_canvas_item_view_set_transform
+goo_canvas_item_view_get_combined_transform
+
<SUBSECTION Standard>
GOO_CANVAS_ITEM_VIEW
GOO_IS_CANVAS_ITEM_VIEW
@@ -161,6 +166,8 @@
GooCanvasGroupView
<SUBSECTION>
goo_canvas_group_view_new
+goo_canvas_group_view_set_group
+
<SUBSECTION Standard>
GOO_CANVAS_GROUP_VIEW
GOO_IS_CANVAS_GROUP_VIEW
- Previous message: [cairo-commit] goocanvas ChangeLog,1.41,1.42
- Next message: [cairo-commit] goocanvas/src goocanvasgroup.c, 1.10,
1.11 goocanvasgroupview.c, 1.16, 1.17 goocanvasgroupview.h,
1.3, 1.4 goocanvasimageview.c, 1.13, 1.14 goocanvasitemview.c,
1.12, 1.13 goocanvasitemview.h, 1.11,
1.12 goocanvasitemviewsimple.c, 1.8,
1.9 goocanvasitemviewsimple.h, 1.4,
1.5 goocanvaspolylineview.c, 1.14, 1.15 goocanvastextview.c,
1.15, 1.16 goocanvasview.c, 1.25, 1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list