]> Pileus Git - ~andy/gtk/blob - NEWS
widget hierarchy update from Tim Janik
[~andy/gtk] / NEWS
1 Overview of Changes in 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, you would want
6   to export GTK_DEBUG=objects if you are going to develop gtk applications,
7   refer to docs/debugging.txt for further information.
8 * Additions on the signal code for querying information about certain signals,
9   and pending handlers of signals.
10 * Support for user signals, and major changes to internal signal handler
11   handling for proper signal removal and invokation of after signals.
12 * Additional signals for various widgets e.g, GtkHandleBox::child_attached,
13   GtkHandleBox::child_detached, GtkWidget::style_set, GtkWidget::parent_set.
14 * GtkTooltips became a true descendant of GtkObject via derivation from
15   GtkData and facilitates an extra tip string which can be used as e.g. an
16   index into context help.
17 * Split up of the widget/object flags into a private and a public portion,
18   consult docs/widget_system.txt on this.
19 * Support for hot keys on gtk programs via gtk_key_snooper_install().
20 * Reimplementation of the *_interp functions as *_full functions to provide
21   simple callback functions as well.
22 * Idle functions are now prioritized.
23 * Many enhancements to GtkNotebook.
24 * New widget GtkSpinButton, check out testgtk.
25 * New widget GtkTipsQuery for letting the user query tooltips of widgets.
26 * Addition of GtkEditable base widget to encapsulate selection and
27   clipboard handling. (GtkEntry and GtkText use this)
28 * Text widget more complete.
29 * Additions to GtkStatusBar to make it complete.
30 * Gdk now supports regions.
31 * Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE).
32 * Function replacements:
33   g_string_hash() -> g_str_hash()
34   g_string_equal() -> g_str_equal()
35   gtk_tooltips_set_tips() -> gtk_tooltips_set_tip()
36 * Support for quit handlers in gtk_main().
37 * Motif window mangaer hints support.
38 * Widget arguments are now flagged for readability/writability.
39 * Additions to documentation.
40 * Various FAQ updates. (FAQ now included)
41 * Clean ups and many many bug fixes by a lot of people all over the place.
42 * New, long and descriptive ChangeLog entries for bored readers ;)
43
44 Overview of Changes in GTK+ 0.99.3:
45
46 * Filesel enhancement / stability changes
47 * New widget, gtkcombo 
48 * Widgets in the toolbar do not get the focus
49 * New widget, gtkstatusbar (still in-progress)
50 * g_string_equal renamed g_str_equal
51 * g_string_hash renamed g_str_hash
52 * new gtkbox functions to allow modification of the child 
53   linkage after the widget tree is setup
54 * gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
55 * DND changes/fixes
56 * Entry widget now has set_max_length function
57 * Handlebox widget changes/fixes 
58 * Some work on text widget (still in-progress)
59 * Now the toolbar supports arbitrary widgets as well
60 * CList has resizable columns again
61 * CList now looks consistant with scrolled windows
62 * Remove flickering from entry widget
63 * Added switch_page signal to notebook widget
64 * Documentation additions
65 * Other bug fixes...