]> Pileus Git - ~andy/gtk/blob - NEWS
minor updates.
[~andy/gtk] / NEWS
1 Overview of Changes in GTK+ 1.1.0:
2
3 * Significant speedups to widget creation and destruction through caching
4   colormap and visual queries to the XServer.
5 * Speedups for type creation and especially gtk_type_is_a() checks.
6 * Speedups in signal lookup, creation and emissions and connection handling.
7 * Additions to the signal handling API (e.g. *_emitv).
8 * Minor speedups with object data allocation and destruction.
9 * Support for rc-file reparsing.
10 * Resizing logic is now implemented on container widget basis, rather than
11   for toplevel GtkWindows only.
12 * Buttons support relief styles now.
13 * Some widgets are now allocated through memchunks to behave more memory wise.
14 * Newly included file gtkfeatures.h which defines compatibility macros to
15   test for certain API features upon program compilation.
16 * New widget GtkCTree
17 * New widget GtkFontSelector.
18 * GtkTables are now fully resizable.
19 * New container widget GtkPacker.
20 * New object GtkItemFactory, GtkMenuFactory is deprecated.
21 * Far better support for widget arguments.
22 * Child arguments support for container widgets.
23 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
24   is now performed by a new widget GtkAccelLabel.
25 * Runtime information is available to query enum/flag definition values.
26 * Upgrade to libtool-1.2
27 * Legions of bug fixes, including one that fixed a major memory leak
28   in 1.0.0.