[cairo-commit] goocanvas ChangeLog,1.41,1.42
Damon Chaplin
commit at pdx.freedesktop.org
Wed Jul 26 08:08:21 PDT 2006
- Previous message: [cairo-commit] goocanvas/src goocanvasgroupview.c, 1.15,
1.16 goocanvasimageview.c, 1.12, 1.13 goocanvasitemview.c,
1.11, 1.12 goocanvasitemview.h, 1.10,
1.11 goocanvasitemviewsimple.c, 1.7,
1.8 goocanvaspolylineview.c, 1.13, 1.14 goocanvastextview.c,
1.14, 1.15 goocanvasview.c, 1.24, 1.25 goocanvasview.h, 1.8, 1.9
- Next message: [cairo-commit] goocanvas/docs goocanvas-sections.txt,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: damon
Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv19222
Modified Files:
ChangeLog
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: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ChangeLog 21 Jul 2006 10:30:30 -0000 1.41
+++ ChangeLog 26 Jul 2006 15:08:19 -0000 1.42
@@ -1,3 +1,15 @@
+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.
+
2006-07-21 Damon Chaplin <damon at gnome.org>
* src/goocanvas*view.c: renamed get_item_at() methods to
- Previous message: [cairo-commit] goocanvas/src goocanvasgroupview.c, 1.15,
1.16 goocanvasimageview.c, 1.12, 1.13 goocanvasitemview.c,
1.11, 1.12 goocanvasitemview.h, 1.10,
1.11 goocanvasitemviewsimple.c, 1.7,
1.8 goocanvaspolylineview.c, 1.13, 1.14 goocanvastextview.c,
1.14, 1.15 goocanvasview.c, 1.24, 1.25 goocanvasview.h, 1.8, 1.9
- Next message: [cairo-commit] goocanvas/docs goocanvas-sections.txt,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list