summaryrefslogtreecommitdiff
path: root/NEWS
blob: 110e84a5bea2b5cc8b1f7c1b8317bb977a632852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Overview of Changes in GTK+ 1.1.0:

* Significant speedups to widget creation and destruction through caching
  colormap and visual queries to the XServer.
* Speedups for type creation and especially gtk_type_is_a() checks.
* Speedups in signal lookup, creation and emissions and connection handling.
* Additions to the signal handling API (e.g. *_emitv).
* Minor speedups with object data allocation and destruction.
* Support for rc-file reparsing.
* Resizing logic is now implemented on container widget basis, rather than
  for toplevel GtkWindows only.
* Buttons support relief styles now.
* Some widgets are now allocated through memchunks to behave more memory wise.
* Newly included file gtkfeatures.h which defines compatibility macros to
  test for certain API features upon program compilation.
* New widget GtkCTree
* New widget GtkFontSelector.
* GtkTables are now fully resizable.
* New container widget GtkPacker.
* New object GtkItemFactory, GtkMenuFactory is deprecated.
* Far better support for widget arguments.
* Child arguments support for container widgets.
* Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
  is now performed by a new widget GtkAccelLabel.
* Runtime information is available to query enum/flag definition values.
* Upgrade to libtool-1.2
* Legions of bug fixes, including one that fixed a major memory leak
  in 1.0.0.