]> Pileus Git - ~andy/gtk/blob - NEWS
Released GTK+ 1.1.7
[~andy/gtk] / NEWS
1 What is new in GTK+ 1.1.7:
2
3 * Fixed memory mis-allocation in default files code
4 * Various event handling fixes
5 * Wide character support for entry and text
6 * Destroy widgets _after_ propagating unrealize signals through 
7   widget heirarchy
8 * Only build XIM-support if available
9 * Tutorial and examples updates
10 * Added gtk_drag_source_unset()
11
12 What is new in GTK+ 1.1.6:
13
14 * The signal system now features emission hooks whith special semantics,
15   refer to the ChangeLog for this.
16 * Minor? speedups and memory reductions to the emission handling of the
17   signal system.
18 * _interp() function variants are deprecated now. the corresponding *_full()
19   variants are provided for a long time now.
20 * Dnd abort timeout increased to 10 minutes.
21 * GtkScrolledWindow inherits from GtkBin now.
22 * GTK_POLICY_NEVER is implemented for scrolled windows now.
23 * Lots of API clean ups.
24 * Incremental freezing abilities.
25 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
26 * New window functions for transient relationship, default size, and 
27   geometry hints
28 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
29   GTK_RC_FILES environment variable and functions are provided to configure
30   this behavior
31 * Read doc/Changes-1.2.txt to properly adapt your code.
32 * Bug Fixes.
33
34 What is new in GTK+ 1.1.5:
35
36 * Theme integration
37 * Widget style modification is now handled through GtkRcStyles
38 * GtkPixmaps now grey out pixmaps when insensitive
39 * Notebook enhancements
40 * Shadow configurability for menubars and handleboxes
41 * DND enhancements
42 * gtkfilesel now supports automounters better
43 * Implementation of expose compression
44 * Queued redraws of partial areas
45 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
46   to a scrolled window don't get an automatic viewport anymore. a convenience
47   function gtk_scrolled_window_add_with_viewport() is suplied for this task
48 * Deprecated functions will now issue a message, informing the programmer about
49   the use of this function. These functions will get removed in future versions
50 * Non-functional functions got removed entirely
51 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
52   A new function gtk_object_default_construct() is provided now which should
53   be called after every gtk_type_new() to perfom the auto-construction
54 * Improved argument support of several widgets
55 * Bug Fixes
56
57 What is new in GTK+ 1.1.3:
58
59 * GtkCList/GtkCTree now have the ability to:
60     - hide/show individual columns
61     - disable/enable column resizing
62     - set min and max for column widths
63     - set expander style of the ctree
64     - set/get row and cell styles
65     - set spacing between tree expander and cell contents in ctree
66     - toggle auto_resize for columns
67 * Must enhanced DND support, removed old DND code
68 * Idle functions are now implemented via GHook, giving a slight speed
69   improvement
70 * An environment variable GTK_MODULES which takes a colon seperated
71   list of module names GTK+ will now automatically load at gtk_init() startup
72 * GtkFontSel now has support for an extra 'base' filter
73 * New function gdk_window_set_root_origin to get the real geometry taking
74   into account window manager offsets
75 * New function gtk_text_set_line_wrap to toggle line wrapping
76 * New function gtk_widget_add_events which safely adds additional
77   events to a widget's event mask
78 * New function gdk_event_get_time to get the timestamp from a generic
79   event
80 * New widget GtkCalendar
81 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
82   pointer grabs and selection handling in DND code
83 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
84   data portion without invokation of its destroy notifier 
85 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
86   instead 
87 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
88   instead
89 * Removed functions gtk_object_set_data_destroy[_by_id] 
90 * Documentation additions/updates 
91 * HTML and plain text files are now included in the distribution
92 * Bug fixes, typeness corrections, and general fixups
93
94 What is new in GTK+ 1.1.2:
95
96 * Gtk+ is now featuring runtime loading of dynamic modules via the
97   --gtk-modules= command line switch. such modules have to export a
98   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
99   function which will be invoked to initialize the module. since such
100   modules may create new widget types, they are always resident.
101 * The tutorial has been updated again.
102 * Changes to menus including tearoff menus and accelerators.
103 * Better support for modal dialogs.
104 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
105 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
106 * GtkCTree rows can be unselectable now.
107 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
108   Hamann on Tue Aug 18 00:29:13 1998).
109 * A bunch of varargs functions changed to get va_lists working on systems that
110   implement va_lists as arrays.
111 * Improvements to the gdkrgb code.
112 * Improvements to Gdk color handling so we greatly reduce server traffic and
113   don't leak colors anymore.
114 * Improved internal widget tree iterators (the GtkContainer::foreach signal
115   vanished because of this).
116 * Option menus can have the keyboard focus now.
117 * More fixups to the text widget.
118 * GtkFileSelection should behave much more nicely in combination with AFS now.
119 * Support for label underlining.
120 * Support for GLib 1.1.3 log domains.
121 * Documentation improvements.
122 * Configuration fixes on various platforms.
123 * Miscellaneous fixes to XInput support.
124 * Build with shared library dependencies on Linux
125 * Fix for a major bug in the type systems memory allocation code that could
126   cause random crashes.
127 * Libtool update to version 1.2b.
128 * Lots of bugfixes and cleanups again ;)
129
130
131 What is new in GTK+ 1.1.1:
132
133 * Tutorial updates and additions.
134 * Key binding support for GtkListItems and GtkList.
135 * Extended selection mode and autoscrolling for GtkLists.
136 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
137 * GtkCTreeNodes can now be created from GNode trees.
138 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
139
140
141 What is new in GTK+ 1.1.0:
142
143 * New widget GtkFontSelector.
144 * New featurefull progress bar.
145 * New container widget GtkPacker.
146 * New object GtkItemFactory, GtkMenuFactory is deprecated.
147 * New key binding system, configurable via rcfiles, similar to styles.
148 * New widget GtkCTree with drag selections and keyboard movement and
149   and horizontal scrolling. Features also implemented for GtkCList.
150 * Significant speedups to widget creation and destruction through caching
151   colormap and visual queries to the XServer.
152 * Speedups for type creation and especially gtk_type_is_a() checks.
153 * Speedups in signal lookup, creation and emissions and connection handling.
154 * Minor speedups with object data allocation and destruction.
155 * Additions to the signal handling API (e.g. *_emitv).
156 * Support for rc-file reparsing.
157 * Resizing logic is now implemented on container widget basis, rather than
158   for toplevel GtkWindows only.
159 * Buttons support relief styles now.
160 * Some widgets are now allocated through memchunks to behave more memory wise.
161 * Newly included file gtkfeatures.h which defines compatibility macros to
162   test for certain API features upon program compilation.
163 * Child arguments support for container widgets.
164 * Far better support for object arguments, revamp of the underlying
165   mechanism for speed and reusability. Child/object arguments don't
166   need to be preceeded by the "GtkType::" portion anymore.
167 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
168   is now performed by a new widget GtkAccelLabel.
169 * Overhaul of the resizing code. Resizing behaviour can now be specified
170   on GtkContainer basis, so the underlying algorithm isn't only available
171   for GtkWindows.
172 * GtkTables are now fully resizable.
173 * The GtkType system now supports an additional base class initialization
174   function.
175 * GtkStyles and key bindings can now be looked up depending on the base
176   types of a widget, through a new keyword `class' in rc files.
177 * GtkButton derives from GtkBin (finally).  
178 * More descriptive error messages on rc parsing.  
179 * Runtime information is available to query enum/flag definition values.
180 * Upgrade to libtool-1.2
181 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
182   including those that already went into the 1.0.x branch.
183 * A big bunch of features and cosmetic fixups that just got lost in
184   the masses of changes.