~ubuntu-branches/ubuntu/gutsy/goocanvas/gutsy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2007-05-14 22:49:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514224911-vyv39khpicv46oe2
Tags: 0.8-2
Link gtk-doc to /usr/share/doc/libgoocanvas-dev (Closes: #423410)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
 
 
3
GooCanvas 0.8   (Apr 3 2007)
 
4
=============
 
5
 
 
6
 o Added support for "width-for-height" layout - items whose requested
 
7
   height changes according to their allocated width (typically text items).
 
8
 o Added "background-color" and "background-color-rgb" properties to
 
9
   GooCanvas.
 
10
 o Added "ellipsize" property to GooCanvasText.
 
11
 o Added goo_canvas_item_remove() and goo_canvas_item_model_remove()
 
12
   convenience functions to remove an item or model from the canvas.
 
13
 o Fixed bug removing widget items.
 
14
 o Fixed bug which meant that the fill pattern couldn't be reset to NULL.
 
15
 o Fixed the item event signals, so that returning TRUE from a handler
 
16
   stops the signal emission.
 
17
 o Added a few things that will be needed to support tooltips, when GTK+
 
18
   2.12 is available. (Though I don't want to depend on GTK+ 2.12 yet.)
 
19
 o Added "const" to arguments, where appropriate.
 
20
 
 
21
 
 
22
GooCanvas 0.7   (Feb 27 2007)
 
23
=============
 
24
 
 
25
 o Added goo_canvas_get_items_at() and goo_canvas_get_items_in_area() to get
 
26
   all the items at a given point or in a given area.
 
27
 o Use CAIRO_ANTIALIAS_GRAY as the default antialiasing mode, since that is
 
28
   what is recommended by cairo for unhinted text.
 
29
 o Added "hint-metrics" style property, so people can use hinted text if they
 
30
   want to (though they shouldn't change the canvas scale in that case, as
 
31
   the bounds of the text item may become incorrect).
 
32
 o Unref all objects in dispose methods rather than finalize, to help bindings.
 
33
 o Remove embedded widgets properly.
 
34
 o Clip GooCanvasTable children if needed.
 
35
 o Set the clip path in goo_canvas_render() if needed.
 
36
 o Use the ink rects & the logical rects to calculate the text item bounds.
 
37
 o Copied GTK+ build stuff for generating goocanvasmarshal.[hc] and
 
38
   goocanvasenumtypes.[hc], so hopefully it is easier to build on Windows.
 
39
 o Fixed a few other minor bugs.
 
40
 
 
41
 
3
42
GooCanvas 0.6   (Feb 17 2007)
4
43
=============
5
44