[cairo-commit] goocanvas ChangeLog, 1.29, 1.30 NEWS, 1.2, 1.3 README, 1.2, 1.3 configure.in, 1.3, 1.4

Damon Chaplin commit at pdx.freedesktop.org
Mon Apr 24 08:14:35 PDT 2006


Committed by: damon

Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv28410

Modified Files:
	ChangeLog NEWS README configure.in 
Log Message:
2006-04-24  Damon Chaplin  <damon at gnome.org>

	* Released GooCanvas 0.3

2006-04-24  Damon Chaplin  <damon at gnome.org>

	* src/goocanvasview.c: added "model", "scale", "anchor", "x1", "y1",
	"x2", "y2" properties, and goo_canvas_view_get_bounds() and
	goo_canvas_view_get_scale() accessors.
	Removed goo_canvas_view_set_anchor() as the property should be enough.
	(I think we should only have accessor functions for major properties.)



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ChangeLog	24 Apr 2006 13:53:41 -0000	1.29
+++ ChangeLog	24 Apr 2006 15:14:33 -0000	1.30
@@ -1,5 +1,15 @@
 2006-04-24  Damon Chaplin  <damon at gnome.org>
 
+	* Released GooCanvas 0.3
+
+2006-04-24  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvasview.c: added "model", "scale", "anchor", "x1", "y1",
+	"x2", "y2" properties, and goo_canvas_view_get_bounds() and
+	goo_canvas_view_get_scale() accessors.
+	Removed goo_canvas_view_set_anchor() as the property should be enough.
+	(I think we should only have accessor functions for major properties.)
+
 	* src/goocanvasitemview.c (goo_canvas_item_view_is_visible) 
 	(goo_canvas_item_view_get_item_at): removed scale argument. We get it
 	from the canvas view now, to make the API a little simpler.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/goocanvas/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NEWS	22 Apr 2006 19:17:28 -0000	1.2
+++ NEWS	24 Apr 2006 15:14:33 -0000	1.3
@@ -1,5 +1,5 @@
 
-GooCanvas 0.3	(Apr ? 2006)
+GooCanvas 0.3	(Apr 24 2006)
 =============
 
  o New GooCanvasPath item (similar to SVG path element).

Index: README
===================================================================
RCS file: /cvs/cairo/goocanvas/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	12 Apr 2006 15:29:21 -0000	1.2
+++ README	24 Apr 2006 15:14:33 -0000	1.3
@@ -5,12 +5,12 @@
 for rendering, has a model/view split, and uses interfaces for items & views
 (so you can easily turn any application object into a canvas item or view).
 
-It is almost ready for use now.
+It should be usable now. Though there will probably be a few bugs to iron out.
 
 To build it run './configure' and 'make'. To run the demo cd into 'demo' and
-run './demo'.
+run './demo'. (Or run ./simple-demo for the very simple demo.)
 
-Damon Chaplin
+Damon Chaplin (damon at gnome.org)
 
 (FooCanvas can be found in GNOME cvs in the 'foocanvas' module.
 FooCanvas was based on GnomeCanvas, which is in the 'libgnomecanvas' module.)

Index: configure.in
===================================================================
RCS file: /cvs/cairo/goocanvas/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.in	12 Apr 2006 15:29:21 -0000	1.3
+++ configure.in	24 Apr 2006 15:14:33 -0000	1.4
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(goocanvas, 0.2)
+AC_INIT(goocanvas, 0.3)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(src/goocanvasview.c)
 AC_CONFIG_HEADERS(config.h)



More information about the cairo-commit mailing list