File goocanvas.changes of Package goocanvas
-------------------------------------------------------------------
Fri Oct 3 11:28:10 WST 2008 - mboman@suse.de
- Update to version 0.12:
+ Fixed redraws of tables after updates.
+ Fixed problems compiling with libtool 2.2.
-------------------------------------------------------------------
Fri Sep 12 01:10:44 CDT 2008 - maw@suse.de
- Update to version 0.11:
+ Use the tables' fill and stroke colors to paint its grid and
background
+ Emit "children_changed" ATK signal when child items
added/removed.
+ Fixed bug when clipping the entire canvas
+o Got rid of the XXX_DISABLE_DEPRECATED compilation flags.
-------------------------------------------------------------------
Wed Aug 20 02:41:31 CEST 2008 - maw@suse.de
- Add goocanvas-g_signal.patch, which updates some deprecated
code.
-------------------------------------------------------------------
Tue Jul 1 00:10:31 CEST 2008 - maw@suse.de
- Update to version 0.10:
+ Added support for a border and grid lines to GooCanvasTable,
with "horz-grid-line-width", "vert-grid-line-width",
"x-border-spacing", and "y-border-spacing" properties
+ Added "clear-background" property to GooCanvas, to allow
subclasses to paint their own background if desired
+ Fixed crash when rendering a GooCanvasTable that hasn't been
updated
+ Fixed possible infinite loop in GooCanvasTable layout
+ Added goo_canvas_text_get_natural_extents() to get the natural
extents of the text
+ Made "stroke-color-rgba" and "fill-color-rgba" properties
read/write
+ Added goo_canvas_item_get_simple_transform() and
goo_canvas_item_model_get_simple_transform(), which do the
opposite of the set_simple_transform() functions
+ Improved documentation on general architecture and creating
new items.
-------------------------------------------------------------------
Wed Dec 5 19:18:35 CET 2007 - maw@suse.de
- Import into autobuild
- Improve packaging so as to pass internal rpmlist checks.
-------------------------------------------------------------------
Thu Nov 1 09:13:17 CST 2007 - maw@suse.de
- Initial package.