]> Pileus Git - ~andy/gtk/blob - NEWS
handle box signals. fixups for 99.4 -timj
[~andy/gtk] / NEWS
1 Forthcoming Changes for GTK+ 0.99.4:
2
3 * Reference counting revolution integrated.
4   Refer to docs/refcounting.txt on this issue.
5 * Implementation of a decent debugging system, see docs/debugging.txt.
6 * Additions on the signal code for querying information about certain signals,
7   and pending handlers of signals.
8 * Support for user signals, and major changes to internal signal handler
9   handling for proper signal removal and invokation of after signals.
10 * GtkTooltips became a true descendant of GtkObject and facilitates an
11   extra tip string which can be used as e.g. an index into context help.
12 * Split up of the widget/object flags into a private and a public portion,
13   consult docs/widget_system.txt on this.
14 * Support for hot keys on gtk programs via gtk_key_snooper_install().
15 * Reimplementation of the *_interp functions as *_full functions to provide
16   simple callback functions as well.
17 * Idle functions are now prioritized.
18 * Many enhancements to GtkNotebook.
19 * New widget GtkTipsQuery for letting the user query tooltips of widgets.
20 * Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE).
21 * Function replacements:
22   g_string_hash() -> g_str_hash()
23   g_string_equal() -> g_str_equal()
24   gtk_tooltips_set_tips() -> gtk_tooltips_set_tip()
25 * Motif window mangaer hints support.
26 * Clean ups and many many bug fixes by a lot of people all over the place.
27 * New, long and descriptive ChangeLog entries for bored readers ;)
28
29 Overview of Changes in GTK+ 0.99.3:
30
31 * Filesel enhancement / stability changes
32 * New widget, gtkcombo 
33 * Widgets in the toolbar do not get the focus
34 * New widget, gtkstatusbar (still in-progress)
35 * g_string_equal renamed g_str_equal
36 * g_string_hash renamed g_str_hash
37 * new gtkbox functions to allow modification of the child 
38   linkage after the widget tree is setup
39 * gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
40 * DND changes/fixes
41 * Entry widget now has set_max_length function
42 * Handlebox widget changes/fixes 
43 * Some work on text widget (still in-progress)
44 * Now the toolbar supports arbitrary widgets as well
45 * CList has resizable columns again
46 * CList now looks consistant with scrolled windows
47 * Remove flickering from entry widget
48 * Added switch_page signal to notebook widget
49 * Documentation additions
50 * Other bug fixes...