]> Pileus Git - ~andy/gtk/blob - NEWS
Forgot the ChangeLog entry.
[~andy/gtk] / NEWS
1 Overview of Changes in GTK+ 1.3.4
2 =================================
3
4 * Win32 fixes
5 * GtkTreeView improvements and fixes
6 * Fix glib-2.0.m4
7 * Miscellaneous bug fixes
8
9 Overview of Changes in GTK+ 1.3.3
10 =================================
11
12 [ 5600 lines of ChangeLog ]
13
14 * API cleanups
15 * Win32 work (Tor, Hans Breuer)
16 * Focus improvements (Owen)
17 * Frame buffer improvements (Alex)
18 * Work on GtkTextView (Havoc)
19 * Much work on GtkTreeView (Jonathan)
20 * Selectable labels (Havoc)
21 * Converted many arguments to properties (Lee Mallabone, John Margaglione)
22 * Add exact regions to GdkExposeEvent, propagate it. (Alex)
23 * Added ability to have resize grips in status bars (etc.) using
24   _NET_WM_MOVERESIZE protocol. (Havoc)
25 * Added mnemnonic mechanism to make setting underline accelerators
26   much easier. (Alex)
27 * Add per-style property mechanism to allow themes to change 
28   geometry parameters. (Tim)
29 * Added global settings mechanisms for settings such as double-click
30   time. (Tim, Owen)
31 * Various support functions for new and old WM properties (Havoc, Alex)
32 * Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
33
34 Overview of Changes in GTK+ 1.3.2
35 =================================
36
37 GTK Core:
38
39 * New stock-icon and stock-item system. Use themeable pixbufs in
40   dialogs, buttons, etc. [Havoc]
41 * Theme engines reworked to use derivation and new object system. [Owen]
42 * Added GtkClipboard object for simple selection handling. [Owen]
43 * Make GtkEditable an interface, move implementation to GtkOldEditable for
44   compat. [Owen]
45 * Better handling of default directionality. [Robert]
46 * Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
47 * Move theme engines to GTypePlugin. [Owen]
48
49 GDK:
50
51 * Beginning of implementation of client parts of new window manager spec. [Owen]
52 * Make gdk_drawable_get_image() work with backing store. [Havoc]
53
54 Widgets:
55
56 * New text widget [Havoc]
57   - Adjustable tab handling.
58   - Ability to have scrolling side areas in new text widget for tabs/line numbers.
59   - Many cleanups and small improvements.
60 * Improvements to submenu navigation [Nils Barth/David Santiago] and
61   scrolling menus. [Alex]
62 * Simplification of progress bar API. [Havoc]
63 * Make GtkImage a generic image-display widget. [Havoc]
64 * New GtkTreeView tree widget. Model/view architecture, flexible renderering,
65   large datasets, etc. [Jonathan]
66 * New GtkMessageBox widget for message display. [Havoc]
67 * Allow labels to have contents set from XML-like markup language. [Havoc]
68 * Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
69
70 Internationalization:
71
72 * Proper character set conversion for clipboard/selection. [Owen]
73 * New input method system via loadable modules; support on-the-spot
74   preedit in GtkEntry and new text widget; allow switchin input methods
75   on the fly; include modules for XIM and demo Cyrillic-tranliteration 
76   module. [Owen]
77 * VIQR, Thai, and Inuktitut input methods. [Robert]
78 * Convert po files to UTF-8. [Robert]
79
80 gdk-pixbuf:
81
82 * Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
83 * Add simple saving to gdk-pixbuf. [David Welton/Havoc]
84 * Add improved error handling with GError to gdk-pixbuf. [Havoc]
85
86 Ports:
87
88 * Much work on Win32 Port. [Tor/Hans]
89 * Much work on Linux-FB Port. [Elliot/Alex]
90
91 Misc:
92
93 * Start of new gtk-demo demo program. [Owen/Jonathan]
94 * Bug fixes and more bug fixes.
95
96
97 Overview of Changes in GTK+ 1.3.1:
98
99 * GTK+ now uses the Pango library for text manipulation. All
100   strings in GTK+ now are in Unicode, languages written
101   from right-to-left, and complex-text languages are now supported.
102 * The gdk-pixbuf library for image loading and manipulation is 
103   has been integrated with GTK+.
104 * The GTK+ object system has mostly been moved to GLib, separating
105   it from the GUI code. Many significant enhancements have been
106   made as part of this.
107 * A new text widget is now included. This started as a port
108   of the Tk text widget, and includes such features of the Tk
109   text widget as tags, marks, and unicode text support. It
110   has been enhanced to support model-view operation and the
111   full power of Pango.
112 * The GDK library has been extensively revised to support multiple
113   windowing systems. The only fully functional backend in 1.3.1
114   is the X11 backend, however, ports to Win32, Linux-framebuffer,
115   Nano-X, BeOS, and MacOS exist in various states of completion,
116   and at least some of these will be finished and integrated in 
117   before the final GTK+-2.0 release.
118 * 32-bit coordinates are now supported throughout GDK and GTK+
119   (they are emulated where not supported by the windowing system.)
120 * Many minor bug fixes and enhancements. Incompatible changes
121   are documented in docs/Changes-2.0.txt
122
123 Overview of Changes in GTK+ 1.2.8:
124
125 * GNU Make 3.79 bug workaround
126 * FAQ and tutorial updates and improvements
127 * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
128
129 Overview of Changes in GTK+ 1.2.7:
130
131 * More header cleanups.
132 * Fixed activation bug for insensitive widgets.
133 * Locale fixes to RC file parsing code.
134 * Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
135   HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
136 * Upgrade to libtool 1.3.4.
137
138 Overview of Changes in GTK+ 1.2.6:
139
140 * container queue_resize fixes
141 * gtk[vh]scale: minor fixups
142 * rename idle to idle_id in testgtk to avoid conflicts with 
143   broken libs
144 * More consistant naming of gtkrc files
145 * Added language support: ro, uk
146
147 Overview of Changes in GTK+ 1.2.5:
148
149 * more GtkCTree and GtkWindow bug fixes.
150 * more redraw/resize queue fixes, better expose event
151   discarding code.
152 * more miscellaneous bugs fixed
153 * new configure.in option --disable-rebuilds to completely disable
154   rebuilds of autogenerated sources.
155 * check for 5.002 now, to avoid failing autogeneration build rules due
156   to old perl versions.
157 * fonts (and fontsets) are cached now.
158 * more autogeneration make rules and dependancy fixups, we should be
159   save with autogeneration up to make -j12 now ;)
160 * new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
161   GtkWindow on every size change.
162 * major rework of window manager hints handling code, fixed a bunch of
163   races with the new resizing code.
164 * the new wm hints and resizing code is absolutely perfect and bug free now,
165   it only lacks testing ;)
166 * fixed up various rc style memory prolems.
167 * gtk_widget_modify_style() now properly changes the style of realized widgets
168   and references the style passed into it. if people worked around this bug,
169   this will introduce a slight memory leak in their code.
170   The code should typically look like:
171             GtkRcStyle *rc_style = gtk_rc_style_new ();
172             [...]
173             gtk_widget_modify_style (widget, rc_style);
174             gtk_rc_style_unref (rc_style);
175 * fix problems with positioning menus offscreen.
176 * GtkText fixes for some crashes and drawing errors.
177 * Better handling for unexpected window destroys in GDK and GTK+.
178   This should make it possible to use a GtkPlug and catch the
179   case where its parent socket is randomly killed.
180 * FAQ updates.
181 * FileSelection i18n patches, RadioButton fixups.
182 * many translation improvements.
183 * miscellaneous other bugs fixed.
184
185 Overview of Changes in GTK+ 1.2.4:
186
187 * DnD improvements (drags can be canceled with Esc now).
188 * suppressed configure event reordering in Gdk.
189 * rewrite of Gtk's configure event handling.
190 * major improvements for the object argument system (Elena Devdariani).
191 * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
192   GtkCTree.
193 * tutorial/FAQ updates, new file generation.txt on autogenerated sources.
194 * configure's --with-glib= is "officially" unsupported.
195 * upgrade to libtool 1.3.3.
196 * various buglets fixed.
197
198 Overview of Changes in GTK+ 1.2.3:
199
200 * Upgrade to libtool 1.3
201 * Check for dgettext (for systems with old versions of GNU Gettext)
202 * Many bug fixes (see ChangeLog for details)
203
204 Overview of Changes in GTK+ 1.2.2:
205
206 * Improved Dnd behaviour with Motif applications.
207 * Bug fixes for the Gtk selection code.
208 * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
209 * Bug fixes and leak plugs for the Gdk IM code.
210 * Added gtk_object_get() facility to retrive object arguments easily.
211   The var args list expects ("arg-name", &value) pairs.
212 * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
213   problems where closed pipes were no longer signalling GDK_INPUT_READ on
214   systems with a native poll().
215 * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
216   anymore).
217 * We don't attempt to lookup xpm color "None" anymore, this should prevent
218   eXodus (commercial X windows server) from popping up a color dialog every
219   time a transparent pixmap is created.
220 * Fixed bug where Gtk timout/idle handlers would execute without the global
221   Gdk lock being held.
222 * Other minor bug fixes.
223
224 Overview of Changes in GTK+ 1.2.1:
225
226 * Many Bug fixes have been applied to the menu and accelerator code.
227 * GtkItemFactory can "adopt" foreign menu items now and manage their
228   accelerator installation. This is often required to get GtkItemFactory
229   like accelerator propagation between different windows with the same
230   menu heirarchy and for centralized parsing and saving of accelerators.
231 * GtkCList/GtkCTree buttons should always display correctly now.
232 * Miscellaneous other bug fixes.
233
234 What's New in GTK+ 1.2.0 (since 1.0.x):
235
236 * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
237   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
238 * Many new features and robustness for existing widgets
239 * Theme support
240 * New DND implementation
241 * Internationalization of standard dialogs
242 * New key binding system
243 * Tearoff menus and menu accelerators
244 * Wide character support for entry and text
245 * Resizing code has been overhauled
246 * Queued redraws of partial areas
247 * Far better support for object arguments
248 * Speed optimizations
249 * Runtime loading of dynamic modules
250 * Support for GLib log domains
251 * Tutorial improvements
252 * A bug fix or two
253
254 Overview of Changes in GTK+ 1.1.16:
255
256 * Major fixes and improvements for handlebox
257 * A change to the way widget->requisition works. Now,
258   widget->requisition is always what the widget requested,
259   unmodified by the usize. See Changes-1.2.txt for details.
260   This correct various bugs with gtk_widget_set_usize().
261 * Fixes for XIM on X11R5 systems
262 * Don't allow cut-and-paste of text in password-style entries
263 * --enable-debug is now on by default for the development releaes.
264   (When compiling for "production", use --enable-debug=minimum)
265 * Handle systems where Helvetica is not present more gracefully
266 * Fixes for memory leaks
267 * CList and CTree fixes
268 * Bug fixes for drawing problems. 
269 * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
270   GtkColorsel, Focusing, DND
271 * Tutorial improvements
272
273 Overview of Changes in GTK+ 1.1.15:
274
275 * Tutorial Updates
276 * Added --libs gthread to gtk-config 
277 * Bug fixes
278
279 What is new in GTK+ 1.1.14:
280
281 * Additions to docs/Changes-1.2.txt
282 * Just warn when loading theme engine fails
283 * CLAMP GtkScale digits to a meaningful range
284 * GTK_LOCALDIR is now defined in a better fashion
285 * New functions (feature freeze, we know...):
286     gtk_menu_set_title()
287     gtk_toggle_button_get_active()
288 * Some locale fixups in gtkrc code
289 * Fixes to make gtk_radio_button_set_group() keep only
290   one radio button in the group active
291 * Foreign windows are now always treated as viewable; this fixes
292   a problem where updating didn't occure properly in GtkPlug
293 * DND fixes for 64 bit architectures, and for specifying operations 
294   with modifier keys.
295 * Major revisions to GtkLayout: avoid having to create window
296   for NO_WINDOW children, adjust allocations of children as 
297   scrolled so queued draws work, and a resize is queued instead
298   of allocating directly in a put() or move()
299
300 What is new in GTK+ 1.1.13:
301
302 * Dnd and selection bug fixes and memory purification.
303 * Widget sensitivity fixups.
304 * Tooltips windows are now named "gtk-tooltips" so rc file rules
305   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
306   widgets.
307 * Spin buttons now update their values upon value retrival.
308 * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
309   a lot. Gtk makes full use of the draw_area coalescing code now, which
310   got minorly improved as well.
311 * Containers map their Gdk windows after their children now to reduce
312   expose event generation.
313 * Gdk event queue fixups, this solves the double-click problems people were
314   recently having.
315 * Account for the fact that GSource's are only properly reentrant from
316   within dispatch(), thus we don't do Gdk event processing from within
317   check() or prepare() anymore.
318 * Rc files feature a bg_pixmap value of "<none>" now.
319 * Improved session management support in Gdk.  
320 * Automatic disabling of NLS if no gettext is found should work now.
321 * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
322 * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
323   and GNU libtool 1.2d.
324 * More bug fixes all over the place.
325
326 What is new in GTK+ 1.1.12:
327
328 * Korean translation added
329 * Fixed memory leaks
330 * A few other bug fixes
331
332 What is new in GTK+ 1.1.11:
333
334 * Dutch, Japanese, Swedish, Polish, and Norwegian translations
335 * Removed deprecated _interp variants: gtk_container_foreach_interp, 
336   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
337 * Lots of cast corrections
338 * Many fixes 
339
340 What is new in GTK+ 1.1.9:
341
342 * Check for broken glibc 2.0 mb functions and avoid them
343 * Label and Entry display fixes 
344 * Move main thread back to GDK, for locking when translating events
345 * Bug fixes
346
347 What is new in GTK+ 1.1.8:
348
349 * Added support for gettext and the localization of the standard
350   dialogs.
351 * Added line-wrapping for the label, and JUSTIFY_FILL
352 * Support reordering via drag and drop in  CList and CTree.
353 * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
354 * Extended gtkpaned API to support minimum sizes and proportional
355   resizing.
356 * Changed the handling of shared memory segments so as to 
357   remove the need for GTK+ to set up signal handlers.
358 * Re-implemented event loop in terms of the event loop
359   that has been added to GLib 1.1.8
360 * Added 'grab_focus' signal to allow keyboard accelerators
361   for entries.
362 * Load locale specific RC files if present.
363 * Bug fixes.
364
365 What is new in GTK+ 1.1.7:
366
367 * Fixed memory mis-allocation in default files code
368 * Various event handling fixes
369 * Wide character support for entry and text
370 * Destroy widgets _after_ propagating unrealize signals through 
371   widget heirarchy
372 * Only build XIM-support if available
373 * Tutorial and examples updates
374 * Added gtk_drag_source_unset()
375
376 What is new in GTK+ 1.1.6:
377
378 * The signal system now features emission hooks whith special semantics,
379   refer to the ChangeLog for this.
380 * Minor? speedups and memory reductions to the emission handling of the
381   signal system.
382 * _interp() function variants are deprecated now. the corresponding *_full()
383   variants are provided for a long time now.
384 * Dnd abort timeout increased to 10 minutes.
385 * GtkScrolledWindow inherits from GtkBin now.
386 * GTK_POLICY_NEVER is implemented for scrolled windows now.
387 * Lots of API clean ups.
388 * Incremental freezing abilities.
389 * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
390 * New window functions for transient relationship, default size, and 
391   geometry hints
392 * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
393   GTK_RC_FILES environment variable and functions are provided to configure
394   this behavior
395 * Read doc/Changes-1.2.txt to properly adapt your code.
396 * Bug Fixes.
397
398 What is new in GTK+ 1.1.5:
399
400 * Theme integration
401 * Widget style modification is now handled through GtkRcStyles
402 * GtkPixmaps now grey out pixmaps when insensitive
403 * Notebook enhancements
404 * Shadow configurability for menubars and handleboxes
405 * DND enhancements
406 * gtkfilesel now supports automounters better
407 * Implementation of expose compression
408 * Queued redraws of partial areas
409 * Scrolledwindow (+Viewport) source incompatibilities, children that are added
410   to a scrolled window don't get an automatic viewport anymore. a convenience
411   function gtk_scrolled_window_add_with_viewport() is suplied for this task
412 * Deprecated functions will now issue a message, informing the programmer about
413   the use of this function. These functions will get removed in future versions
414 * Non-functional functions got removed entirely
415 * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
416   A new function gtk_object_default_construct() is provided now which should
417   be called after every gtk_type_new() to perfom the auto-construction
418 * Improved argument support of several widgets
419 * Bug Fixes
420
421 What is new in GTK+ 1.1.3:
422
423 * GtkCList/GtkCTree now have the ability to:
424     - hide/show individual columns
425     - disable/enable column resizing
426     - set min and max for column widths
427     - set expander style of the ctree
428     - set/get row and cell styles
429     - set spacing between tree expander and cell contents in ctree
430     - toggle auto_resize for columns
431 * Must enhanced DND support, removed old DND code
432 * Idle functions are now implemented via GHook, giving a slight speed
433   improvement
434 * An environment variable GTK_MODULES which takes a colon seperated
435   list of module names GTK+ will now automatically load at gtk_init() startup
436 * GtkFontSel now has support for an extra 'base' filter
437 * New function gdk_window_set_root_origin to get the real geometry taking
438   into account window manager offsets
439 * New function gtk_text_set_line_wrap to toggle line wrapping
440 * New function gtk_widget_add_events which safely adds additional
441   events to a widget's event mask
442 * New function gdk_event_get_time to get the timestamp from a generic
443   event
444 * New widget GtkCalendar
445 * New widget GtkInvisible - InputOnly offscreen windows used for reliable
446   pointer grabs and selection handling in DND code
447 * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
448   data portion without invokation of its destroy notifier 
449 * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
450   instead 
451 * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
452   instead
453 * Removed functions gtk_object_set_data_destroy[_by_id] 
454 * Documentation additions/updates 
455 * HTML and plain text files are now included in the distribution
456 * Bug fixes, typeness corrections, and general fixups
457
458 What is new in GTK+ 1.1.2:
459
460 * Gtk+ is now featuring runtime loading of dynamic modules via the
461   --gtk-modules= command line switch. such modules have to export a
462   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
463   function which will be invoked to initialize the module. since such
464   modules may create new widget types, they are always resident.
465 * The tutorial has been updated again.
466 * Changes to menus including tearoff menus and accelerators.
467 * Better support for modal dialogs.
468 * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
469 * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
470 * GtkCTree rows can be unselectable now.
471 * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
472   Hamann on Tue Aug 18 00:29:13 1998).
473 * A bunch of varargs functions changed to get va_lists working on systems that
474   implement va_lists as arrays.
475 * Improvements to the gdkrgb code.
476 * Improvements to Gdk color handling so we greatly reduce server traffic and
477   don't leak colors anymore.
478 * Improved internal widget tree iterators (the GtkContainer::foreach signal
479   vanished because of this).
480 * Option menus can have the keyboard focus now.
481 * More fixups to the text widget.
482 * GtkFileSelection should behave much more nicely in combination with AFS now.
483 * Support for label underlining.
484 * Support for GLib 1.1.3 log domains.
485 * Documentation improvements.
486 * Configuration fixes on various platforms.
487 * Miscellaneous fixes to XInput support.
488 * Build with shared library dependencies on Linux
489 * Fix for a major bug in the type systems memory allocation code that could
490   cause random crashes.
491 * Libtool update to version 1.2b.
492 * Lots of bugfixes and cleanups again ;)
493
494
495 What is new in GTK+ 1.1.1:
496
497 * Tutorial updates and additions.
498 * Key binding support for GtkListItems and GtkList.
499 * Extended selection mode and autoscrolling for GtkLists.
500 * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
501 * GtkCTreeNodes can now be created from GNode trees.
502 * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
503
504
505 What is new in GTK+ 1.1.0:
506
507 * New widget GtkFontSelector.
508 * New featurefull progress bar.
509 * New container widget GtkPacker.
510 * New object GtkItemFactory, GtkMenuFactory is deprecated.
511 * New key binding system, configurable via rcfiles, similar to styles.
512 * New widget GtkCTree with drag selections and keyboard movement and
513   and horizontal scrolling. Features also implemented for GtkCList.
514 * Significant speedups to widget creation and destruction through caching
515   colormap and visual queries to the XServer.
516 * Speedups for type creation and especially gtk_type_is_a() checks.
517 * Speedups in signal lookup, creation and emissions and connection handling.
518 * Minor speedups with object data allocation and destruction.
519 * Additions to the signal handling API (e.g. *_emitv).
520 * Support for rc-file reparsing.
521 * Resizing logic is now implemented on container widget basis, rather than
522   for toplevel GtkWindows only.
523 * Buttons support relief styles now.
524 * Some widgets are now allocated through memchunks to behave more memory wise.
525 * Newly included file gtkfeatures.h which defines compatibility macros to
526   test for certain API features upon program compilation.
527 * Child arguments support for container widgets.
528 * Far better support for object arguments, revamp of the underlying
529   mechanism for speed and reusability. Child/object arguments don't
530   need to be preceeded by the "GtkType::" portion anymore.
531 * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
532   is now performed by a new widget GtkAccelLabel.
533 * Overhaul of the resizing code. Resizing behaviour can now be specified
534   on GtkContainer basis, so the underlying algorithm isn't only available
535   for GtkWindows.
536 * GtkTables are now fully resizable.
537 * The GtkType system now supports an additional base class initialization
538   function.
539 * GtkStyles and key bindings can now be looked up depending on the base
540   types of a widget, through a new keyword `class' in rc files.
541 * GtkButton derives from GtkBin (finally).  
542 * More descriptive error messages on rc parsing.  
543 * Runtime information is available to query enum/flag definition values.
544 * Upgrade to libtool-1.2
545 * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
546   including those that already went into the 1.0.x branch.
547 * A big bunch of features and cosmetic fixups that just got lost in
548   the masses of changes.