source: trunk/third/gtk2/NEWS @ 18785

Revision 18785, 60.1 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18784, which included commits to RCS files with non-trunk default branches.
Line 
1Overview of Changes in GTK+ 2.2.1
2=================================
3* Win32 [Tor Lillqvist]
4 - Improve setting of window position / decorations
5 - Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku]
6 - Fix various file selection bugs
7 - Improve scheme for locating pixbuf loader modules
8 - Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods]
9* GtkTreeView [Kristian Rietveld]
10  - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
11  - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
12    Sandmann, Jarek Dukat]
13  - TreeView search now works on all values transformable by GValue and not
14    just strings [Muktha Narayan]
15  - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
16  - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
17    Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
18    Gaël Le Mignot, Vasco Alexandre da Silva Costa]
19* GtkTextView [Matthias Clasen]
20 - Fix keynav with invisible cursor
21 - Fix misdrawing of cursor [Owen Taylor] and selection
22 - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
23* Fix problem with accidental inclusion of a main() [Matthias]
24* Documentation improvements [Matthias, Havoc Pennington]
25* Fix problem with GtkColorsel and pixmap themes [Daniel]
26* Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
27* Warning fixes [Manish Singh]
28* configure fixes [Akira Tagoh]
29* New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
30* Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia,
31  Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur,
32  Soeren Sandmann, Hidetoshi Tajima, Owen]
33
34Overview of Changes in GTK+ 2.2.0
35=================================
36* Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor]
37* GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen]
38* Documentation improvements [Matthias Clasen, Eric Warmenhoven,
39  James M. Cape]
40* Example portability fix [Sven Neumann]
41* Updated translations (es,ja,lv,ms,nl,ru,sk,sv)
42
43Overview of Changes in GTK+ 2.1.5
44=================================
45* GtkFileSel fixes [Owen Taylor]
46  - Fix ..<tab> to go up a dir [Francisco Bustamante]
47  - Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee]
48  - Use g_utf8_collate() not strcmp for sorting [Gregory Merchan]
49* Only close dialogs on Escape if they have a cancel button. [James Willcox]
50* Fix problem with resizing gnome-terminal popup [Soeren Sandmann]
51* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
52  Narayana Pattipati, Marius Andreiana]
53* Xinerama fixes for GtkMenu [Matthias Clasen]
54* Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee]
55* Documentation additions and fixes [Matthias]
56* New and updated translations (am,bg,da,fr,fi,de)
57* Miscellaneous bug and build fixes
58
59Other contributors: Johan Dahlin, James Henstridge, Jon Nelson,
60   Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong
61
62Overview of Changes in GTK+ 2.1.4
63=================================
64* Improved default color scheme [Soeren Sandmann, with advise from
65  Tuomas Kuosmanen and Garrett LeSage]
66* Make pixmap creation functions take a GdkDrawable not a GdkWindow
67  [Kristian Rietveld]
68* Support move-resize emulation for all edges. [Matthias Clasen]
69* Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen]
70* Remove extra selections for ButtonRelease in XInput code
71  [Garry Osgood, Owen]
72* Another attempt at fixing X focus tracking [Owen]
73* linux-fb VT switch improvements [Eric Warmenhoven]
74* Win32 [Tor Lillqvist]
75  - Bug and win98 portability fixes for new tile/stipple code [Hans Breuer]
76  - Improve maximized/minimized tracking
77  - Bug fixes
78* Fix problem with gtk_combo_set_popdown_strings() not changing
79  the entry text [Owen]
80* Support RTL flipping for statusbars [Matthias]
81* GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen,
82  Richard Hult, Carlos Garnacho Parro]
83* Use octal escapes rather than literal UTF-8 in strings [Owen]
84* Make a lot of read-only data const. [Matthias, Morten Welinder]
85* Misc bug fixes
86* New and updated translations (cs,es,el,he,hu,lv,no,ro)
87
88Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown,
89   Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch,
90   Kjartan Maraas, Christian Neumair
91
92Overview of Changes in GTK+ 2.1.3
93=================================
94
95GDK:
96* Win32 [Tor Lillqvist]
97  - fixes to multihead API stubs
98  - Comprehensively implement tiles and stipples
99  - Handle tracking minimized/maximized [Arnaud Charlet]
100* linux-fb fixes [Eric Warmenhoven]
101* Use g_get_application_name() for default window titles and
102  for the title of the client leader window [Owen, Havoc Pennington]
103* Complete resize-grippy support, move-resize emulation
104  [Anders Carlsson, Matthias Clasen]
105
106GTK+ Core:
107* On screen change, recreate the widget's Pango context [Owen]
108* Fix problems with focus ending up on unmapped widgets [Owen]
109* Make g_object_set (gtk_settings_get_default (), ...) to override
110  settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
111* Make GtkInputDialog multihead aware [Owen]
112* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
113
114Widget improvements:
115* Draw/check menu items insensitive [Soeren, Tim Evans]
116* Fix color usage for radio/check menu item indicators [Soeren]
117* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
118* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
119  GtkCheckMenuItem [Matthias Clasen]
120* GtkCombo improvements [Owen]
121  - Don't leave it behind when switching desktops [Matthias Clasen]
122  - Fix longstanding bug with unwanted moving of selection [Mike Fulbright]
123  - Don't change entry contents until window is popped back up
124  - Keynav fixes
125* Menu scrolling behavioral improvements [Owen, Ettore Perazzoli]
126* GtkNotebook keynav improvements [Owen]
127* Handle painting text on dark-colored progressbars [Soeren]
128* GtkTreeView  [Kristian Rietveld]
129  - Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after()
130  - Add GTK_CELL_RENDERER_FOCUSED flag
131  - Keynav fixes, including adding boolean return values for keybinding
132    signals (API breakage for API that noone should have been using)
133    [Narayana Pattipati]
134  - Add gtk_tree_view_column_cell_get_position()
135  - Add an inconsistent state for GtkCellRendererToggle
136  - Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov, 
137    Morten Welinder, Robert Kinsella, Soeren]
138
139Input Methods:
140* Sort the input method list in the right click popup [Abigail Brady]
141* GtkIMContextXIM bug fixes [HideToshi Tajima]
142
143General:
144* Make sure that parameters don't shadow system functions [Soeren Sandmann]
145* Deprecation cleanups [Manish Singh]
146* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
147* Doc improvements, including adding Since: for 2.2. additions
148  [Matthias Clasen]
149* Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias,
150  Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder]
151* Build fixes [Owen, Jeff Waugh, Dan Mills]
152
153Overview of Changes in GTK+ 2.1.2
154=================================
155
156* Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor]
157* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
158* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
159* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
160* Add simple support for startup notification [Havoc Pennington]
161* Handle focus indication for check and radio buttons without children
162  [Dave Camp, Owen]
163* Much work on improve submenu navigation [Soeren Sandmann]
164* Add "selected_shadow_type" property for menus [Soeren]
165* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
166* Rework GtkPaned keynav [Soeren, Calum Benson]
167* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
168* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
169* Tree view fixes and speedups
170  [Kristian Rietveld, Daniel Elstner, Havoc Pennington]
171* Allow themes to set GtkTreeView even/odd row colors [Kristian]
172* Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov]
173* Win32 fixes [Tor Lillqvist]
174* Misc cleanups and bug fixes
175
176Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz,
177   Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun,
178   Matt Wilson,
179
180Overview of Changes in GTK+ 2.1.1
181=================================
182* Cleanup of use of deprecated functions in GTK+ [Manish Singh]
183* Add support for separately installed Pixbuf loaders [Matthias Clasen]
184* linux-fb improvements including window maximization. [Eric Warmenhoven]
185* Fix to compile again with Xft version 1 [Owen Taylor]
186* Fix handling of pointer on multiple screens [Owen]
187  - Add gdk_event_set/get_screen() via evil hack
188  - Add GdkDisplayPointerHooks to replace GdkPointerHooks
189  - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer()
190  - Add gdk_display_get_pointer()
191  - Make drag-and-drop between multiple screens work
192* Export gdk_event_new(), discourage stack allocated events [Owen]
193* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
194* Basic support for RandR extension [Keith Packard, Owen]
195* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
196* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
197* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
198* Fix handling of GtkSettings set from RC files on reload [Owen]
199* GtkTreeView work [Kristian Rietveld]
200  - Stop editing on a focus out event for GtkCellRendererText
201    [Andreas J. Guelzow]
202  - Don't accept drops on auto-sorted models
203  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
204* Fixes for GtkIMContextXIM
205  [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima]
206* Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen,
207  Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen,
208  Vitaly Tishkov, Dan Winship, Yao Zhang]
209* Some performance tweaks [Soeren, Padraig O'Briain]
210* Miscellaneous bug fixes
211
212Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen,
213  Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah
214
215Overview of Changes from GTK+-2.0.x to GTK+-2.1.0
216=================================================
217
218Multihead support: [Erwann Chenede, Owen Taylor]
219* Multihead support
220* Add GdkDisplay, GdkScreen structures
221* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
222  (In other cases, make the variants methods on GdkDisplay/GdkScreen
223* Adapt GTK+ widgets to be multihead safe
224* Allow initialization of GTK+ without opening a display with gtk_parse_args()
225* Add multihead support to demos/tests.
226
227GDK:
228* Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist]
229* Adapt linux-fb code to multihead reorganization [Eric Warmenhoven]
230* Miscellaneous linux-fb improvements [Eric]
231* Xinerama support [Erwann Chenede, Matthias Clasen]
232* Allow GDK backends to add custom argument parsing [Sven Neumann]
233* Add support for some addition NET window manager spec hints [Havoc Pennington]
234* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
235
236GtkTreeView: [Kristian Rietveld]
237* Support stock pixbufs in GtkCellRendererPixbuf
238* Allow setting the cell background for cell renderers
239* Support focusing individual cell renderers and other focus fixes
240* Make resizing tree views more efficient [Soeren Sandmann]
241* Add gtk_tree_model_get_string_from_iter
242* Improve gtk_list_store_remove API
243* API additions:
244  gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path()
245  Add gtk_tree_selection_get_selected_rows(),
246  gtk_tree_selection_count_selected_rows()
247  gtk_tree_path_new_from_indices(),  gtk_{list,tree}_store_{reorder,swap,_move}
248
249GTK+:
250* Add style property for drawing menu items without shadow [Soeren]
251* gtk_widget_modify_color_component/font(): Allow clearing
252  current modifications. [Owen]
253* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
254* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
255* Fix menus resizing when popped up or torn off [Owen]
256* Improve label behavior when it gets a too small allocation [Soeren]
257* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
258* Theme drawing improvements [Soeren]
259* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
260* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
261* Add gtk_menu_shell_select_first() [Owen]
262* Add gtk_notebook_get_n_pages() [Havoc Pennington]
263* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
264* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
265
266GdkPixbuf:
267* Improve gdk-pixbuf loader tests [Soeren Sandmann]
268* Use iTXT chunks when necessary in PNG image saver [Matthias]
269* Add incremental loading for progressive jpegs [Matthias]
270* Add load-at-size functionality [Matthias]
271* Add a loader for .ANI animations [Matthias]
272* Load hotspot for .ICO files [Matthias]
273
274Docs:
275* Convert docs to Docbook XML [Matthias]
276* Doc improvements and fixes [Matthias, Soeren,
277  Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash,
278  Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang]
279* Tutorial improvements [Tony Gale]
280
281General:
282* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
283* Clean up GDK and demos for deprecated functions [Manish Singh]
284* Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu,
285  Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov,
286  Shivaram Upadhyayula]
287
288Overview of Changes in GTK+ 2.0.9
289=================================
290* Fix colormap refcounting, which caused frequent metacity crashes
291  [Christopher James Lahey]
292* Lots of work on the Win32 backend [Tor Lillqvist]
293 - Scrolling fixes
294 - GdkGC clipping fixes and improvements
295 - Started implementing all fill styles
296* GtkTreeView bug fixes [Kristian Rietveld]
297 - Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann]
298* Various bug fixes
299
300Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov,
301   Josh Parsons, Peter Bloomfield
302
303Overview of Changes in GTK+ 2.0.8
304=================================
305* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
306* Improve redraws when scrolling on Win32 [Tor Lillqvist]
307* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
308* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
309* Updated translation (el)
310
311Overview of Changes in GTK+ 2.0.7
312=================================
313* Fix some memory leaks in gdk-pixbuf [Sven Neumann]
314* Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
315* Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
316* Win32 fixes and improvements [Tor Lillqvist]
317 - Keyboard handling fixes [Florent Duguet]
318 - Fixes for building and running on Cygwin [Masahiro Sakai]
319 - Fix gdk_window_scroll(), other GdkWindow fixes
320 - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
321   J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
322* Improve tracking of toplevel focus state [Owen]
323* XIM input method fixes [Takuro Ashie, HideToshi Tajima]
324* Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
325* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
326* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
327* Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
328* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
329* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
330  - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel
331    Elstner, Morten Welinder]
332  - gtk_tree_selection_selected_foreach now immediately returns if
333    the model is being changed [Havoc Pennington]
334  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
335* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
336* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh]
337* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
338  ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
339* Many miscellaneous bug fixes
340
341Other contributors: Jacob Berkman, Albert Chin, Chema Celorio,
342   David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti,
343   Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist,
344   Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin,
345   Soeren Sandmann, Vitaly Tishkov, Morten Welinder
346
347Overview of Changes in GTK+ 2.0.6
348=================================
349
350* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld,
351  Josh Green, Matthias Clasen]
352* Fix problem with keynav and insensitive menu items [Owen Taylor]
353* Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero]
354* Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen]
355* Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain]
356* Cycle between multiple menubars with F10, not control-tab
357  [Calum Benson, Padraig]
358* Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul,
359  Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang]
360* Build fixes for cross-compiling and portability [Arnaud Charlet,
361  J. Ali Harlow]
362* Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
363
364Overview of Changes in GTK+ 2.0.5
365=================================
366
367* Fix a wrong assertion that broke gtk_file_selection_set_filename();
368  also another fix from testing this function with non-UTF-8 filenames.
369* Fix incorrect property notification in GtkTextView. [James M. Cape]
370
371Overview of Changes in GTK+ 2.0.4
372=================================
373
374* Fix a number of types which were registered with the
375  type system with the wrong names [James Henstridge, Jonathan Blandford]
376* Support missing data types in GtkList/TreeStore [Daniel Elstner]
377* Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner,
378  Josh Parsons]
379* Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard,
380  Owen Taylor]
381* Calculate screen size on win32 from the "logical DPI"
382  [Joaquin Cuenca Abela, Tor Lillqvist]
383* Misc Win32 bug fixes. [Florent Duguet, Tor]
384* Fix theme changes for GtkMenu [Soeren Sandmann]
385* Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero]
386* Fix encoding handling for gtk_file_selection_set_filename()
387  [Sebastian Ritau, Owen]
388* Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen]
389* Fixes for DirectColor visuals [Shivaram Upadhyayula]
390* Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind]
391* Misc bug fixes
392* Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv)
393
394Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica,
395  Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage,
396  Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh
397
398Overview of Changes in GTK+ 2.0.3
399=================================
400
401* GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner)
402* Improve GdkRGB support for low color depths (Tor Lillqvist).
403* Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor)
404* Include internal children when focusing. (Jonathan)
405* Win32 fixes (Tor Lillqvist, David Sterba)
406* Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian)
407* GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero)
408* GtkMenu fixes. (Soeren Sandmann)
409* Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer)
410* Misc input-method related fixes (Yao Zhang, Federico)
411* Fix stuck grab during DND. (Dave Camp, Owen)
412* Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli)
413* Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp,
414  Michael Meeks)
415* Handle Xlib internal connections (HideToshi Tajima)
416* Many miscellaneous bug fixes.
417
418Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge,
419Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge,
420David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski,
421Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce,
422Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout,
423Timo Sirainen, Graham Swallow.
424
425Overview of Changes in GTK+ 2.0.2
426=================================
427
428* GtkTreeView cursor movement fixes [Kristian Rietveld]
429* GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
430
431Overview of Changes in GTK+ 2.0.1
432=================================
433
434* GtkTreeView fixes and performance improvements
435  [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp]
436* GtkTextView fixes [Havoc Pennington]
437* Fix problems with accelerators on Solaris [Padraig O'Briain]
438* Some fixes for key bindings on keypad keys [Owen Taylor]
439* Fix problem with RENDER use on big endian machines
440  [Owen Taylor, with help from Tuomas Kuosmanen]
441* Win32 fixes, especially dashed line drawing
442  [Tor Lillqvist, Hans Breuer]
443* Compile with -D_REENTRANT when appropriate [Sven Neumann]
444* Compiler warning cleanups [Erwann Chenede]
445* Fix handling of font-name XSETTING [Richard Hestilow]
446* Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson]
447* Fix problems with inappropriate menu scroll arrows [Owen]
448* Stock icon improvements [Jakub Steiner, Tuomas]
449* Much work on pixbuf loader robustness [Matthias Clasen]
450* Documentation improvements [Matthias, Vitaly Tishkov]
451* Fix some crashes in GtkWindow accelerator handling code
452  [Dave Camp, Matt Wilson]
453* Misc bug fixes
454
455Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess,
456  Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee,
457  James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan,
458  Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann,
459  Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang
460
461Overview of Changes in GTK+ 2.0.0
462=================================
463
464* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler]
465* Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh]
466* Bug fixes. [Thomas Leonard, Owen Taylor]
467
468Overview of Changes in GTK+ 2.0.0 rc1
469=====================================
470
471* GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult]
472* Text widget fixes [Havoc Pennington]
473* Efficiency fixes when using Xft [Owen Taylor]
474* Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist]
475* Try to fix key handling without XKEYBOARD extension [Owen]
476* Documentation fixes and improvements
477  [Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov]
478* Widget drawing improvments [Soeren Sandmann]
479* Allow cycling between multiple menu bars with <Control>Tab [Owen]
480* Try to build libraries with only shared library dependencies on Xft to
481  deal with transition to Xft2 [Owen]
482* Portability fixes [Owen, Miroslaw Dobrzanski-Neumann]
483* Don't use red as the default cursor color [Owen]
484* Bug fixes, bug fixes, bug fixes.
485
486Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer,
487  Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg,
488  Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge,
489  Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane,
490  Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann,
491  Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington,
492  Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder
493
494Overview of Changes in GTK+ 1.3.15
495==================================
496
497* New stock and improved icon images
498  [Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson]
499* Widget drawing improvements for check and radio buttons,
500  spinbuttons [Soeren Sandmann]
501* Clean up module search path algorithm, use GTK_PATH [Owen Taylor]
502* Add GtkSetting for font name. [Richard Hestilow]
503* Much improved key matching code, accelerators work independent
504  of group [Owen]
505* Make mnemonics work for embedded GtkPlug widgets [Owen]
506* Keynav improvements for GtkTreeView [Kristian Rietveld]
507* Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford]
508* Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root()
509  to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(),
510  add compatibility macros.
511* GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin]
512* GtkTextView bug fixes [Havoc Pennington]
513* Pad class structures for future binary compatibility [Owen]
514* Tutorial improvements [Sven Neumann, Matthias Clasen]
515* Fixes for MULTIPLE selection target [Gregory Merchan, Owen]
516* Fix problems with initial widget size [Owen]
517* AIX compilation fixes [Miroslaw Dobrzanski-Neumann]
518* Win32 fixes [Hans Breuer, Tor Lillqvist]
519* Miscellaneous bug fixes
520
521Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg,
522  Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh,
523  Nicolas Setton
524
525Overview of Changes in GTK+ 1.3.14
526==================================
527
528* Keyboard focus improvements [Owen Taylor]
529* Code cleanup [Matthias Clasen, Manish Singh, Darin Adler]
530* Fix accidentally exported variables [Mark McLoughlin]
531* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin]
532* Default to yellow tooltips [Owen]
533* RC file fixes for reloading, priorities [Owen, Matthias]
534* GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet]
535* GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund]
536* Improve keynav for paned widgets, tooltips, spin buttons, notebooks,
537  scrolled windows [Soeren Sandmann, Padraig, Owen]
538* Add Emacs/Default key themes [Owen]
539* Win32 fixes [Hans Breuer, Tor Lillqvist]
540* Ethiopic input methods [Daniel Yacob]
541* Opaque paned window resizing [Soeren]
542* Tweak table expansion behavior [Tim Janik]
543* Fix GtkCalendar focus drawing [Bill Haneman]
544* Allow themeable cursor thickness [Bill]
545* Start of fixing of tutorial for GTK+-2.0 [Matthias]
546* Add a ::adjust-bounds signal to GtkRange to allow spreadsheat style
547  scrollbars. [Jody Goldberg]
548* Add the ability to turn on multiple selection for GtkFileSel [Manish]
549* Bug fixes
550
551Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson,
552 Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard,
553 Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro,
554 Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw,
555 Kevin Vandersloot,  Morten Welinder, Peter Williams
556
557Overview of Changes in GTK+ 1.3.13
558==================================
559
560* Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson]
561* Tree view support for low-vision themes [Bill Haneman]
562* Text view bug fixes. [Havoc Pennington]
563* Win32 fixes and improvements.  [Tor Lillqvist, Hans Breuer,
564  Archaeopteryx Software]
565* Documentation improvements [Matthias Clasen, Havoc Pennington]
566* Accelerate alpha compositing using RENDER extension if present,
567  and optimize the non-RENDER case a lot. [Owen Taylor]
568* Add support for "optional keybindings" (action signal returns FALSE) [Owen]
569* Fixed the infamous changing directory deletes filename bug
570  [Owen and a cast of thousands]
571* Add mouse cursor hiding for text widgets [Anders Carlsson]
572* Simple Hangul input module [Yusuke Tabata]
573* Removed the scary startup warning.
574* GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape]
575* Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets
576  instead of the deprecated GtkCList [Owen]
577* gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton]
578* gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs.
579* Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted,
580  etc. [Havoc, Owen]
581* Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson]
582* gtk_image_menu_item_new_from_stock() now falls back to
583  new_with_mnemonic, for consistency with gtk_button_new_from_stock()
584  [Havoc Pennington]
585* GdkModifierType is now consistently used for modifier mask parameters
586  [Mark Patton]
587* gtk_widget_set_accel_path() is now publically exported.
588
589Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron,
590  Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks,
591  Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath,
592  Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett,
593  Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps,
594  Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh,
595  HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov.
596
597Overview of Changes in GTK+ 1.3.12
598==================================
599
600* Fix problems with PNG saving [Michael Natterer]
601* Cleanups of deprecated usages [Sebastian Wilhelmi]
602* Win32 fixes [Tor Lillqvist]
603* Documentation improvements [Matthias Clasen, Havoc Pennington,
604  Vitaly Tishkov]
605* Frame buffer port fixes [Manish Singh]
606* GtkTextView bug fixes [Havoc Pennington, Chris Phelps]
607* Menu behavior improvements [Kristian Rietveld]
608* Make focus line width configurable, focus color work on
609  dark themes. [Bill Haneman, Owen Taylor]
610* Add state argument to gtk_paint_focus() [Bill]
611* Added incremental revalidation to tree view, for better apparent speed
612  [Jonathan Blandford]
613* Remove useless gtk_tree_view_column_cell_event() [Jonathan]
614* Display XIM status in a separate window [HideToshi Tajima]
615* Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman]
616* Add menu of Unicode control characters to GtkEntry, GtkTextView
617  [Dov Grobgeld, Havoc]
618* Pass key releases along to input methods [Owen]
619* Many bug fixes
620
621Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard,
622  Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks,
623  James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas,
624  Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh,
625  Matt Wilson
626
627Overview of Changes in GTK+ 1.3.11
628==================================
629
630* Massive rework of accelerator API and implementation (Tim Janik)
631* Major fixes to resizing and redrawing to eliminate hysteresis
632  and optimize. (Owen Taylor, Soeren Sandmann)
633* Make many widgets NO_WINDOW to improve appearance and reduce
634  drawing overhead (Owen)
635* Text view fixes (Havoc Pennington)
636* Make child widgets in GtkTextView work (Havoc)
637* GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld)
638* Clean up GtkTreeView drag and drop support (Owen)
639* Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson)
640* Add gtk_window_get/set_focus(), gtk_window_set_default() as public
641  functions (Owen, Damian Ivereigh)
642* Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen)
643* Change button ordering in standard dialogs to correspond to
644  GNOME useability project proposal (Gregory Merchan)
645* Add support for context sensitivity in input methods (Owen)
646* Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima)
647* Fix gdk_window_scroll() and other aspects of big windows (Owen)
648* Remove need for X connection for class initialization (Jacob Berkman)
649* Propagate key events to parents of focused widget (Owen)
650* Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen)
651* Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist)
652* Bug and documentation fixing (Matthias Clasen, Anders Carlsson,
653  Jacob Berkman, others.)
654
655Other Contributors:
656  Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis,
657  Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl,
658  Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann,
659  Kristian Rietveld, Nicolas Setton, Manish Singh,  Vitaly Tishkov, Sebastian Wilhelmi,
660  Michael Natterer
661
662Overview of Changes in GTK+ 1.3.10
663==================================
664
665* GtkTextView fixes [Havoc Pennington]
666* GtkTreeView fixes and improvements [Jonathan Blandford, Kristian,
667  Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge]
668* gtkdemo improvements [Kristian Rietveld]
669* Drag and drop fixes to generic code and widgets
670  [Owen Taylor, Damian Ivereigh]
671* Documentation improvement [Havoc Pennington, Matthias Clasen]
672* Spelling fixes [Jacob Berkman]
673* Move signals to the GtkEditable interface [Kristian]
674* Further stock image improvements [Jakub Steiner]
675* Support text chunks for the PGN loader, add gdk_pixbuf_get_option()
676  [Sven Neumann]
677* Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen]
678* Automatically call setlocale(), unless explictely disabled [Owen]
679* Property addition to various widgets [Michael Meeks, Owen]
680* Support building with automake-1.4 [James]
681* Make GtkRadioButton groups act as a single focus point [Owen]
682* Move gdk_window_lookup etc. to be cross-platform [Matthias]
683* Draw spinbuttons variably sized [Kristian]
684* Separate GdkAtom out from X atoms for compatibility with future
685  multihead changes [Owen]
686* Require gdk_threads_init() to be explicitly called instead
687  of piggybacking off of g_thread_init(). [Owen]
688* Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen]
689* Bug fixes and cleanup [Matthias, others]
690
691Other Contributors:
692  Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson,
693  Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain,
694  Hans Breuer, Vitaly Tishkov, Dov Grobgeld
695 
696
697Overview of Changes in GTK+ 1.3.9
698=================================
699
700* Add editable text cells to GtkTreeView.
701  Keynav, drawing fixes in GtkTreeView [Jonathan Blandford]
702* Text widget no longer always has a \n in it. [Havoc Pennington]
703* Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima]
704* Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen]
705* Minor fix for major resizing problems in recent releases [Owen Taylor]
706* Restore ability to set _set properties to TRUE for
707  GtkCellRendererText, GtkTextTag [Owen]
708* Cursor drawing improvements [Owen]
709* Win32 fixes [Hans Breuer]
710* Mark various functions as deprecated or private.
711* Misc bug fixes, portability fixes, and cleanups.
712
713Other Contributors:
714 Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann,
715 Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson,
716 James Henstridge, Detlef Reichl
717
718Overview of Changes in GTK+ 1.3.8
719=================================
720
721* GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb]
722* GtkOptionMenu scrollwheel support [Alex]
723* GtkModule search paths [Owen]
724* Documenatation updates [Havoc,Jrb]
725* Major Gdk cleanup [Owen]
726* Miscellaneous other fixes/cleanups
727
728Other Contributors:
729  Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen,
730  Matt Wilson, James Henstridge
731
732Overview of Changes in GTK+ 1.3.7
733=================================
734
735* Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
736* Added publically installed utility gdk-pixbuf-csource to generate
737  inlined pixbufs in C source code [Tim Janik]
738* Optional movement of button children on press [Soeren, Owen Taylor]
739* Interactive searching in GtkTreeView [Kristian Rietveld]
740* Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
741* Animation of expander motion for GtkTreeView [Anders Carlsson]
742* Lots of misc GtkTreeView fixes and improvements [Jonathan]
743* New/improved stock icons [Jakub Steiner]
744* Code and API rework for window resizing [Havoc Pennington]
745* Converted accel groups to GObject [James Henstridge]
746* More property support improvements
747* Add facility for "secondary" buttons in
748  GtkButtonBox/GtkDialog [Gregory Merchan]
749* Disentangled child visability from MAPPED state [Owen]
750* Plug/Socket improvements and port to the XEMBED protocol [Owen]
751* Added priorities for styles in RC files,
752  support multiple parse contents [Owen]
753* Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
754* Key binding improvements [Havoc]
755* Added GtkWidget::event-after signal since normal event handling
756  is now aborted as soon as a handler returned TRUE [Tim]
757* Dnd fixes and improved icon support [Owen]
758* Removed GtkPacker widget
759* Fixing missing paired getters/setters [Kris]
760* Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
761* Added window grab groups [Owen]
762* Many frame buffer improvements [Alex]
763* Win32 fixes and improvements [Hans Breuer]
764* Warning fixes [Darin Adler]
765* Miscellaneous bug and API fixes [Matthias et. al]
766
767Other Contributors:
768  Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke,
769  Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi,
770  Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer,
771  Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks,
772  Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas,
773  Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro
774
775Overview of Changes in GTK+ 1.3.6
776=================================
777
778* Properly renders strikethrough text
779* win32 fixes
780* Added "scale" property to GtkTextTag and GtkCellRendererText to do
781  relative font scaling
782* Added "format_value" signal to GtkScale to reformat value text
783* framebuffer fixes
784* Property support added to lots of widgets
785* Many GtkTreeView new features and API/implementation fixes
786* Lots of new_with_mnemonic() convenience functions
787* Change GtkImageMenuItem API to be more consistent/useful
788* Added lots of new stock items/icons
789* Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for
790  enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT
791  themes won't need broken hacks
792* Convenience API for GtkRange similar to the one added to GtkSpinButton
793  a while back
794* Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0,
795  and move some attributes from program settings to user settings.
796  Allows nice 1-pixel-bevel themes.
797* Moved ::focus virtual function from GtkContainer to GtkWidget
798* Plenty of bug fixes
799
800Overview of Changes in GTK+ 1.3.5
801=================================
802
803* New default theme based on Raleigh theme for 1.2.x.
804* Dependency on the ATK library added as a step to
805  providing accessibility-enabling interfaces
806* XEMBED-based GtkPlug/GtkSocket now basically works.
807* Drag and drop of column headers in GtkTreeView
808* GtkColorSelector work: hooks for saving and propagating palette, UI tweaks,
809  and API sanitization
810* Key binding fixes
811* Configurable padding/spacing in a lot of places
812* Invisible text in GtkTextView fixed
813* SHM segments now created with a mode of 0600
814* Bug fixes
815
816Overview of Changes in GTK+ 1.3.4
817=================================
818
819* Win32 fixes
820* GtkTreeView improvements and fixes
821* Fix glib-2.0.m4
822* Miscellaneous bug fixes
823
824Overview of Changes in GTK+ 1.3.3
825=================================
826
827[ 5600 lines of ChangeLog ]
828
829* API cleanups
830* Win32 work (Tor, Hans Breuer)
831* Focus improvements (Owen)
832* Frame buffer improvements (Alex)
833* Work on GtkTextView (Havoc)
834* Much work on GtkTreeView (Jonathan)
835* Selectable labels (Havoc)
836* Converted many arguments to properties (Lee Mallabone, John Margaglione)
837* Add exact regions to GdkExposeEvent, propagate it. (Alex)
838* Added ability to have resize grips in status bars (etc.) using
839  _NET_WM_MOVERESIZE protocol. (Havoc)
840* Added mnemnonic mechanism to make setting underline accelerators
841  much easier. (Alex)
842* Add per-style property mechanism to allow themes to change
843  geometry parameters. (Tim)
844* Added global settings mechanisms for settings such as double-click
845  time. (Tim, Owen)
846* Various support functions for new and old WM properties (Havoc, Alex)
847* Add TRUE-stops-returns for boolean-returning signals (Ron Steinke)
848
849Overview of Changes in GTK+ 1.3.2
850=================================
851
852GTK Core:
853
854* New stock-icon and stock-item system. Use themeable pixbufs in
855  dialogs, buttons, etc. [Havoc]
856* Theme engines reworked to use derivation and new object system. [Owen]
857* Added GtkClipboard object for simple selection handling. [Owen]
858* Make GtkEditable an interface, move implementation to GtkOldEditable for
859  compat. [Owen]
860* Better handling of default directionality. [Robert]
861* Use GSignal as backend for GtkSignal and other GObject stuff. [Tim]
862* Move theme engines to GTypePlugin. [Owen]
863
864GDK:
865
866* Beginning of implementation of client parts of new window manager spec. [Owen]
867* Make gdk_drawable_get_image() work with backing store. [Havoc]
868
869Widgets:
870
871* New text widget [Havoc]
872  - Adjustable tab handling.
873  - Ability to have scrolling side areas in new text widget for tabs/line numbers.
874  - Many cleanups and small improvements.
875* Improvements to submenu navigation [Nils Barth/David Santiago] and
876  scrolling menus. [Alex]
877* Simplification of progress bar API. [Havoc]
878* Make GtkImage a generic image-display widget. [Havoc]
879* New GtkTreeView tree widget. Model/view architecture, flexible renderering,
880  large datasets, etc. [Jonathan]
881* New GtkMessageBox widget for message display. [Havoc]
882* Allow labels to have contents set from XML-like markup language. [Havoc]
883* Make dialogs derive from GtkDialog and use stock buttons. [Havoc]
884
885Internationalization:
886
887* Proper character set conversion for clipboard/selection. [Owen]
888* New input method system via loadable modules; support on-the-spot
889  preedit in GtkEntry and new text widget; allow switchin input methods
890  on the fly; include modules for XIM and demo Cyrillic-tranliteration
891  module. [Owen]
892* VIQR, Thai, and Inuktitut input methods. [Robert]
893* Convert po files to UTF-8. [Robert]
894
895gdk-pixbuf:
896
897* Full-alpha compositing for gdk-pixbuf on drawable. [Havoc]
898* Add simple saving to gdk-pixbuf. [David Welton/Havoc]
899* Add improved error handling with GError to gdk-pixbuf. [Havoc]
900
901Ports:
902
903* Much work on Win32 Port. [Tor/Hans]
904* Much work on Linux-FB Port. [Elliot/Alex]
905
906Misc:
907
908* Start of new gtk-demo demo program. [Owen/Jonathan]
909* Bug fixes and more bug fixes.
910
911
912Overview of Changes in GTK+ 1.3.1:
913
914* GTK+ now uses the Pango library for text manipulation. All
915  strings in GTK+ now are in Unicode, languages written
916  from right-to-left, and complex-text languages are now supported.
917* The gdk-pixbuf library for image loading and manipulation is
918  has been integrated with GTK+.
919* The GTK+ object system has mostly been moved to GLib, separating
920  it from the GUI code. Many significant enhancements have been
921  made as part of this.
922* A new text widget is now included. This started as a port
923  of the Tk text widget, and includes such features of the Tk
924  text widget as tags, marks, and unicode text support. It
925  has been enhanced to support model-view operation and the
926  full power of Pango.
927* The GDK library has been extensively revised to support multiple
928  windowing systems. The only fully functional backend in 1.3.1
929  is the X11 backend, however, ports to Win32, Linux-framebuffer,
930  Nano-X, BeOS, and MacOS exist in various states of completion,
931  and at least some of these will be finished and integrated in
932  before the final GTK+-2.0 release.
933* 32-bit coordinates are now supported throughout GDK and GTK+
934  (they are emulated where not supported by the windowing system.)
935* Many minor bug fixes and enhancements. Incompatible changes
936  are documented in docs/Changes-2.0.txt
937
938Overview of Changes in GTK+ 1.2.8:
939
940* GNU Make 3.79 bug workaround
941* FAQ and tutorial updates and improvements
942* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
943
944Overview of Changes in GTK+ 1.2.7:
945
946* More header cleanups.
947* Fixed activation bug for insensitive widgets.
948* Locale fixes to RC file parsing code.
949* Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
950  HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
951* Upgrade to libtool 1.3.4.
952
953Overview of Changes in GTK+ 1.2.6:
954
955* container queue_resize fixes
956* gtk[vh]scale: minor fixups
957* rename idle to idle_id in testgtk to avoid conflicts with
958  broken libs
959* More consistant naming of gtkrc files
960* Added language support: ro, uk
961
962Overview of Changes in GTK+ 1.2.5:
963
964* more GtkCTree and GtkWindow bug fixes.
965* more redraw/resize queue fixes, better expose event
966  discarding code.
967* more miscellaneous bugs fixed
968* new configure.in option --disable-rebuilds to completely disable
969  rebuilds of autogenerated sources.
970* check for 5.002 now, to avoid failing autogeneration build rules due
971  to old perl versions.
972* fonts (and fontsets) are cached now.
973* more autogeneration make rules and dependancy fixups, we should be
974  save with autogeneration up to make -j12 now ;)
975* new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
976  GtkWindow on every size change.
977* major rework of window manager hints handling code, fixed a bunch of
978  races with the new resizing code.
979* the new wm hints and resizing code is absolutely perfect and bug free now,
980  it only lacks testing ;)
981* fixed up various rc style memory prolems.
982* gtk_widget_modify_style() now properly changes the style of realized widgets
983  and references the style passed into it. if people worked around this bug,
984  this will introduce a slight memory leak in their code.
985  The code should typically look like:
986            GtkRcStyle *rc_style = gtk_rc_style_new ();
987            [...]
988            gtk_widget_modify_style (widget, rc_style);
989            gtk_rc_style_unref (rc_style);
990* fix problems with positioning menus offscreen.
991* GtkText fixes for some crashes and drawing errors.
992* Better handling for unexpected window destroys in GDK and GTK+.
993  This should make it possible to use a GtkPlug and catch the
994  case where its parent socket is randomly killed.
995* FAQ updates.
996* FileSelection i18n patches, RadioButton fixups.
997* many translation improvements.
998* miscellaneous other bugs fixed.
999
1000Overview of Changes in GTK+ 1.2.4:
1001
1002* DnD improvements (drags can be canceled with Esc now).
1003* suppressed configure event reordering in Gdk.
1004* rewrite of Gtk's configure event handling.
1005* major improvements for the object argument system (Elena Devdariani).
1006* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
1007  GtkCTree.
1008* tutorial/FAQ updates, new file generation.txt on autogenerated sources.
1009* configure's --with-glib= is "officially" unsupported.
1010* upgrade to libtool 1.3.3.
1011* various buglets fixed.
1012
1013Overview of Changes in GTK+ 1.2.3:
1014
1015* Upgrade to libtool 1.3
1016* Check for dgettext (for systems with old versions of GNU Gettext)
1017* Many bug fixes (see ChangeLog for details)
1018
1019Overview of Changes in GTK+ 1.2.2:
1020
1021* Improved Dnd behaviour with Motif applications.
1022* Bug fixes for the Gtk selection code.
1023* Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
1024* Bug fixes and leak plugs for the Gdk IM code.
1025* Added gtk_object_get() facility to retrive object arguments easily.
1026  The var args list expects ("arg-name", &value) pairs.
1027* Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
1028  problems where closed pipes were no longer signalling GDK_INPUT_READ on
1029  systems with a native poll().
1030* Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
1031  anymore).
1032* We don't attempt to lookup xpm color "None" anymore, this should prevent
1033  eXodus (commercial X windows server) from popping up a color dialog every
1034  time a transparent pixmap is created.
1035* Fixed bug where Gtk timout/idle handlers would execute without the global
1036  Gdk lock being held.
1037* Other minor bug fixes.
1038
1039Overview of Changes in GTK+ 1.2.1:
1040
1041* Many Bug fixes have been applied to the menu and accelerator code.
1042* GtkItemFactory can "adopt" foreign menu items now and manage their
1043  accelerator installation. This is often required to get GtkItemFactory
1044  like accelerator propagation between different windows with the same
1045  menu heirarchy and for centralized parsing and saving of accelerators.
1046* GtkCList/GtkCTree buttons should always display correctly now.
1047* Miscellaneous other bug fixes.
1048
1049What's New in GTK+ 1.2.0 (since 1.0.x):
1050
1051* New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
1052  GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
1053* Many new features and robustness for existing widgets
1054* Theme support
1055* New DND implementation
1056* Internationalization of standard dialogs
1057* New key binding system
1058* Tearoff menus and menu accelerators
1059* Wide character support for entry and text
1060* Resizing code has been overhauled
1061* Queued redraws of partial areas
1062* Far better support for object arguments
1063* Speed optimizations
1064* Runtime loading of dynamic modules
1065* Support for GLib log domains
1066* Tutorial improvements
1067* A bug fix or two
1068
1069Overview of Changes in GTK+ 1.1.16:
1070
1071* Major fixes and improvements for handlebox
1072* A change to the way widget->requisition works. Now,
1073  widget->requisition is always what the widget requested,
1074  unmodified by the usize. See Changes-1.2.txt for details.
1075  This correct various bugs with gtk_widget_set_usize().
1076* Fixes for XIM on X11R5 systems
1077* Don't allow cut-and-paste of text in password-style entries
1078* --enable-debug is now on by default for the development releaes.
1079  (When compiling for "production", use --enable-debug=minimum)
1080* Handle systems where Helvetica is not present more gracefully
1081* Fixes for memory leaks
1082* CList and CTree fixes
1083* Bug fixes for drawing problems.
1084* Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
1085  GtkColorsel, Focusing, DND
1086* Tutorial improvements
1087
1088Overview of Changes in GTK+ 1.1.15:
1089
1090* Tutorial Updates
1091* Added --libs gthread to gtk-config
1092* Bug fixes
1093
1094What is new in GTK+ 1.1.14:
1095
1096* Additions to docs/Changes-1.2.txt
1097* Just warn when loading theme engine fails
1098* CLAMP GtkScale digits to a meaningful range
1099* GTK_LOCALDIR is now defined in a better fashion
1100* New functions (feature freeze, we know...):
1101    gtk_menu_set_title()
1102    gtk_toggle_button_get_active()
1103* Some locale fixups in gtkrc code
1104* Fixes to make gtk_radio_button_set_group() keep only
1105  one radio button in the group active
1106* Foreign windows are now always treated as viewable; this fixes
1107  a problem where updating didn't occure properly in GtkPlug
1108* DND fixes for 64 bit architectures, and for specifying operations
1109  with modifier keys.
1110* Major revisions to GtkLayout: avoid having to create window
1111  for NO_WINDOW children, adjust allocations of children as
1112  scrolled so queued draws work, and a resize is queued instead
1113  of allocating directly in a put() or move()
1114
1115What is new in GTK+ 1.1.13:
1116
1117* Dnd and selection bug fixes and memory purification.
1118* Widget sensitivity fixups.
1119* Tooltips windows are now named "gtk-tooltips" so rc file rules
1120  can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
1121  widgets.
1122* Spin buttons now update their values upon value retrival.
1123* Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
1124  a lot. Gtk makes full use of the draw_area coalescing code now, which
1125  got minorly improved as well.
1126* Containers map their Gdk windows after their children now to reduce
1127  expose event generation.
1128* Gdk event queue fixups, this solves the double-click problems people were
1129  recently having.
1130* Account for the fact that GSource's are only properly reentrant from
1131  within dispatch(), thus we don't do Gdk event processing from within
1132  check() or prepare() anymore.
1133* Rc files feature a bg_pixmap value of "<none>" now.
1134* Improved session management support in Gdk. 
1135* Automatic disabling of NLS if no gettext is found should work now.
1136* Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
1137* Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
1138  and GNU libtool 1.2d.
1139* More bug fixes all over the place.
1140
1141What is new in GTK+ 1.1.12:
1142
1143* Korean translation added
1144* Fixed memory leaks
1145* A few other bug fixes
1146
1147What is new in GTK+ 1.1.11:
1148
1149* Dutch, Japanese, Swedish, Polish, and Norwegian translations
1150* Removed deprecated _interp variants: gtk_container_foreach_interp,
1151  gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
1152* Lots of cast corrections
1153* Many fixes
1154
1155What is new in GTK+ 1.1.9:
1156
1157* Check for broken glibc 2.0 mb functions and avoid them
1158* Label and Entry display fixes
1159* Move main thread back to GDK, for locking when translating events
1160* Bug fixes
1161
1162What is new in GTK+ 1.1.8:
1163
1164* Added support for gettext and the localization of the standard
1165  dialogs.
1166* Added line-wrapping for the label, and JUSTIFY_FILL
1167* Support reordering via drag and drop in  CList and CTree.
1168* Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
1169* Extended gtkpaned API to support minimum sizes and proportional
1170  resizing.
1171* Changed the handling of shared memory segments so as to
1172  remove the need for GTK+ to set up signal handlers.
1173* Re-implemented event loop in terms of the event loop
1174  that has been added to GLib 1.1.8
1175* Added 'grab_focus' signal to allow keyboard accelerators
1176  for entries.
1177* Load locale specific RC files if present.
1178* Bug fixes.
1179
1180What is new in GTK+ 1.1.7:
1181
1182* Fixed memory mis-allocation in default files code
1183* Various event handling fixes
1184* Wide character support for entry and text
1185* Destroy widgets _after_ propagating unrealize signals through
1186  widget heirarchy
1187* Only build XIM-support if available
1188* Tutorial and examples updates
1189* Added gtk_drag_source_unset()
1190
1191What is new in GTK+ 1.1.6:
1192
1193* The signal system now features emission hooks whith special semantics,
1194  refer to the ChangeLog for this.
1195* Minor? speedups and memory reductions to the emission handling of the
1196  signal system.
1197* _interp() function variants are deprecated now. the corresponding *_full()
1198  variants are provided for a long time now.
1199* Dnd abort timeout increased to 10 minutes.
1200* GtkScrolledWindow inherits from GtkBin now.
1201* GTK_POLICY_NEVER is implemented for scrolled windows now.
1202* Lots of API clean ups.
1203* Incremental freezing abilities.
1204* Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
1205* New window functions for transient relationship, default size, and
1206  geometry hints
1207* Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
1208  GTK_RC_FILES environment variable and functions are provided to configure
1209  this behavior
1210* Read doc/Changes-1.2.txt to properly adapt your code.
1211* Bug Fixes.
1212
1213What is new in GTK+ 1.1.5:
1214
1215* Theme integration
1216* Widget style modification is now handled through GtkRcStyles
1217* GtkPixmaps now grey out pixmaps when insensitive
1218* Notebook enhancements
1219* Shadow configurability for menubars and handleboxes
1220* DND enhancements
1221* gtkfilesel now supports automounters better
1222* Implementation of expose compression
1223* Queued redraws of partial areas
1224* Scrolledwindow (+Viewport) source incompatibilities, children that are added
1225  to a scrolled window don't get an automatic viewport anymore. a convenience
1226  function gtk_scrolled_window_add_with_viewport() is suplied for this task
1227* Deprecated functions will now issue a message, informing the programmer about
1228  the use of this function. These functions will get removed in future versions
1229* Non-functional functions got removed entirely
1230* gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
1231  A new function gtk_object_default_construct() is provided now which should
1232  be called after every gtk_type_new() to perfom the auto-construction
1233* Improved argument support of several widgets
1234* Bug Fixes
1235
1236What is new in GTK+ 1.1.3:
1237
1238* GtkCList/GtkCTree now have the ability to:
1239    - hide/show individual columns
1240    - disable/enable column resizing
1241    - set min and max for column widths
1242    - set expander style of the ctree
1243    - set/get row and cell styles
1244    - set spacing between tree expander and cell contents in ctree
1245    - toggle auto_resize for columns
1246* Must enhanced DND support, removed old DND code
1247* Idle functions are now implemented via GHook, giving a slight speed
1248  improvement
1249* An environment variable GTK_MODULES which takes a colon seperated
1250  list of module names GTK+ will now automatically load at gtk_init() startup
1251* GtkFontSel now has support for an extra 'base' filter
1252* New function gdk_window_set_root_origin to get the real geometry taking
1253  into account window manager offsets
1254* New function gtk_text_set_line_wrap to toggle line wrapping
1255* New function gtk_widget_add_events which safely adds additional
1256  events to a widget's event mask
1257* New function gdk_event_get_time to get the timestamp from a generic
1258  event
1259* New widget GtkCalendar
1260* New widget GtkInvisible - InputOnly offscreen windows used for reliable
1261  pointer grabs and selection handling in DND code
1262* New functions gtk_object_remove_no_notify[_by_id] to remove a certain
1263  data portion without invokation of its destroy notifier
1264* gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
1265  instead
1266* gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type
1267  instead
1268* Removed functions gtk_object_set_data_destroy[_by_id]
1269* Documentation additions/updates
1270* HTML and plain text files are now included in the distribution
1271* Bug fixes, typeness corrections, and general fixups
1272
1273What is new in GTK+ 1.1.2:
1274
1275* Gtk+ is now featuring runtime loading of dynamic modules via the
1276  --gtk-modules= command line switch. such modules have to export a
1277  G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
1278  function which will be invoked to initialize the module. since such
1279  modules may create new widget types, they are always resident.
1280* The tutorial has been updated again.
1281* Changes to menus including tearoff menus and accelerators.
1282* Better support for modal dialogs.
1283* Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
1284* More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
1285* GtkCTree rows can be unselectable now.
1286* The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
1287  Hamann on Tue Aug 18 00:29:13 1998).
1288* A bunch of varargs functions changed to get va_lists working on systems that
1289  implement va_lists as arrays.
1290* Improvements to the gdkrgb code.
1291* Improvements to Gdk color handling so we greatly reduce server traffic and
1292  don't leak colors anymore.
1293* Improved internal widget tree iterators (the GtkContainer::foreach signal
1294  vanished because of this).
1295* Option menus can have the keyboard focus now.
1296* More fixups to the text widget.
1297* GtkFileSelection should behave much more nicely in combination with AFS now.
1298* Support for label underlining.
1299* Support for GLib 1.1.3 log domains.
1300* Documentation improvements.
1301* Configuration fixes on various platforms.
1302* Miscellaneous fixes to XInput support.
1303* Build with shared library dependencies on Linux
1304* Fix for a major bug in the type systems memory allocation code that could
1305  cause random crashes.
1306* Libtool update to version 1.2b.
1307* Lots of bugfixes and cleanups again ;)
1308
1309
1310What is new in GTK+ 1.1.1:
1311
1312* Tutorial updates and additions.
1313* Key binding support for GtkListItems and GtkList.
1314* Extended selection mode and autoscrolling for GtkLists.
1315* A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
1316* GtkCTreeNodes can now be created from GNode trees.
1317* Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
1318
1319
1320What is new in GTK+ 1.1.0:
1321
1322* New widget GtkFontSelector.
1323* New featurefull progress bar.
1324* New container widget GtkPacker.
1325* New object GtkItemFactory, GtkMenuFactory is deprecated.
1326* New key binding system, configurable via rcfiles, similar to styles.
1327* New widget GtkCTree with drag selections and keyboard movement and
1328  and horizontal scrolling. Features also implemented for GtkCList.
1329* Significant speedups to widget creation and destruction through caching
1330  colormap and visual queries to the XServer.
1331* Speedups for type creation and especially gtk_type_is_a() checks.
1332* Speedups in signal lookup, creation and emissions and connection handling.
1333* Minor speedups with object data allocation and destruction.
1334* Additions to the signal handling API (e.g. *_emitv).
1335* Support for rc-file reparsing.
1336* Resizing logic is now implemented on container widget basis, rather than
1337  for toplevel GtkWindows only.
1338* Buttons support relief styles now.
1339* Some widgets are now allocated through memchunks to behave more memory wise.
1340* Newly included file gtkfeatures.h which defines compatibility macros to
1341  test for certain API features upon program compilation.
1342* Child arguments support for container widgets.
1343* Far better support for object arguments, revamp of the underlying
1344  mechanism for speed and reusability. Child/object arguments don't
1345  need to be preceeded by the "GtkType::" portion anymore.
1346* Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
1347  is now performed by a new widget GtkAccelLabel.
1348* Overhaul of the resizing code. Resizing behaviour can now be specified
1349  on GtkContainer basis, so the underlying algorithm isn't only available
1350  for GtkWindows.
1351* GtkTables are now fully resizable.
1352* The GtkType system now supports an additional base class initialization
1353  function.
1354* GtkStyles and key bindings can now be looked up depending on the base
1355  types of a widget, through a new keyword `class' in rc files.
1356* GtkButton derives from GtkBin (finally). 
1357* More descriptive error messages on rc parsing. 
1358* Runtime information is available to query enum/flag definition values.
1359* Upgrade to libtool-1.2
1360* Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
1361  including those that already went into the 1.0.x branch.
1362* A big bunch of features and cosmetic fixups that just got lost in
1363  the masses of changes.
Note: See TracBrowser for help on using the repository browser.