]> Pileus Git - ~andy/gtk/blob - NEWS
NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0,
[~andy/gtk] / NEWS
1 What is new in GTK+ 1.1.2:
2
3 * Gtk+ is now featuring runtime loading of dynamic modules via the
4   --gtk-modules= command line switch. such modules have to export a
5   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
6   function which will be invoked to initialize the module. since such
7   modules may create new widget types, they are always resident.
8 * The tutorial has been updated again.
9 * Changes to menus including tearoff menus and accelerators.
10 * Better support for modal dialogs.
11 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
12 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
13 * GtkCTree rows can be unselectable now.
14 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
15   Hamann on Tue Aug 18 00:29:13 1998).
16 * A bunch of varargs functions changed to get va_lists working on systems that
17   implement va_lists as arrays.
18 * Improvements to the gdkrgb code.
19 * Improvements to Gdk color handling so we greatly reduce server traffic and
20   don't leak colors anymore.
21 * Improved internal widget tree iterators (the GtkContainer::foreach signal
22   vanished because of this).
23 * Option menus can have the keyboard focus now.
24 * More fixups to the text widget.
25 * GtkFileSelection should behave much more nicely in combination with AFS now.
26 * Support for label underlining.
27 * Support for GLib 1.1.3 log domains.
28 * Documentation improvements.
29 * Fix for a major bug in the type systems memory allocation code that could
30   cause random crashes.
31 * Libtool update to version 1.2b.
32 * Lots of bugfixes and cleanups again ;)
33
34
35 What is new in GTK+ 1.1.1:
36
37 * Tutorial updates and additions.
38 * Key binding support for GtkListItems and GtkList.
39 * Extended selection mode and autoscrolling for GtkLists.
40 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
41 * GtkCTreeNodes can now be created from GNode trees.
42 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
43
44
45 What is new in GTK+ 1.1.0:
46
47 * New widget GtkFontSelector.
48 * New featurefull progress bar.
49 * New container widget GtkPacker.
50 * New object GtkItemFactory, GtkMenuFactory is deprecated.
51 * New key binding system, configurable via rcfiles, similar to styles.
52 * New widget GtkCTree with drag selections and keyboard movement and
53   and horizontal scrolling. Features also implemented for GtkCList.
54 * Significant speedups to widget creation and destruction through caching
55   colormap and visual queries to the XServer.
56 * Speedups for type creation and especially gtk_type_is_a() checks.
57 * Speedups in signal lookup, creation and emissions and connection handling.
58 * Minor speedups with object data allocation and destruction.
59 * Additions to the signal handling API (e.g. *_emitv).
60 * Support for rc-file reparsing.
61 * Resizing logic is now implemented on container widget basis, rather than
62   for toplevel GtkWindows only.
63 * Buttons support relief styles now.
64 * Some widgets are now allocated through memchunks to behave more memory wise.
65 * Newly included file gtkfeatures.h which defines compatibility macros to
66   test for certain API features upon program compilation.
67 * Child arguments support for container widgets.
68 * Far better support for object arguments, revamp of the underlying
69   mechanism for speed and reusability. Child/object arguments don't
70   need to be preceeded by the "GtkType::" portion anymore.
71 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
72   is now performed by a new widget GtkAccelLabel.
73 * Overhaul of the resizing code. Resizing behaviour can now be specified
74   on GtkContainer basis, so the underlying algorithm isn't only available
75   for GtkWindows.
76 * GtkTables are now fully resizable.
77 * The GtkType system now supports an additional base class initialization
78   function.
79 * GtkStyles and key bindings can now be looked up depending on the base
80   types of a widget, through a new keyword `class' in rc files.
81 * GtkButton derives from GtkBin (finally).  
82 * More descriptive error messages on rc parsing.  
83 * Runtime information is available to query enum/flag definition values.
84 * Upgrade to libtool-1.2
85 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
86   including those that already went into the 1.0.x branch.
87 * A big bunch of features and cosmetic fixups that just got lost in
88   the masses of changes.