Commit graph

4 commits

Author SHA1 Message Date
obache
3a307e1ce4 Update goocanvas to 1.0.0.
GooCanvas 1.0.0	(Jan 10 2011)
===============

 o Added "alpha" property to GooCanvasImage to set opacity.
 o Allow setting clip path to NULL to reset it.
 o Allow setting line dash to NULL to reset it.
 o Handle RTL direction better in GooCanvasTable.
 o Fixed GooCanvasGroup bug - use the correct scale argument in paint.
 o Fixed GooCanvasPolyline bug - update arrows when line width changes.
 o Fixed static items bug - don't clip incorrectly.
 o Improved performance a bit when creating lots of items.
2011-01-12 09:17:29 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
obache
ee995780d1 Update goocanvas to 0.14.
GooCanvas 0.14	(Mar 15 2009)
==============

 o Added support for tooltips (this means we need GTK+ 2.12).
   (Note that there is a GTK+ bug which will cause problems with
   tooltips on a large canvas. See bug #573294.)
 o Added "x", "y", "width" and "height" properties to items that
   didn't have them.
 o Fixed bug in goo_canvas_convert_from_item_space().
 o Added "scroll-event" signal to GooCanvasItem.


GooCanvas 0.13	(Nov 30 2008)
==============

 o New GooCanvasGrid item for drawing grids on the canvas.
 o Support for static items that don't move as the canvas is zoomed
   and scrolled (this is a bit experimental).
 o Font hinting is not turned off any more - this means smaller text should
   be more readable. Hopefully it doesn't affect text layout.
 o Fixed a few GooCanvasTable drawing bugs.
 o Fixed GooCanvasText drawing, when align is set.
 o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested.
 o Added "animation-finished" signals to GooCanvasItem & Model.
2009-05-10 04:59:38 +00:00
obache
e5a2e36ff0 Import goocanvas-0.12 as graphics/goocanvas.
GooCanvas is similar in many ways to GnomeCanvas and FooCanvas.
But it uses cairo for rendering, has an optional model/view split,
and uses interfaces for items & models (so you can easily turn any
application object into a canvas item or model).
2008-10-22 10:27:17 +00:00