1Overview of Changes in GTK+ 2.0.0
2=================================
3
4* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
5* Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
6* Bug fixes. [Thomas Leonard, Owen Taylor]
7
8Overview of Changes in GTK+ 2.0.0 rc1
9=====================================
10
11* GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
12* Text widget fixes [Havoc Pennington]
13* Efficiency fixes when using Xft [Owen Taylor]
14* Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
15* Try to fix key handling without XKEYBOARD extension [Owen]
16* Documentation fixes and improvements
17  [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
18* Widget drawing improvements [Soeren Sandmann]
19* Allow cycling between multiple menu bars with <Control>Tab [Owen]
20* Try to build libraries with only shared library dependencies on Xft to
21  deal with transition to Xft2 [Owen]
22* Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
23* Don't use red as the default cursor color [Owen]
24* Bug fixes, bug fixes, bug fixes.
25
26Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer,
27  Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
28  Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
29  Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane,
30  Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann,
31  Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington,
32  Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
33
34Overview of Changes in GTK+ 1.3.15
35==================================
36
37* New stock and improved icon images
38  [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
39* Widget drawing improvements for check and radio buttons,
40  spinbuttons [Soeren Sandmann]
41* Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
42* Add GtkSetting for font name. [Richard Hestilow]
43* Much improved key matching code, accelerators work independent
44  of group [Owen]
45* Make mnemonics work for embedded GtkPlug widgets [Owen]
46* Keynav improvements for GtkTreeView [Kristian Rietveld]
47* Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
48* Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
49  to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
50  add compatibility macros.
51* GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
52* GtkTextView bug fixes [Havoc Pennington]
53* Pad class structures for future binary compatibility [Owen]
54* Tutorial improvements [Sven Neumann, Matthias Clasen]
55* Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
56* Fix problems with initial widget size [Owen]
57* AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
58* Win32 fixes [Hans Breuer, Tor Lillqvist]
59* Miscellaneous bug fixes
60
61Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg,
62  Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh,
63  Nicolas Setton
64
65Overview of Changes in GTK+ 1.3.14
66==================================
67
68* Keyboard focus improvements [Owen Taylor]
69* Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
70* Fix accidentally exported variables [Mark McLoughlin]
71* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
72* Default to yellow tooltips [Owen]
73* RC file fixes for reloading, priorities [Owen, Matthias]
74* GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
75* GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
76* Improve keynav for paned widgets, tooltips, spin buttons, notebooks,
77  scrolled windows [Soeren Sandmann, Padraig, Owen]
78* Add Emacs/Default key themes [Owen]
79* Win32 fixes [Hans Breuer, Tor Lillqvist]
80* Ethiopic input methods [Daniel Yacob]
81* Opaque paned window resizing [Soeren]
82* Tweak table expansion behavior [Tim Janik]
83* Fix GtkCalendar focus drawing [Bill Haneman]
84* Allow themeable cursor thickness [Bill]
85* Start of fixing of tutorial for GTK+-2.0 [Matthias]
86* Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style
87  scrollbars. [Jody Goldberg]
88* Add the ability to turn on multiple selection for GtkFileSel [Manish]
89* Bug fixes
90
91Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
92 Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
93 Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
94 Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
95 Kevin Vandersloot,  Morten Welinder, Peter Williams
96
97Overview of Changes in GTK+ 1.3.13
98==================================
99
100* Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
101* Tree view support for low-vision themes [Bill Haneman]
102* Text view bug fixes. [Havoc Pennington]
103* Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer,
104  Archaeopteryx Software]
105* Documentation improvements [Matthias Clasen, Havoc Pennington]
106* Accelerate alpha compositing using RENDER extension if present,
107  and optimize the non-RENDER case a lot. [Owen Taylor]
108* Add support for "optional keybindings" (action signal returns FALSE) [Owen]
109* Fixed the infamous changing directory deletes filename bug
110  [Owen and a cast of thousands]
111* Add mouse cursor hiding for text widgets [Anders Carlsson]
112* Simple Hangul input module [Yusuke Tabata]
113* Removed the scary startup warning.
114* GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
115* Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
116  instead of the deprecated GtkCList [Owen]
117* gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
118* gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
119* Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
120  etc. [Havoc, Owen]
121* Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
122* gtk_image_menu_item_new_from_stock() now falls back to
123  new_with_mnemonic, for consistency with gtk_button_new_from_stock()
124  [Havoc Pennington]
125* GdkModifierType is now consistently used for modifier mask parameters
126  [Mark Patton]
127* gtk_widget_set_accel_path() is now publically exported.
128
129Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron,
130  Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks,
131  Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath,
132  Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett,
133  Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps,
134  Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
135  HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
136
137Overview of Changes in GTK+ 1.3.12
138==================================
139
140* Fix problems with PNG saving [Michael Natterer]
141* Cleanups of deprecated usages [Sebastian Wilhelmi]
142* Win32 fixes [Tor Lillqvist]
143* Documentation improvements [Matthias Clasen, Havoc Pennington,
144  Vitaly Tishkov]
145* Frame buffer port fixes [Manish Singh]
146* GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
147* Menu behavior improvements [Kristian Rietveld]
148* Make focus line width configurable, focus color work on
149  dark themes. [Bill Haneman, Owen Taylor]
150* Add state argument to gtk_paint_focus() [Bill]
151* Added incremental revalidation to tree view, for better apparent speed
152  [Jonathan Blandford]
153* Remove useless gtk_tree_view_column_cell_event() [Jonathan]
154* Display XIM status in a separate window [HideToshi Tajima]
155* Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
156* Add menu of Unicode control characters to GtkEntry, GtkTextView
157  [Dov Grobgeld, Havoc]
158* Pass key releases along to input methods [Owen]
159* Many bug fixes
160
161Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard,
162  Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks,
163  James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas,
164  Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh,
165  Matt Wilson
166
167Overview of Changes in GTK+ 1.3.11
168==================================
169
170* Massive rework of accelerator API and implementation (Tim Janik)
171* Major fixes to resizing and redrawing to eliminate hysteresis
172  and optimize. (Owen Taylor, Soeren Sandmann)
173* Make many widgets NO_WINDOW to improve appearance and reduce
174  drawing overhead (Owen)
175* Text view fixes (Havoc Pennington)
176* Make child widgets in GtkTextView work (Havoc)
177* GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
178* Clean up GtkTreeView drag and drop support (Owen)
179* Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
180* Add gtk_window_get/set_focus(), gtk_window_set_default() as public
181  functions (Owen, Damian Ivereigh)
182* Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
183* Change button ordering in standard dialogs to correspond to
184  GNOME usability project proposal (Gregory Merchan)
185* Add support for context sensitivity in input methods (Owen)
186* Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
187* Fix gdk_window_scroll() and other aspects of big windows (Owen)
188* Remove need for X connection for class initialization (Jacob Berkman)
189* Propagate key events to parents of focused widget (Owen)
190* Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
191* Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
192* Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
193  Jacob Berkman, others.)
194
195Other Contributors:
196  Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis,
197  Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl,
198  Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann,
199  Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi,
200  Michael Natterer
201
202Overview of Changes in GTK+ 1.3.10
203==================================
204
205* GtkTextView fixes [Havoc Pennington]
206* GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
207  Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
208* gtkdemo improvements [Kristian Rietveld]
209* Drag and drop fixes to generic code and widgets
210  [Owen Taylor, Damian Ivereigh]
211* Documentation improvement [Havoc Pennington, Matthias Clasen]
212* Spelling fixes [Jacob Berkman]
213* Move signals to the GtkEditable interface [Kristian]
214* Further stock image improvements [Jakub Steiner]
215* Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
216  [Sven Neumann]
217* Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
218* Automatically call setlocale(), unless explicitly disabled [Owen]
219* Property addition to various widgets [Michael Meeks, Owen]
220* Support building with automake-1.4 [James]
221* Make GtkRadioButton groups act as a single focus point [Owen]
222* Move gdk_window_lookup etc. to be cross-platform [Matthias]
223* Draw spinbuttons variably sized [Kristian]
224* Separate GdkAtom out from X atoms for compatibility with future
225  multihead changes [Owen]
226* Require gdk_threads_init() to be explicitly called instead
227  of piggybacking off of g_thread_init(). [Owen]
228* Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
229* Bug fixes and cleanup [Matthias, others]
230
231Other Contributors:
232  Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
233  Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain,
234  Hans Breuer, Vitaly Tishkov, Dov Grobgeld
235
236
237Overview of Changes in GTK+ 1.3.9
238=================================
239
240* Add editable text cells to GtkTreeView.
241  Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
242* Text widget no longer always has a \n in it. [Havoc Pennington]
243* Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
244* Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
245* Minor fix for major resizing problems in recent releases [Owen Taylor]
246* Restore ability to set _set properties to TRUE for
247  GtkCellRendererText, GtkTextTag [Owen]
248* Cursor drawing improvements [Owen]
249* Win32 fixes [Hans Breuer]
250* Mark various functions as deprecated or private.
251* Misc bug fixes, portability fixes, and cleanups.
252
253Other Contributors:
254 Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
255 Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson,
256 James Henstridge, Detlef Reichl
257
258Overview of Changes in GTK+ 1.3.8
259=================================
260
261* GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
262* GtkOptionMenu scrollwheel support [Alex]
263* GtkModule search paths [Owen]
264* Documenatation updates [Havoc,Jrb]
265* Major Gdk cleanup [Owen]
266* Miscellaneous other fixes/cleanups
267
268Other Contributors:
269  Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
270  Matt Wilson, James Henstridge
271
272Overview of Changes in GTK+ 1.3.7
273=================================
274
275* Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
276* Added publically installed utility gdk-pixbuf-csource to generate
277  inlined pixbufs in C source code [Tim Janik]
278* Optional movement of button children on press [Soeren, Owen Taylor]
279* Interactive searching in GtkTreeView [Kristian Rietveld]
280* Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
281* Animation of expander motion for GtkTreeView [Anders Carlsson]
282* Lots of misc GtkTreeView fixes and improvements [Jonathan]
283* New/improved stock icons [Jakub Steiner]
284* Code and API rework for window resizing [Havoc Pennington]
285* Converted accel groups to GObject [James Henstridge]
286* More property support improvements
287* Add facility for "secondary" buttons in
288  GtkButtonBox/GtkDialog [Gregory Merchan]
289* Disentangled child visability from MAPPED state [Owen]
290* Plug/Socket improvements and port to the XEMBED protocol [Owen]
291* Added priorities for styles in RC files,
292  support multiple parse contents [Owen]
293* Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
294* Key binding improvements [Havoc]
295* Added GtkWidget::event-after signal since normal event handling
296  is now aborted as soon as a handler returned TRUE [Tim]
297* Dnd fixes and improved icon support [Owen]
298* Removed GtkPacker widget
299* Fixing missing paired getters/setters [Kris]
300* Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
301* Added window grab groups [Owen]
302* Many frame buffer improvements [Alex]
303* Win32 fixes and improvements [Hans Breuer]
304* Warning fixes [Darin Adler]
305* Miscellaneous bug and API fixes [Matthias et. al]
306
307Other Contributors:
308  Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
309  Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
310  Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
311  Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
312  Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
313  Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
314
315Overview of Changes in GTK+ 1.3.6
316=================================
317
318* Properly renders strikethrough text
319* win32 fixes
320* Added "scale" property to GtkTextTag and GtkCellRendererText to do
321  relative font scaling
322* Added "format_value" signal to GtkScale to reformat value text
323* framebuffer fixes
324* Property support added to lots of widgets
325* Many GtkTreeView new features and API/implementation fixes
326* Lots of new_with_mnemonic() convenience functions
327* Change GtkImageMenuItem API to be more consistent/useful
328* Added lots of new stock items/icons
329* Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
330  enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
331  themes won't need broken hacks
332* Convenience API for GtkRange similar to the one added to GtkSpinButton
333  a while back
334* Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0,
335  and move some attributes from program settings to user settings.
336  Allows nice 1-pixel-bevel themes.
337* Moved ::focus virtual function from GtkContainer to GtkWidget
338* Plenty of bug fixes
339
340Overview of Changes in GTK+ 1.3.5
341=================================
342
343* New default theme based on Raleigh theme for 1.2.x.
344* Dependency on the ATK library added as a step to
345  providing accessibility-enabling interfaces
346* XEMBED-based GtkPlug/GtkSocket now basically works.
347* Drag and drop of column headers in GtkTreeView
348* GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
349  and API sanitation
350* Key binding fixes
351* Configurable padding/spacing in a lot of places
352* Invisible text in GtkTextView fixed
353* SHM segments now created with a mode of 0600
354* Bug fixes
355
356Overview of Changes in GTK+ 1.3.4
357=================================
358
359* Win32 fixes
360* GtkTreeView improvements and fixes
361* Fix glib-2.0.m4
362* Miscellaneous bug fixes
363
364Overview of Changes in GTK+ 1.3.3
365=================================
366
367[ 5600 lines of ChangeLog ]
368
369* API cleanups
370* Win32 work (Tor, Hans Breuer)
371* Focus improvements (Owen)
372* Frame buffer improvements (Alex)
373* Work on GtkTextView (Havoc)
374* Much work on GtkTreeView (Jonathan)
375* Selectable labels (Havoc)
376* Converted many arguments to properties (Lee Mallabone, John Margaglione)
377* Add exact regions to GdkExposeEvent, propagate it. (Alex)
378* Added ability to have resize grips in status bars (etc.) using
379  _NET_WM_MOVERESIZE protocol. (Havoc)
380* Added mnemnonic mechanism to make setting underline accelerators
381  much easier. (Alex)
382* Add per-style property mechanism to allow themes to change
383  geometry parameters. (Tim)
384* Added global settings mechanisms for settings such as double-click
385  time. (Tim, Owen)
386* Various support functions for new and old WM properties (Havoc, Alex)
387* Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
388
389Overview of Changes in GTK+ 1.3.2
390=================================
391
392GTK Core:
393
394* New stock-icon and stock-item system. Use themeable pixbufs in
395  dialogs, buttons, etc. [Havoc]
396* Theme engines reworked to use derivation and new object system. [Owen]
397* Added GtkClipboard object for simple selection handling. [Owen]
398* Make GtkEditable an interface, move implementation to GtkOldEditable for
399  compat. [Owen]
400* Better handling of default directionality. [Robert]
401* Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
402* Move theme engines to GTypePlugin. [Owen]
403
404GDK:
405
406* Beginning of implementation of client parts of new window manager spec. [Owen]
407* Make gdk_drawable_get_image() work with backing store. [Havoc]
408
409Widgets:
410
411* New text widget [Havoc]
412  - Adjustable tab handling.
413  - Ability to have scrolling side areas in new text widget for tabs/line numbers.
414  - Many cleanups and small improvements.
415* Improvements to submenu navigation [Nils Barth/David Santiago] and
416  scrolling menus. [Alex]
417* Simplification of progress bar API. [Havoc]
418* Make GtkImage a generic image-display widget. [Havoc]
419* New GtkTreeView tree widget. Model/view architecture, flexible rendering,
420  large datasets, etc. [Jonathan]
421* New GtkMessageBox widget for message display. [Havoc]
422* Allow labels to have contents set from XML-like markup language. [Havoc]
423* Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
424
425Internationalization:
426
427* Proper character set conversion for clipboard/selection. [Owen]
428* New input method system via loadable modules; support on-the-spot
429  preedit in GtkEntry and new text widget; allow switching input methods
430  on the fly; include modules for XIM and demo Cyrillic-transliteration
431  module. [Owen]
432* VIQR, Thai, and Inuktitut input methods. [Robert]
433* Convert po files to UTF-8. [Robert]
434
435gdk-pixbuf:
436
437* Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
438* Add simple saving to gdk-pixbuf. [David Welton/Havoc]
439* Add improved error handling with GError to gdk-pixbuf. [Havoc]
440
441Ports:
442
443* Much work on Win32 Port. [Tor/Hans]
444* Much work on Linux-FB Port. [Elliot/Alex]
445
446Misc:
447
448* Start of new gtk-demo demo program. [Owen/Jonathan]
449* Bug fixes and more bug fixes.
450
451
452Overview of Changes in GTK+ 1.3.1:
453
454* GTK+ now uses the Pango library for text manipulation. All
455  strings in GTK+ now are in Unicode, languages written
456  from right-to-left, and complex-text languages are now supported.
457* The gdk-pixbuf library for image loading and manipulation is
458  has been integrated with GTK+.
459* The GTK+ object system has mostly been moved to GLib, separating
460  it from the GUI code. Many significant enhancements have been
461  made as part of this.
462* A new text widget is now included. This started as a port
463  of the Tk text widget, and includes such features of the Tk
464  text widget as tags, marks, and unicode text support. It
465  has been enhanced to support model-view operation and the
466  full power of Pango.
467* The GDK library has been extensively revised to support multiple
468  windowing systems. The only fully functional backend in 1.3.1
469  is the X11 backend, however, ports to Win32, Linux-framebuffer,
470  Nano-X, BeOS, and MacOS exist in various states of completion,
471  and at least some of these will be finished and integrated in
472  before the final GTK+-2.0 release.
473* 32-bit coordinates are now supported throughout GDK and GTK+
474  (they are emulated where not supported by the windowing system.)
475* Many minor bug fixes and enhancements. Incompatible changes
476  are documented in docs/Changes-2.0.txt
477
478Overview of Changes in GTK+ 1.2.8:
479
480* GNU Make 3.79 bug workaround
481* FAQ and tutorial updates and improvements
482* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
483
484Overview of Changes in GTK+ 1.2.7:
485
486* More header cleanups.
487* Fixed activation bug for insensitive widgets.
488* Locale fixes to RC file parsing code.
489* Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
490  HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
491* Upgrade to libtool 1.3.4.
492
493Overview of Changes in GTK+ 1.2.6:
494
495* container queue_resize fixes
496* gtk[vh]scale: minor fixups
497* rename idle to idle_id in testgtk to avoid conflicts with
498  broken libs
499* More consistent naming of gtkrc files
500* Added language support: ro, uk
501
502Overview of Changes in GTK+ 1.2.5:
503
504* more GtkCTree and GtkWindow bug fixes.
505* more redraw/resize queue fixes, better expose event
506  discarding code.
507* more miscellaneous bugs fixed
508* new configure.in option --disable-rebuilds to completely disable
509  rebuilds of autogenerated sources.
510* check for 5.002 now, to avoid failing autogeneration build rules due
511  to old perl versions.
512* fonts (and fontsets) are cached now.
513* more autogeneration make rules and dependency fixups, we should be
514  save with autogeneration up to make -j12 now ;)
515* new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
516  GtkWindow on every size change.
517* major rework of window manager hints handling code, fixed a bunch of
518  races with the new resizing code.
519* the new wm hints and resizing code is absolutely perfect and bug free now,
520  it only lacks testing ;)
521* fixed up various rc style memory problems.
522* gtk_widget_modify_style() now properly changes the style of realized widgets
523  and references the style passed into it. if people worked around this bug,
524  this will introduce a slight memory leak in their code.
525  The code should typically look like:
526            GtkRcStyle *rc_style = gtk_rc_style_new ();
527            [...]
528            gtk_widget_modify_style (widget, rc_style);
529            gtk_rc_style_unref (rc_style);
530* fix problems with positioning menus offscreen.
531* GtkText fixes for some crashes and drawing errors.
532* Better handling for unexpected window destroys in GDK and GTK+.
533  This should make it possible to use a GtkPlug and catch the
534  case where its parent socket is randomly killed.
535* FAQ updates.
536* FileSelection i18n patches, RadioButton fixups.
537* many translation improvements.
538* miscellaneous other bugs fixed.
539
540Overview of Changes in GTK+ 1.2.4:
541
542* DnD improvements (drags can be canceled with Esc now).
543* suppressed configure event reordering in Gdk.
544* rewrite of Gtk's configure event handling.
545* major improvements for the object argument system (Elena Devdariani).
546* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
547  GtkCTree.
548* tutorial/FAQ updates, new file generation.txt on autogenerated sources.
549* configure's --with-glib= is "officially" unsupported.
550* upgrade to libtool 1.3.3.
551* various buglets fixed.
552
553Overview of Changes in GTK+ 1.2.3:
554
555* Upgrade to libtool 1.3
556* Check for dgettext (for systems with old versions of GNU Gettext)
557* Many bug fixes (see ChangeLog for details)
558
559Overview of Changes in GTK+ 1.2.2:
560
561* Improved Dnd behaviour with Motif applications.
562* Bug fixes for the Gtk selection code.
563* Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
564* Bug fixes and leak plugs for the Gdk IM code.
565* Added gtk_object_get() facility to retrieve object arguments easily.
566  The var args list expects ("arg-name", &value) pairs.
567* Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
568  problems where closed pipes were no longer signaling GDK_INPUT_READ on
569  systems with a native poll().
570* Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
571  anymore).
572* We don't attempt to lookup xpm color "None" anymore, this should prevent
573  eXodus (commercial X windows server) from popping up a color dialog every
574  time a transparent pixmap is created.
575* Fixed bug where Gtk timeout/idle handlers would execute without the global
576  Gdk lock being held.
577* Other minor bug fixes.
578
579Overview of Changes in GTK+ 1.2.1:
580
581* Many Bug fixes have been applied to the menu and accelerator code.
582* GtkItemFactory can "adopt" foreign menu items now and manage their
583  accelerator installation. This is often required to get GtkItemFactory
584  like accelerator propagation between different windows with the same
585  menu hierarchy and for centralized parsing and saving of accelerators.
586* GtkCList/GtkCTree buttons should always display correctly now.
587* Miscellaneous other bug fixes.
588
589What's New in GTK+ 1.2.0 (since 1.0.x):
590
591* New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
592  GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
593* Many new features and robustness for existing widgets
594* Theme support
595* New DND implementation
596* Internationalization of standard dialogs
597* New key binding system
598* Tearoff menus and menu accelerators
599* Wide character support for entry and text
600* Resizing code has been overhauled
601* Queued redraws of partial areas
602* Far better support for object arguments
603* Speed optimizations
604* Runtime loading of dynamic modules
605* Support for GLib log domains
606* Tutorial improvements
607* A bug fix or two
608
609Overview of Changes in GTK+ 1.1.16:
610
611* Major fixes and improvements for handlebox
612* A change to the way widget->requisition works. Now,
613  widget->requisition is always what the widget requested,
614  unmodified by the usize. See Changes-1.2.txt for details.
615  This correct various bugs with gtk_widget_set_usize().
616* Fixes for XIM on X11R5 systems
617* Don't allow cut-and-paste of text in password-style entries
618* --enable-debug is now on by default for the development release.
619  (When compiling for "production", use --enable-debug=minimum)
620* Handle systems where Helvetica is not present more gracefully
621* Fixes for memory leaks
622* CList and CTree fixes
623* Bug fixes for drawing problems.
624* Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
625  GtkColorsel, Focusing, DND
626* Tutorial improvements
627
628Overview of Changes in GTK+ 1.1.15:
629
630* Tutorial Updates
631* Added --libs gthread to gtk-config
632* Bug fixes
633
634What is new in GTK+ 1.1.14:
635
636* Additions to docs/Changes-1.2.txt
637* Just warn when loading theme engine fails
638* CLAMP GtkScale digits to a meaningful range
639* GTK_LOCALDIR is now defined in a better fashion
640* New functions (feature freeze, we know...):
641    gtk_menu_set_title()
642    gtk_toggle_button_get_active()
643* Some locale fixups in gtkrc code
644* Fixes to make gtk_radio_button_set_group() keep only
645  one radio button in the group active
646* Foreign windows are now always treated as viewable; this fixes
647  a problem where updating didn't occur properly in GtkPlug
648* DND fixes for 64 bit architectures, and for specifying operations
649  with modifier keys.
650* Major revisions to GtkLayout: avoid having to create window
651  for NO_WINDOW children, adjust allocations of children as
652  scrolled so queued draws work, and a resize is queued instead
653  of allocating directly in a put() or move()
654
655What is new in GTK+ 1.1.13:
656
657* Dnd and selection bug fixes and memory purification.
658* Widget sensitivity fixups.
659* Tooltips windows are now named "gtk-tooltips" so rc file rules
660  can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
661  widgets.
662* Spin buttons now update their values upon value retrieval.
663* Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
664  a lot. Gtk makes full use of the draw_area coalescing code now, which
665  got minorly improved as well.
666* Containers map their Gdk windows after their children now to reduce
667  expose event generation.
668* Gdk event queue fixups, this solves the double-click problems people were
669  recently having.
670* Account for the fact that GSource's are only properly reentrant from
671  within dispatch(), thus we don't do Gdk event processing from within
672  check() or prepare() anymore.
673* Rc files feature a bg_pixmap value of "<none>" now.
674* Improved session management support in Gdk.
675* Automatic disabling of NLS if no gettext is found should work now.
676* Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
677* Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
678  and GNU libtool 1.2d.
679* More bug fixes all over the place.
680
681What is new in GTK+ 1.1.12:
682
683* Korean translation added
684* Fixed memory leaks
685* A few other bug fixes
686
687What is new in GTK+ 1.1.11:
688
689* Dutch, Japanese, Swedish, Polish, and Norwegian translations
690* Removed deprecated _interp variants: gtk_container_foreach_interp,
691  gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
692* Lots of cast corrections
693* Many fixes
694
695What is new in GTK+ 1.1.9:
696
697* Check for broken glibc 2.0 mb functions and avoid them
698* Label and Entry display fixes
699* Move main thread back to GDK, for locking when translating events
700* Bug fixes
701
702What is new in GTK+ 1.1.8:
703
704* Added support for gettext and the localization of the standard
705  dialogs.
706* Added line-wrapping for the label, and JUSTIFY_FILL
707* Support reordering via drag and drop in  CList and CTree.
708* Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
709* Extended gtkpaned API to support minimum sizes and proportional
710  resizing.
711* Changed the handling of shared memory segments so as to
712  remove the need for GTK+ to set up signal handlers.
713* Re-implemented event loop in terms of the event loop
714  that has been added to GLib 1.1.8
715* Added 'grab_focus' signal to allow keyboard accelerators
716  for entries.
717* Load locale specific RC files if present.
718* Bug fixes.
719
720What is new in GTK+ 1.1.7:
721
722* Fixed memory mis-allocation in default files code
723* Various event handling fixes
724* Wide character support for entry and text
725* Destroy widgets _after_ propagating unrealize signals through
726  widget hierarchy
727* Only build XIM-support if available
728* Tutorial and examples updates
729* Added gtk_drag_source_unset()
730
731What is new in GTK+ 1.1.6:
732
733* The signal system now features emission hooks with special semantics,
734  refer to the ChangeLog for this.
735* Minor? speedups and memory reductions to the emission handling of the
736  signal system.
737* _interp() function variants are deprecated now. the corresponding *_full()
738  variants are provided for a long time now.
739* Dnd abort timeout increased to 10 minutes.
740* GtkScrolledWindow inherits from GtkBin now.
741* GTK_POLICY_NEVER is implemented for scrolled windows now.
742* Lots of API clean ups.
743* Incremental freezing abilities.
744* Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
745* New window functions for transient relationship, default size, and
746  geometry hints
747* Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
748  GTK_RC_FILES environment variable and functions are provided to configure
749  this behavior
750* Read doc/Changes-1.2.txt to properly adapt your code.
751* Bug Fixes.
752
753What is new in GTK+ 1.1.5:
754
755* Theme integration
756* Widget style modification is now handled through GtkRcStyles
757* GtkPixmaps now grey out pixmaps when insensitive
758* Notebook enhancements
759* Shadow configurability for menubars and handleboxes
760* DND enhancements
761* gtkfilesel now supports automounters better
762* Implementation of expose compression
763* Queued redraws of partial areas
764* Scrolledwindow (+Viewport) source incompatibilities, children that are added
765  to a scrolled window don't get an automatic viewport anymore. a convenience
766  function gtk_scrolled_window_add_with_viewport() is supplied for this task
767* Deprecated functions will now issue a message, informing the programmer about
768  the use of this function. These functions will get removed in future versions
769* Non-functional functions got removed entirely
770* gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
771  A new function gtk_object_default_construct() is provided now which should
772  be called after every gtk_type_new() to perform the auto-construction
773* Improved argument support of several widgets
774* Bug Fixes
775
776What is new in GTK+ 1.1.3:
777
778* GtkCList/GtkCTree now have the ability to:
779    - hide/show individual columns
780    - disable/enable column resizing
781    - set min and max for column widths
782    - set expander style of the ctree
783    - set/get row and cell styles
784    - set spacing between tree expander and cell contents in ctree
785    - toggle auto_resize for columns
786* Must enhanced DND support, removed old DND code
787* Idle functions are now implemented via GHook, giving a slight speed
788  improvement
789* An environment variable GTK_MODULES which takes a colon separated
790  list of module names GTK+ will now automatically load at gtk_init() startup
791* GtkFontSel now has support for an extra 'base' filter
792* New function gdk_window_set_root_origin to get the real geometry taking
793  into account window manager offsets
794* New function gtk_text_set_line_wrap to toggle line wrapping
795* New function gtk_widget_add_events which safely adds additional
796  events to a widget's event mask
797* New function gdk_event_get_time to get the timestamp from a generic
798  event
799* New widget GtkCalendar
800* New widget GtkInvisible - InputOnly offscreen windows used for reliable
801  pointer grabs and selection handling in DND code
802* New functions gtk_object_remove_no_notify[_by_id] to remove a certain
803  data portion without invocation of its destroy notifier
804* gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
805  instead
806* gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type
807  instead
808* Removed functions gtk_object_set_data_destroy[_by_id]
809* Documentation additions/updates
810* HTML and plain text files are now included in the distribution
811* Bug fixes, typeness corrections, and general fixups
812
813What is new in GTK+ 1.1.2:
814
815* Gtk+ is now featuring runtime loading of dynamic modules via the
816  --gtk-modules= command line switch. such modules have to export a
817  G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
818  function which will be invoked to initialize the module. since such
819  modules may create new widget types, they are always resident.
820* The tutorial has been updated again.
821* Changes to menus including tearoff menus and accelerators.
822* Better support for modal dialogs.
823* Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
824* More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
825* GtkCTree rows can be unselectable now.
826* The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
827  Hamann on Tue Aug 18 00:29:13 1998).
828* A bunch of varargs functions changed to get va_lists working on systems that
829  implement va_lists as arrays.
830* Improvements to the gdkrgb code.
831* Improvements to Gdk color handling so we greatly reduce server traffic and
832  don't leak colors anymore.
833* Improved internal widget tree iterators (the GtkContainer::foreach signal
834  vanished because of this).
835* Option menus can have the keyboard focus now.
836* More fixups to the text widget.
837* GtkFileSelection should behave much more nicely in combination with AFS now.
838* Support for label underlining.
839* Support for GLib 1.1.3 log domains.
840* Documentation improvements.
841* Configuration fixes on various platforms.
842* Miscellaneous fixes to XInput support.
843* Build with shared library dependencies on Linux
844* Fix for a major bug in the type systems memory allocation code that could
845  cause random crashes.
846* Libtool update to version 1.2b.
847* Lots of bugfixes and cleanups again ;)
848
849
850What is new in GTK+ 1.1.1:
851
852* Tutorial updates and additions.
853* Key binding support for GtkListItems and GtkList.
854* Extended selection mode and autoscrolling for GtkLists.
855* A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
856* GtkCTreeNodes can now be created from GNode trees.
857* Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
858
859
860What is new in GTK+ 1.1.0:
861
862* New widget GtkFontSelector.
863* New featureful progress bar.
864* New container widget GtkPacker.
865* New object GtkItemFactory, GtkMenuFactory is deprecated.
866* New key binding system, configurable via rcfiles, similar to styles.
867* New widget GtkCTree with drag selections and keyboard movement and
868  and horizontal scrolling. Features also implemented for GtkCList.
869* Significant speedups to widget creation and destruction through caching
870  colormap and visual queries to the XServer.
871* Speedups for type creation and especially gtk_type_is_a() checks.
872* Speedups in signal lookup, creation and emissions and connection handling.
873* Minor speedups with object data allocation and destruction.
874* Additions to the signal handling API (e.g. *_emitv).
875* Support for rc-file reparsing.
876* Resizing logic is now implemented on container widget basis, rather than
877  for toplevel GtkWindows only.
878* Buttons support relief styles now.
879* Some widgets are now allocated through memchunks to behave more memory wise.
880* Newly included file gtkfeatures.h which defines compatibility macros to
881  test for certain API features upon program compilation.
882* Child arguments support for container widgets.
883* Far better support for object arguments, revamp of the underlying
884  mechanism for speed and reusability. Child/object arguments don't
885  need to be preceded by the "GtkType::" portion anymore.
886* Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
887  is now performed by a new widget GtkAccelLabel.
888* Overhaul of the resizing code. Resizing behaviour can now be specified
889  on GtkContainer basis, so the underlying algorithm isn't only available
890  for GtkWindows.
891* GtkTables are now fully resizable.
892* The GtkType system now supports an additional base class initialization
893  function.
894* GtkStyles and key bindings can now be looked up depending on the base
895  types of a widget, through a new keyword `class' in rc files.
896* GtkButton derives from GtkBin (finally).
897* More descriptive error messages on rc parsing.
898* Runtime information is available to query enum/flag definition values.
899* Upgrade to libtool-1.2
900* Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
901  including those that already went into the 1.0.x branch.
902* A big bunch of features and cosmetic fixups that just got lost in
903  the masses of changesonfigure problem when cross-compiling
904