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