]> Pileus Git - ~andy/gtk/blob - NEWS
94ad58b93595c92e1ab44b8c90217bdbca82b2a1
[~andy/gtk] / NEWS
1 What is new in GTK+ 1.1.13:
2
3 * Dnd and selection bug fixes and memory purification.
4 * Widget sensitivity fixups.
5 * Tooltips windows are now named "gtk-tooltips" so rc file rules
6   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
7   widgets.
8 * Spin buttons now update their values upon value retrival.
9 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
10   a lot. Gtk makes full use of the draw_area coalescing code now, which
11   got minorly improved as well.
12 * Containers map their Gdk windows after their children now to reduce
13   expose event generation.
14 * Gdk event queue fixups, this solves the double-click problems people were
15   recently having.
16 * Account for the fact that GSource's are only properly reentrant from
17   within dispatch(), thus we don't do Gdk event processing from within
18   check() or prepare() anymore.
19 * Rc files feature a bg_pixmap value of "<none>" now.
20 * Improved session management support in Gdk.  
21 * Automatic disabling of NLS if no gettext is found should work now.
22 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
23 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
24   and GNU libtool 1.2d.
25 * More bug fixes all over the place.
26
27 What is new in GTK+ 1.1.12:
28
29 * Korean translation added
30 * Fixed memory leaks
31 * A few other bug fixes
32
33 What is new in GTK+ 1.1.11:
34
35 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
36 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
37   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
38 * Lots of cast corrections
39 * Many fixes 
40
41 What is new in GTK+ 1.1.9:
42
43 * Check for broken glibc 2.0 mb functions and avoid them
44 * Label and Entry display fixes 
45 * Move main thread back to GDK, for locking when translating events
46 * Bug fixes
47
48 What is new in GTK+ 1.1.8:
49
50 * Added support for gettext and the localization of the standard
51   dialogs.
52 * Added line-wrapping for the label, and JUSTIFY_FILL
53 * Support reordering via drag and drop in  CList and CTree.
54 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
55 * Extended gtkpaned API to support minimum sizes and proportional
56   resizing.
57 * Changed the handling of shared memory segments so as to 
58   remove the need for GTK+ to set up signal handlers.
59 * Re-implemented event loop in terms of the event loop
60   that has been added to GLib 1.1.8
61 * Added 'grab_focus' signal to allow keyboard accelerators
62   for entries.
63 * Load locale specific RC files if present.
64 * Bug fixes.
65
66 What is new in GTK+ 1.1.7:
67
68 * Fixed memory mis-allocation in default files code
69 * Various event handling fixes
70 * Wide character support for entry and text
71 * Destroy widgets _after_ propagating unrealize signals through 
72   widget heirarchy
73 * Only build XIM-support if available
74 * Tutorial and examples updates
75 * Added gtk_drag_source_unset()
76
77 What is new in GTK+ 1.1.6:
78
79 * The signal system now features emission hooks whith special semantics,
80   refer to the ChangeLog for this.
81 * Minor? speedups and memory reductions to the emission handling of the
82   signal system.
83 * _interp() function variants are deprecated now. the corresponding *_full()
84   variants are provided for a long time now.
85 * Dnd abort timeout increased to 10 minutes.
86 * GtkScrolledWindow inherits from GtkBin now.
87 * GTK_POLICY_NEVER is implemented for scrolled windows now.
88 * Lots of API clean ups.
89 * Incremental freezing abilities.
90 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
91 * New window functions for transient relationship, default size, and 
92   geometry hints
93 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
94   GTK_RC_FILES environment variable and functions are provided to configure
95   this behavior
96 * Read doc/Changes-1.2.txt to properly adapt your code.
97 * Bug Fixes.
98
99 What is new in GTK+ 1.1.5:
100
101 * Theme integration
102 * Widget style modification is now handled through GtkRcStyles
103 * GtkPixmaps now grey out pixmaps when insensitive
104 * Notebook enhancements
105 * Shadow configurability for menubars and handleboxes
106 * DND enhancements
107 * gtkfilesel now supports automounters better
108 * Implementation of expose compression
109 * Queued redraws of partial areas
110 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
111   to a scrolled window don't get an automatic viewport anymore. a convenience
112   function gtk_scrolled_window_add_with_viewport() is suplied for this task
113 * Deprecated functions will now issue a message, informing the programmer about
114   the use of this function. These functions will get removed in future versions
115 * Non-functional functions got removed entirely
116 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
117   A new function gtk_object_default_construct() is provided now which should
118   be called after every gtk_type_new() to perfom the auto-construction
119 * Improved argument support of several widgets
120 * Bug Fixes
121
122 What is new in GTK+ 1.1.3:
123
124 * GtkCList/GtkCTree now have the ability to:
125     - hide/show individual columns
126     - disable/enable column resizing
127     - set min and max for column widths
128     - set expander style of the ctree
129     - set/get row and cell styles
130     - set spacing between tree expander and cell contents in ctree
131     - toggle auto_resize for columns
132 * Must enhanced DND support, removed old DND code
133 * Idle functions are now implemented via GHook, giving a slight speed
134   improvement
135 * An environment variable GTK_MODULES which takes a colon seperated
136   list of module names GTK+ will now automatically load at gtk_init() startup
137 * GtkFontSel now has support for an extra 'base' filter
138 * New function gdk_window_set_root_origin to get the real geometry taking
139   into account window manager offsets
140 * New function gtk_text_set_line_wrap to toggle line wrapping
141 * New function gtk_widget_add_events which safely adds additional
142   events to a widget's event mask
143 * New function gdk_event_get_time to get the timestamp from a generic
144   event
145 * New widget GtkCalendar
146 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
147   pointer grabs and selection handling in DND code
148 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
149   data portion without invokation of its destroy notifier 
150 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
151   instead 
152 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
153   instead
154 * Removed functions gtk_object_set_data_destroy[_by_id] 
155 * Documentation additions/updates 
156 * HTML and plain text files are now included in the distribution
157 * Bug fixes, typeness corrections, and general fixups
158
159 What is new in GTK+ 1.1.2:
160
161 * Gtk+ is now featuring runtime loading of dynamic modules via the
162   --gtk-modules= command line switch. such modules have to export a
163   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
164   function which will be invoked to initialize the module. since such
165   modules may create new widget types, they are always resident.
166 * The tutorial has been updated again.
167 * Changes to menus including tearoff menus and accelerators.
168 * Better support for modal dialogs.
169 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
170 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
171 * GtkCTree rows can be unselectable now.
172 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
173   Hamann on Tue Aug 18 00:29:13 1998).
174 * A bunch of varargs functions changed to get va_lists working on systems that
175   implement va_lists as arrays.
176 * Improvements to the gdkrgb code.
177 * Improvements to Gdk color handling so we greatly reduce server traffic and
178   don't leak colors anymore.
179 * Improved internal widget tree iterators (the GtkContainer::foreach signal
180   vanished because of this).
181 * Option menus can have the keyboard focus now.
182 * More fixups to the text widget.
183 * GtkFileSelection should behave much more nicely in combination with AFS now.
184 * Support for label underlining.
185 * Support for GLib 1.1.3 log domains.
186 * Documentation improvements.
187 * Configuration fixes on various platforms.
188 * Miscellaneous fixes to XInput support.
189 * Build with shared library dependencies on Linux
190 * Fix for a major bug in the type systems memory allocation code that could
191   cause random crashes.
192 * Libtool update to version 1.2b.
193 * Lots of bugfixes and cleanups again ;)
194
195
196 What is new in GTK+ 1.1.1:
197
198 * Tutorial updates and additions.
199 * Key binding support for GtkListItems and GtkList.
200 * Extended selection mode and autoscrolling for GtkLists.
201 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
202 * GtkCTreeNodes can now be created from GNode trees.
203 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
204
205
206 What is new in GTK+ 1.1.0:
207
208 * New widget GtkFontSelector.
209 * New featurefull progress bar.
210 * New container widget GtkPacker.
211 * New object GtkItemFactory, GtkMenuFactory is deprecated.
212 * New key binding system, configurable via rcfiles, similar to styles.
213 * New widget GtkCTree with drag selections and keyboard movement and
214   and horizontal scrolling. Features also implemented for GtkCList.
215 * Significant speedups to widget creation and destruction through caching
216   colormap and visual queries to the XServer.
217 * Speedups for type creation and especially gtk_type_is_a() checks.
218 * Speedups in signal lookup, creation and emissions and connection handling.
219 * Minor speedups with object data allocation and destruction.
220 * Additions to the signal handling API (e.g. *_emitv).
221 * Support for rc-file reparsing.
222 * Resizing logic is now implemented on container widget basis, rather than
223   for toplevel GtkWindows only.
224 * Buttons support relief styles now.
225 * Some widgets are now allocated through memchunks to behave more memory wise.
226 * Newly included file gtkfeatures.h which defines compatibility macros to
227   test for certain API features upon program compilation.
228 * Child arguments support for container widgets.
229 * Far better support for object arguments, revamp of the underlying
230   mechanism for speed and reusability. Child/object arguments don't
231   need to be preceeded by the "GtkType::" portion anymore.
232 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
233   is now performed by a new widget GtkAccelLabel.
234 * Overhaul of the resizing code. Resizing behaviour can now be specified
235   on GtkContainer basis, so the underlying algorithm isn't only available
236   for GtkWindows.
237 * GtkTables are now fully resizable.
238 * The GtkType system now supports an additional base class initialization
239   function.
240 * GtkStyles and key bindings can now be looked up depending on the base
241   types of a widget, through a new keyword `class' in rc files.
242 * GtkButton derives from GtkBin (finally).  
243 * More descriptive error messages on rc parsing.  
244 * Runtime information is available to query enum/flag definition values.
245 * Upgrade to libtool-1.2
246 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
247   including those that already went into the 1.0.x branch.
248 * A big bunch of features and cosmetic fixups that just got lost in
249   the masses of changes.