[cairo-commit] goocanvas ChangeLog,1.119,1.120 TODO,1.36,1.37

Damon Chaplin commit at pdx.freedesktop.org
Wed Jun 20 06:00:02 PDT 2007


Committed by: damon

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

Modified Files:
	ChangeLog TODO 
Log Message:
2007-06-20  Damon Chaplin  <damon at gnome.org>

	* src/goocanvas.c: added "automatic-bounds", "bounds-from-origin" and
	"bounds-padding" properties, used to calculate the canvas bounds
	automatically.

	* demo/demo.c (change_bounds_clicked): 
	* demo/mv-demo.c (change_bounds_clicked): test the above.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- ChangeLog	19 Jun 2007 11:22:53 -0000	1.119
+++ ChangeLog	20 Jun 2007 12:59:48 -0000	1.120
@@ -1,3 +1,12 @@
+2007-06-20  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvas.c: added "automatic-bounds", "bounds-from-origin" and
+	"bounds-padding" properties, used to calculate the canvas bounds
+	automatically.
+
+	* demo/demo.c (change_bounds_clicked): 
+	* demo/mv-demo.c (change_bounds_clicked): test the above.
+
 2007-06-19  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvas.c: added "integer-layout" boolean property, to specify

Index: TODO
===================================================================
RCS file: /cvs/cairo/goocanvas/TODO,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- TODO	19 Jun 2007 11:22:53 -0000	1.36
+++ TODO	20 Jun 2007 12:59:48 -0000	1.37
@@ -56,10 +56,6 @@
 Requests from GTK+ people:
 
  o Use separate GooCanvasContainer[Model] interfaces? May help bindings.
- o Implicit bounds -  goo_canvas_set_bounds_implicit (gboolean from_origin,
-                                                      gdouble  border_width);
-   Also add properties like "implicit-bounds", "bounds-from-origin",
-   "bounds-border".
  o GooCanvasWidget width & height are redundant - use widget's requested size.
  o Make PathCommand and LineDash structs opaque.
  o Use floating flag and sink() for objects.



More information about the cairo-commit mailing list