]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Don't mysteriously go to the parent dir when hitting "Cancel" in folder
[~andy/gtk] / ChangeLog.pre-2-10
1 2004-11-03  James M. Cape  <jcape@ignore-your.tv>
2
3         * gtk/gtkfilechooserbutton.c (update_dialog), (dialog_response_cb):
4         Don't mysteriously go to the parent dir when hitting "Cancel" in
5         folder mode (fixes #156971).
6
7 2004-11-03  Matthias Clasen  <mclasen@redhat.com>
8
9         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Don't
10         access label->layout directly.  (#157080, Adam Hooper)
11
12         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Allow
13         unsetting a pattern by passing NULL.  (#156720, Tristan Van Berkom)
14
15         * gtk/gtkcombobox.c (gtk_combo_box_get_active): Don't crash 
16         if the active_row reference has become invalid.  (#157156,
17         Christophe Fergeau)
18         
19 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
20
21         * gtk/gtkwindow.c (gtk_window_activate_key_after): As
22         a last stage in GtkWindow key press handing, try adding
23         window->mnemonic_modifier to event->state and see if it
24         matches a mnemonic. (#53709, based on a patch by
25         Pasupathi Duraisamy, patch by Owen Taylor)
26
27         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
28         Doc additions.
29
30         * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
31
32         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
33         Fix a doc comment.
34
35 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
36
37         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
38         Remove a debug printf().  (#157087, Christian Persch)
39
40         * gtk/gtkicontheme.c: Actually commit the "stat less" patch
41         which appeared in the ChangeLog a few days ago.
42
43         * gtk/gtkfilechooserbutton.c: Move some docs inline.
44
45         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
46
47         * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
48         iter.  (#156924, Murray Cumming)
49
50         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't crash on
51         broken ClientMessage events.  (#157056, Owen Taylor)
52
53         * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
54         the docs.  (#157044, Masao Mutoh)
55
56 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
57
58         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
59         state of the cell view when the state of the button changes (to 
60         get prelighted drawing right).  (#138650, Frances Keenan, 
61         Christian Persch)
62
63         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
64         Don't force the height of the action area, we don't scroll 
65         it anyway, and the current way of calculating the height can lead
66         to broken display.  (#156573, Christian Persch)
67
68         * tests/testentrycompletion.c (animation_timer): Don't try to
69         remove stuff from an empty model.  (#156575, Christian Persch)
70
71         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
72         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
73         Update doc comments.
74
75 2004-10-31  Tor Lillqvist  <tml@iki.fi>
76
77         * gdk/win32/gdkprivate-win32.h
78         * gdk/win32/gdkglobals-win32.c
79         * gdk/win32/gdkmain-win32.c: Remove _windows_version and the
80         IS_WIN_NT() macro.
81
82         * gdk/win32/*.c: Use G_WIN32_IS_NT_BASED() from GLib instead.
83
84 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
85
86         Add api for image transfer via copy-and-paste (#156408)
87         
88         * gtk/gtkclipboard.c (gtk_clipboard_set_image) 
89         (gtk_clipboard_request_image, gtk_clipboard_wait_for_image) 
90         (gtk_clipboard_wait_is_image_available): New functions for image
91         transfer.
92
93         * gtk/gtkselection.h:
94         * gtk/gtkselection.c (gtk_selection_data_targets_include_image): 
95         New function, similar to gtk_selection_data_targets_include_text().
96
97         * gtk/gtkprogressbar.[hc]: Add an ellipsize property with 
98         getter and setter.  (#156845, Morten Welinder)
99
100 2004-10-29  Robert Ă–gren  <gtk@roboros.com>
101
102         * gdk/win32/gdkwindow-win32.c (gdk_window_begin_resize_drag),
103         (gdk_window_begin_move_drag): Implement these on win32, currently
104         only for button 1. Fixes the resize grip of GtkStatusbar on 
105         win32. (#143285)
106
107 2004-10-30  Matthias Clasen  <mclasen@redhat.com>
108
109         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): Redisplay
110         the new selection.
111
112         * gtk/gtktextview.c (gtk_text_view_select_all): Use 
113         gtk_text_buffer_select_range().
114
115         * tests/testtext.c: Add a "Select All" menuitem.  (#156792,
116         Paolo Borelli)
117
118         * gtk/gtkicontheme.c (insert_theme): Sort the dir_mtimes 
119         list in the same way as the search path.
120         (theme_subdir_load): Avoid stat()ing subdirs if the theme 
121         directory doesn't exist.  (#156866)
122
123 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
124
125         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
126         Drop the reference to the pixbuf, regardless whether it is
127         a stock pixbuf.  (#156863, Philip Langdale)
128
129 2004-10-29  Hans Breuer  <hans@breuer.org>
130
131         * gdk/makefile.msc gtk/makefile.msc.in : updated
132
133         * gdk/win32/gdkdisplay-win32.c : dummy implementations for
134         gdk_display_supports_clipboard_persistence, gdk_display_store_clipboard
135
136         * gtk/gtkmodules.c : #include "gtkprivate.h" for GTK_LIBDIR
137
138 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
139
140         * gtk/gtkclipboard.c (gtk_clipboard_set_text): Don't hardwire
141         the supported text targets here, use 
142         gtk_target_list_add_text_targets().  (#156404)
143
144         * gtk/gtkliststore.c (gtk_list_store_reorder): Don't
145         loop over the sentinel node.  (#156298, Torsten Schoenfeld)
146
147 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
148
149         * gtk/gtkcombobox.c (gtk_combo_box_start_editing): Use
150         g_signal_connect_object() to prevent premature finalization
151         of the cell_editable while the key_press_event signal is
152         handled.  (#156325, Olivier Andrieu)
153
154         * *: Clean up many sparse warnings.  (#156698, Kjartan Maraas)
155         
156         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Disconnect
157         from the remove-widget signal after removing the signal.
158
159         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
160         the dialog with the parent.  (#156557, Paolo Borelli)
161
162 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
163
164         * Bump version
165
166         * === Released 2.5.4 ===
167
168         * Makefile.am (EXTRA_DIST): Remove po/makefile.mingw
169
170 2004-10-28  Anders Carlsson  <andersca@gnome.org>
171
172         * gtk/gtkclipboard.c: (gtk_clipboard_set_can_store):
173         * gtk/gtkclipboard.h:
174         Make targets const.
175
176 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
177
178         * gtk/Makefile.am (gtkalias.h): 
179         * gdk/Makefile.am (gdkalias.h): Fix srcdir != builddir build.
180         (#156547, Thomas Fitzsimmons)
181         
182         * NEWS: Updates.
183
184         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): Silently
185         ignore non-CLIPBOARD clipboards.  (#156610, Christian Persch)
186
187         * gtk/gtksettings.c: Make it build on windows. (#156618,
188         Kazuki IWAMOTO)
189
190 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
191
192         * gtk/gtkimcontextsimple.c (check_hex): Stop preediting if strtoul 
193         couldn't parse the complete preedit string.  (#156434)
194
195         * gtk/gtkmessagedialog.c: 
196         * gtk/gtkfilechooserbutton.c: Add missing includes.  (#156503, 
197         Kazuki IWAMOTO)
198
199         * gtk/gtkimage.h: 
200         * gtk/gtkimage.c (gtk_image_get_icon_name): Make the icon_name 
201         parameter G_CONST_RETURN.
202         
203         * gtk/gtkimage.c: It is enough to listen for screen changes and 
204         style-set to catch all icon theme changes.
205         (gtk_image_set_property): Reset the image size if the pixel size 
206         property is changed.
207
208         * gtk/gtk.symbols: Add new symbols.
209
210         * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the 
211         doc comment.
212
213 2004-10-26  Anders Carlsson  <andersca@imendio.com>
214
215         * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize),
216         (create_clipboard_contents_buffer), (clipboard_get_contents_cb),
217         (clipboard_clear_contents_cb), (cut_or_copy):
218         Rewrite clipboard handling so that the clipboard contents 
219         won't be freed when the text buffer is finalized. Also add 
220         clipboard manager support. Fixes #95496.
221
222 2004-10-25  Anders Carlsson  <andersca@gnome.org>
223
224         * gtk/gtkentry.c: (gtk_entry_completion_timeout):
225         * gtk/gtkentrycompletion.c: (gtk_entry_completion_set_model),
226         (gtk_entry_completion_get_model), (gtk_entry_completion_complete):
227         Really handle a NULL model, fixes #137211 for real.
228
229         * gtk/gtkfilechooserentry.c:
230         (gtk_file_chooser_entry_maybe_update_directory):
231         Remove _clear, #137211 is fixed.
232
233         * tests/testentrycompletion.c: (main):
234         Add completion with an empty model.
235         
236 2004-10-25  Carlos Garnacho Parro  <carlosg@gnome.org>
237
238         Fix for #118764, David Bordoley:
239         
240         * gtk/gtkmessagedialog.[ch]
241         (gtk_message_dialog_format_secondary_text),
242         (gtk_message_dialog_format_secondary_format): API additions to
243         create HIG-like dialogs
244
245         * demos/gtk-demo/dialog.c: Use the new API in the example
246
247         * docs/reference/gtk/gtk-sections.txt:
248         * docs/reference/gtk/tmpl/gtkmessagedialog.sgml: documented API
249         additions
250
251 2004-10-25  James M. Cape  <jcape@ignore-your.tv>
252
253         Rework of GtkFileChooserButton, some cleanups. Fixes #154388,
254         #154390, #154390, #156272.
255
256         * docs/reference/gtk/gtk-docs.sgml: Moved GtkFileChooserButton
257         below GtkFileChooser.
258         * docs/reference/gtk/gtk-sections.txt: Added
259         gtk_file_chooser_button_get_width_chars(),
260         gtk_file_chooser_button_set_width_chars(),
261         gtk_label_set_width_chars(), gtk_label_get_width_chars().
262         * docs/reference/gtk/gtk.types: Added
263         gtk_cell_renderer_combo_get_type,
264         gtk_cell_view_get_type,
265         gtk_text_iter_get_type.
266         * docs/reference/gtk/tmpl/gtkaboutdialog.sgml: Add
267         "logo-icon-name" property.
268         * docs/reference/gtk/tmpl/gtkcellview.sgml: Updates for properties
269         (b/c of get_type() inclusion above).
270         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml:
271         * docs/reference/gtk/tmpl/gtklabel.sgml: Add "width-chars" property,
272         getters/setters.
273         * docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml: Added.
274         * gtk/gtkentrycompletion.c:
275         (_gtk_entry_completion_popdown): Don't show if the entry isn't
276         mapped.
277         * gtk/gtkfilechooserbutton.[c,h]: (*): About 45%
278         rewritten, adds "width-chars" property, icons, working save modes,
279         volume/Home/Desktop friendly-naming support.
280         * gtk/gtklabel.[c,h]:
281         (gtk_label_class_init), (gtk_label_init),
282         (gtk_label_get_property), (gtk_label_set_property),
283         (gtk_label_get_width_chars), (gtk_label_set_width_chars),
284         (gtk_label_size_request): Add "width-chars" property.
285         * tests/testfilechooserbutton.c: Update, use 4 different buttons for
286         the different ACTIONs.
287         * gtk/.cvsignore: Ignore gtk-update-icon-cache.
288         * tests/.cvsignore: Ignore testimage.
289
290 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
291
292         * gtk/gtkcellrenderercombo.c (find_text): Don't leak text. (#156325,
293         Olivier Andrieu)
294
295 2004-10-25  Anders Carlsson  <andersca@imendio.com>
296
297         * gdk/gdk.symbols: 
298         * gdk/gdkdisplay.h:
299         * gdk/x11/gdkdisplay-x11.c:
300         (gdk_display_supports_clipboard_persistence), 
301         (gdk_display_store_clipboard):
302         New API to handle the clipboard manager.
303
304         * gtk/gtk.symbols:
305         * gtk/gtkclipboard.c: (gtk_clipboard_class_init),
306         (gtk_clipboard_finalize), (selection_clear_event_cb),
307         (clipboard_unset), (gtk_clipboard_set_text),
308         (gtk_clipboard_request_targets), (gtk_clipboard_wait_for_targets),
309         (clipboard_peek), (gtk_clipboard_owner_change),
310         (gtk_clipboard_wait_is_target_available),
311         (gtk_clipboard_store_timeout), (gtk_clipboard_set_can_store),
312         (gtk_clipboard_selection_notify), (gtk_clipboard_store),
313         (_gtk_clipboard_store_all):
314         * gtk/gtkclipboard.h:
315         Add API for clipboard persistence and implement it, also add
316         gtk_clipboard_wait_is_target_available.
317         
318         * gtk/gtkmain.c: (gtk_main):
319         Call _gtk_clipboard_store_all before exiting.
320         
321 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
322
323         * gtk/gtkaboutdialog.h: 
324         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_logo_icon_name)
325         (gtk_about_dialog_get_logo_icon_name): Support named icons as 
326         logos.  (#156378, James Henstridge)
327
328         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): Fix the 
329         doc formatting.
330
331         * gtk/gtkcellview.[hc]: Make function parameter names consistent.
332
333         * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
334
335         * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
336
337 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
338
339         Add a public setting for button ordering (#74669, Owen Taylor)
340         
341         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
342         gtk-alternative-button-order setting.
343
344         * gtk/gtkdialog.h: 
345         * gtk/gtkdialog.c (gtk_alternative_dialog_button_order): A 
346         getter for the alternative button order setting.
347         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): 
348         New function to install an alternative button order for a 
349         dialog.
350
351         * gtk/gtkfilesel.c (gtk_file_selection_init): 
352         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): 
353         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): 
354         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
355         * gtk/gtkfilechooserdefault.c (location_popup_handler): 
356         Set up an alternative button order.
357         
358 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
359
360         * gtk/gtkimage.h: 
361         * gtk/gtkimage.c (gtk_image_new_from_icon_name)
362         (gtk_image_set_from_icon_name, gtk_image_get_icon_name)
363         (gtk_image_set_pixel_size, gtk_image_get_pixel_size):  Add a
364         new type GTK_IMAGE_ICON_NAME for named icons, update the size
365         and content of stock, icon set and named icon images upon style
366         changes, and allow to set a fixed pixel size for named icon
367         images.  (#155688, James Henstridge)
368
369         * tests/testimage.c: Test application for theming behaviour of
370         different image types and for image dnd.
371
372 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
373
374         * gtk/gtkcellrenderercombo.c: Use G_DEFINE_TYPE, initialize the
375         has_entry property, ref the model and add a finalizer.  (#156325,
376         Olivier Andrieu)
377         
378 Sun Oct 24 02:56:43 2004  Jonathan Blandford  <jrb@redhat.com>
379
380         * docs/tools/widgets.c: Update GtkFileChooserButton doc shot.
381
382 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
383
384         * gtk/gtkicontheme.c: Use the new g_key_file api in GLib.
385
386         * gtk/Makefile.am (gtk_c_sources): Remove gtkiconthemeparser.[hc]
387
388         * gtk/gtkiconthemeparser.[hc]: Removed.
389
390         * gtk/gtkfilechooserdefault.c (location_popup_handler): If the
391         location dialog is brought up by typing '/', insert the slash
392         in the entry.  (#155370, Warren Togami)
393
394 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
395
396         * gtk/gtkfilechooserdefault.c (tree_view_keybinding_cb) 
397         (trap_activate_cb): Accept shift-/ for bringing up the location
398         popup, since German and French keyboards generate such 
399         events.  (#154163, Frederic Crozat)
400
401         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Invalidate 
402         the window if the tree is empty, to avoid resizing artifacts
403         from the focus rectangle.  (#155881, Vincent Noel, patch by
404         Billy Biggs)    
405
406 Sat Oct 23 16:14:37 2004  Søren Sandmann  <sandmann@redhat.com>
407
408         * gtk/gtksequence.c (_gtk_sequence_node_insert_sorted): Remove
409         assertion that can get triggered by broken sort functions.
410
411 Sat Oct 23 16:07:46 2004  Søren Sandmann  <sandmann@redhat.com>
412
413         * gtk/gtksequence.c (_gtk_sequence_swap): Replace broken, overly
414         clever implementation with one that works.
415         
416         * gtk/gtkliststore.c (gtk_list_store_swap): emit "rows_reordered"
417         instead of "changed" twice.
418
419         Bug 153479
420
421 Sat Oct 23 15:17:55 2004  Søren Sandmann  <sandmann@redhat.com>
422
423         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): Remove check
424         for previous state being ACTIVE. Bug 153876.
425
426 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
427
428         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_drag_data_received) 
429         (gtk_file_chooser_button_init): Use the new file DND api.
430
431         * gtk/gtkdnd.h:
432         * gtk/gtkdnd.c (gtk_drag_dest_add_uri_targets) 
433         (gtk_drag_source_add_uri_targets): 
434
435         * gtk/gtkselection.h:
436         * gtk/gtkselection.c (gtk_target_list_add_uri_targets):
437         (gtk_selection_data_set_uris):  
438         (gtk_selection_data_get_uris): New functions to allow
439         handling file DND "without knowing jack shit".
440
441         * configure.in: Bump glib requirement to 2.5.4.
442
443         * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Use
444         g_uri_list_extract_uris().
445
446 Fri Oct 22 13:25:25 2004  Owen Taylor  <otaylor@redhat.com>
447
448         * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Fix 
449         backspacing on the empty last line of a buffer 
450         (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136840,
451         Dan Williams)
452
453 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
454
455         * gtk/gtkdnd.c: Document how to use info with text/image 
456         targets.
457
458         * gtk/gtkselection.h: 
459         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
460         (gtk_target_list_add_image_targets): Add info argument.
461         
462         * gtk/gtkcalendar.c (gtk_calendar_motion_notify): 
463         * gtk/gtkentry.c (gtk_entry_init): 
464         * gtk/gtktextview.c (gtk_text_view_init): Adjust all callers.
465
466 2004-10-22  Anders Carlsson  <andersca@gnome.org>
467
468         * gtk/gtktexttag.c: (gtk_text_tag_get_property):
469         GdkBitmap is a GObject, not a boxed type.
470         
471 Thu Oct 21 15:01:09 2004  Owen Taylor  <otaylor@redhat.com>
472
473         #155952
474
475         * gtk/gtkentry.c: Fix checking the wrong position for
476         the backspace_deletes_character PangoLogAttr.
477
478         * gtk/gtktextbuffer.[ch] gtk/gtk.symbols (gtk_text_buffer_backspace): 
479         Move backspace logic from GtkTextView to here, check 
480         backspace_deletes_char. 
481
482         * gtk/gtktextview.c: Use gtk_text_buffer_backspace().
483
484 2004-10-21  Matthias Clasen  <mclasen@redhat.com>
485
486         * gtk/gtkiconcache.c: Include io.h on windows.  (#156075,
487         Kazuki IWAMOTO)
488         (_gtk_icon_cache_new_for_path): Don't use MAP_FAILED if we don't
489         have mmap.
490
491         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Implement for
492         cached themes.
493
494         * gtk/gtkiconcache.h: 
495         * gtk/gtkiconcache.c (_gtk_icon_cache_has_icon): New function.
496
497         * gtk/updateiconcache.c (scan_directory): Don't skip .icon 
498         files which are listed before their images.
499         (foreach_remove_func): Instead filter lonely .icon files out
500         here.
501
502         * gtk/gtkicontheme.c (theme_dir_get_icon_suffix): Filter out
503         the HAS_ICON_FILE flag.
504
505 2004-10-21  Matthias Clasen  <mclasen@redhat.com>
506
507         * gtk/gtkiconcache.c: Make it compile without mmap() and
508         add some more checks.  (#155973, Morten Welinder)
509
510         Add convenience api for image dnd (#150165):
511         
512         * gtk/gtkselection.h: 
513         * gtk/gtkselection.c (gtk_target_list_add_image_targets) 
514         (gtk_selection_data_set_pixbuf, gtk_selection_data_get_pixbuf): 
515         New functions to handle the image formats readable/writable 
516         by gdk-pixbuf. 
517         
518         * gtk/gtkdnd.h: 
519         * gtk/gtkdnd.c (gtk_drag_dest_add_image_targets) 
520         (gtk_drag_source_add_text_targets): New functions to handle
521         the image formats readable/writable by gdk-pixbuf. 
522
523 2004-10-20  Matthias Clasen  <mclasen@redhat.com>
524
525         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_new): Make
526         the code clearer.  (#155239, Murray Cumming)
527
528         * gtk/gtkicontheme.c: Small fixes.
529
530         * gtk/gtkrc.c: Include gtkmodules.h.  (#155885, Kazuki IWAMOTO)
531
532         * gtk/gtktoolbar.h: Add _gtk_toolbar_rebuild_menu(). (#155885)
533
534         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
535         Fix a wrong blurb.  (#155838, Morten Welinder)
536
537 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
538
539         Implement icon theme caching.  (#154034, Martijn Vernooij,
540         caching schema proposed by Owen Taylor, initial implementation
541         by Anders Carlsson)
542         
543         * gtk/gtkdebug.h: 
544         * gtk/gtkmain.c: Add a "icontheme" debug flag.
545
546         * gtk/Makefile.am (gtk_c_sources): Add gtkiconcache.c
547         (gtk_private_h_sources): Add gtkiconcache.h
548         (bin_PROGRAMS): Add gtk-update-icon-cache
549
550         * gtk/gtkicontheme.c: Use icon caches if they are available.
551         Currently, GTK+ uses the cache to get information about the
552         available sizes, image file formats and .icon files. The
553         actual image data, and the .icon file contents are not 
554         cached yet.
555
556         * gtk/updateiconcache.c: A cmdline utility for generating
557         icon cache files.
558
559         * gtk/gtkiconcache.h: 
560         * gtk/gtkiconcache.c: The glue code to mmap an icon cache
561         file and manage the information it contains.
562
563         * tests/testicontheme.c: Add a "display" option.
564
565 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
566
567         * tests/testicontheme.c: Set the locale, tidy up output.
568
569 2004-10-18  Matthias Clasen  <mclasen@redhat.com>
570
571         Fix #155658, Sebastien Bacher:
572         
573         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a new 
574         is_leader flag.
575
576         * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set wm hints on
577         leader windows even if they are withdrawn.
578         (gdk_window_set_group): Mark the new leader window as such. We 
579         never remove the flag again, but that should a) be vanishingly
580         rare and b) not a problem, since the flag just turns off an
581         optimization.
582
583         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Mark the default
584         leader window as such.
585
586 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
587
588         * gtk/gtkaboutdialog.c (gtk_about_dialog_new): Destroy secondary
589         dialogs if the main dialog is hidden. (#155084, Paolo Borelli)
590
591 2004-10-16  Matthias Clasen  <mclasen@redhat.com>
592
593         * gtk/gtkaboutdialog.c (gtk_about_dialog_destroy): Don't leak
594         the secondary dialogs.  (#155084, Paolo Borelli)
595
596         * gtk/gtkhsv.c (gtk_hsv_expose): Fix redraw issues with the
597         focus on the ring. 
598
599 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
600
601         * gdk/makegdkalias.pl: Include linux-fb/gdkfb.h when building
602         the framebuffer backend.  (#155486, Olexiy Avramchenko)
603
604 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
605
606         * gtk/gtksizegroup.c (do_size_request): Unset GTK_REQUEST_NEEDED
607         before emitting ::size-request, following this weeks discussion
608         on gtk-devel-list@gnome.org.
609
610         * gtk/gtkcellview.c (gtk_cell_view_get_size_of_row): Restore 
611         the size info for the current row after measuring another 
612         row.  (#154945, William Jon McCann)
613
614 2004-10-14  Matthias Clasen  <mclasen@redhat.com>
615
616         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Don't
617         get text unnecessarily.  (#155384, Morten Welinder)
618         (gtk_file_chooser_default_finalize): Don't forget to
619         unref the tooltips.  (#155412, Morten Welinder)
620         (shortcuts_add_current_folder): Don't leak volume. (#155400,
621         Morten Welinder)
622
623 2004-10-12  Matthias Clasen  <mclasen@redhat.com>
624
625         * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge 
626         the fact that invariants are broken and loop all the way up to 
627         the resize container.
628
629 Tue Oct 12 17:11:02 2004    <timj@birnet.org>
630
631         * gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
632         widget for resize or emit change notification if the usize didn't
633         change. this works around a buggy signal connection in #155139.
634
635 2004-10-11  Matthias Clasen  <matthias@localhost.localdomain>
636
637         * docs/tools/widgets.c: Create scrolledwindow, statusbar, 
638         scale and image images. 
639
640 2004-10-10  Matthias Clasen  <matthias@localhost.localdomain>
641
642         * docs/tools/widgets.c: Create a toolbar, menubar, progressbar,
643         notebook and messagedialog images.
644
645         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_all): 
646         Avoid a warning.
647
648 Sun Oct 10 11:24:56 2004  Jonathan Blandford  <jrb@redhat.com>
649
650         * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
651         markings.
652
653 2004-10-09  Matthias Clasen  <mclasen@redhat.com>
654
655         * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
656
657         * gtk/gtkcellview.c: Add docs.
658
659         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
660         doc comment.
661
662         * gtk/gtkactiongroup.h: 
663         * gtk/gtkactiongroup.c: Reinstate the accidentally lost addition 
664         of gtk_action_group_translate_string().
665
666         * gtk/gtkaccelgroup.h: Declare gtk_accelerator_get_label.
667
668 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
669
670         * gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
671
672         * gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a 
673         drag if we loose the grab.
674
675         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Set the cell 
676         renderer to inert mode to avoid bug #154921.  This fixes a crash
677         which would otherwise occur if the editing is stopped for the second
678         time.  (#154767, Manuel Baena GarcĂ­a)
679
680         * gtk/gtkdebug.h: 
681         * gtk/gtkwidget.c (gtk_widget_size_allocate): Add a new debug
682         flag, geometry, to debug size allocation.
683
684         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set cell data
685         unconditionally.  (#152562, Federico Mena Quintero)
686
687 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
688
689         * gtk/gtkuimanager.c (update_node): Also update smart separators 
690         if the visibility of a  menuitem with a submenu changes.  (#153791,
691         Christian Persch)
692
693 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
694
695         * gtk/gtkentry.h:
696         * gtk/gtkentry.c: 
697         * gtk/gtkentrycompletion.c: 
698         * gtk/gtkspinbutton.c: Share the three copies of get_borders()
699         under the name _gtk_entry_get_borders().  (#116368, Owen Taylor)
700
701 2004-10-07  Matthias Clasen  <mclasen@redhat.com>
702
703         * gtk/gtkfilechooserdefault.c (check_is_folder): Don't free 
704         info too early.  (#154703, Morten Welinder)
705
706         * gtk/gtkfilechooserdefault.c: Include gtkeventbox.h.
707         (#154798, Morten Welinder)
708
709 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
710
711         * gtk/gtkpaned.c (gtk_paned_compute_position): Reduce rounding 
712         error.  (#154658, John Cupitt)
713
714         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Clear
715         the iter instead of returning it unmodified. (#154186, Jonathan Blandford)
716
717         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_focus): Pop up
718         the completions again after tab.  (#147700, Jens Bech Madsen)
719
720         * gtk/gtktreeview.c (gtk_tree_view_search_iter): Set the cursor
721         before changing the selection to make the file chooser preview
722         update work better.  (#143826, Tommi Komulainen)
723
724 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
725
726         * gtk/gtkrange.c (gtk_range_real_change_value): Replace a really
727         gross way of rounding to a specified number of digits.  (#145232,
728         Peter Zelezny, patch by Soeren Sandmann)
729
730 Wed Oct  6 00:45:04 2004    <timj@birnet.org>
731
732         * gdk/gdkwindow.c (gdk_window_is_viewable): check the iteration window
733         variable, not just the window passed in. fixes #145270.
734
735 Tue Oct  5 21:00:54 2004  Tim Janik  <timj@gtk.org>
736
737         * gtk/gtkwidget.c (gtk_widget_size_allocate): reverted my last change 
738         and applied owen's leaner conditional flag update which should be good
739         enough to preserve resizing flag invariants.
740
741 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
742
743         * NEWS: Updates
744
745 Tue Oct  5 19:29:06 2004  Tim Janik  <timj@gtk.org>
746
747         * gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
748
749 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
750
751         * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
752         not scaling up at all. Less magic.
753
754 Tue Oct  5 17:06:26 2004  Tim Janik  <timj@gtk.org>
755
756         * gtk/gtkwidget.c (gtk_widget_size_allocate): if REQUEST_NEEDED is still
757         set on ::size-allocate, another size-request has been queued since
758         ::size-request and needs to be requeued.
759
760 2004-10-05  Paolo Borelli  <pborelli@katamail.com>
761
762         * gtk/gtkmenutoolbutton.c: rename the activate-menu signal to
763         show-menu as discussed in bug #153873.
764
765 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
766
767         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Set 
768         action_name.  (#154526, John Finlay)
769
770         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new_for_display): 
771         Return a new reference to an existing GdkWindow if one already
772         exists.  (#151378, Gustavo Carneiro)
773
774 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
775
776         Provide access to the string representation of accelerators used
777         in GtkAccelLabel.  (#154068, John Spray)
778
779         * gtk/gtkaccelgroup.h:
780         * gtk/gtkaccelgroup.c (gtk_accelerator_get_label): New function
781         to return the accelerator label used in GtkAccelLabel. 
782         (gtk_accelerator_name): Update docs to point to 
783         gtk_accelerator_get_label().
784         * gtk/gtkaccellabel.h:
785         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
786         New auxiliary function which creates the string representing the
787         accelerator.
788         
789 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
790
791         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
792         popup if a new model is set.  (#154129, Bernd Demian)
793
794 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
795
796         * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): 
797         Make the code work as intended for unthemed icons; don't scale
798         them up too much. Allow to scale them down, and do so 
799         exactly.  (#154142, Ross Burton)
800         (gtk_icon_info_load_icon): Amend docs.
801
802         * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
803         docs.  (#154504, Dave Cook)
804
805         * gtk/gtkwindow.c (gtk_window_set_icon_list): 
806         (gtk_window_set_default_icon_list): Ref the new icons
807         before unreffing the old ones.  (#154468, Morten Welinder)
808         (gtk_window_realize_icon): Only set using_themed_icon if
809         we actually got an icon list from the theme.  (#154472, Morten
810         Welinder)
811
812 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
813
814         * gtk/gtkiconview.c (gtk_icon_view_set_model): Reset pointers
815         pointing to the old model.  (#154350)
816
817         * gtk/gtkwindow.c (icon_list_from_theme): Don't leak the
818         sizes array.  (#154310, Christian Persch)
819
820         * gtk/gtktreeviewcolumn.c 
821         (gtk_tree_view_column_setup_sort_column_id_callback): 
822         Set sort_indicator to FALSE when appropriate.  (#153714, 
823         Reinout van Schouwen)
824
825         * gtk/gtktreeview.c (gtk_tree_view_search_position_func): 
826         Fix positioning near the monitor boundaries.  (#154341,
827         Ken Harris)
828
829 2004-10-01  Paolo Borelli  <pborelli@katamail.com>
830
831         * gtk/gtkmenutoolbutton.c: deactivate the menu before setting it
832         to something else. Bug #153887.
833
834 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
835
836         Fix bug #150790:
837         
838         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): Fix the
839         calculation of x_offset when ellipsized and in RTL mode.
840         (gtk_cell_renderer_text_render): Fix the calculation of the layout
841         width when ellipsized.  
842
843 2004-10-01  Tor Lillqvist  <tml@iki.fi>
844
845         * gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to
846         FALSE, thus enabling tablet input by default.
847
848         * gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the
849         --use-wintab option again (but without effect, as this is now the
850         default, see above). (#153788)
851
852         * modules/input/gtkimcontextime.c: Numerous changes.
853
854         Remove the ifdef UNICODE conditionals. Always use the
855         wide-character Imm* API. It is present also in Windows 98 and
856         Me. (Not Windows 95, but I think we don't care about that.) Using
857         the multibyte API wouldn't work anyway on systems where the system
858         codepage doesn't support the language the user uses an IME for, so
859         for instance I wouldn't be able to test this module on my English
860         Windows 2000 although I do have C, J and K IMEs available.
861
862         Guard against IMM not being active, always check ImmGetContext()
863         returning NULL. Work to some extent even without any IME. Fixes
864         #153800 at least partially.
865
866         * modules/input/imime.c (ime_info): Rename to "ime" to match the
867         naming pattern of other input modules. Make it default for
868         ja:ko:zh only.
869
870 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
871
872         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
873         cell renderers to the docs.
874
875         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
876         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
877         Silently ignore info being NULL. This is unavoidable with the 
878         current design where we have every implementation of layout_clear
879         call layout_clear_attributes, and also delegate calls to dependent
880         cell layouts.  (#154191, Martyn Russell)
881
882 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
883
884         * modules/input/iminuktitut.c: Fix the spelling of Inuktitut
885         in several places.  (#154176, John Austin)
886
887 2004-09-30  Paolo Borelli  <pborelli@katamail.com>
888
889         * tests/testellipsize.c: exit on close.
890
891 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
892
893         * gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
894         since it doesn't take an argument.
895
896 2004-09-29  Christopher Blizzard  <blizzard@redhat.com>
897
898         * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
899         G_END_DECLS
900
901 2004-09-29  Paolo Borelli  <pborelli@katamail.com>
902
903         * tests/testtoolbar.c: add a GtkMenuToolButton.
904
905 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
906
907         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_left_right) 
908         (gtk_icon_view_move_cursor_start_end) 
909         (gtk_icon_view_move_cursor_page_up_down) 
910         (gtk_icon_view_move_cursor_up_down): Handle an empty icon
911         view gracefully.  (#152486)
912
913         Allow keynav to selectable labels (#138085, David Hawthorne):
914         
915         * gtk/gtkdialog.c (gtk_dialog_map): Skip selectable labels when
916         looking for the initial focus widget.
917
918         * gtk/gtklabel.c (gtk_label_focus): Remove to put selectable labels 
919         in the regular focus chain again.
920
921 2004-09-28  Matthias Clasen  <mclasen@redhat.com>
922
923         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Don't
924         reuse insensitive pixbufs across multiple rows.  (#153984, Milosz
925         Derezynski)
926
927         * gtk/gtkmain.c (gtk_parse_args): Use gtk_get_option_group() 
928         to obtain an option group with correctly set pre- and post-
929         parse hooks, instead of manually calling the hooks. This fixes
930         a problem with setting the program class in the gdk preparse
931         hook.  (#153788, Robert Ă–gren)
932
933 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
934
935         Fix #153082:
936         
937         * gtk/gtkmain.c (do_pre_parse_initialization): Don't call gdk_parse_args()
938         here, we don't want to parse args twice.
939         (gtk_init_with_args): Add the ugid check here as well.
940         (gtk_parse_args): Add the gdk options to the main option group as well.
941
942 2004-09-27  Paolo Borelli  <pborelli@katamail.com>
943
944         * gtk/Makefile.am:
945         * gtk/gtk.h:
946         * gtk/gtkmenutoolbutton.[ch]: add the GtkMenuToolButton widget
947         discussed in bug #151441.
948
949         * docs/reference/gtk/gtk-docs.sgml:
950         * docs/reference/gtk/gtk-sections.txt:
951         * docs/reference/gtk/gtk.types:
952         * docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml: docs for the
953         new widget.
954
955 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
956
957         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_list_children): 
958         Emit ::finished-loading.
959
960 2004-09-27  Roozbeh Pournader  <roozbeh@farsiweb.info>
961  
962         * configure.in: Added Iranian Azerbaijani (az_IR) to ALL_LINUGAS.
963
964 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
965
966         * gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
967         docs.  (#153811, Billy Biggs)
968
969         * gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
970         need_timer.
971
972 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
973
974         * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
975         to the name of the has_secondary_backward_stepper property.
976         Noticed by Michèle Garoche.
977
978 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
979
980         * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
981
982 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
983
984         * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
985         to make the current folder visible.  (#152921)
986
987         * gtk/gtkbutton.c: Revert the button state to !button_down,
988         if we're missing the release event due to grab shadowing
989         or insensitivation.
990
991         * gtk/gtkpathbar.c: Make the slider buttons scroll.
992
993         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove 
994         debug spew.
995         (bookmarks_check_remove_sensitivity): Don't free an uninitialized
996         pointer.
997
998         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): 
999         cursor_pos is in characters, not bytes.  (#153332, Owen Taylor)
1000
1001 2004-09-25  Robert Ă–gren  <gtk@roboros.com>
1002
1003         * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
1004         lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
1005         a further fix for bug #145467.
1006
1007 2004-09-25  Matthias Clasen  <mclasen@redhat.com>
1008
1009         * gtk/gtktextiter.c (inside_word_func): Don't access 
1010         attr[-1].  (#153628, Padraig O'Briain)
1011
1012 2004-09-23  Matthias Clasen  <mclasen@redhat.com>
1013
1014         * gtk/gtkfilechooserdefault.c: Add some tooltips.
1015
1016 2004-09-22  Matthias Clasen  <mclasen@redhat.com>
1017
1018         * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): 
1019         * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove
1020         unnecessary g_return_if_fail()s from virtual functions.  (#153469,
1021         (Tristan Van Berkom) 
1022
1023         * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
1024         cursors.  (#153468, Christian Persch)
1025
1026         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
1027         (#153467, Christian Persch)
1028
1029         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
1030         bitops on booleans.
1031         (gtk_file_chooser_default_should_respond): Make it easier to 
1032         select folders in SELECT_FOLDER mode.
1033
1034 Wed Sep 22 00:54:34 2004  Matthias Clasen  <mclasen@redhat.com>
1035
1036         * demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame
1037         pixbuf.
1038
1039 Tue Sep 21 16:55:38 2004  Manish Singh  <yosh@gimp.org>
1040
1041         * tests/testtreemodel.c: #include <config.h> for HAVE_MALLINFO define,
1042         other minor cleanups.
1043
1044 Tue Sep 21 16:27:19 2004  Manish Singh  <yosh@gimp.org>
1045
1046         * gdk/gdk.c: remove now unused arg variables.
1047
1048         * gdk/gdkinternals.h: declare _gdk_windowing_init ().
1049
1050         * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args ()
1051         here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
1052
1053 2004-09-21  Matthias Clasen  <mclasen@redhat.com>
1054
1055         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): 
1056         Don't assert that current_focus != NULL, just return FALSE.
1057
1058         * gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path
1059         bar arrows some more space.
1060
1061         * configure.in: Check for mallinfo.
1062
1063         * tests/testtreemodel.c: Only include malloc.h if HAVE_MALLINFO
1064         is defined.  (#153168, Darren Creutz)
1065
1066         * gtk/gtkactiongroup.c: Fix typos in signal docs.  (#153224,
1067         John Finlay)
1068
1069 Mon Sep 20 19:44:58 2004  Matthias Clasen  <mclasen@redhat.com>
1070
1071         * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
1072         return FALSE from a void function.  (#153185, Joel Fredrikson)
1073
1074 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
1075
1076         * gtk/gtkbutton.c (gtk_button_class_init): Add a boolean ::displace-focus
1077         style property and apply child displacement to the focus rectangle 
1078         if it is TRUE.  (#141170, Soeren Sandmann)
1079
1080 Sun Sep 19 23:56:18 2004  Søren Sandmann  <sandmann@redhat.com>
1081
1082         * gtk/gtkmenu.c (MENU_SCROLL_TIMEOUT2): Change from 50 to 20 to
1083         make the menus scroll faster.
1084
1085 2004-09-19  Matthias Clasen  <mclasen@redhat.com>
1086
1087         * configure.in: Bump version
1088
1089         * === Released 2.5.3 ===
1090
1091 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
1092
1093         Make GtkFileChooserButton activatable via mnemonics.
1094         (#152925, Dennis Cranston, patch by James M. Cape)
1095
1096         * gtk/gtkfilechooserbutton.c: Add a ::mnemonic-activate signal
1097         and a suitable default handler.
1098
1099         * tests/testfilechooserbutton.c: Add a mnemonic.
1100
1101 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
1102
1103         Fix win32 build errors.  (#153032, #153028, Robert Ă–gren)
1104
1105         * gdk/win32/gdkmain-win32.c: Make it compile.  
1106
1107         * gtk/gtkmain.c: Include glib.h.  
1108
1109 2004-09-18  Federico Mena Quintero  <federico@ximian.com>
1110
1111         Merged from 2.4:
1112
1113         * gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
1114         GTK_IS_FILE_PATH() macros.  They are not supposed to exist, as
1115         GtkFilePath is not an object.  And they never worked, anyway.
1116
1117 2004-09-18  Marco Pesenti Gritti  <marco@gnome.org>
1118
1119         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
1120
1121         Make numeric pad enter activate the selected completion
1122         entry. Fix bug 143486 reported by Edd Dumbill.
1123
1124 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
1125
1126         * NEWS: Updates
1127
1128         * gtk/gtkfilechooserdefault.c (select_func): Scroll to the selected
1129         row.  (#143868, Christian Persch)
1130
1131 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
1132
1133         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): Remove
1134         leftover debug code.
1135
1136         Improve the behaviour of the file chooser in save mode. Fixes bugs
1137         #151031, #151608, #151994 reported by Owen Taylor and Alexander 
1138         Larsson.
1139         
1140         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property): 
1141         (location_entry_create): Propagate the action to the file 
1142         chooser entries.
1143         (gtk_file_chooser_default_should_respond): Switch folders if 
1144         the user enters a directory name in the entry and clear the entry
1145         after switching folders.
1146         (gtk_file_chooser_default_should_respond, shortcuts_row_activated_cb): 
1147         Move focus to the file list when activating a shortcut.
1148         (gtk_file_chooser_default_should_respond): Handle the case where the
1149         user clicks on "Save" after selecting a folder in the file list.
1150
1151         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): 
1152         Propagate the action to the file chooser entries.
1153         
1154         * gtk/gtkfilechooserentry.h: 
1155         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
1156         (_gtk_file_chooser_entry_get_action): New functions to propagate
1157         the GtkFileChooserAction of the file chooser to the file chooser 
1158         entry.
1159         (check_completion_callback): If we are in save mode, only do 
1160         inline completion for directories. 
1161
1162 Fri Sep 17 11:20:03 2004  Jonathan Blandford  <jrb@gnome.org>
1163
1164         * gtk/gtklabel.c (gtk_label_set_markup): Add an example to the
1165         docs.
1166
1167 Thu Sep 16 23:20:05 2004  Matthias Clasen  <maclas@gmx.de>
1168
1169         * gtk/gtkselection.c (selection_get_text_plain): 
1170         * gdk/x11/gdkselection-x11.c (make_list): Warn if a UTF8_STRING
1171         or text/plain;charset=utf-8 roperty contains invalid 
1172         UTF-8.  (#152845, Owen Taylor)
1173
1174 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
1175
1176         Fix #152760, Christian Persch:
1177         
1178         * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't free
1179         private data.
1180         (gtk_about_dialog_set_translator_credits): Recommend the msg
1181         id translator-credits.
1182         (display_credits_dialog): Show translator credits if they're
1183         translated, not if they're untranslated.
1184
1185 Thu Sep 16 02:07:56 2004  Jonathan Blandford  <jrb@gnome.org>
1186
1187         * docs/tools/widgets.c (create_icon_view): load images at normal
1188         size.
1189
1190         * docs/reference/gtk/images/*png: Update shots.
1191
1192 Thu Sep 16 00:33:11 2004  Jonathan Blandford  <jrb@gnome.org>
1193
1194         * docs/tools/widgets.c (new_widget_info): Add constrained sizing
1195         to the widgets.  This gives us all images running the same size,
1196         which will make the table layout look better.
1197
1198 2004-09-15  Tor Lillqvist  <tml@iki.fi>
1199
1200         * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
1201         Remove bogus code that tried to do what the X11 backend does in
1202         its version of this function. There are no "frame windows" (for
1203         toplevel window decoration) on Windows. The desktop ("root")
1204         window is not the parent of a toplevel window. (#152481)
1205
1206 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
1207
1208         * NEWS: Update.
1209
1210 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
1211
1212         * docs/tools/widgets.c: Add accel label, file button
1213         and icon view.
1214
1215 Tue Sep 14 22:01:49 2004  Matthias Clasen  <maclas@gmx.de>
1216
1217         * configure.in: New option --disable-visibility to disable
1218         the use of ELF visibility attributes for PLT reduction.
1219
1220         * gtk/makegtkalias.pl: 
1221         * gdk/makegdkalias.pl: Respect the DISABLE_VISIBILITY
1222         define.
1223
1224 Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
1225
1226         * gtk/gtkaction.c (connect_proxy): Call
1227         gtk_tool_item_rebuild_menu().
1228
1229         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Update
1230         documentation for GtkToolItem::create_menu_proxy.
1231
1232         * gtk/gtktoolitem.c (gtk_tool_item_rebuild_menu): New
1233         API to make the toolbar update itself when the proxy menu item
1234         for a tool item changes.
1235
1236         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Call
1237         gtk_tool_item_rebuild_menu here()
1238
1239         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
1240         Remove redundant check for need_label.
1241
1242 2004-09-14  Matthias Clasen  <mclasen@redhat.com>
1243
1244         * gtk/gtkmain.c (do_post_parse_initialization): Remove an unused 
1245         variable, spotted by Morten Welinder.
1246
1247         * gtk/queryimmodules.c (escape_string): Copy code from queryloaders.c
1248         which turns backslashes in slashes on win32.  (#152608, Kazuki IWAMOTO)
1249
1250         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Set the cursor
1251         to the first selected row instead of always to the first row if there
1252         is no cursor.  (#143270, Jean BrĂ©fort)
1253
1254         * tests/testfilechooser.c (main): Fix a few typos.
1255
1256 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
1257
1258         * gtk/gtkexpander.c: 
1259         * gtk/gtktreeview.c: Change the default expander size to 12 to compensate 
1260         for the recent change to gtk_default_draw_expander().
1261
1262         * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
1263         for expander sizes up to 16
1264
1265         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
1266         popup if the model is replaced.  (#152333)
1267
1268 Mon Sep 13 09:11:53 2004  Manish Singh  <yosh@gimp.org>
1269
1270         * gtk/gtkrange.c: fix gtk_range_real_change_value args. Addresses part
1271         of #152518.
1272
1273 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
1274
1275         Fix some problems reported by Morten Welinder:
1276         
1277         * gtk/gtkfilesystem.c: Include gtkmodules.h, not gtkmain.h, since
1278         the modules stuff moved.
1279
1280         * gtk/gtkmain.c (gtk_arg_no_debug_cb): Add a missing return
1281
1282         * gtk/gtksettings.c: Add missing include. 
1283         (settings_update_modules): Remove an unused variable.
1284
1285 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
1286
1287         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1288         Improve positioning of entry completion popup.
1289
1290 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
1291
1292         * gtk/makegtkalias.pl: 
1293         * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
1294         aliases instead of the long suffix "__internal_alias". 
1295
1296         * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
1297         button.
1298
1299 Wed Sep  8 18:38:08 2004  Soeren Sandmann  <sandmann@redhat.com>
1300
1301         Make dropping of expandable items look nicer.
1302         
1303         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
1304         placeholder expand if highlight item is expanding.
1305
1306         * gtk/gtktoolbar.c (toolbar_content_set_expand): New function.
1307
1308         * gtk/gtktoolbar.c (toolbar_content_get_expand): Return TRUE only
1309         if the item is not disappering.
1310
1311 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
1312
1313         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Use the proper node type
1314         for placeholders in toolbars.  (#151963, Olivier Andrieu)
1315
1316         * gtk/gtkstyle.c (gtk_default_draw_expander): Draw expanders a bit 
1317         better.
1318
1319 Sun Sep  5 17:14:16 2004  Matthias Clasen  <maclas@gmx.de>
1320
1321         * gtk/gtkmain.c: 
1322         * gdk/gdk.c: 
1323         * gdk/x11/gdkmain-x11.c: 
1324         * gdk/win32/gdkmain-win32.c: Add descriptions for the 
1325         commandline arguments. The actual descriptions are mostly 
1326         taken from libbonoboui, so translators should be able to 
1327         copy existing translations from there.
1328
1329 2004-09-05  Anders Carlsson  <andersca@gnome.org>
1330
1331         * gdk/gdk.symbols:
1332         * gtk/gtk.symbols:
1333         Add new functions
1334
1335 2004-09-05  Anders Carlsson  <andersca@gnome.org>
1336
1337         * gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
1338         (gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only),
1339         (gdk_parse_args):
1340         * gdk/gdk.h:
1341         * gdk/gdkinternals.h:
1342         * gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init):
1343         * gdk/win32/gdkmain-win32.c: (_gdk_windowing_init):
1344         * gdk/x11/gdkdisplay-x11.c: (gdk_display_open):
1345         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init):
1346         * gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb),
1347         (gtk_arg_module_cb), (gtk_arg_warnings_cb),
1348         (do_pre_parse_initialization), (do_post_parse_initialization),
1349         (pre_parse_hook), (post_parse_hook), (gtk_get_option_group),
1350         (gtk_init_with_args), (gtk_parse_args):
1351         * gtk/gtkmain.h:
1352         Make gtk argument parsing use goption. Add gtk_get_option_group and
1353         gtk_init_with_args. 
1354         
1355         * tests/testtreemodel.c: (main):
1356         Use gtk_init_with_args.
1357         
1358 Sun Sep  5 01:04:01 2004  Matthias Clasen  <maclas@gmx.de>
1359
1360         Allow sorting of tree models to be turned off 
1361         again.  (#151139, Torsten Schoenfeld)
1362         
1363         * gtk/gtktreesortable.h: 
1364         Add GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID.
1365
1366         * gtk/gtktreestore.c (gtk_tree_store_sort): 
1367         * gtk/gtkliststore.c (gtk_list_store_sort): Don't sort if
1368         the list store is not sorted.
1369
1370 Sat Sep  4 23:37:56 2004  Matthias Clasen  <maclas@gmx.de>
1371
1372         * configure.in: Fix the Solaris Xinerama checks.  (#151754)
1373
1374 Sat Sep  4 22:45:49 2004  Matthias Clasen  <maclas@gmx.de>
1375
1376         * gtk/gtkentry.c (gtk_entry_backspace): Don't refuse to delete
1377         text in passwords.  (#151723, Owen Taylor)
1378
1379 Sat Sep  4 16:51:00 2004  Søren Sandmann  <sandmann@redhat.com>
1380
1381         * gdk/x11/gdkevents-x11.c (gdk_event_prepare): Revert accidental
1382         change from Aug 02 that removed a flush of the X connection from
1383         gdk_event_prepare() causing applications to get stuck. (#151732,
1384         Richard Hoelscher).
1385
1386 Fri Sep  3 22:45:03 2004  Matthias Clasen  <maclas@gmx.de>
1387
1388         * gtk/gtkuimanager.c (print_node): Don't print out attributes
1389         for the <ui> root node.  (#151752, Lorenzo Gil SĂ¡nchez)
1390
1391 Sat Sep  4 02:38:57 2004  Søren Sandmann  <sandmann@redhat.com>
1392
1393         * gtk/gtktoolbar.c (position): Accelerate the animation when it
1394         has been running for a while. (#143647).
1395
1396 2004-09-03  Tor Lillqvist  <tml@iki.fi>
1397
1398         * gtk-zip.sh.in: List the three theme gtkrc files separately, zip
1399         doesn't do anything if one of the files on its command line
1400         doesn't exist.
1401
1402         Handle changes of screen resolution on Win32. (#151581, reported by
1403         Arjohn Kampman)
1404         
1405         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_init,
1406         _gdk_root_window_size_init): Factor out setting the root window's
1407         size (as the size of the union of all monitors) to a new function.
1408
1409         * gdk/win32/gdkdisplay-win32.c (gdk_display_open,
1410         _gdk_monitor_init): Factor out the monitor query to a new
1411         function.
1412
1413         * gdk/win32/gdkprivate-win32.h: Declare above new functions.
1414
1415         * gdk/win32/gdkevents-win32.c (gdk_event_translate,
1416         handle_display_change): Handle WM_DISPLAYCHANGE by calling the
1417         above two functions, and emitting the "size_changed" signal on our
1418         (only) GdkScreen.
1419
1420 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
1421
1422         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): 
1423         Document the return value.
1424
1425 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
1426
1427         Make it possible to specify additional modules to load
1428         via a setting.  (#117236, Alex Graveley)
1429         
1430         * gtk/gtkmodules.h: 
1431         * gtk/gtkmodules.c: New files which contain the module
1432         handling code which was previously in gtkmain.[hc]. 
1433         Additionally, the code now looks for the gtk-modules 
1434         setting, which can specify additional modules to load.
1435
1436         * gtk/gtkmain.c: 
1437         * gtk/gtkmain.h: Remove all the module handling code.
1438
1439         * gtk/gtkdebug.h: Add a debug flag for modules.
1440
1441         * gtk/gtk.h: Include gtkmodules.h
1442
1443         * gtk/Makefile.am (gtk_public_h_sources): Add gtkmodules.h
1444         (gtk_c_sources): Add gtkmodules.c
1445
1446         * gtk/gtksettings.c: Add the gtk-modules setting.
1447
1448         * gdk/x11/gdkevents-x11.c: Add the Gtk/Modules XSetting.
1449
1450 Wed Sep  1 19:11:44 2004  Søren Sandmann  <sandmann@redhat.com>
1451
1452         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
1453         children of the toolbar are given positive dimensions. (149540,
1454         Felipe Heidrich).
1455
1456 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
1457
1458         * gtk/gtkfilesystemunix.c: 
1459         * gtk/gtkfilechooserbutton.c: Protect the unistd.h include
1460         by HAVE_UNISTD_H.
1461
1462 Wed Sep  1 02:38:48 2004  Matthias Clasen  <maclas@gmx.de>
1463
1464         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
1465         accel labels ellipsize correctly.  (#151559, Christian Persch)
1466
1467 Wed Sep  1 00:55:56 2004  Matthias Clasen  <maclas@gmx.de>
1468
1469         * gtk/gtkimage.c (gtk_image_clear): Don't leak the iter
1470         of a running animation.  (#151542)
1471
1472 Tue Aug 31 23:40:29 2004  Matthias Clasen  <maclas@gmx.de>
1473
1474         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
1475         "ms-windows" the default theme on Win32.  
1476
1477 Tue Aug 31 23:24:49 2004  Matthias Clasen  <maclas@gmx.de>
1478
1479         * gtk/gtkcalendar.c (gtk_calendar_main_button): Only start  
1480         a drag if the left button is pressed.  (#151490, Frederic Croszat)
1481
1482 Tue Aug 31 23:20:58 2004  Matthias Clasen  <maclas@gmx.de>
1483
1484         * gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
1485
1486 Tue Aug 31 17:07:41 2004  Jonathan Blandford  <jrb@redhat.com>
1487
1488         * gtk/gtktreeviewcolumn.c
1489         (gtk_tree_view_column_cell_process_action): constrain cell area to
1490         passed in cell_area, #147867
1491
1492         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): if
1493         ellipsizing, get_size is only 3 chars wide.
1494
1495         * docs/tree-column-sizing.png: Add Matthias's excellent image.
1496
1497 2004-08-28  Robert Ă–gren  <gtk@roboros.com>
1498
1499         On Win32, do not produce tablet motion or button events while a
1500         window is being moved or resized. (#151090, reported by Shaneyfelt)
1501
1502         * gdk/win32/gdkprivate-win32.h
1503         * gdk/win32/gdkglobals-win32.c
1504         * gdk/win32/gdkevents-win32.c: Rename the variable resizing to
1505         _sizemove_in_progress and make it extern.
1506
1507         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Ignore
1508         motion and button events if _sizemove_in_progress is true.
1509
1510 2004-08-30  Tor Lillqvist  <tml@iki.fi>
1511
1512         Make the ms-windows theme engine build with mingw.
1513
1514         * configure.in: Expand also modules/engines/ms-windows/Theme/
1515         Makefile and .../Theme/gtk-2.0/Makefile.
1516
1517         * modules/engines/ms-windows/Makefile.am: Adapt for building
1518         inside the GTK sources.
1519
1520         * modules/engines/ms-windows/*.c: Use "foo.h" style includes for
1521         GTK and GDK headers. Use correct path for gdkwin32.h header.
1522
1523         * modules/engines/ms-windows/msw_style.c: Don't use deprecated GDK
1524         API.
1525
1526         * modules/engines/ms-windows/xp_theme_defs.h
1527         * modules/engines/ms-windows/xp_theme.c: Move definitions of TMT_*
1528         to xp_theme.c, as they are neither in mingw's nor Platform
1529         SDK's tmschema.h.
1530
1531         * modules/engines/ms-windows/xp_theme.c: Define _WIN32_WINNT as
1532         0x0501 to get the necesssary stuff from mingw's uxtheme.h.
1533
1534 2004-08-30  Matthias Clasen  <mclasen@redhat.com>
1535
1536         Integrate the ms-windows theme engine (better known as Wimp)
1537         into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/) 
1538         was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2
1539         sources have been added to the GTK+ source tree in 
1540         modules/engines/ms-windows, and there is a ChangeLog detailing 
1541         the history of Wimp. (#109615, Havoc Pennington)
1542         
1543         * configure.in: Generate modules/engines/Makefile and 
1544         modules/engines/ms-windows/Makefile.
1545
1546         * modules/Makefile.am (SUBDIRS): Add engines.
1547
1548         * modules/engines/Makefile.am: Compile ms-windows for win32.
1549
1550 2004-08-30  Matthias Clasen  <mclasen@redhat.com>
1551
1552         * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler):
1553         Make it compile.
1554
1555 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
1556
1557         Fix #151112, Olexiy Avramchenko:
1558         
1559         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): 
1560         * gtk/gtkiconview.c (scroll_timeout, layout_callback) 
1561         (gtk_icon_view_item_accessible_idle_do_action): 
1562         * gtk/gtkcombobox.c (list_popup_resize_idle, popdown_idle) 
1563         (popup_idle): Protect idle callbacks and timeouts with 
1564         GDK_THREADS_ENTER/_LEAVE.
1565
1566         * gtk/gtkfilechooserbutton.c (update_dialog_idle): New function to
1567         call update_dialog() from an idle with the necessary protection.
1568
1569 Mon Aug 30 01:34:42 2004  Matthias Clasen  <maclas@gmx.de>
1570
1571         Changes to make sure input methods respect the editability
1572         of entries and text views. #114173, Noah Levitt.
1573         
1574         * gtk/gtkentry.c (popup_targets_received): Make the Input 
1575         Methods menuitem insensitive if we're not editable.
1576
1577         * gtk/gtkentry.c (gtk_entry_delete_surrounding_cb): 
1578         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): 
1579         * gtk/gtkentry.c (gtk_entry_commit_cb): Don't change anything 
1580         if we're not editable.
1581
1582         * gtk/gtkentry.c (gtk_entry_focus_out): 
1583         * gtk/gtkentry.c (gtk_entry_focus_in): Only send focus_in and
1584         focus_out to the im context if we're editable.
1585
1586         * gtk/gtkentry.c (gtk_entry_set_property): Reset the im context
1587         if the entry just became non-editable.
1588
1589         * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler): 
1590         Use gtk_text_buffer_delete_interactive() to not delete
1591         non-editable portions of text.
1592
1593 2004-08-30  Tor Lillqvist  <tml@iki.fi>
1594
1595         * modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
1596
1597         * modules/input/gtkimcontextime.c: Use quotes in #includes, to
1598         find headers when building inside GTK+ sources.
1599
1600 2004-08-27  Tor Lillqvist  <tml@iki.fi>
1601
1602         * gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
1603         drop_failed, like in the X11 backend. Nothing sets it, though.
1604         (gdk_drag_drop_succeeded): Copy from X11 backend.
1605
1606 Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
1607
1608         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't crash
1609         if model is not set. Noted by Mariano Suarez-Alvarez.
1610
1611 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
1612
1613         Provide information about how an adjustment change in a range 
1614         widget happened. Add a "change-value" signal which reports how 
1615         a user is interacting with the range, whether they are clicking 
1616         on a stepper or the trough, or dragging the slider.  (#133263,
1617         Thomas Fitzsimmons)
1618
1619         * gtk/gtkmarshalers.list: Add signal type BOOLEAN:ENUM,DOUBLE.
1620         * gtk/gtkrange.c (gtk_range_class_init): Add "change-value"
1621         signal.
1622         (gtk_range_internal_set_value): Rename to
1623         gtk_range_real_change_value.  Add GtkScrollType parameter.  Emit
1624         the change-value signal when the range's value changes.
1625         (update_slider_position, gtk_range_scroll_event, step_back,
1626         step_forward, page_back, page_forward, scroll_begin,
1627         scroll_end): Change gtk_range_internal_set_value to
1628         gtk_range_real_change_value.
1629         * gtk/gtkrange.h (struct _GtkRangeClass): Declare change_value
1630         function.
1631
1632 2004-08-26  Matthias Clasen  <mclasen@redhat.com>
1633
1634         * modules/input/Makefile.am: Build imime.la on Windows.
1635
1636         * modules/input/gtkimcontextime.h: 
1637         * modules/input/gtkimcontextime.c: 
1638         * modules/input/imime.c: 
1639         * modules/input/imm-extra.h: Add the IME input method for Win32
1640         written by Takuro Ashie and Kazuki IWAMOTO. The code was previously
1641         hosted at http://sourceforge.jp/projects/imime.  (#135195)
1642
1643 2004-08-26  Bill Haneman <billh@gnome.org>
1644
1645         * gtk/gtktreeview:
1646         (gtk_tree_view_move_cursor_up_down):
1647         If a multi-selection list contains only one item,
1648         select it on cursor_up or cursor_down.
1649         Fixes bug #131226.
1650         [patch from Padraig O'Briain]
1651
1652 2004-08-26  Matthias Clasen  <mclasen@redhat.com>
1653
1654         Make gdk_window_process_[all]_updates() respect 
1655         update_freeze_counter  (#144272, Soeren Sandmann)
1656         
1657         * gdk/gdkwindow.c (gdk_window_schedule_update): New function to
1658         install an idle for gdk_window_update_idle() if one isn't there
1659         already.
1660         (gdk_window_process_all_updates): 
1661         (gdk_window_process_updates): Only process the updates if the
1662         window isn't frozen.
1663         (gdk_window_invalidate_maybe_recurse): Schedule an update when
1664         necessary.
1665         (gdk_window_thaw_updates): Use gdk_window_schedule_update() instead
1666         of directly installing the idle.
1667
1668 2004-08-22  Robert Ă–gren  <gtk@roboros.com>
1669
1670         On Win32, make graphical tablets work on multi-monitor systems.
1671         (#145467, reported by buttknock1@ya...)
1672
1673         * gdk/win32/gdkinput-win32.c (gdk_input_translate_coordinates):
1674         Use dimensions of _gdk_parent_root as screen size.
1675         (gdk_input_get_root_relative_geometry): Get coordinates relative
1676         to GDK root window instead of Win32 coordinates.
1677         (_gdk_input_other_event): Updated accordingly.
1678
1679 Wed Aug 25 17:24:17 2004  Manish Singh  <yosh@gimp.org>
1680
1681         * gdk/x11/gdkfont-x11.c: remove unused gdk_font_charset_for_locale()
1682         function.
1683
1684         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): remove unused
1685         variables num_extensions and extensions.
1686
1687         * gtk/gtkhsv.c: remove unused gtk_hsv_get_focus_gc() function.
1688
1689 Wed Aug 25 17:14:58 2004  Manish Singh  <yosh@gimp.org>
1690
1691         * gtk/gtktreeview.c (gtk_tree_view_search_activate): initialize
1692         path so we don't potentially use an undefined pointer.
1693
1694         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): add G_CALLBACK
1695         cast for tree_view_keybinding_cb.
1696
1697         * gtk/gtkfilechooserdefault.c (location_entry_create): cast to
1698         GTK_FILE_CHOOSER_ENTRY for _gtk_file_chooser_entry_set_file_part()
1699         calls.
1700
1701         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_start_editing):
1702         cast to GTK_COMBO_BOX for gtk_combo_box_set_active_iter() call.
1703
1704         * gtk/gtkselection.c (selection_get_text_plain): make len a gsize,
1705         since that's what g_convert_with_fallback() expects.
1706
1707 Wed Aug 25 16:14:34 2004  Jonathan Blandford  <jrb@redhat.com>
1708
1709         * gtk/gtktreeview.c (gtk_tree_view_search_activate): activate the
1710         typeahead entry on enter.
1711
1712 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
1713
1714         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Steal ATTACHED_MENUS
1715         list so its tail isn't freed when we re-set it, noticed
1716         by Hans Petter Jansson.
1717
1718         * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
1719         a typo, noticed by Tim Janik.
1720
1721 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
1722
1723         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
1724         button to be end-justified, so that clicking on it is a stable
1725         operation.
1726
1727 Tue Aug 24 02:06:37 2004  Jonathan Blandford  <jrb@gnome.org>
1728
1729         * gtk/gtktreeview.c
1730         (gtk_tree_view_real_expand_collapse_cursor_row): Don't handle the
1731         event if we have no children.
1732
1733         * gtk/gtkfilechooserdefault.c (trap_activate_cb):
1734         (tree_view_keybinding_cb):Since GtkTreeView has a keybinding
1735          attached to '/', we need to catch keypresses before the TreeView
1736          gets them.
1737         (gtk_file_chooser_default_class_init): add '/' to be a keybinding
1738         to the C-l dialog.
1739         (location_entry_create): Clear the text to "" when loading a file.
1740         This has a much better feel than putting the currently selected
1741         in.
1742         * #include <errno.h>
1743
1744 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
1745
1746         * gtk/gtkfilechooserdefault.c (check_is_folder): Use get_file_info() rather 
1747         than trying get_folder() and checking for an error directly because older 
1748         versions of the gnome-vfs backend don't return an error 
1749         immediately.  (#150852, Zack Cerza )
1750
1751 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
1752
1753         * configure.in: Post-release version bump.
1754
1755         * === Released 2.5.2 ===
1756
1757         * gdk/abicheck.sh:
1758         * gtk/abicheck.sh: Make work during make distcheck.
1759         
1760         * docs/RELEASE-HOWTO: Add hint about doing make check 
1761         before make distcheck.
1762         
1763         * gtk/gtk.symbols: Add some missing symbols.
1764
1765         * gtk/gtkiconview.c: Add some missing statics.
1766
1767 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
1768
1769         * NEWS: Updates for 2.5.2
1770
1771 Wed Aug 25 00:22:48 2004  Søren Sandmann  <sandmann@redhat.com>
1772
1773         * gtk/gtksequence.c: Remove debug spew
1774
1775 Wed Aug 25 00:09:07 2004  Søren Sandmann  <sandmann@redhat.com>
1776
1777         * gtk/gtkliststore.c (gtk_list_store_move_after): Fix logical
1778         errors in gtk_list_store_move_before/after(). (#150983, patch by
1779         Robert Ă–gren).
1780
1781 Tue Aug 24 21:46:42 2004  Søren Sandmann  <sandmann@redhat.com>
1782
1783         * gtk/gtksequence.c (_gtk_sequence_move): Just return if the
1784         parameters are identical. (#150159, Robert Ă–gren)
1785
1786 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
1787
1788         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle 
1789         action_group being NULL.  (#150869,  Tommi Komulainen)
1790
1791 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
1792
1793         * gdk/gdkimage.c (allocate_scratch_images): Use the correct 
1794         index variable.  (#150941, Tommi Komulainen)
1795
1796 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
1797
1798         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
1799         height and adjustment into account.  (#136496, Pawek Salek)
1800
1801 Mon Aug 23 17:19:19 2004  Jonathan Blandford  <jrb@redhat.com>
1802
1803         * configure.in:
1804         * docs/tools/Makefile.am (clean-local): add the doc shooter to the
1805         docs dir as an uninstalled helper tool.
1806
1807 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
1808
1809         * gdk/x11/gdkwindow-x11.c (show_window_internal): Make it compile.
1810
1811         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a 
1812         user_time field.
1813
1814         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Update
1815         toplevel->user_time.
1816         (show_window_internal): Update the user time when re-mapping a
1817         toplevel window.  (#150502, Elijah Newren)
1818
1819 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
1820
1821         Fix #150822, reported by Christian Persch
1822         
1823         * gtk/gtklabel.c (gtk_label_ensure_layout): Set the layout width
1824         appropriately when ellipsized.
1825         (gtk_label_size_allocate): Only set the layout width if there
1826         is a layout.
1827
1828 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
1829
1830         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
1831         EWMH additions to the _NET_ACTIVE_WINDOW client message 
1832         format.  (#150668, Elijah Newren)
1833
1834 Mon Aug 23 01:17:59 2004  Matthias Clasen  <maclas@gmx.de>
1835
1836         * gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
1837         bits in pixel to 1s in case they are used as alpha; copying
1838         code from gdk_colormap_alloc_colors().  (#150466, Rich Wareham)
1839
1840 2004-08-22  Philip Langdale  <plangdale@vmware.com>
1841
1842         * gtk/gtkaction.c (gtk_action_disconnect_proxy): Two signals
1843         (gtk_action_sync_property and gtk_action_sync_sensitive) were
1844         not being correctly disconnected, leading to actions continuing
1845         to affect disconnected proxies. (#150607)
1846
1847 2004-08-22  Tor Lillqvist  <tml@iki.fi>
1848
1849         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal,
1850         gdk_window_new, gdk_window_set_skip_taskbar_hint): Don't show TEMP
1851         windows in the Task Manager. Implement by calling
1852         gdk_window_set_skip_taskbar_hint(TRUE) on them. (#145481, Tim
1853         Evans)
1854
1855         * gdk/win32/gdkdisplay-win32.c (enum_monitor, gdk_display_open):
1856         Report whole of (primary) monitor, including any taskbars.
1857         Excluding the taskbar area from the "root window" reported to GDK
1858         doesn't seem to be that useful although gdk/win32 had been doing it
1859         for a very long time. (#149013, see also #145467 and #148526)
1860
1861 Sun Aug 22 16:55:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1862
1863         * gtk/gtkexpander.c
1864         * gtk/gtkalignment.c: 
1865         * gtk/gtktexttag.c
1866         Make enums match property names. Found by a script by Tommi
1867         Komulainen.
1868
1869         * gtk/gtkpaned.c (gtk_paned_class_init): fix min/max mixup.
1870
1871 Sun Aug 22 16:09:49 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1872
1873         * gtk/gtkliststore.h (struct _GtkListStore): 
1874         * gtk/gtkliststore.c (gtk_list_store_init): 
1875         * gtk/gtkliststore.c (gtk_list_store_insert): 
1876         * gtk/gtkliststore.c (gtk_list_store_remove): 
1877         Restore length field; PyGTK and maybe others use it directly.
1878
1879 Sun Aug 22 15:46:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1880
1881         * gtk/gtkpaned.c (gtk_paned_class_init):
1882         s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
1883
1884         * gtk/gtkfontbutton.c (gtk_font_button_class_init):
1885         s/PROP_SHOW_SIZE/PROP_SHOW_STYLE/
1886
1887         Both pointed out by Tommi Komulainen.
1888
1889 Sun Aug 22 13:44:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1890
1891         * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
1892         not PROP_MIN_POSITION for the max_position property. Fix pointed
1893         out by Tommi Komulainen.
1894
1895 Sun Aug 22 13:32:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1896
1897         * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
1898         position so we don't create paths with off-list
1899         indices. (#150320).
1900
1901 Sun Aug 22 12:04:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1902
1903         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Use the
1904         correct tree path (#150289, Morten Welinder).
1905
1906 Sun Aug 22 00:08:44 2004  Matthias Clasen  <maclas@gmx.de>
1907
1908         Fix #150406, reported by Fernando San MartĂ­n Woerner, patch
1909         by Gustavo Carneiro.
1910         
1911         * gtk/gtkentrycompletion.c 
1912         (gtk_entry_completion_default_completion_func): Check that 
1913         column is of type G_TYPE_STRING before proceeding.
1914
1915 Sat Aug 21 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
1916
1917         * gtk/gtktreestore.c (gtk_tree_store_swap): Don't use an 
1918         uninitialized tree iter.  (#150414, Torsten Schoenfeld)
1919
1920 Sat Aug 21 23:29:54 2004  Matthias Clasen  <maclas@gmx.de>
1921
1922         Fix #150738, Tomislav Jonjic.
1923         
1924         * gtk/gtktoolitem.h (GTK_IS_TOOL_ITEM_CLASS): 
1925         * gtk/gtktoolbutton.h (GTK_IS_TOOL_BUTTON_CLASS): 
1926         * gtk/gtktoggleaction.h (GTK_IS_TOGGLE_ACTION_CLASS): 
1927         * gtk/gtkseparatortoolitem.h (GTK_IS_SEPARATOR_TOOL_ITEM_CLASS): 
1928         * gtk/gtkradiotoolbutton.h (GTK_IS_RADIO_TOOL_BUTTON_CLASS): 
1929         * gtk/gtkradioaction.h (GTK_IS_RADIO_ACTION_CLASS): 
1930         * gtk/gtkuimanager.h (GTK_IS_UI_MANAGER_CLASS): 
1931         * gtk/gtkaction.h (GTK_IS_ACTION_CLASS): Fix macro definitions.
1932
1933 Wed Aug 18 17:25:26 2004  Manish Singh  <yosh@gimp.org>
1934
1935         * demos/testpixbuf-save.c
1936         * demos/gtk-demo/hypertext.c: Get rid of some unnecessary casts.
1937
1938         * demos/gtk-demo/appwindow.c: Make activate_email and activate_url
1939         match the arguments for GtkAboutDialogActivateLinkFunc.
1940
1941 Wed Aug 18 16:18:00 2004  Manish Singh  <yosh@gimp.org>
1942
1943         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): Initialize height
1944         from fixed_height before we do anything, so it always has a valid
1945         value.
1946
1947         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Fix call
1948         to gtk_tree_model_get (missing "," in param list).
1949
1950 2004-08-18  Federico Mena Quintero  <federico@ximian.com>
1951
1952         Merged from 2.4:
1953
1954         Fixes #149251:
1955
1956         * gtk/gtkfilechooserdefault.c: Renamed SHORTCUTS_COL_PATH to
1957         SHORTCUTS_COL_DATA.  Add SHORTCUTS_COL_IS_VOLUME, to determine
1958         easily whether the SHORTCUTS_COL_DATA points to a GtkFilePath or a
1959         GtkFileSystemVolume.
1960         (shortcuts_model_create): Create a boolean column for
1961         SHORTCUTS_COL_IS_VOLUME.
1962         (shortcuts_reload_icons): Simplify with the use of the
1963         SHORTCUTS_COL_IS_VOLUME column.  Don't leak the pixbuf.
1964         (shortcuts_insert_path): Add the SHORTCUTS_COL_IS_VOLUME data.
1965         (shortcuts_free_row_data): New helper function; frees the data
1966         columns for an iter.
1967         (shortcuts_remove_rows): Don't take a callback for freeing the
1968         data; free everything here instead.  Use
1969         shortcuts_free_row_data().
1970         (volume_remove_cb): Removed.
1971         (remove_bookmark_cb): Removed.
1972         (remove_row_cb): Make this a single generic function to delete
1973         rows.
1974         (shortcuts_add_volumes): Use remove_row_cb().
1975         (shortcuts_add_bookmarks): Likewise.
1976         (struct _GtkFileChooserDefault): Removed the
1977         shortcuts_current_folder_is_volume field.
1978         (shortcuts_add_current_folder): Oops, don't free the volume.
1979         (remove_current_folder_cb): Removed.
1980         (shortcut_find_position): Simplify through the use of the
1981         SHORTCUTS_COL_IS_VOLUME column.
1982         (remove_selected_bookmarks): Assert that we don't get a volume.
1983         (shortcuts_reorder): Likewise; also, plug a leak.
1984         (gtk_file_chooser_default_remove_shortcut_folder): Simplify
1985         through the use of shortcuts_remove_rows().
1986         (gtk_file_chooser_default_list_shortcut_folders): Assert that we
1987         don't get a volume.
1988         (shortcuts_activate_iter): Simplify.
1989         (home_folder_handler): Simplify by using
1990         shortcuts_activate_iter().
1991         (shortcuts_free): New function; frees all the data columns.
1992         (gtk_file_chooser_default_finalize): Unref the
1993         shortcuts_filter_model and the shortcuts model data first.
1994
1995 Wed Aug 18 08:31:17 2004  Manish Singh  <yosh@gimp.org>
1996
1997         * gtk/gtkiconview.c: Applied patch from Olivier Andrieu to fix
1998         bug #150440.
1999
2000         * gtk/gtkicontheme.c (gtk_icon_theme_init): xdg_data_dirs should
2001         match constness attributes of g_get_system_data_dirs ().
2002
2003 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2004
2005         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look up icon themes in the 
2006         directories specified in the icon theme spec: $HOME/.icons, 
2007         $XDG_DATA_DIRS/icons, /usr/share/pixmaps. Note that GTK+ used to also look 
2008         in $GTK_DATA_DIR/icons, $GTK_DATA_DIR/pixmaps and /usr/share/icons.  (#148694)
2009         
2010
2011         * gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
2012         painting the shadows.  (#150351, Tim Janik)
2013
2014 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2015
2016         * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
2017
2018         * gdk/gdk.symbols: Don't use #if defined().
2019
2020         * gdk/Makefile.am (gdkalias.h): 
2021         * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
2022
2023         * gdk/makegdkalias.pl: 
2024         * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
2025         keep the #ifdefs which differentiate between platforms.
2026
2027         * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no 
2028         longer needed.
2029
2030 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2031
2032         * tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
2033         rtl testing.
2034
2035         * gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
2036         (gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
2037         (gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
2038         (gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
2039         seems to expect a path, not an uri.
2040         (update_dialog): Handle g_filename_from_uri() returning NULL, don't free
2041         info if it is NULL. 
2042
2043         * gtk/gtkfilechooserbutton.h: Minor stylistic changes.
2044
2045 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2046
2047         * gtk/gtkfilechooserbutton.[hc]: New widget to go along with 
2048         GtkFontButton and GtkColorButton for use in preference dialogs.
2049         Replaces GnomeFileEntry.  (#148108, James M. Cape)
2050
2051         * gtk/gtk.h: Include gtkfilechooserbutton.h
2052
2053         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
2054         (gtk_c_sources): Add gtkfilechooserbutton.c
2055
2056         * gtk/gtk.symbols: Add the GtkFileChooserButton symbols.
2057
2058         * gtk/gtkfilechooserutils.[hc]: Make the delegate quark available. 
2059
2060         * gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
2061         to suppress tab-eating using the new eat_tabs argument. Adjust all
2062         callers.
2063
2064         * tests/testfilechooserbutton.c: Test for GtkFileChooserButton.
2065
2066         * tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
2067
2068 2004-08-16  Matthias Clasen  <mclasen@redhat.com>
2069
2070         * gtk/gtkwidget.c (gtk_widget_render_icon): Doc update.
2071
2072         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1,
2073         use the available size closest to 48.  (#150147)
2074
2075         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return
2076         a pointer to the beginning of the sizes array, not the end.
2077
2078 2004-08-16  Morten Welinder  <terra@gnome.org>
2079
2080         * tests/testtreemodel.c (test_run): Comment out mallinfo stuff.
2081         Fix g_print %-strings.
2082
2083         * gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.
2084
2085 2004-08-16  Christian Rose  <menthos@menthos.com>
2086
2087         * configure.in: Added "bs" to ALL_LINGUAS.
2088
2089 Mon Aug 16 01:35:25 2004  Matthias Clasen  <maclas@gmx.de>
2090
2091         
2092         * gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
2093         change the default behaviour to focus on click.
2094
2095         * gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
2096
2097 Mon Aug 16 01:03:08 2004  Matthias Clasen  <maclas@gmx.de>
2098
2099         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset): 
2100         (gtk_text_iter_set_visible_line_index): Count from the 
2101         beginning of the line, not from the current position.  (#150101,
2102         Torsten Schoenfeld)
2103
2104 2004-08-15  Tor Lillqvist  <tml@iki.fi>
2105
2106         * gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been
2107         included in my zipfiles...!
2108
2109         * gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of
2110         icon alpha channel (on Windows XP) and mask (older Windows
2111         versions). (#148641, Tim Evans)
2112
2113 Sun Aug 15 02:31:55 2004  Matthias Clasen  <maclas@gmx.de>
2114
2115         * gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make 
2116         the use of S_ISFIFO and S_ISSOCK conditional.  (#150146,
2117         Gustavo Carneiro)
2118
2119 2004-08-14  Tor Lillqvist  <tml@iki.fi>
2120
2121         * gtk/gtkfilechooserdefault.c (shortcuts_append_home,
2122         shortcuts_append_desktop, set_local_only)
2123         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon)
2124         * gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system): 
2125         Guard against g_get_home_dir() returning NULL. (#150007)
2126
2127 Sat Aug 14 17:56:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2128
2129         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function. 
2130
2131         * gtk/gtkentry.c (in_selection): New function using
2132         gtk_entry_get_pixel_ranges() to determine whether a click is in
2133         the selection. Improve entry behavior wrt. dragging and
2134         selecting. Bug #143249.
2135
2136 Sat Aug 14 17:53:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2137
2138         * configure.in: Require glib 2.5.2
2139         
2140         * gtk/gtksequence.[ch]: New internal data structure.
2141
2142         * gtk/gtkliststore.[hc]: Reimplement in terms of new data
2143         structure
2144         
2145         * tests/Makefile.am (testtreemodel_SOURCES):
2146         * tests/testtreemodel.c: New test program written by Matthias.
2147
2148 2004-08-13  Matthias Clasen  <mclasen@redhat.com>
2149
2150         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set): 
2151         Don't install the settings_notify_cb from here, since it
2152         may be called before the first screen_changed signal, 
2153         confusing the logic in gtk_file_chooser_screen_changed().
2154         (#148803, Abel Daniel)
2155
2156         * gtk/gtkcombobox.c: Make re-sensitivation work
2157         in menu mode.
2158
2159         * gtk/gtkaction.c (gtk_action_new): Fix the docs.
2160
2161 Fri Aug 13 01:06:56 2004  Matthias Clasen  <maclas@gmx.de>
2162
2163         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): 
2164         Make fixed height mode handle insertions.  (#135955, 
2165         Michael Vogt, testcase by Tim-Philipp MĂ¼ller, fix by
2166         Pawel Salek)
2167
2168 Fri Aug 13 00:40:18 2004  Matthias Clasen  <maclas@gmx.de>
2169
2170         * gtk/gtkhandlebox.c: Add missing include.
2171
2172 Thu Aug 12 23:52:12 2004  Matthias Clasen  <maclas@gmx.de>
2173
2174         Fix #149547, Markus Lausser:
2175         
2176         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): 
2177         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't 
2178         crash if size_request or size_allocate are called early.
2179
2180         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect
2181         against being allocated too small.
2182
2183 Thu Aug 12 21:02:57 2004  Matthias Clasen  <maclas@gmx.de>
2184
2185         * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog 
2186         API changes.
2187
2188         * gtk/gtkaboutdialog.h: 
2189         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook): 
2190         (gtk_about_dialog_set_url_hook): Add callback data and destroy notify 
2191         for language bindings.  (#149999, Olivier Andrieu)
2192
2193 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
2194
2195         * gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type().
2196         * gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type().
2197
2198         * gtk/gtkimmodule.c: Make gtk_im_module_get_type() static.
2199         * gtk/gtk.symbols:
2200         * gtk/gtkinternals.h: Remove the no longer exported get_type functions.
2201
2202 Thu Aug 12 01:35:46 2004  Matthias Clasen  <maclas@gmx.de>
2203
2204         * gtk/gtkiconview.c: Make the icon view accessible by
2205         implementing the necessary ATK interfaces.  (#149728,
2206         Padraig O'Briain)
2207
2208 Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de
2209
2210         * gtk/gtkaction.c (gtk_action_new): Link to information about
2211         allowed action names.  (#149620, David Malcolm)
2212
2213 Wed Aug 11 23:14:25 2004  Matthias Clasen  <maclas@gmx.de>
2214
2215         * gtk/gtk.symbols: 
2216         * gtk/gtkaction.h:
2217         * gtk/gtkaction.c (gtk_action_set_sensitive): 
2218         (gtk_action_set_visible): Add setters for the ::sensitive
2219         and ::visible properties of GtkAction.  (#149622, David Malcolm)
2220
2221 2004-08-11  Federico Mena Quintero  <federico@ximian.com>
2222
2223         Fix #149422, #143457:
2224
2225         * gtk/gtkfilechooserdefault.c
2226         (gtk_file_chooser_default_should_respond): Rewrite to take the
2227         current focus into account, the contents of the save entry, and
2228         the last focus for the shortcuts list.
2229         (switch_to_selected_folder): We don't need an assertion on the
2230         action here.
2231
2232 Wed Aug 11 20:56:00 2004  Matthias Clasen  <maclas@gmx.de>
2233
2234         * gtk/gtkinternals.h: 
2235         * gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
2236
2237         * gtk/abicheck.sh: Check all symbols.
2238
2239 Wed Aug 11 19:20:34 2004  Matthias Clasen  <maclas@gmx.de>
2240
2241         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
2242         Don't start a drag if the treeview is only a 
2243         drag destination.  (#149836, Pawel Salek)
2244
2245 2004-08-11  Matthias Clasen  <mclasen@redhat.com>
2246
2247         * gtk/gtktreedatalist.[hc]: 
2248         * gtk/gtkliststore.c:
2249         * gtk/gtktreestore.c: Underscore-prefix 
2250         gtk_tree_data_list_compare_func. 
2251
2252         * gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func.
2253
2254         * gtk/makegtkalias.pl: No need to include gtktreedatalist.h 
2255         any more.
2256
2257 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
2258
2259         * gdk/Makefile.am: 
2260         * gtk/Makefile.am: Define TESTS, not TEST, so that make check
2261         actually triggers abicheck.sh.
2262
2263         * gdk/makegdkalias.pl: 
2264         * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.
2265
2266         * gdk/makegdkalias.pl: 
2267         * gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
2268         
2269         * gtk/Makefile.am: Include gtkalias.h in the generated
2270         sources gtkmarhalers.c and gtkmarshal.c.
2271
2272         * gtk/makegtkalias.pl: Cosmetic fix.
2273
2274         * gdk/Makefile.am: Remove the . which was accidentally added
2275         to SUBDIRS. Include gdkalias.h in the generated sources 
2276         gdkenumtypes.c and gdkmarshalers.c.
2277
2278         * gdk/makegdkalias.pl: Cosmetic fix.
2279
2280         * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
2281
2282 2004-08-09  Hans Breuer  <hans@breuer.org>
2283
2284         * gtk/makefile.msc.in : autogenerate gtk.def, cleanup
2285
2286         * gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c : 
2287         removed long time unused ifdef/ed code (WITHOUT_WM_CREATE), 
2288         removed duplicated call to gdk_window_set_cursor()
2289
2290 Mon Aug  9 15:41:17 2004  Matthias Clasen  <maclas@gmx.de>
2291
2292         Add hidden aliases for exported symbols which are
2293         used internally in order to get rid of many PLT 
2294         entries.  (#145519, Arjan van de Ven)
2295         
2296         * gdk/Makefile.am: Add rules to generate gdk.def and 
2297         gdkalias.h from gdk.symbols, and make make check check 
2298         the abi with abicheck.sh.
2299
2300         * gdk/gdk.symbols: New file. Definition of the GDK ABI.
2301         The file can be processed by cpp to filter out certain 
2302         subsets of symbols.
2303
2304         * gdk/abicheck.sh: New file. Script to check the actually 
2305         symbols exported from libgdk-x11.2.0.so against the symbols
2306         found in gdk.symbols.
2307
2308         * gdk/makegdkalias.pl: New file. Perl script to generate the 
2309         header containing the alias definitions for internally used 
2310         exported symbols from a list of symbols.
2311
2312         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h
2313         
2314 2004-08-09  Morten Welinder  <terra@gnome.org>
2315
2316         * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.
2317
2318 Mon Aug  9 15:27:01 2004  Matthias Clasen  <maclas@gmx.de>
2319
2320         * gtk/makegtkalias.pl: Also revert 
2321         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
2322
2323 Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
2324
2325         * gdk/gdk.h: 
2326         * gdk/gdkrgb.h: Add the exported functions 
2327         gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
2328         gdk_keyboard_grab_info_libgtk_only() to the appropriate
2329         headers.
2330
2331 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
2332
2333         * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
2334         Make static.
2335
2336 Mon Aug  9 12:48:04 2004  Matthias Clasen  <maclas@gmx.de>
2337
2338         Add hidden aliases for exported symbols which are
2339         used internally in order to get rid of many PLT 
2340         entries.  (#145519, Arjan van de Ven)
2341         
2342         * gtk/Makefile.am: Add rules to generate gtk.def and 
2343         gtkalias.h from gtk.symbols, and make make check check 
2344         the abi with abicheck.sh.
2345         (gtk_private_h_sources): Add gtkinternals.h
2346         (gtk_built_private_headers): Add gtkalias.h
2347         (gtk_extra_sources): Add gtk.symbols
2348         (EXTRA_DIST): Add makegtkalias.pl and abicheck.sh
2349
2350         * gtk/gtk.symbols: New file. Definition of the GTK+ ABI.
2351         The file can be processed by cpp to filter out certain 
2352         subsets of symbols.
2353
2354         * gtk/abicheck.sh: New file. Script to check the actually 
2355         symbols exported from libgtk-x11.2.0.so against the symbols
2356         found in gtk.symbols.
2357
2358         * gtk/makegtkalias.pl: New file. Perl script to generate the 
2359         header containing the alias definitions for internally used 
2360         exported symbols from a list of symbols.
2361
2362         * gtk/gtkinternals.h: New file. An uninstalled header listing
2363         symbols which must be exported for some reason and do not appear
2364         in any other header.
2365
2366         * gtk/*.c: Include gtkalias.h
2367         
2368 Mon Aug  9 11:49:46 2004  Matthias Clasen  <maclas@gmx.de>
2369
2370         * gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
2371
2372 Mon Aug  9 10:50:05 2004  Matthias Clasen  <maclas@gmx.de>
2373
2374         * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index() 
2375         and its inverse. The have always been exported and are meant
2376         to be public.
2377         
2378 Mon Aug  9 00:28:34 2004  Matthias Clasen  <maclas@gmx.de>
2379
2380         * gtk/gtkicontheme.c (load_svg_at_size): Don't leak the 
2381         file contents.
2382
2383 Mon Aug  9 00:13:03 2004  Matthias Clasen  <maclas@gmx.de>
2384
2385         * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
2386         leak the icon source.
2387
2388 Sun Aug  8 23:46:20 2004  Matthias Clasen  <maclas@gmx.de>
2389
2390         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
2391         leak a reference to the pixbufs.
2392
2393 Sun Aug  8 23:36:55 2004  Matthias Clasen  <maclas@gmx.de>
2394
2395         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Ref
2396         and sink the column.
2397         (gtk_combo_box_menu_destroy): Unref the column.
2398
2399 Sun Aug  8 23:35:00 2004  Matthias Clasen  <maclas@gmx.de>
2400
2401         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): 
2402         (gtk_drag_dest_add_text_targets): Don't leak a reference 
2403         to the target list.
2404
2405 Sun Aug  8 22:52:26 2004  Matthias Clasen  <maclas@gmx.de>
2406
2407         * gtk/gtkcombobox.c (find_menu_by_path): Don't stumble over
2408         separators which are not backed by model rows.
2409
2410 Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
2411
2412         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
2413         the path.
2414
2415 2004-08-08  Hans Breuer  <hans@breuer.org>
2416
2417         * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
2418         account again to allow dnd of other things than text
2419
2420         * gdk/win32/gdkselection-win32.c : offer windows bitmap to
2421         be pasted from clipboard (makes The GIMP 2.1's 
2422         "File/Acquire/Paste as New" work, only using gtk+ API) 
2423
2424 Sun Aug  8 01:32:36 2004  Matthias Clasen  <maclas@gmx.de>
2425
2426         * gtk/gtk.def: Add gtk_cell_renderer_progress_get_type.
2427
2428 Sun Aug  8 01:29:08 2004  Matthias Clasen  <maclas@gmx.de>
2429
2430         * gtk/gtk.def: Replace duplicate gtk_tree_view_get_hover_expand
2431         by gtk_tree_view_set_hover_expand.
2432
2433 Sun Aug  8 01:23:08 2004  Matthias Clasen  <maclas@gmx.de>
2434
2435         * gtk/gtk.def: Remove the static function gtk_menu_get_private.
2436
2437 2004-08-07  Tor Lillqvist  <tml@iki.fi>
2438
2439         * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
2440         mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
2441         map it to what's printed on the keypad decimal key for the current
2442         input locale (keyboard layout). (#149404)
2443
2444 Sat Aug  7 18:19:03 2004  Matthias Clasen  <maclas@gmx.de>
2445
2446         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
2447         (shortcuts_list_create): Use GtkTreeViewRowSeparatorFunc 
2448         instead of GtkCellRendererSepText.  (#147864)
2449
2450         * gtk/gtkcellrendererseptext.[hc]: Removed.
2451
2452         * gtk/Makefile.am: Remove gtkcellrendererseptext.[hc]
2453         
2454 Sat Aug  7 18:15:15 2004  Matthias Clasen  <maclas@gmx.de>
2455
2456         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_deleted): 
2457         (gtk_combo_box_menu_row_inserted): 
2458         (gtk_combo_box_menu_row_changed): Correctly handle
2459         insertion and deletion of separators in menu mode.
2460
2461 2004-08-07  Tor Lillqvist  <tml@iki.fi>
2462
2463         * gdk/win32/gdkevents-win32.c (handle_configure_event,
2464         gdk_event_translate:WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to
2465         top-level window coordinates, not just in generated
2466         events. (#148526, Robert Ă–gren)
2467
2468 Sat Aug  7 01:26:08 2004  Matthias Clasen  <maclas@gmx.de>
2469
2470         Make the column drag code a bit more robust (still scary, 
2471         though).  (#106992, Christian Biere)
2472         
2473         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Assert
2474         that cur_reorder is NULL here.
2475
2476         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column): 
2477         Reset cur_reorder to NULL, and only hide drag_highlight_window 
2478         if it exists.  
2479
2480 2004-08-06  Federico Mena Quintero  <federico@ximian.com>
2481
2482         Fix #144232:
2483
2484         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a
2485         GtkFileChooserEntry for the file name, rather than a GtkEntry.
2486         (update_chooser_entry): Set the contents of the file chooser entry
2487         rather than the plain entry's.
2488         (gtk_file_chooser_default_set_current_folder): Set the new folder
2489         on the save entry.
2490         (gtk_file_chooser_default_set_current_name): Set the name on the
2491         file chooser entry.
2492         (check_save_entry): Use the file chooser entry rather than the
2493         plain entry.
2494
2495         * gtk/gtkfilechooserentry.c
2496         (_gtk_file_chooser_entry_set_base_folder): Call
2497         gtk_file_chooser_entry_changed() so that we recompute the current
2498         folder based on the new base folder.
2499
2500 2004-08-06  Hans Breuer  <hans@breuer.org>
2501
2502         * gdk/win32/gdkwindow-win32.c : make it compile and more
2503         similar to the X11 implementation [backward compatibility
2504         for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), 
2505         use the *screen* function variants, dont reparent already 
2506         destroyed]
2507         (get_visible_region) : take the win32 part into account
2508         (_gdk_windowing_window_destroy) : remove from handle table
2509
2510         * gdk/win32/gdkdisplay-win32.c : added 
2511         gdk_display_(request|supports)_selection_notification ()
2512         with a currently mostly pointless implementation ;-)
2513
2514         * gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX,
2515         plugs memory leak
2516         (gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY
2517
2518         * gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in 
2519           gtk/stock-icons/makefile.msc tests/makefile.msc : updated
2520
2521         * gdk/gdk.def gtk/gtk.def : updated externals
2522
2523         * tests/testiconview.c : remove unneeded dirent.h inclusion
2524
2525 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
2526
2527         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix
2528         an off-by-one error.  (#141809, Markku Vire)
2529
2530         * gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really
2531         fix the initialization of the target list.
2532
2533         Support XDND v5. (#10220, Owen Taylor)
2534         
2535         * gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the
2536         drop was successful in the GdkDragContextPrivateX11 struct.
2537         (xdnd_finished_filter): Store the success status of the drop
2538         for an XDND version 5 interaction. For other versions, always
2539         assume the drop was successful.
2540         (xdnd_check_dest): Return the protocol version.
2541         (_gdk_drag_get_protocol_for_display): Return the protocol version.
2542         (gdk_drag_find_window_for_screen): Store the used protocol version
2543         in the GdkDragContext.
2544         (xdnd_send_enter): Send the used protocol version from the context,
2545         instead of hardwiring 3.
2546         (xdnd_enter_filter): Accept protocol versions >= 3 and store the
2547         used protocol version in the context.
2548
2549         * gdk/gdkdnd.h: 
2550         * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function
2551         to find out whether a drop was successful.
2552
2553 2004-07-28  Robert Ă–gren  <gtk@roboros.com>
2554
2555         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Set x_root
2556         and y_root in button and motion events from the tablet. (#148715)
2557
2558 Thu Aug  5 19:58:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2559
2560         * gtk/gtkplug.c (gtk_plug_realize): Call
2561         gdk_window_enable_synchronized_configure()
2562
2563         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make
2564         noop if gdk_window_enable_synchronized_configure() has not been
2565         called.
2566
2567 2004-08-04  Matthias Clasen  <mclasen@redhat.com>
2568
2569         * gtk/gtkfilechooser.[hc]: Add setter and getter for the 
2570         ::show-hidden property.  (#145610, Jeff Franks)
2571
2572         * tests/testiconview.c: Add buttons to select and unselect all
2573         nodes, make the popup menu actually work.
2574
2575         * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended,
2576         let button 3 presses through to the app, to make popup menus
2577         work.
2578
2579         * tests/Makefile.am: Add testiconview.
2580         * tests/testiconview.c: A test for GtkIconView
2581         * tests/gnome-textfile.png: ...which uses this image.
2582
2583 Wed Aug  4 01:37:57 2004  Matthias Clasen  <maclas@gmx.de>
2584
2585         * gtk/gtktreeview.c: 
2586         * gtk/gtktreestore.c: 
2587         * gtk/gtktreemodelfilter.c: 
2588         * gtk/gtknotebook.c: s/childs/children/g.
2589
2590 Wed Aug  4 01:04:48 2004  Matthias Clasen  <maclas@gmx.de>
2591
2592         Fix #133446, noticed by Christian Persch:
2593         
2594         * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean 
2595         property ::visible-overflown. 
2596         * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create 
2597         a menu proxy if visible_overflown is FALSE.  
2598
2599 Tue Aug  3 20:16:26 2004  Matthias Clasen  <maclas@gmx.de>
2600
2601         * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry*
2602         arguments to the gtk_action_group_add_..._actions() functions const, 
2603         since the most common use case is to use a static array.  (142334, 
2604         Mariano Suarez-Alvarez)
2605
2606 Tue Aug  3 20:03:33 2004  Matthias Clasen  <maclas@gmx.de>
2607
2608         * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui()
2609         accept paths with a leading "/ui".  (#149077, David Malcolm)
2610
2611 Tue Aug  3 19:59:29 2004  Matthias Clasen  <maclas@gmx.de>
2612
2613         * gtk/gtkiconview.c: Fix some warnings.
2614
2615 Tue Aug  3 18:38:40 2004  Matthias Clasen  <maclas@gmx.de>
2616
2617         * gtk/gtktreemodelfilter.c: Correct the return type
2618         of gtk_tree_model_filter_get_flags().  (#149195, Morten Welinder)
2619
2620 Tue Aug  3 18:16:55 2004  Matthias Clasen  <maclas@gmx.de>
2621
2622         Fix #149191, reported by Morten Welinder:
2623         
2624         * gtk/gtkmain.c: Include gtkclipboard.h,
2625         * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
2626         _gtk_widget_emit_grab_notify.  
2627
2628 Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
2629
2630         * gtk/gtkicontheme.c (add_size): Add missing parens.
2631         (#149190, Morten Welinder)
2632
2633 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
2634
2635         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
2636         accidentally committed debug code.
2637
2638 Tue Aug  3 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
2639
2640         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize 
2641         for the case that row_column and col_column are unset.  
2642         (#148868, Lorenzo Gil SĂ¡nchez)
2643
2644 Mon Aug  2 21:52:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2645
2646         * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New
2647         function. Make sure the sync counter is recreated when a window is
2648         reparented to become a toplevel. (#148358)
2649
2650 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
2651
2652         * tests/testcombo.c: Some trees in combo boxes.
2653
2654         * gtk/gtkcombobox.c: Rework the combo box to handle 
2655         tree models.  (#139582, Matt Walton)
2656         
2657         * gtk/gtktreeview.h: 
2658         * gtk/gtktreeview.c: 
2659         * gtk/gtktreeprivate.h: Add a new boolean property 
2660         ::hover-expand and make the treeview expand/collapse rows
2661         on mouseover if it is set.
2662
2663         * gtk/gtkiconview.h: Remove some erroneous declarations.
2664
2665         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't
2666         crash if the displayed row is gone.
2667
2668 2004-08-02  Morten Welinder  <terra@gnome.org>
2669
2670         * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
2671
2672 Mon Aug  2 01:30:03 2004  Matthias Clasen  <maclas@gmx.de>
2673
2674         * gtk/gtktextview.[hc]: 
2675         * gtk/gtkentry.[hc]: Add a new binding signal ::backspace,
2676         bind it to the backspace key, and make it pay attention 
2677         to the Pango backspace_deletes_character 
2678         attribute.  (#119891, Noah Levitt, patch by Theppitak 
2679         Karoonboonyanan)
2680
2681 Mon Aug  2 01:02:57 2004  Matthias Clasen  <maclas@gmx.de>
2682
2683         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): 
2684         (gdk_check_wm_desktop_changed): Add missing error 
2685         traps.  (#149011, Thomas Leonard)
2686
2687 Mon Aug  2 00:21:26 2004  Matthias Clasen  <maclas@gmx.de>
2688
2689         * gtk/gtktextview.c (blink_cb): Add the same warning
2690         that the blink_cb() in GtkEntry already has.  (#148733)
2691
2692 Mon Aug  2 00:12:16 2004  Matthias Clasen  <maclas@gmx.de>
2693
2694         * gtk/gtkentry.c (gtk_entry_class_init):
2695         (gtk_entry_get_alignment): 
2696         (gtk_entry_set_alignment): Document the xalign property
2697         and its getter and setter as 2.4 additions.  (#148978,
2698         Axel Simon)
2699
2700 Mon Aug  2 00:11:31 2004  Matthias Clasen  <maclas@gmx.de>
2701
2702         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
2703         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Use
2704         canonical signal names in doc comments, since gtk-doc won't
2705         pick up signal docs with underscores.  
2706
2707 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
2708         
2709         * configure.in: Post-release version bump
2710
2711         * === Released 2.5.1 ===
2712  
2713 Thu Jul 29 16:36:42 2004  Jonathan Blandford  <jrb@redhat.com>
2714
2715         * gtk/gtktreeprivate.h: New arguments
2716
2717         * gtk/gtktreeview.c:
2718         (gtk_tree_view_class_init): Add key_release callback
2719         (gtk_tree_view_init): Initialize timeout handler
2720         (gtk_tree_view_unrealize): clear timeout if needed
2721         (gtk_tree_view_key_press): Typeahead support
2722         (gtk_tree_view_key_release): Not used yet -- will be needed for
2723         typeahead.
2724         (gtk_tree_view_search_entry_flush_timeout): Remove typeahead entry
2725         in a timeout.
2726         (gtk_tree_view_ensure_interactive_directory):
2727         (gtk_tree_view_real_start_interactive_search):
2728         (gtk_tree_view_search_init):
2729         (gtk_tree_view_start_interactive_search): Typeahead support added.
2730         (gtk_tree_view_search_dialog_hide): Clear timeout and text when we
2731         hide.
2732
2733 Sat Jul 31 23:17:44 2004  Matthias Clasen  <maclas@gmx.de>
2734
2735         * NEWS: Updates
2736
2737 Sat Jul 31 01:13:01 2004  Matthias Clasen  <maclas@gmx.de>
2738
2739         * gtk/gtkwindow.c: 
2740         * gtk/gtkentry.c: 
2741         * gtk/gtkaction.c: Use the canonical form of signal names 
2742         after "notify::". Otherwise, no notification arrives. 
2743         GObject should have a warning for that, really.  (#148879, 
2744         Lorenzo Gil SĂ¡nchez)
2745
2746 Sat Jul 31 00:42:08 2004  Matthias Clasen  <maclas@gmx.de>
2747
2748         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): 
2749         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
2750         set both states at once.  (#148789, Matthew Garrett)
2751
2752 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
2753
2754         * gtk/gtkcombobox.c: Don't forget to destroy the row separator
2755         function user data when the combo box is destroyed.
2756
2757 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
2758
2759         * gtk/gtkcombobox.h: 
2760         * gtk/gtkcombobox.c: Change the api for separators to use a 
2761         separator function instead of a boolean column.
2762
2763         * tests/testcombo.c: Update to match the api change.
2764
2765 Fri Jul 30 02:21:41 2004  Matthias Clasen  <maclas@gmx.de>
2766
2767         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2768         Fix the positioning of the popup. 
2769
2770 Fri Jul 30 00:56:31 2004  Matthias Clasen  <maclas@gmx.de>
2771
2772         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_active_changed): 
2773         Implement this in terms of gtk_combo_box_get_active_iter(),
2774         instead of gtk_combo_box_get_active().
2775
2776 2004-07-29  Federico Mena Quintero  <federico@ximian.com>
2777
2778         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
2779         a field for an "add to shortcuts" menu item.
2780         (popup_menu_detach_cb): Clear out the field.
2781         (file_list_build_popup_menu): Only build the menu here.
2782         (file_list_update_popup_menu): Build the menu, then update the
2783         sensitivity of its items.
2784         (file_list_popup_menu): Use file_list_update_popup_menu().
2785         (bookmarks_check_add_sensitivity): Also set the sensitivity of the
2786         popup menu item.  Correctly handle the case for a *single* file.
2787         Simplify a bit.
2788         (bookmarks_add_selected_folder): New helper function; code moved
2789         over from add_bookmark_button_clicked_cb().
2790         (add_bookmark_button_clicked_cb): Use the function above.
2791         (selection_check): Rather than returning a boolean value for
2792         emptiness, actually return the number of selected rows.  Also,
2793         simplify a bit.
2794         (get_selected_path): New helper function.
2795
2796 2004-07-29  Anders Carlsson  <andersca@gnome.org>
2797
2798         * demos/gtk-demo/Makefile.am:
2799         * demos/gtk-demo/clipboard.c: (copy_button_clicked),
2800         (paste_received), (paste_button_clicked), (do_clipboard):
2801         Add clipboard demo.
2802         
2803 2004-07-28  Federico Mena Quintero  <federico@ximian.com>
2804
2805         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2806         Store signal IDs in gulongs, not guints!
2807         (gtk_file_chooser_default_hierarchy_changed): We now monitor the
2808         focus widget on our toplevel to know which widget was last focused
2809         at the time our "should_respond" method gets called.
2810         (shortcuts_activate_selected): New helper function.
2811         (shortcuts_get_selected): New helper function.
2812         (remove_selected_bookmarks): Use shortcuts_get_selected().
2813         (bookmarks_check_remove_sensitivity): Likewise.
2814         (shortcuts_reorder): Likewise.
2815         (shortcuts_activate_iter): Renamed from shortcuts_activate_item().
2816         Activate by iter, not by item number.
2817         (save_folder_combo_changed_cb): Use shortcuts_activate_iter().
2818         (shortcuts_row_activated_cb): Likewise.
2819         (gtk_file_chooser_default_should_respond): If the last focused
2820         widget on the toplevel was the shortcuts list, activate the
2821         selected shortcut.
2822
2823 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
2824
2825         * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
2826         current freetype.  (#148558, Nicolas Deves)
2827
2828         * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by 
2829         ROW_HEIGHT.  (#145528)
2830
2831         * gtk/gtkuimanager.c: Warning fixes.
2832
2833         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
2834         prototype mismatch.  (#148589, Nicolas Deves)
2835
2836 2004-07-28  Anders Carlsson  <andersca@gnome.org>
2837
2838         * gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only): 
2839         Cast to 32-bit integers when premultiplying, suggested by Keith Packard.
2840
2841 2004-07-27  Anders Carlsson  <andersca@gnome.org>
2842
2843         * demos/gtk-demo/iconview.c: (do_iconview):
2844         Change selection mode to multiple.
2845         
2846         * gdk/gdkdrawable.h:
2847         * gdk/linux-fb/gdkdrawable-fb2.c:
2848         (gdk_draw_rectangle_alpha_libgtk_only):
2849         * gdk/win32/gdkdrawable-win32.c:
2850         (gdk_draw_rectangle_alpha_libgtk_only):
2851         * gdk/x11/gdkdrawable-x11.c: (gdk_x11_draw_image),
2852         (get_impl_drawable), (gdk_x11_draw_pixbuf),
2853         (gdk_draw_rectangle_alpha_libgtk_only):
2854         Add gdk_draw_rectangle_alpha_libgtk_only which uses 
2855         XRenderFillRectangle on X11. It's stubbed out on the 
2856         Win32 and fb backends.
2857         
2858         * gtk/gtkiconview.c: 
2859         (gtk_icon_view_paint_rubberband):
2860         Use gdk_draw_rectangle_alpha_libgtk_only here.
2861
2862 2004-07-27  Anders Carlsson  <andersca@gnome.org>
2863
2864         * gtk/gtkaboutdialog.c: (gtk_about_dialog_init),
2865         (text_view_style_set), (add_credits_page),
2866         (display_credits_dialog), (display_license_dialog):
2867         Remove dialog separators, fix text view background setting,
2868         use Close buttons instead of OK buttons.
2869         
2870 2004-07-27  Matthias Clasen  <mclasen@redhat.com>
2871
2872         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory): 
2873         Add a frame around the C-f popup to stop it from merging visually
2874         in whatever is underneath.
2875
2876         * gtk/gtkcombobox.h: 
2877         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): New 
2878         function necessary to make GtkComboBox accessible.  (#132847, 
2879         Padraig O'Briain)
2880
2881 Tue Jul 27 02:34:06 2004  Matthias Clasen  <maclas@gmx.de>
2882
2883         * gtk/gtkwidget.c (gtk_widget_dispose): Hide parentless
2884         windows when disposing them.  (#133231, Michael Natterer)
2885
2886 2004-07-26  Matthias Clasen  <mclasen@redhat.com>
2887
2888         * gtk/gtklabel.c (gtk_label_class_init): Expand the documentation
2889         for GtkLabel::ellipsize.
2890
2891 Mon Jul 26 00:38:27 2004  Matthias Clasen  <maclas@gmx.de>
2892
2893         Make the GtkComboBox in list mode scroll if the list is too
2894         large to fit in the popup.  (#135543)
2895
2896         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a 
2897 o       scrolled window to the popup in list mode.
2898         (gtk_combo_box_list_position): Calculate the height of the
2899         popup so that it fits on the screen, set the scrollbar policy
2900         of the scrolled window appropriately.
2901         (gtk_combo_box_popup): Use the height calculated by 
2902         gtk_combo_box_list_position().
2903         (gtk_combo_box_remeasure): Don't add unnecessary padding.
2904         (gtk_combo_box_size_request): But add the focus with here.
2905         (gtk_combo_box_list_setup): Connect to enter notify on the 
2906         popup window to activate auto scrolling.
2907         (gtk_combo_box_list_enter_notify): Activate auto scrolling.
2908         (gtk_combo_box_list_button_pressed): Setup a timeout for
2909         auto scrolling. 
2910         (gtk_combo_box_list_scroll_timeout): Timeout function for
2911         auto scrolling.
2912         (gtk_combo_box_list_auto_scroll): Scroll the list when the 
2913         pointer leaves the window.
2914         
2915 Sun Jul 25 19:51:17 2004  Matthias Clasen  <maclas@gmx.de>
2916
2917         * gtk/gtknotebook.c (gtk_notebook_scroll): Ignore scroll
2918         events from the content of the page.  (#148409, Gabriel 
2919         de Perthuis)
2920
2921 Sat Jul 24 21:38:12 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2922
2923         * gtk/gtktoolbar.c (internal_insert_element): Warn if you try to
2924         add a tool item to a toolbar using the deprecated API.
2925
2926 Fri Jul 23 13:04:10 2004  Matthias Clasen  <maclas@gmx.de>
2927
2928         * gtk/gtkdnd.c (gtk_drag_dest_set): Revert the change to
2929         initialize target_list to an empty list instead of NULL,
2930         since it broke tree dnd.  (#148215, Ernst Persson)
2931
2932         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
2933         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): Instead 
2934         handle target list being NULL here.
2935
2936 2004-07-23  Dafydd Harries  <daf@muse.19inch.net>
2937
2938         * gtk/gtkradioaction.c:
2939         * gtk/gtkradiobutton.c:
2940         * gtk/gtkentry.c:
2941         * gtk/gtkmisc.c:
2942         Improve various translatable messages. (#137616)
2943
2944 Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
2945
2946         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
2947         Align the entry in the same way as the cell.  (#136749)
2948
2949 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
2950
2951         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
2952         Don't iterate too far up. (#147965, Olivier Sessink)
2953
2954 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
2955
2956         * gtk/gtktreeview.c (gtk_tree_view_finalize): 
2957         * gtk/gtkradioaction.c (gtk_radio_action_finalize): 
2958         * gtk/gtkfontsel.c (gtk_font_selection_finalize): 
2959         * gtk/gtkcellview.c (gtk_cell_view_finalize): 
2960         * gtk/gtkcalendar.c (gtk_calendar_finalize): 
2961         * gtk/gtkactiongroup.c (gtk_action_group_finalize): Remove
2962         unnecessary checks.  (#148175, Morten Welinder)
2963
2964 Thu Jul 22 01:42:16 2004  Matthias Clasen  <maclas@gmx.de>
2965
2966         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
2967         Add a new :ellipsize property which controls ellipsization of the 
2968         rendered text.  (#144835, Vincent Untz, patch by Jonathan Blandford
2969         and Anders Carlsson)
2970         
2971         * gtk/gtkfilechooserdefault.c (create_file_list): Use ellipsization
2972         for the name column.
2973
2974 Thu Jul 22 01:21:28 2004  Matthias Clasen  <maclas@gmx.de>
2975
2976         * gtk/gtkfontsel.c (gtk_font_selection_init): Add additional
2977         accessability relations.  (#141804,  Padraig O'Briain)
2978
2979 Thu Jul 22 01:16:23 2004  Matthias Clasen  <maclas@gmx.de>
2980
2981         * gtk/gtkcombobox.c: Avoid some warnings.
2982
2983 Thu Jul 22 01:05:16 2004  Matthias Clasen  <maclas@gmx.de>
2984
2985         * configure.in: Require Pango 1.5.1 (for ellipsisation).
2986
2987         * gtk/gtklabel.h: 
2988         * gtk/gtklabel.c (gtk_label_class_init): Add a new :ellipsize
2989         property which controls ellipsization of the label.  (#125250, 
2990         Tim Van Wassenhove, patch by James M. Cape)
2991
2992         * tests/testellipsise.c: Simple test for ellipsizsation.
2993
2994 Wed Jul 21 22:46:27 2004  Matthias Clasen  <maclas@gmx.de>
2995
2996         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Don't leak the
2997         list store.  (#148134, Crispin Flowerday)
2998
2999 Wed Jul 21 22:35:47 2004  Matthias Clasen  <maclas@gmx.de>
3000
3001         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Don't leak the
3002         menu.  (#148110, Tommi Komulainen)
3003
3004 Wed Jul 21 22:24:10 2004  Matthias Clasen  <maclas@gmx.de>
3005
3006         * gtk/gtkcellview.c (gtk_cell_view_finalize): Don't leak
3007         tree model and tree row reference.  (#148125, Crispin Flowerday)
3008
3009 Wed Jul 21 22:17:06 2004  Matthias Clasen  <maclas@gmx.de>
3010
3011         * tests/testcombo.c (main): Don't leak models.  (#148128,
3012         Tommi Komulainen)
3013
3014 Wed Jul 21 21:26:08 2004  Matthias Clasen  <maclas@gmx.de>
3015
3016         * gtk/gtkviewport.c (viewport_set_adjustment): Don't leak
3017         the adjustments.  (#148089, Tommi Komulainen)
3018
3019 Wed Jul 21 21:20:21 2004  Matthias Clasen  <maclas@gmx.de>
3020
3021         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't leak
3022         the adjustments.  (#148073, Tommi Komulainen)
3023
3024 Wed Jul 21 21:04:50 2004  Matthias Clasen  <maclas@gmx.de>
3025
3026         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the 
3027         arrow.  (#148064, Tommi Komulainen)
3028
3029 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
3030
3031         * gtk/gtkcalendar.c: Use the new text target functionality
3032         in GtkTargetList instead of hardcoding a subset of text targets.
3033
3034 Tue Jul 20 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
3035
3036         * gdk/x11/gdkevents-x11.c: Hook up gtk-menu-bar-accel to
3037         an XSetting, Gtk/MenuBarAccel.  (#120859, Scott James Remnant)
3038
3039 Tue Jul 20 22:26:29 2004  Matthias Clasen  <maclas@gmx.de>
3040
3041         * gtk/gtkfilechooserutils.h: 
3042         * gtk/gtktoolbutton.c: 
3043         * gtk/gtktoolbar.c: 
3044         * gtk/gtkicontheme.c: 
3045         * gtk/gtkcalendar.c: 
3046         * demos/gtk-demo/ui_manager.c: 
3047         * demos/gtk-demo/appwindow.c: Remove trailing commas
3048         from enumerations.  (#148035)
3049
3050 2004-07-20  Federico Mena Quintero  <federico@ximian.com>
3051
3052         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
3053         documentation comment for the editing-started signal.
3054
3055         * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
3056         GtkCellRenderer::editing-started.
3057
3058 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
3059
3060         * tests/testactions.c (main): 
3061         * tests/testmerge.c (main): Add some refcount debugging.
3062
3063         * gtk/gtkuimanager.c (update_node, free_node): Ref an sink
3064         all proxies, so that we can properly clean up floating proxies
3065         which the app didn't adopt.  (#147926, Tommi Komulainen)
3066
3067 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
3068
3069         Allow custom initialization of cell editables.  (#147221)
3070         
3071         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): 
3072         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Add a 
3073         ::editing-started signal as a hook for setting up the 
3074         GtkCellEditable.
3075         (gtk_cell_renderer_start_editing): ...and emit it here.
3076
3077 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
3078
3079         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set drag_pos
3080         before grabbing the focus, since we may reenter into 
3081         gtk_tree_view_motion_resize_column() which requires drag_pos
3082         to be set.  (#147913, Guilherme Salgado, patch by John Finlay) 
3083
3084 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
3085
3086         * gtk/gtktreeview.c (gtk_tree_view_enter_notify): Don't
3087         use uninitialized node pointer.  (#147911, Peter Zelezny)
3088
3089 Tue Jul 20 04:34:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3090
3091         * configure.in: Bump version number
3092
3093 Sun Jul 18 17:21:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3094
3095         * === Released 2.5.0 ===
3096
3097         * NEWS: updates
3098
3099         * tests/testcombo.c: Fix compilation
3100
3101 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
3102
3103         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion):
3104         Fix doc comment.
3105         
3106 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
3107
3108         Make GtkCellView public, since people seem to have uses for it, 
3109         it is clean API and we were just conservative in not making it 
3110         public initially. At the same time, get rid of GtkCellViewMenuItem,
3111         which doesn't have any function which can't be served by a
3112         GtkMenuItem with a GtkCellView child.  (#136637, Padraig O'Briain)
3113
3114         * gtk/gtk.h: Include gtkcellview.h
3115
3116         * gtk/Makefile.am (gtk_public_h_sources): 
3117
3118         * gtk/Makefile.am (gtk_private_h_sources): 
3119         (gtk_c_sources): Remove gtkcellviewmenuitem.[hc]
3120         * gtk/gtkcombobox.c: Replace all uses of GtkCellViewMenuItem by
3121         GtkMenuItem with a GtkCellView child.
3122
3123         * gtk/gtkcellviewmenuitem.[hc]: Removed.
3124
3125 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
3126
3127         Support inline autocompletion in entries  (#135953)
3128         
3129         * gtk/gtkentryprivate.h: 
3130         * gtk/gtkentrycompletion.h: 
3131         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3132         Add a new signal ::insert-prefix which can be used to override 
3133         the default inline-completion behaviour. Add two new boolean
3134         properties, :popup_completion and :inline_completion which
3135         determine how the possible completions should be presented.
3136         (gtk_entry_completion_insert_prefix): New function to request
3137         a prefix insertion. 
3138
3139         * gtk/gtkentry.c: Add the necessary glue for inline completion. 
3140
3141 Sun Jul 18 15:28:24 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3142
3143         * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an
3144         empty target list if targets is NULL.
3145
3146         * configure.in: Add check for X11/extensions/sync.h. (#147416,
3147         Morten Welinder)
3148
3149 Sun Jul 18 01:24:31 2004  Matthias Clasen  <maclas@gmx.de>
3150
3151         * NEWS: Updates for 2.5.0
3152
3153 Sat Jul 17 23:11:04 2004  Matthias Clasen  <maclas@gmx.de>
3154
3155         * gtk/gtkiconview.h:
3156         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
3157         * gtk/gtkiconview.c (gtk_icon_view_set_orientation): 
3158         * gtk/gtkiconview.c (gtk_icon_view_get_orientation): 
3159         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
3160         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): 
3161         Add a new :orientation property to determine whether text
3162         is positioned below or beside icons.  (#147463)
3163
3164 Sat Jul 17 23:03:30 2004  Matthias Clasen  <maclas@gmx.de>
3165
3166         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
3167         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
3168         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Draw 
3169         focus indicator outside the selection, respect focus 
3170         line width.  (#147460) 
3171
3172 Sat Jul 17 01:17:33 2004  Matthias Clasen  <maclas@gmx.de>
3173
3174         * gdk/x11/gdkdnd-x11.c (xdnd_check_dest): Fix a warning
3175         message.
3176
3177 Sat Jul 17 00:48:27 2004  Matthias Clasen  <maclas@gmx.de>
3178
3179         Support text/plain selection target  (#55117, Owen Taylor)
3180         
3181         * gtk/gtkselection.h: 
3182         * gtk/gtkdnd.h: 
3183         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
3184         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
3185         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): New
3186         functions to facilitate handling of text targets.
3187
3188         * gtk/gtkentry.c: 
3189         * gtk/gtktextview.c: Use the new text target handling 
3190         functions instead of hardwiring the list of supported
3191         text targets everywhere.
3192
3193         * gtk/gtkselection.c (gtk_selection_data_get_text): 
3194         (gtk_selection_data_set_text): 
3195         Support the targets text/plain, text/plain?charset=utf-8
3196         and text/plain?charset=<LOCALE-CHARSET> as outlined in
3197         #55117: 
3198         For text/plain send only ASCII, but accept 8-bit text 
3199         and treat it as ISO-8859-1 as specified by the Xdnd spec.
3200         Always send CRLF terminators. Accept either and convert
3201         into the native terminator for the platform.
3202         
3203 Fri Jul 16 23:20:34 2004  Matthias Clasen  <maclas@gmx.de>
3204
3205         Support themed window icons.  (#92346, Calum Benson)
3206         
3207         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): New 
3208         function to obtain information about the sizes in which an
3209         icon is available.  
3210
3211         * gtk/gtkwindow.h: 
3212         * gtk/gtkwindow.c (gtk_window_class_init): 
3213         (gtk_window_set_icon_name): 
3214         (gtk_window_get_icon_name): Add an "icon_name" property
3215         (gtk_window_set_default_icon_name): ...and a default icon name. 
3216         (icon_list_from_theme): 
3217         (update_themed_icon): New auxiliary functions to create a 
3218         list of all available sizes of a themed icon and update the
3219         window icon list from it.
3220
3221 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
3222
3223         * gtk/gtkcombobox.c (gtk_combo_box_scroll_event): Make 
3224         scrolling work if no item is selected.
3225         (gtk_cell_editable_key_press): Don't eat space.
3226
3227         Add a combo box cell renderer (#139347, Lorenzo Gil Sanchez)
3228         
3229         * gtk/gtkcellrenderercombo.[hc]: New Files.
3230
3231         * gtk/gtk.h: 
3232         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
3233         Add the new files.
3234
3235         * gtk/gtkcombobox.[hc]: Implement GtkCellEditable, add a 
3236         :has-frame property for suppressing the frame around 
3237         the child and redo the size allocation logic to take 
3238         focus width into account.
3239
3240         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): 
3241         Acknowledge the GtkComboBox:has-frame property and make
3242         the entry fill its allocation vertically.
3243
3244         * gtk/gtkmarshalers.list: Add BOOLEAN:STRING.
3245                 
3246         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Queue
3247         a draw here to keep non-widget windows from leaving 
3248         shadows behind.
3249
3250 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
3251
3252         * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
3253         multiple times over some of the children. 
3254
3255 Thu Jul 15 22:19:40 2004  Matthias Clasen  <maclas@gmx.de>
3256
3257         Fix #60128, #58307, #144706:
3258         
3259         * gtk/gtkstyle.c (gtk_style_real_copy): Handle references
3260         to bg_pixmaps properly.
3261         (gtk_style_real_unrealize): Don't keep dangling references
3262         to the bg_pixmaps.  
3263         (gtk_style_attach): Split the loop into two loops, first 
3264         looking for a matching style, then for an empty one.
3265         (gtk_style_finalize): 
3266         (gtk_style_duplicate): Add comments explaining the handling
3267         of style->styles.
3268
3269 Thu Jul 15 20:31:28 2004  Matthias Clasen  <maclas@gmx.de>
3270
3271         * gtk/gtkspinbutton.c (start_spinning): Install the timeout
3272         before changing the value, so that a ::value_changed handler
3273         has a chance to remove it.  (#122427, Elke Meier)
3274
3275 Thu Jul 15 19:20:05 2004  Matthias Clasen  <maclas@gmx.de>
3276
3277         * gdk/x11/gdkgtk+/im-x11.c (_gdk_x11_initialize_locale): 
3278         * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
3279         instead of 'can not' in messages.  (#144226, Morten Welinder)
3280
3281 2004-07-15  Matthias Clasen  <mclasen@redhat.com>
3282
3283         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
3284         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
3285         Correct the declared default values of several properties
3286         to be in sync with the actual initial values.
3287
3288         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
3289         Make spacing a property, correct the declared default values 
3290         of several properties to be in sync with the actual initial 
3291         values.  (#147654, Matthias Clasen)
3292
3293         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Don't reparent
3294         back to menu->toplevel if it is already gone because we're
3295         shutting down.  (#147656, John Cupitt)
3296
3297 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
3298
3299         Fix #126295:
3300
3301         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw a focus
3302         indicator along the edge of the bin_window when the tree is empty.
3303         (grab_focus_and_unset_draw_keyfocus): New helper function.
3304         (gtk_tree_view_button_press): Remove a bit of superfluous code.
3305         Use the helper function to save on duplicated code.
3306         (gtk_tree_view_button_press): Grab the focus if the tree is empty.
3307         (gtk_tree_view_focus): Allow focusing into an empty tree.
3308
3309 2004-07-14  Matthias Clasen  <mclasen@redhat.com>
3310
3311         * gtk/gtkaboutdialog.c (add_credits_page): Don't use
3312         gcc extensions for the ternary ?: operator.  (#147590,
3313         Damien Carbery)
3314
3315 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
3316
3317         Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:
3318
3319         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Set the
3320         accessible object name for the tree view.
3321         (create_file_list): Likewise.
3322
3323 Tue Jul 13 21:53:08 2004  Matthias Clasen  <maclas@gmx.de>
3324
3325         * gtk/gtkicontheme.c (free_unthemed_icon): Don't leak
3326         no_svg_filename.  (#147399, Kjartan Maraas)
3327
3328 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
3329
3330         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
3331         Make this work in RTL context.
3332
3333 2004-07-13  Federico Mena Quintero  <federico@ximian.com>
3334
3335         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Set a
3336         busy cursor while mounting the volume.  Also, ref the chooser
3337         while mounting, as we may re-enter.  Fixes #139376.
3338
3339 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
3340
3341         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): 
3342         Prepare to handle composite implementations of
3343         GtkCellEditable, but recursively poking at
3344         allocation->y (hack stolen from GtkCList).
3345         (check_expander_max): Tweak the warning.
3346
3347         * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
3348         function.  (#147476, Owen Taylor)
3349
3350         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
3351         crash if unrealized.
3352
3353 Tue Jul 13 01:50:06 2004  Matthias Clasen  <maclas@gmx.de>
3354
3355         * gtk/gtkaboutdialog.c (display_credits_dialog): Don't
3356         display untranslated translator credits. 
3357
3358 Tue Jul 13 01:15:05 2004  Matthias Clasen  <maclas@gmx.de>
3359
3360         * gtk/gtkiconview.c: Some documentation updates.
3361
3362 Tue Jul 13 00:40:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3363
3364         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Do an
3365         empty begin_paint_region()/end_paint() for windows without
3366         EXPOSURE_MASK.
3367
3368         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_unset_bg,
3369         _gdk_x11_window_tmp_reset_bg): Remove checks for EXPOSURE_MASK.
3370
3371 2004-07-12  Matthias Clasen  <mclasen@redhat.com>
3372
3373         * demos/gtk-demo/appwindow.c: Use a GtkAboutDialog.
3374
3375         * gtk/gtkaboutdialog.h: 
3376         * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog.
3377
3378         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
3379         * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli,
3380         patch by Matthias Clasen)
3381
3382         * gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style 
3383         to cell view menu items as well.  (#147405, John Cupitt)
3384
3385         * gtk/gtkentrycompletion.c: Warning fixes.  (#147420,
3386         Morten Welinder)
3387
3388         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Pop down 
3389         first. (#147399, John Cupitt)
3390
3391 Mon Jul 12 01:56:26 2004  Matthias Clasen  <maclas@gmx.de>
3392
3393         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents): 
3394         Include the update_counter check in the HAVE_XSYNC condition,
3395         since update_counter isn't present in the !HAVE_XSYNC case.
3396
3397 Mon Jul 12 00:52:04 2004  Matthias Clasen  <maclas@gmx.de>
3398
3399         * gtk/stock-icons/Makefile.am: 
3400         * gtk/stock-icons/stock_about_{16,24}.png: 
3401         * gtk/stock-icons/stock_connect_{16,24}.png: 
3402         * gtk/stock-icons/stock_disconnect_{16,24}.png: 
3403         * gtk/stock-icons/stock_edit_{16,24}.png: 
3404         * gtk/stock-icons/stock_media_forward_{16,24}.png: 
3405         * gtk/stock-icons/stock_media_next_{16,24}.png: 
3406         * gtk/stock-icons/stock_media_pause_{16,24}.png: 
3407         * gtk/stock-icons/stock_media_play_{16,24}.png: 
3408         * gtk/stock-icons/stock_media_previous_{16,24}.png: 
3409         * gtk/stock-icons/stock_media_record_{16,24}.png: 
3410         * gtk/stock-icons/stock_media_rewind_{16,24}.png: 
3411         * gtk/stock-icons/stock_media_stop_{16,24}.png: 
3412         * gtk/gtkstock.h (GTK_STOCK_ABOUT): 
3413         * gtk/gtkstock.h (GTK_STOCK_CONNECT): 
3414         * gtk/gtkstock.h (GTK_STOCK_DISCONNECT): 
3415         * gtk/gtkstock.h (GTK_STOCK_EDIT): 
3416         * gtk/gtkstock.h (GTK_STOCK_MEDIA_FORWARD): 
3417         * gtk/gtkstock.h (GTK_STOCK_MEDIA_NEXT): 
3418         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PAUSE): 
3419         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PLAY): 
3420         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PREVIOUS): 
3421         * gtk/gtkstock.h (GTK_STOCK_MEDIA_RECORD): 
3422         * gtk/gtkstock.h (GTK_STOCK_MEDIA_REWIND): 
3423         * gtk/gtkstock.h (GTK_STOCK_MEDIA_STOP): 
3424         * gtk/gtkiconfactory.c (get_default_icons): 
3425         * gtk/gtkstock.c (builtin_items): Add a number of new stock 
3426         items.  (#102530, #68015, #109811, Jordi Mallach, Benjamin Otte,
3427         Michael Opdenacker)
3428
3429 Sun Jul 11 15:24:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3430
3431         Bug 143330, support update counter spec.
3432         
3433         * configure.in: Add check for the Sync extension
3434
3435         * gdk/gdkwindow.h: gdk_window_enable_synchronized_configure() and
3436         gdk_window_configure_finished()
3437
3438         * gtk/gtkwindow.c (gtk_window_move_resize): Call gdk_window_finish_configure().
3439         * gtk/gtkwindow.c (gtk_window_realize): Automatically enable
3440         synchronized configures.
3441
3442         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store current
3443         and pending counter values. 
3444
3445         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): New function.
3446         * gdk/x11/gdkwindow-x11.c
3447         (gdk_window_enable_synchronized_configure): New function.
3448         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents):
3449         Delete update counter.
3450         * gdk/x11/gdkwindow-x11.c (set_wm_protocols): Advertise
3451         _NET_WM_SYNC_REQUEST when Sync is available
3452
3453         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Handle
3454         _NET_WM_SYNC_REQUEST messages
3455         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Save counter
3456         value for use by gdk_window_configure_finished() when receiving
3457         ConfigureNotifies.
3458
3459         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add use_sync flag
3460         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Check if the XSync
3461         extension is available
3462         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_SYNC_REQUEST and
3463         _NET_WM_SYNC_REQUEST_COUNTER to list of supported atoms.
3464
3465         * gdk/linux-fb/gdkwindow-fb.c, gdk/win32/gdkwindow-win32.c: Add
3466         stubs for enable_synchronized_configure() and configure_finished()
3467
3468 Sat Jul 10 23:35:13 2004  Matthias Clasen  <maclas@gmx.de>
3469
3470         * gtk/gtkentry.c (paste_received): Make middle-button pasting
3471         work as expected inside the entry.  (#116789, Scott Bronson)
3472
3473 Sat Jul 10 22:13:53 2004  Matthias Clasen  <maclas@gmx.de>
3474
3475         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): Update 
3476         clipboards.  (#142805, Mikael Hallendal)
3477
3478 Sun Jul 11 01:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3479
3480         * gtk/gtkpaned.c (gtk_paned_expose): Remove clip-region computing
3481         code. Just use &paned->handle_pos.
3482
3483 Sun Jul 11 01:12:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3484
3485         Bug 144271
3486         
3487         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Remove an
3488         unnecessary redraw..
3489
3490         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Remove some
3491         incorrect redraws.
3492
3493 Sat Jul 10 01:33:25 2004  Matthias Clasen  <maclas@gmx.de>
3494
3495         * docs/RELEASE-HOWTO: Updates.
3496
3497 Sat Jul 10 01:55:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3498
3499         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{re|un}set_bg):
3500         Insert checks for root window. The root window is never mapped.
3501
3502 Sat Jul 10 01:06:05 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3503
3504         * gdk/x11/gdkwindow-x11.c (post_unmap): Fix a warning
3505         * gdk/x11/gdkwindow-x11.c (show_window_internal): Actually unset
3506         bg.
3507
3508 Sat Jul 10 00:37:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3509
3510         Bug 113310.
3511         
3512         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{un|re}set_bg):
3513         New functions that can do a recursive unset/reset bg.
3514
3515         * gdk/x11/gdkgeometry-x11.c: Remove
3516         gdk_window_tmp_{un|re}set_bg().
3517
3518         * gdk/x11/gdkwindow-x11.c (pre_unmap, post_unmap): New functions
3519         called before and after unmapping a window. They unset the
3520         background of all other windows to prevent flicker from the X
3521         server repainting the background. post_unmap() also invalidates
3522         the parent of the unmapped window to draw it without roundtrips.
3523
3524         * gdk/x11/gdkwindow-x11.c (show_window_internal): Unset
3525         background of newly mapped windows and all desendants to prevent
3526         flicker.
3527         
3528 Fri Jul  9 15:33:55 2004  Manish Singh  <yosh@gimp.org>
3529
3530         * gdk/gdkevents.c: have a dummy case GDK_OWNER_CHANGE in switch
3531         statements to avoid gcc warnings about not all enum values handled.
3532
3533         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): ignore should live in 
3534         #ifdef HAVE_XFIXES.
3535
3536 Fri Jul  9 23:26:09 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3537
3538         (Bug 113340)
3539
3540         * gdk/x11/gdkwindow-x11.h (struct _GdkWindowImplX11): Add an
3541         "override_redirect" bit.
3542
3543         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set it here.
3544         
3545         * gdk/x11/gdkwindow-x11.c (gdk_window_move, gdk_window_resize,
3546         gdk_window_move_resize): 
3547         Update the local size/position cache
3548         immediately for override redirect windows.
3549
3550         * gdk/x11/gdkwindow-x11.c (show_window_internal): Invalidate
3551         newly mapped child and override redirect windows.
3552
3553 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
3554
3555         Fixes #137031:
3556
3557         * gtk/gtkfilesystemunix.c (get_fallback_icon): New helper
3558         function, fetches a stock icon as a fallback.
3559         (gtk_file_system_unix_volume_render_icon): Fall back to a stock
3560         icon.
3561         (gtk_file_system_unix_render_icon): Fall back to a stock icon.
3562         Use helper functions rather than being a mega-function.
3563         (get_icon_name_for_directory): Renamed from
3564         get_icon_for_directory().
3565         (get_icon_type_from_path): New helper function; code pulled out
3566         from gtk_file_system_unix_render_icon().
3567         (get_special_icon): Likewise.
3568         (get_icon_for_mime_type): Likewise.
3569
3570 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
3571
3572         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
3573         temp_event.
3574
3575 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
3576
3577         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Use the 
3578         requisition of the widget instead of relying on the style
3579         drawing function to supply the size of the drawable.  (#146531) 
3580
3581 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
3582
3583         Make GtkEntry work harder to protect passwords:  (#143955,
3584         Morten Welinder)
3585         
3586         * gtk/gtkentry.c (gtk_entry_destroy): Add a destroy handler
3587         to clear the password even if the widget is leaked.
3588
3589         * gtk/gtkentry.c (gtk_entry_real_delete_text): 
3590         * gtk/gtkentry.c (gtk_entry_finalize): Zero out the memory
3591         before freeing it.
3592         
3593         * gtk/gtkentry.c (gtk_entry_real_insert_text): Zero and free
3594         the old memory instead of just reallocating it.
3595
3596         * gtk/gtkentry.c (gtk_entry_create_layout): Don't leak text
3597         direction information for passwords.
3598
3599 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
3600
3601         * gtk/gtkstyle.c: Fix some cases where style functions were 
3602         not handling widget == NULL properly.  (#146282)
3603
3604 Thu Jul  8 22:38:58 2004  Matthias Clasen  <maclas@gmx.de>
3605
3606         * gtk/gtktreeview.c: Improve the EXPANDER_MAX warning.
3607
3608 2004-07-08  Federico Mena Quintero  <federico@ximian.com>
3609
3610         Fix #139290:
3611
3612         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Add a
3613         GError argument.  Do check for errors when getting the
3614         GtkFileFolder:  get the folder and read the children before
3615         actually creating the model.  Removed obsolete code that handled
3616         roots-changed on the file system.
3617         (file_model_node_get_info): Assert that we don't reach the old
3618         case to display file system roots.
3619         (roots_changed_callback): Removed.
3620
3621         * gtk/gtkfilechooserdefault.c (set_list_model): Add a GError
3622         argument, and a boolean return value.  Return an error if we
3623         cannot create the file system model.  On error, set a NULL model
3624         on the tree.
3625         (gtk_file_chooser_default_set_current_folder): Use the error value
3626         from set_list_model().
3627         (gtk_file_chooser_default_set_property): Set the show_hidden
3628         property only if the browse_files_model exists.
3629         (gtk_file_chooser_default_unselect_path): Only operate if the
3630         browse_files_model exists.
3631         (check_preview_change): Check whether we have the sort_model.
3632         (change_folder_and_display_error): Copy the path we get passed
3633         before using it.  There's a comment in there that explains why we
3634         need to copy it; basically, if the passed path belongs to the
3635         model, the model may go away in the middle of this function and
3636         we'll be left with a dangling pointer.
3637         (install_list_model_filter): Assert that the model is not NULL.
3638         (set_current_filter): Check whether the model exists.
3639
3640         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Don't
3641         g_return_if_fail if the model is NULL.
3642         (gtk_tree_selection_get_selected_rows): Likewise.
3643         (gtk_tree_selection_count_selected_rows): Likewise.
3644         (gtk_tree_selection_selected_foreach): Likewise.
3645         (gtk_tree_selection_path_is_selected): Likewise; rather just
3646         return FALSE.
3647         (gtk_tree_selection_select_all): Likewise.
3648         (gtk_tree_selection_unselect_all): Likewise.
3649         (gtk_tree_selection_select_range): Do g_return_if_fail() if the
3650         model is NULL.
3651         (gtk_tree_selection_unselect_range): Likewise.
3652
3653         * gtk/gtkfilesystemunix.c (fill_in_names): Return immediately if
3654         g_dir_open() fails:  there is no need to set the error ourselves,
3655         as g_dir_open() already does it.
3656
3657 2004-07-08  Matthias Clasen  <mclasen@redhat.com>
3658
3659         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Allow
3660         to restore the default search function.  (#145365, John Finlay) 
3661
3662         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Don't leak 
3663         references to the drag context.  (#144324, Alex Larsson)
3664
3665 Thu Jul  8 00:31:34 2004  Matthias Clasen  <maclas@gmx.de>
3666
3667         * gtk/gtktreeview.c (gtk_tree_view_set_model): Stop editing
3668         when a new model is set.  (#145566, Dmitry M. Shatrov)
3669
3670 Wed Jul  7 23:44:32 2004  Matthias Clasen  <maclas@gmx.de>
3671
3672         * gtk/gtkimage.c (gtk_image_expose): Make sure that subpixbufs
3673         are properly aligned for gdk_pixbuf_saturate_and_pixelate(),
3674         in order to avoid rendering artifacts from misaligned 
3675         pixelation patterns.  (#145585, Felipe Heidrich, Billy Biggs)
3676
3677 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
3678
3679         * gtk/gtktreeview.c: 
3680         * gtk/gtktreeview.h: Small documentation fixes.
3681
3682 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
3683
3684         Support separators in combo boxes and more generally in tree 
3685         views  (#135873):
3686         
3687         * gtk/gtkcombobox.h: 
3688         * gtk/gtkcombobox.c (gtk_combo_box_get_row_separator_column):
3689         * gtk/gtkcombobox.c (gtk_combo_box_set_row_separator_column):
3690         Add a ::row-separator-column property with getter and setter, 
3691         which can indicate a boolean model column to determine which
3692         rows are separators. 
3693
3694         * gtk/gtkcombobox.c: Display separator rows as separator menu 
3695         items in menu mode, and by using the new treeview separator 
3696         functionality in list mode.
3697
3698         * gtk/gtktreeview.h: 
3699         * gtk/gtktreeprivate.h:
3700         * gtk/gtktreeview.c (gtk_tree_view_get_row_separator_func): 
3701         * gtk/gtktreeview.c (gtk_tree_view_set_row_separator_func): 
3702         Add a callback to determine whether a row is a separator.
3703         
3704         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): 
3705         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
3706         * gtk/gtktreeview.c (validate_row): Use the new callback
3707         to determine whether a row is a separator, and draw it
3708         as a separator then. Since separators should take up less
3709         vertical space than regular rows, this requires removing
3710         the redundant MAX(...,expander_size) calls which appear in
3711         many places. Instead, the MAX() is now only done in 
3712         validate_row(), and only if the row is not a separator.
3713         To catch possible side effects of this intrusive change,
3714         I have left EXPANDER_MAX() calls in place of the MAX() calls
3715         which will emit a warning if something breaks. They should
3716         be removed before 2.6.
3717
3718         * gtk/gtktreeselection.c (row_is_selectable): Don't let 
3719         separator rows be selected.
3720         
3721         * tests/testcombo.c (create_blaat): Add a separator column.
3722
3723 Tue Jul  6 22:58:00 2004  Matthias Clasen  <maclas@gmx.de>
3724
3725         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Fix
3726         a 64bit alignment issue.  (#144302, Sunil)
3727
3728 2004-07-07  Tor Lillqvist  <tml@iki.fi>
3729
3730         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)
3731         * gdk/win32/gdkfont-win32.c (gdk_text_extents)
3732         * gdk/win32/gdkproperty-win32.c (find_common_locale,
3733         gdk_property_change)
3734         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Use
3735         g_utf8_to_utf16() instead of the removed _gdk_utf8_to_ucs2() (see
3736         below).
3737
3738         * gdk/win32/gdkglobals-win32.c
3739         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init)
3740         * gdk/win3/gdkprivate-win32.h: Add a variable for the TARGETS
3741         atom. Initialize it. Declare it. Drop the variable for the
3742         COMPOUND_TEXT atom.
3743
3744         * gdk/win32/gdkim-win32.c (gdk_wcstombs): Don't return UTF-8. This
3745         function is supposed to return the string in the locale's charset
3746         and encoding. Use g_convert().
3747
3748         (gdk_mbstowcs): Similarily, don't take an UTF-8 string, but a
3749         string in the locale's charset. Use g_convert().
3750
3751         (_gdk_ucs2_to_utf8, _gdk_utf8_to_wcs, _gdk_utf8_to_ucs2):
3752         Delete. The UCS-2 functions didn't handle surrogates anyway. Use
3753         GLib's UTF-16 functions instead. Windows uses UTF-16.
3754
3755         * gdk/win32/gdkprivate-win32.h: Remove declarations of the deleted
3756         functions mentioned above.
3757
3758         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Use CF_TEXT
3759         also if the string is of type STRING, i.e. ISO-8859-1, and the
3760         current codepage is 1252, and contains no C1 chars. Accept
3761         also UTF8_STRING.
3762
3763         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
3764         Mark as static. When storing STRING data, convert to
3765         Latin-1. (#140537)
3766         (gdk_selection_owner_set_for_display): Now that STRING is always
3767         ISO-8859-1, use UTF8_STRING when sending the selection request
3768         to ourselves.
3769
3770         (gdk_selection_convert): Handle also UTF8_STRING. (#140537, John
3771         Ehresman)
3772
3773         (gdk_text_property_to_text_list_for_display): Make work more like
3774         X11 version. Do obey the encoding parameter.
3775
3776         (gdk_string_to_compound_text_for_display,
3777         gdk_utf8_to_compound_text_for_display): Don't even pretend
3778         supporting COMPOUND_TEXT.
3779
3780         (gdk_utf8_to_string_target): Convert to ISO-8859-1, like on X11.
3781
3782         (sanitize_utf8): Zero-terminate string.
3783
3784 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
3785
3786         * gtk/stock-icons/Makefile.am: Add stock_file_16.png, 
3787         stock_file_24.png, stock_directory_16.png and stock_directory_24.png.
3788
3789         * gtk/gtkstock.h (GTK_STOCK_FILE, GTK_STOCK_DIRECTORY): 
3790         * gtk/gtkiconfactory.c (get_default_icons): New stock icons as 
3791         fallbacks for gtkfilechooser. Currently these are the same images
3792         as the "new" and "open" items...
3793
3794 Tue Jul  6 10:00:22 2004  Jonathan Blandford  <jrb@redhat.com>
3795
3796         Fix for #136496, Pawel Salek:
3797         
3798         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Queue a redraw on
3799         a node when it changes in fixed_height mode.
3800
3801         (gtk_tree_view_node_queue_redraw): new function to queue a redraw
3802         on a node.
3803
3804 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
3805
3806         * gtk/gtkmenu.c (gtk_menu_position): Make sure 
3807         private->monitor_num is a valid monitor number before 
3808         using it.  (#139187, Michael Natterer)
3809
3810 Tue Jul  6 02:00:28 2004  Matthias Clasen  <maclas@gmx.de>
3811
3812         * gtk/gtkfilechooserdefault.c (popup_position_func): 
3813         * gtk/gtkentry.c (popup_position_func): 
3814         * gtk/gtktextview.c (popup_position_func): Improve positioning
3815         of keyboard-activated menus with Xinerama.
3816
3817 Tue Jul  6 00:29:03 2004  Matthias Clasen  <maclas@gmx.de>
3818
3819         * gtk/gtkuimanager.c (do_updates): 
3820         (do_updates_idle): Only call GDK_THREADS_ENTER() / _LEAVE() 
3821         when called from an idle handler.  (#145429, Jan-Marek Glogowski)
3822
3823 Mon Jul  5 23:47:38 2004  Matthias Clasen  <maclas@gmx.de>
3824
3825         * gtk/gtkfilechooserutils.c (delegate_notify): Use
3826         the less efficient g_object_interface_find_property () instead
3827         of the param_id range check, since the GParamSpecs we're 
3828         dealing with are the overridden onces on the interface, whose
3829         param_id is always zero.  (#145312, Alex Roitman, fix proposed
3830         by Owen Taylor)
3831
3832 2004-07-05  Lorenzo Gil Sanchez  <lgs@sicem.biz>
3833
3834         * gtk/gtklayout.c (gtk_layout_add): added a default method for the add
3835         virtual method of GtkContainer.
3836         (gtk_layout_class_init): assign gtk_layout_add to the 'add' virtual
3837         method slot of the container class.
3838
3839 2004-07-05  Anders Carlsson  <andersca@gnome.org>
3840
3841         * gtk/gtkiconview.c: (gtk_icon_view_set_markup_column):
3842         * gtk/gtkiconview.h:
3843         Use gint, not int in gtk_icon_view_set_markup_column,
3844         (Paolo Maggi)
3845         
3846 2004-07-05  Anders Carlsson  <andersca@gnome.org>
3847
3848         * gtk/gtkiconview.c: (gtk_icon_view_class_init),
3849         (gtk_icon_view_real_select_cursor_item),
3850         (gtk_icon_view_real_activate_cursor_item):
3851         * gtk/gtkiconview.h:
3852         Add an "activate_cursor_item" action signal
3853         and bind it to the return key.
3854         
3855 2004-07-04  Anders Carlsson  <andersca@gnome.org>
3856
3857         * demos/gtk-demo/Makefile.am:
3858         * demos/gtk-demo/gnome-fs-directory.png:
3859         * demos/gtk-demo/gnome-fs-regular.png:
3860         * demos/gtk-demo/iconview.c: (load_pixbufs), (fill_store),
3861         (sort_func), (create_store), (item_activated), (up_clicked),
3862         (home_clicked), (do_iconview):
3863         Add a simple file browser based on the icon view.
3864         
3865         * gtk/gtk.h:
3866         Add gtk/gtkiconview.h
3867         
3868         * gtk/gtkiconview.c: (gtk_icon_view_layout),
3869         (gtk_icon_view_item_new), (gtk_icon_view_item_activated):
3870         Fix a few bugs discovered while writing the demo.
3871         
3872 2004-07-04  Anders Carlsson  <andersca@gnome.org>
3873
3874         * gtk/Makefile.am:
3875         * gtk/gtkiconview.c
3876         * gtk/gtkiconview.h:
3877         Add GtkIconView to the build, remove debugging output.
3878         
3879 Sun Jul  4 01:29:35 2004  Matthias Clasen  <maclas@gmx.de>
3880
3881         * gtk/gtkcalendar.c (gtk_calendar_drag_data_get): 
3882         (gtk_calendar_drag_data_received): Fix off-by-one error.  
3883         GDate month is one-based and GtkCalendar month is zero-based.  
3884         (#145134, William Jon McCann)
3885
3886 Sun Jul  4 01:11:07 2004  Matthias Clasen  <maclas@gmx.de>
3887
3888         * gtk/gtktreestore.c (gtk_tree_store_move): Don't crash if
3889         somebody tries to move a node after itself in a list of 
3890         length 1.  (#145291, Sampo Nurmentaus)
3891
3892 Sat Jul  3 23:43:23 2004  Matthias Clasen  <maclas@gmx.de>
3893
3894         * docs/faq/gtk-faq.sgml: 
3895         * gtk/gtkwindow.c: Fix links to www.freedesktop.org.  (#145210,
3896         Billy Biggs)
3897
3898 Sat Jul  3 02:09:51 2004  Matthias Clasen  <maclas@gmx.de>
3899
3900         * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
3901         and current_height to 0 when ending the embedding.  (#143675,
3902         Nickolay V. Shmyrev)
3903
3904 Sat Jul  3 01:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3905
3906         * gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
3907         to the right end of the entry text, even if it ends in combining
3908         marks.  (#141728, Theppitak Karoonboonyanan)
3909
3910 Fri Jul  2 23:34:33 2004  Matthias Clasen  <maclas@gmx.de>
3911
3912         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Unset the displayed
3913         row when unsetting the model.  (#138560, Christian Persch)
3914
3915 Fri Jul  2 23:01:07 2004  Matthias Clasen  <maclas@gmx.de>
3916
3917         * gtk/gtkcombobox.c (update_menu_sensitivity): Don't crash if there
3918         are no items.
3919
3920 Fri Jul  2 22:41:27 2004  Matthias Clasen  <maclas@gmx.de>
3921
3922         * gtk/gtkimage.c (gtk_image_expose): Properly align mask and
3923         pixbuf if a subarea is exposed.  (#135423, fix by John Ehresman)
3924
3925 Fri Jul  2 21:40:21 2004  Matthias Clasen  <maclas@gmx.de>
3926
3927         * gtk/gtknotebook.c (gtk_notebook_realize): Add scroll events
3928         to the event mask, set a scroll_event handler.
3929         * gtk/gtknotebook.c (gtk_notebook_scroll): Handle scroll events
3930         by switching tabs.  (#145244, Gabriel de Perthuis)
3931
3932 2004-07-02  Anders Carlsson  <andersca@gnome.org>
3933
3934         * gtk/gtktreeview.c (gtk_tree_view_set_model): 
3935         Make sure we check for a NULL model first.
3936
3937 2004-07-01  J. Ali Harlow  <ali@juiblex.co.uk>
3938
3939         * gdk/win32/gdkinput-win32.c (_gdk_input_ungrab_pointer): Fix
3940         win32 build problem w/o wintab.  Fixed #145242
3941
3942 2004-06-30  Anders Carlsson  <andersca@gnome.org>
3943
3944         * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
3945         g_return_if_fail to make sure that the model is a GtkTreeModel.
3946
3947 Sat Jun 26 17:41:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3948
3949         * gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
3950         current state, not GTK_STATE_NORMAL
3951
3952         * gtk/gtkframe.c (gtk_frame_paint): Fix a rounding error
3953
3954 Sat Jun 26 15:07:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3955
3956         * gtk/gtkstyle.c, gtk/gtkrc.c: small color tweak. (#141173)
3957
3958 Sat Jun 26 01:15:40 2004  Matthias Clasen  <maclas@gmx.de>
3959
3960         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Handle
3961         _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW.  (#144851, 
3962         Billy Biggs)
3963
3964 Sat Jun 26 01:04:31 2004  Matthias Clasen  <maclas@gmx.de>
3965
3966         * gtk/gtkiconfactory.c (clear_cache): Prevent unwanted 
3967         recursion by resetting icon_set->cache before freeing
3968         the cache.  (#144947, Tim Janik)
3969
3970 Sat Jun 26 00:40:02 2004  Matthias Clasen  <maclas@gmx.de>
3971
3972         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): 
3973         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): 
3974         * gtk/gtkstyle.c (gtk_default_render_icon): Accept a NULL 
3975         style.
3976
3977 Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
3978
3979         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
3980         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
3981         last change in the docs.
3982
3983 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
3984
3985         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
3986         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
3987         NULL to unset the model.  (#137211, patch by  Mariano SuĂ¡rez-Alvarez)
3988
3989 Fri Jun 25 23:33:05 2004  Matthias Clasen  <maclas@gmx.de>
3990
3991         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Fix the
3992         placement policy for GtkComboBoxEntry to be: if it fits below, 
3993         place below, if it fits above place above, else place in the 
3994         larger space and scroll so that the scroll arrow appear at the
3995         far end.  (#144362, David A. Knight)
3996
3997 Fri Jun 25 22:49:58 2004  Matthias Clasen  <maclas@gmx.de>
3998
3999         * gtk/gtktreestore.c (gtk_tree_store_move): Avoid uninitialized
4000         use of &parent_iter. (#145007, John Finlay)
4001
4002 2004-06-25  Bastien Nocera  <hadess@hadess.net>
4003
4004         reviewed by: Matthias Clasen  <maclas@gmx.de>
4005
4006         * gdk/x11/gdkkeys-x11.c: (get_symbol), (update_keymaps),
4007         (gdk_keymap_lookup_key), (translate_keysym): fix keys parsing when
4008         the number of keysyms per keycode is odd. Fixes #144808.
4009
4010 2004-06-25  Matthias Clasen  <mclasen@redhat.com>
4011
4012         * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): Avoid
4013         a crash if the font doesn't exist.  (#144967, Yevgen Muntyan) 
4014
4015 Fri Jun 25 00:32:15 2004  Matthias Clasen  <maclas@gmx.de>
4016
4017         * gtk/gtktreestore.c (gtk_tree_store_swap): Commit the change
4018         which was mentioned below.
4019
4020 Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
4021
4022         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
4023         string change.  (#139503, Baris Cicek)
4024
4025 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
4026
4027         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
4028         or an Open stock button for the C-l dialog depending on the action
4029         in which the file chooser operates.  Fixes #141753.
4030
4031 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
4032
4033         Fixes the GTK+ part of #142308:
4034
4035         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_filename_to_path):
4036         Use filename_to_path().
4037         (gtk_file_system_unix_uri_to_path): Likewise.
4038         (filename_to_path): Use remove_trailing_slash().
4039
4040 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
4041
4042         * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
4043         for the ::move_cursor signal.
4044
4045         * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
4046         "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
4047         Kendall)        
4048
4049         * gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure 
4050         this gets defined for all backends, so linux-fb has a 
4051         chance of compiling.
4052
4053         * gdk/x11/gdkgc-x11.c: 
4054         * gdk/gdkgc.c: Move function docs inline, add hints about 
4055         obtaining rgb colors from gcs.  (#144688, Steve Chaplin)
4056
4057         * gtk/gtktreestore.c (gtk_tree_store_swap): Make this work
4058         for children of the root.  (#139785, Jean-François Wauthy,
4059         patch by John Finlay)
4060
4061         * gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
4062         fix.  (#144750, Jeff Franks) 
4063
4064 2004-06-21  Michael Natterer  <mitch@gimp.org>
4065         Merge from stable:
4066
4067         * gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
4068         function public as _gdk_x11_convert_to_format().
4069
4070         * gdk/x11/gdkcursor-x11.c (create_cursor_image): premultiply
4071         the pixels from the GdkPixbuf when putting them in the
4072         Xcursor image. Fixes bug #144350.
4073
4074 2004-06-16  Federico Mena Quintero  <federico@ximian.com>
4075
4076         * gtk/gtkfilesystemmodel.c (do_files_added): When inserting a
4077         visible node, free the old path before creating the new one.
4078         Fixes #144356.
4079
4080 Tue Jun 15 01:10:32 2004  Matthias Clasen  <maclas@gmx.de>
4081
4082         * gtk/gtkcombobox.c: Make GtkComboBox work without model.  
4083         (#144198, Mariano SuĂ¡rez-Alvarez)
4084         
4085 Fri Jun 11 22:05:56 2004  Matthias Clasen  <maclas@gmx.de>
4086
4087         * gtk/gtkfilechooserdefault.c: Don't use
4088         contractions like "don't" or "isn't" in error messages.
4089         It isn't nice to use them in log entries either...
4090         (#137774, Morten Welinder, patch by Alexander Winston)
4091
4092 2004-06-11  Federico Mena Quintero  <federico@ximian.com>
4093
4094         Fixes #143578:
4095
4096         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_add_editable):
4097         Don't ref the editable node.
4098         (_gtk_file_system_model_remove_editable): Don't unref the editable node.
4099         (_gtk_file_system_model_remove_editable): Ahem, free the node.
4100
4101         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4102         Added fields for edited_idle and edited_new_text.
4103         (renderer_edited_cb): Queue the
4104         creation of the folder in an idle handler.
4105         (renderer_editing_canceled_cb): Likewise for the cancellation.
4106         (gtk_file_chooser_default_finalize): Free the impl->edited_new_text.
4107
4108 Thu Jun 10 22:12:26 2004  Matthias Clasen  <maclas@gmx.de>
4109
4110         * gtk/gtkmain.c (gtk_parse_args): Typo fix.
4111
4112 2004-06-10  Federico Mena Quintero  <federico@ximian.com>
4113
4114         Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
4115
4116         * gtk/gtkfilechooser.c (gtk_file_chooser_list_shortcut_folders):
4117         Refer to gtk_file_chooser_add_shortcut_folder().
4118         (gtk_file_chooser_list_shortcut_folder_uris): Refer to
4119         gtk_file_chooser_add_shortcut_folder_uri().
4120
4121 Thu Jun 10 00:36:15 2004  Matthias Clasen  <maclas@gmx.de>
4122
4123         * gtk/gtkcalendar.c (gtk_calendar_main_button): Start 
4124         the drag before focusing the selected.day.
4125         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Stop
4126         a beginning drag if the widget becomes insensitive.
4127
4128 Thu Jun 10 00:09:06 2004  Matthias Clasen  <maclas@gmx.de>
4129
4130         * gtk/gtkcalendar.c (gtk_calendar_button_press): Start 
4131         spinning before calling arrow_action(), so that a signal
4132         handler triggered from arrow_action() has a chance to 
4133         stop the spinning.  (#143966, Davyd Madeley)
4134
4135 Wed Jun  9 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
4136
4137         * gtk/gtkstyle.c (_gtk_style_init_for_settings): Fix a 
4138         typo.  (#144070, Kent Sandvik)
4139
4140 Thu Jun 10 00:22:51 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4141
4142         * gtk/gtkmenu.c: Revert the "drag select" part of
4143         #141169. (#144011).
4144
4145 Mon Jun  7 23:07:40 2004  Matthias Clasen  <maclas@gmx.de>
4146
4147         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): Handle
4148         priv->model being NULL.  (#143856, Mariano SuĂ¡rez-Alvarez)
4149
4150 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
4151
4152         * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
4153         from 2003/Sep/12.  This kept DnD in tree views within modal
4154         dialogs from working, which is especially bad for the file
4155         chooser.  Fixes #135168.
4156
4157 Sun Jun  6 23:57:21 2004  Matthias Clasen  <maclas@gmx.de>
4158
4159         Make the entry context menu work in editable text cells. The changes
4160         are based on a patch by Kristian Rietveld, which implemented an 
4161         approach outlined by Owen Taylor.  (#50075)
4162         
4163         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event): 
4164         Ignore focus out if the entry menu is posted.
4165         (gtk_cell_renderer_text_populate_popup): Mark the entry menu as 
4166         posted, and set up a signal handler to clear the flag if the menu 
4167         is unmapped.
4168         (gtk_cell_renderer_text_popup_unmap): Clear the in_entry_menu flag, 
4169         set up a timeout to stop editing if the focus is lost.
4170         (popdown_timeout): Stop editing if the entry doesn't have focus anymore.
4171         (gtk_cell_renderer_text_start_editing): Connect to the populate_popup 
4172         signal on the entry and keep a pointer to the entry.
4173         (gtk_cell_renderer_text_editing_done): Disconnect from popuplate_popup, 
4174         clear the pointer to the entry.
4175
4176 Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
4177
4178         * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
4179         of the ::language property.  (#143802, Owen Taylor)
4180
4181 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
4182
4183         * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
4184         (gtk_entry_completion_list_enter_notify),
4185         (gtk_entry_completion_list_motion_notify),
4186         (_gtk_entry_completion_popup), (_gtk_entry_completion_popdown):
4187         * gtk/gtkentryprivate.h: Add an ignore_enter flag and
4188         use it as in the menu code to avoid the initial selection if
4189         the window pops up under the pointer.  (Anders Carlsson)
4190
4191 Sat Jun  5 20:05:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4192
4193         * tests/testmerge.c: Add a checkbox to queue an
4194         merge/unmerge. Patch from Matthias Clasen.
4195
4196         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Add a new flag
4197         "need_rebuild"
4198         (rebuild_menu): New function that rebuilds the overflow menu and
4199         makes sure it doesn't start or end with a separator.
4200         (toolbar_content_new_tool_item)
4201         (toolbar_content_remove)
4202         (toolbar_content_new_compatibility): Set the rebuild_needed flag
4203         (gtk_toolbar_size_allocate): Only show the overflow arrow when we
4204         have actually overflown an item with a proxy menu item. Also make
4205         sure we rebuild the menu if needed.
4206
4207         Fix #125504, #142377, #143463
4208         
4209         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose):
4210         Obey the "priv->draw" flag. (#143692)
4211
4212 2004-06-04  Matthias Clasen  <mclasen@redhat.com>
4213
4214         * docs/widget_geometry.txt: Add a note about the !CAN_FOCUS
4215         quirk in the button size allocation code.
4216
4217         * gtk/gtkbutton.c (gtk_button_size_allocate): Give the space
4218         requested for drawing the focus indicator to the child in the
4219         !CAN_FOCUS case. This should fix issues which the Gimp has with 
4220         the button allocation changes in 2.4.2.
4221
4222 Thu Jun  3 21:17:29 2004  Matthias Clasen  <maclas@gmx.de>
4223
4224         * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the
4225         length of the entry contents in characters, not in bytes.
4226
4227         * gtk/gtkentry.c (paste_received): Don't pop up the completion
4228         window on paste, noticed by Anders Carlsson.
4229
4230 Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
4231
4232         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
4233         values and default value for the ::active property.  (#143669,
4234         Olivier Andrieu)
4235
4236 2004-06-03  Michael Natterer  <mitch@gimp.org>
4237
4238         * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
4239         instead of accessing item->image->allocation.width/height
4240         directly. Makes widgets which only have a requisition set using
4241         gtk_widget_set_size_request() work and fixes bug #142789.
4242
4243 Thu Jun  3 08:07:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4244
4245         * gtk/gtkmenu.c: Revert previous commit. It caused the problem
4246         of sticky right click menus to return.
4247
4248 Wed Jun  2 01:56:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4249
4250         * gtk/gtkmenu.c: Fix the stay up algorithm for combo boxes to
4251         better handle the "click" case. bug  Better fix for #141169.
4252
4253 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
4254
4255         * gtk/gtktreeview.c (gtk_tree_view_search_init): Bail out if the
4256         model is empty.  Fixes #143536.
4257
4258 2004-06-02  Matthias Clasen  <mclasen@redhat.com>
4259
4260         * gtk/gtkfontsel.c (gtk_font_selection_size_focus_out): Don't
4261         close the dialog on focus out of the size entry.  (#143505, 
4262         David Hawthorne)
4263
4264 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
4265
4266         Fix #138807.
4267
4268         * gtk/fnmatch.c (_gtk_fnmatch): Take a no_leading_period argument.
4269         (gtk_fnmatch_intern): Likewise; also implement this option.
4270
4271         * gtk/gtkprivate.h (_gtk_fnmatch): Updated prototype.
4272
4273         * gtk/gtkfilesel.c (find_completion_dir): Pass TRUE for the
4274         no_leading_period argument of _gtk_fnmatch().
4275         (attempt_file_completion): Likewise.
4276
4277         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Pass FALSE for the
4278         no_leading_period argument of _gtk_fnmatch().
4279
4280 Wed Jun  2 00:47:11 2004  Matthias Clasen  <maclas@gmx.de>
4281
4282         * gtk/gtkselection.c (_gtk_selection_request): Remove leftover
4283         debug code.
4284
4285 Wed Jun  2 00:13:57 2004  Matthias Clasen  <maclas@gmx.de>
4286
4287         * gtk/gtktreeselection.c (gtk_tree_selection_select_range): Don't
4288         allow unless selection mode is multiple.  (#142634, John Finlay)
4289
4290 Tue Jun  1 23:00:20 2004  Matthias Clasen  <maclas@gmx.de>
4291
4292         * gtk/gtktoolbar.h: 
4293         * gtk/gtktoolbar.c: 
4294         * gtk/gtkentrycompletion.h: 
4295         * gtk/gtkentrycompletion.c: 
4296         * gtk/gtkcombobox.h: 
4297         * gtk/gtkcombobox.c: Rename function parameters from
4298         index to index_ to prevent clash with BSD index().  (#143001)
4299
4300 Tue Jun  1 22:45:42 2004  Matthias Clasen  <maclas@gmx.de>
4301
4302         * gtk/gtkmenu.c (get_accel_path): Handle accel_closure being
4303         NULL on an accel label. (#139641, Sam Stephenson, patch by 
4304         Michael Natterer)
4305
4306 Tue Jun  1 22:19:55 2004  Matthias Clasen  <maclas@gmx.de>
4307
4308         * gtk/gtkicontheme.c (theme_subdir_load):  Prevent icon 
4309         lookup finding icons in the wrong prefix.  (#143328,
4310         Mark McLoughlin)
4311
4312 Wed Jun  2 00:39:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4313
4314         Bug #141169.
4315
4316         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Make menus
4317         only stay up if you release within 500 milliseconds.
4318         (gtk_menu_shell_button_press): Set the activate_time to the event
4319         time when a button is pressed.
4320
4321         * gtk/gtkmenu.c (gtk_menu_motion_notify, gtk_menu_enter_notify):
4322         Interprete button releases as activate when we have seen both an
4323         enter an a motion event.
4324
4325 2004-06-01  Federico Mena Quintero  <federico@ximian.com>
4326
4327         * gtk/gtkfilesystemmodel.c (do_files_removed): Don't insert a
4328         dummy node if there is no parent node.  Fixes #143362.
4329
4330 2004-05-31  Federico Mena Quintero  <federico@ximian.com>
4331
4332         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Change to the
4333         newly-created folder.  Fixes #138932.
4334         (trap_activate_cb): Only return TRUE if we did handle the event.
4335         Fixes #143359; patch by jylefort@brutele.be.
4336
4337 Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
4338
4339         * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
4340         docs.  (#142892, Tommi Komulainen)
4341
4342 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
4343
4344         * gtk/gtkhandlebox.c: Make detached handleboxes work when their
4345         parent is minimized, porting the fix from 1.2.  (#1923, #57182)
4346
4347 Mon May 31 02:03:17 2004  Matthias Clasen  <maclas@gmx.de>
4348
4349         * gtk/gtkwindow.c (gtk_window_show): Make moving realized, 
4350         unmapped windows work. 
4351
4352 Mon May 31 00:27:33 2004  Matthias Clasen  <maclas@gmx.de>
4353
4354         * gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix
4355         a typo.
4356
4357 Mon May 31 00:23:55 2004  Matthias Clasen  <maclas@gmx.de>
4358
4359         * gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget): 
4360         Refer to ::update-preview, not ::selection-changed.
4361
4362 2004-05-29  Christian Rose  <menthos@menthos.com>
4363  
4364         * configure.in: Added "tk" to ALL_LINGUAS.
4365  
4366 Fri May 28 15:00:01 2004  Matthias Clasen  <maclas@gmx.de>
4367
4368         * gtk/gtkwidget.c (gtk_widget_set_parent): Add informative
4369         messages for common problems.  (#137974, Owen Taylor)
4370
4371 Fri May 28 14:20:17 2004  Matthias Clasen  <maclas@gmx.de>
4372
4373         * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation 
4374         errors. (#143337, Billy Biggs) 
4375
4376 Thu May 27 16:36:22 2004  Owen Taylor  <otaylor@redhat.com>
4377
4378         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
4379         bits within visual->depth that aren't used for color to
4380         1s, in case they are alpha.
4381
4382 2004-05-27  Anders Carlsson  <andersca@gnome.org>
4383
4384         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
4385         Make separator rows insensitive.
4386
4387 Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
4388
4389         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
4390         Add more docs.
4391
4392 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
4393
4394         * gtk/gtkentrycompletion.h:
4395         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_text_column): 
4396         Getter for text_column. Also make ::text_column a property.
4397
4398 Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
4399
4400         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
4401
4402 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
4403
4404         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
4405         signal if the box exists.
4406
4407 Wed May 26 23:26:51 2004  Matthias Clasen  <maclas@gmx.de>
4408
4409         Support insensitive cells in tree views and combo boxes:
4410         
4411         * gtk/gtkcellrenderer.h: 
4412         * gtk/gtkcellrenderer.c: Add a ::sensitive property.
4413
4414         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
4415         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
4416         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
4417         Support drawing insensitive.
4418
4419         * gtk/gtkcellview.h: 
4420         * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): New 
4421         function to obtain the cell renderers from a cell view. Also
4422         export gtk_cell_view_set_cell_data().
4423
4424         * gtk/gtktreeselection.c (tree_column_is_sensitive):
4425         * gtk/gtktreeselection.c (row_is_selectable): Helper functions
4426         to determine whether all visible cells in a row are insensitive
4427         and whether a row is selectable. A row is not selectable if the 
4428         user function says so or if all visible cells are insensitive.
4429         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node): 
4430         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node): 
4431         Use row_is_selectable().
4432         
4433         * gtk/gtkcombobox.c (row_is_sensitive): 
4434         * gtk/gtkcombobox.c (tree_column_row_is_sensitive): 
4435         * gtk/gtkcombobox.c (menu_row_is_sensitive): Helper functions
4436         to determine row sensitivity in menu or list mode.
4437
4438         * gtk/gtkcombobox.c (update_menu_sensitivity): Helper function
4439         to set up sensitivity menu items from the underlying rows.
4440
4441         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
4442         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): Use
4443         update_menu_sensitivity().
4444                 
4445         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Setup the cell
4446         data funcs.
4447
4448         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Skip insensitive
4449         rows.
4450
4451         * tests/testcombo.c (main): Make some rows insensitive.
4452
4453 2004-05-26  Robert Ă–gren  <gtk@roboros.com>
4454
4455         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Send key
4456         modifiers (shift, ctrl etc) in button and motion events from the
4457         tablet. (#143240)
4458
4459 2004-05-26  Robert Ă–gren  <gtk@roboros.com>
4460
4461         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): Simple
4462         implementation for extended input devices using last known 
4463         device state (#143237)
4464
4465 Tue May 25 21:54:00 2004  Matthias Clasen  <maclas@gmx.de>
4466
4467         * gtk/gtkframe.c: Move docs inline, fixing them on the
4468         way.  (#143029, Steve Chaplin)
4469
4470 2004-05-11  Robert Ă–gren  <gtk@roboros.com>
4471
4472         * gdk/win32/gdkevents-win32.c (propagate): Don't propagate mouse
4473         events to windows that want extended input events. (#142943)
4474         (gdk_event_translate): Move check for extended input devices to
4475         propagate, new parameter to propagate.
4476         (gdk_pointer_grab, gdk_display_pointer_ungrab): Enable calls to
4477         _gdk_input_(un)grab_pointer. (#142943)
4478
4479         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Check for
4480         input grab. [Fix missing update of impl in "dijkstra" event
4481         propagation loop] Drop the parallel "impl" pointer, just use a
4482         cast. Don't propagate beyond windows that want normal input
4483         events. (#142943)
4484         (gdk_input_grab_pointer, gdk_input_ungrab_pointer): Limited
4485         implementation of input grab. (#142943)
4486
4487 2004-05-22  Tor Lillqvist  <tml@iki.fi>
4488
4489         * gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
4490         line. (Spotted by BenoĂ®t Carpentier.)
4491
4492 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
4493
4494         * configure.in: Check for XFIXES extension.
4495
4496         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add 
4497         a gboolean have_xfixes member.
4498
4499         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Register
4500         XFIXES events and set have_xfixes.
4501
4502         * gdk/gdkevents.h (GdkEventType): Add GDK_OWNER_CHANGE.
4503         (GdkEventOwnerChange): New event struct for owner change events.
4504         (GdkOwnerChange): New enum for the reason field of GdkEventOwnerChange.
4505         
4506         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Translate 
4507         XFixesSelectionNotify events into GdkEventOwnerChange events.
4508         
4509         * gdk/gdkdisplay.h:
4510         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_selection_notification):
4511         (gdk_display_request_selection_notification): New api 
4512         to support selection ownership notification.
4513
4514         * gtk/gtkclipboard.h:
4515         * gtk/gtkclipboard.c (_gtk_clipboard_handle_event): New private
4516         api to handle owner change events.
4517         (clipboard_peek): Refactored out the body of 
4518         gtk_clipboard_get_for_display() for use in _gtk_clipboard_handle_event().
4519
4520         * gtk/gtkmain.c (gtk_main_do_event): Handle GDK_OWNER_CHANGE events
4521         by calling _gtk_clipboard_handle_event().
4522
4523 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
4524
4525         * gtk/gtkintl.h: Include glib/gi18n-lib.h and only define
4526         the P_() macros ourselves.
4527
4528         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
4529         Restrict the width of the popup to be no larger than the
4530         monitor.  (#142678, DmD Ljungmark)
4531
4532         * gtk/gtkbutton.c: Go back to the initial fix for the 
4533         focus-overdrawing problem, which was actually correct 
4534         according to docs/widget_geometry.txt.
4535
4536         * gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial
4537         arrow size from 11 to 15 to compensate for that.
4538
4539         * gtk/gtktextview.c (gtk_text_view_class_init): Document the
4540         arguments of the ::move-cursor signal.  (#142725)
4541
4542 2004-05-17  Matthias Clasen  <mclasen@redhat.com>
4543
4544         Merged from 2.4:
4545         
4546         * gtk/gtkbutton.c (gtk_button_size_request) 
4547         (gtk_button_size_allocate, _gtk_button_paint): Allocate
4548         space for the focus rectangle only if necessary.  (#142668,
4549         Michael Natterer)
4550
4551 Sun May 16 23:11:47 2004  Matthias Clasen  <maclas@gmx.de>
4552
4553         Merged from 2.4:
4554         
4555         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove two useless 
4556         lines.  (#142479, Morten Welinder)
4557
4558 Sun May 16 22:27:17 2004  Matthias Clasen  <maclas@gmx.de>
4559
4560         * gtk/gtkintl.h (Q_): Add a Q_() macro. 
4561
4562         * gtk/gtkcellrendererprogress.h: Remove GTK_PROGRESS_CELL_UNKNOWN
4563         and GTK_PROGRESS_CELL_FAILED. With the ability the set the label,
4564         they are not really needed.
4565
4566         * gtk/gtkcellrendererprogress.c: Use the xpad and ypad properties
4567         instead of hardwired padding, use Q_() for the default label, 
4568         compute a reasonable minimal size.  (#142571, #142572, #142573,
4569         Tommi Komulainen, Christian Persch)
4570         
4571 2004-05-15  Tor Lillqvist  <tml@iki.fi>
4572
4573         * gdk/win32/gdkdnd-win32.c: Put back the ref_count field in the
4574         GdkDragContextPrivateWin32 struct (but inside ifdef OLE2_DND this
4575         time). It is used by the OLE2_DND code, which is unfinished and
4576         presumably horribly broken, but still, let's not make it not
4577         compile on purpose. Silence some gcc warnings in the OLE2_DND
4578         code.
4579
4580 2004-05-14  Matthias Clasen  <mclasen@redhat.com>
4581
4582         * gtk/gtktreeview.c (gtk_tree_view_tree_window_to_tree_coords): 
4583         New function to go from tree window to tree coordinates, kept
4584         static for now until we figure out the multiple coordinate
4585         system mess in GtkTreeView API-wise.
4586         (gtk_tree_view_scroll_to_cell): Transform the coordinates 
4587         from tree window to tree coordinates, using the new function.
4588         Previously, the x coordinate was wrongly transformed. (#142494)
4589
4590         * gdk/gdktypes.h (GdkModifierType): Add a comment about unused
4591         bits.
4592
4593         * gtk/gtkstock.c (real_add, gtk_stock_lookup): Use an unused
4594         modifier bit to mark stock item which need to be freed 
4595         eventually.  (#140654, Michal Pasternak, Scott Tsai)
4596
4597 2004-05-11  Robert Ă–gren  <gtk@roboros.com>
4598
4599         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Add missing
4600         call to g_object_ref in Wintab code. (#138341)
4601
4602         * gdk/win32/gdkinput-win32.c: Fix numerous Wintab problems
4603         including unallocated buffers for event->motion.axes and
4604         event->button.axes, unsigned wraparound problem in the code for
4605         detecting missing press/release events and assigning min instead
4606         of max when setting up axes.
4607
4608 2004-05-12  Matthias Clasen  <mclasen@redhat.com>
4609
4610         * tests/testtreeedit.c: Add a progress column.
4611
4612         * gtk/Makefile.am: Add gtkcellrendererprogress.[hc] in the right
4613         places.
4614
4615         * gtk/gtk.h: Include gtkcellrendererprogress.h.
4616
4617         * gtk/gtkcellrendererprogress.[hc]: A progress cell renderer,
4618         based on the one found in Epiphany.
4619
4620 2004-05-11  Michael Natterer  <mitch@gimp.org>
4621
4622         * gtk/gtkcombobox.c (gtk_combo_box_popup)
4623         (gtk_combo_box_menu_button_press): don't allocate the popup
4624         smaller than the combobox. Fixes bug #59660.
4625
4626 2004-05-11  Matthias Clasen  <mclasen@redhat.com>
4627
4628         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Revert the
4629         previous change to this function, clarify the docs instead.
4630
4631         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use
4632         GTK_SELECTION_BROWSE.
4633
4634         * gtk/gtktreeview.c: Make hover selection work for 
4635         GTK_SELECTION_BROWSE as well.
4636
4637 Tue May 11 00:38:25 2004  Matthias Clasen  <maclas@gmx.de>
4638
4639         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init): 
4640         Document the ::toggled signal.
4641
4642 Mon May 10 23:04:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4643
4644         * gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()
4645
4646 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
4647
4648         * gtk/gtkwindow.c (get_screen_icon_info): Make static.
4649
4650         * gdk/gdkdisplay.c (singlehead_...): 
4651         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): 
4652         * gdk/x11/gdkgeometry-x11.c (expose_serial_predicate): 
4653         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Make static.
4654
4655         * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a 
4656         note about COLUMN_FIXED restriction.
4657
4658         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
4659         Set the entry in the default handler of the ::match-selected signal.
4660         (#137226)
4661
4662         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): If we don't
4663         do the move-selected-item below pointer thingie, do the 
4664         place-below-or-above one.
4665
4666         * tests/testentrycompletion.c: Make the second example use the 
4667         ::match-selected signal to make it actually work.
4668
4669         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): 
4670         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use hover selection
4671         mode.  (#127648, Dave Bordoley)
4672
4673         * gtk/gtktreeview.h:
4674         * gtk/gtktreeview.c: Add a new property "hover_selection", which 
4675         when TRUE makes the selection follow the mouse. Also add setter
4676         and getter for the fixed_height property.
4677
4678 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
4679
4680         * gtk/gtkcombobox.c (gtk_combo_box_popup) 
4681         (gtk_combo_box_menu_button_press): Make sure the menu pops up
4682         as wide as the combobox.  (#59660, Havoc Pennington)
4683
4684 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
4685
4686         * gtk/gtkcombobox.h: 
4687         * gtk/gtkcombobox.c: Support tearoffable combo boxes (in menu 
4688         mode). Add a new property, add-tearoffs, for this.  (#135956)
4689
4690         * gtk/gtkfontsel.c (list_row_activated): Make Return activate the
4691         default button.  (#118921)
4692
4693 Mon May 10 15:03:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4694
4695         * gtk/gtkwidget.c (_gtk_widget_grab_notify): New internal function
4696         that emits the grab notify signal.
4697         
4698         * gtk/gtkmain.c (gtk_grab_notify_foreach): Use it here.
4699
4700 Mon May 10 00:48:08 2004  Matthias Clasen  <maclas@gmx.de>
4701
4702         * gtk/gtkmenu.c: Make destruction of a torn off menu work 
4703         like un-tearing off.
4704
4705 Sun May  9 21:05:38 2004  Matthias Clasen  <maclas@gmx.de>
4706
4707         Merge from 2.4:
4708
4709         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4710         Allow to suppress the stock accelerator by using "".  (#142196,
4711         David A Knight)
4712         
4713 Sun May  9 02:01:13 2004  Matthias Clasen  <maclas@gmx.de>
4714
4715         Merge from 2.4:
4716         
4717         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): 
4718         In list mode, accept the same mouse/wheel bindings on 
4719         the cellview as on the button.  (#136967)
4720
4721 Sun May  9 01:25:37 2004  Matthias Clasen  <maclas@gmx.de>
4722
4723         * gtk/gtkiconfactory.c (add_to_cache): Actually count the
4724         cached icons.  (#135888, Crispin Flowerday)
4725
4726 Sun May  9 00:03:03 2004  Matthias Clasen  <maclas@gmx.de>
4727
4728         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Make sure
4729         that we actually return menus for nodes of type menu, not the
4730         menuitems they're attached to.
4731
4732 Sat May  8 22:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4733
4734         * gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain): 
4735         Add a note regarding UTF-8 requirements, proposed by 
4736         Mariano SuĂ¡rez-Alvarez.
4737
4738 Sat May  8 22:43:11 2004  Matthias Clasen  <maclas@gmx.de>
4739
4740         * gtk/gtktearoffmenuitem.h: 
4741         * gtk/gtktearoffmenuitem.c: Put the torn_off flag back
4742         into the GtkTearoffMenuItem struct, since it is used
4743         by the Gimp, and keep it synchronized with the 
4744         tearoff_state property of the parent menu.
4745
4746 2004-05-08  Hans Breuer  <hans@breuer.org>
4747
4748         * gtk/gtkfilesystemwin32.c (extract_icon) : finally also
4749         create the correct mask for 'pseudo mime' icons
4750
4751         * gdk/win32/gdkwindow-win32.c(show_window_internal) : also
4752         take focus_on_map into account
4753
4754         * gtk/gtkselection.c : g_message() only with DEBUG_SELECTION
4755
4756         * gtk/gtkactiongroup.c gtk/gtkcombobox.c : 
4757         ... must return a value
4758
4759         * gdk/gdk.def gtk/gtk.def demos/gtk-demo/makefile.msc.in : updated
4760
4761 2004-05-07  Matthias Clasen  <mclasen@redhat.com>
4762
4763         * gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child
4764         draw over the focus rectangle.
4765
4766         * gtk/gtkhsv.c: Draw focus indication in the color wheel using
4767         standard focus style.  (#63071, Bill Haneman, idea for new
4768         style by Owen Taylor)
4769
4770         * gtk/gtkstyle.c (gtk_default_draw_focus): Support drawing on
4771         focus on the colorwheel via details.
4772
4773 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
4774
4775         Merge from 2.4:
4776         
4777         * gtk/gtkcombobox.c (gtk_combo_box_menu_state_changed): Remove
4778         this no longer needed signal handler.  (#141817, Paul Pogonyshev)
4779
4780 Fri May  7 00:41:46 2004  Matthias Clasen  <maclas@gmx.de>
4781
4782         * gtk/gtktearoffmenuitem.h: 
4783         * gtk/gtktearoffmenuitem.c: Make the tearoff 
4784         functionality model/view, the tearoffmenuitem being
4785         the view and the tearoff_state property of the menu
4786         being the model.  (#101185, Owen Taylor)
4787
4788         * gtk/gtkmenu.c: Add a tearoff_state property.
4789
4790 Thu May  6 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
4791
4792         Merge from 2.4:
4793
4794         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Also 
4795         popup the submenu for items in torn off menus.  (#122051)
4796
4797 2004-05-06  Sven Neumann  <sven@gimp.org>
4798
4799         * gtk/gtkexpander.c (gtk_expander_size_allocate): in RTL mode,
4800         position the title lable next to the arrow just as we do for LTR
4801         rendering. Fixes bug #141825.
4802
4803 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
4804
4805         * docs/RELEASE-HOWTO: Document the new policy of
4806         bumping version numbers after release.
4807
4808         * configure.in: Bump version number to 2.5.0.
4809
4810 2004-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
4811
4812         * gtk/gtkmenu.h:
4813         * gtk/gtkmenu.c: Add new function gtk_menu_get_for_attach_widget.
4814         (bug #113112).
4815
4816 Thu May  6 00:24:11 2004  Matthias Clasen  <maclas@gmx.de>
4817
4818         * gtk/gtkactiongroup.h: 
4819         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): 
4820         New function to translate a string with translate_func.
4821         (#135740)
4822
4823 Thu May  6 00:02:21 2004  Matthias Clasen  <maclas@gmx.de>
4824
4825         * gtk/gtkcombobox.c (gtk_combo_box_get_wrap_width): 
4826         (gtk_combo_box_get_row_span_column): 
4827         (gtk_combo_box_get_column_span_column): Add missing getters
4828         for readwrite properies. (#135649)
4829
4830 Wed May  5 23:42:42 2004  Matthias Clasen  <maclas@gmx.de>
4831
4832         * gtk/gtkcombobox.h: 
4833         * gtk/gtkcombobox.c (gtk_combo_box_get_active_text): 
4834         Add gtk_combo_box_get_active_text() convenience 
4835         function. (#136372, Christian Neumeir, patch by Olivier Andrieu) 
4836
4837 2004-05-05  Elijah Newren  <newren@math.utah.edu>
4838
4839         Changes to support do-not-focus-on-map hint in conjunction with
4840         _NET_WM_USER_TIME (#115650):
4841
4842         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
4843         field focus_on_map
4844         
4845         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
4846         set it.
4847
4848         * gtk/gtkwindow.[hc]: Add a boolean property "focus_on_map"
4849         and gtk_window_get_focus_on_map() and gtk_window_set_focus_on_map().
4850
4851         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
4852         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
4853         * gdk/x11/gdkwindow-x11.c (gdk_window_new):
4854         Initialize the focus_on_map field to TRUE.
4855
4856         * gdk/win32/gdkwindow-win32.c (gdk_window_set_focus_on_map): 
4857         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_focus_on_map): 
4858         * gdk/x11/gdkwindow-x11.c (gdk_window_set_focus_on_map): 
4859         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window):
4860         Implementations for the various backends. The Win32 and linux-fb
4861         implementations set the focus_on_map field, but don't use it yet
4862         to actually implement noinput windows. The X implementation sets
4863         _NET_WM_USER_TIME to 0 if focus_on_map is FALSE (see the EWMH).
4864
4865         * gdk/x11/gdkwindow-x11.h: 
4866         * gdk/x11/gdkevents-x11.c (set_user_time): 
4867         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
4868         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): 
4869         s/_gdk_x11_window_set_user_time/gdk_x11_window_set_user_time/,
4870         since we want that function to be part of the public API.
4871
4872 Wed May  5 22:20:21 2004  Matthias Clasen  <maclas@gmx.de>
4873
4874         Merge from 2.4:
4875         
4876         * gtk/gtkiconfactory.c (icon_source_clear): Don't
4877         call g_free() on a pixbuf.  (#141961, Crispin Flowerday) 
4878
4879 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
4880    
4881         Merge from 2.4:
4882         
4883         * gtk/gtkuimanager.c (print_node): Make the output 
4884         parseable.  (#141929, Sven Neumann)
4885
4886 2004-05-05  Tor Lillqvist  <tml@iki.fi>
4887
4888         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window_for_screen): Add
4889         multi-monitor offset. (#141842, John Ehresman)
4890
4891 2004-05-04  Federico Mena Quintero  <federico@ximian.com>
4892
4893         Fixes #139562, based on a patch by Christian Neumair.
4894
4895         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
4896         a filter_combo_hbox field to contain the filter combo.
4897         (show_filters): Show/hide the filter_combo_hbox.
4898         (create_filename_entry_and_filter_combo): Removed.
4899         (file_pane_create): Create the filter_combo_hbox here.
4900
4901 2004-05-04  Matthias Clasen  <mclasen@redhat.com>
4902
4903         * modules/input/gtkimcontextxim.c: Fix the recent
4904         string_conversion_callback change to work on 
4905         Solaris.  (#141190, Padraig O'Briain)
4906
4907         * gtk/gtkselection.c: Disable debug logging again.
4908
4909 2004-05-03  Matthias Clasen  <mclasen@redhat.com>
4910
4911         * gtk/gtkselection.c: Make the chunk size for 
4912         incremental transfers depend on the maximal request 
4913         size, capped at 256k. This should allow most selections
4914         to be transferred nonincrementally, avoiding many
4915         roundtrips and protocol overhead.
4916
4917 2004-05-03  Federico Mena Quintero  <federico@ximian.com>
4918
4919         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Call
4920         g_signal_new() correctly and initialize the signal fields.  Fixes
4921         #141749; patch based on Michael Natterer's.
4922
4923 u2004-05-03  Matthias Clasen  <mclasen@redhat.com>
4924
4925         * gtk/gtkselection.c (_gtk_selection_request): Fix
4926         a debug message to show correct information.
4927         (_gtk_selection_incr_event): Make INCRemental transfer
4928         of MULTIPLE targets work. This was broken since 1997!
4929
4930 2004-05-02  Hans Breuer  <hans@breuer.org>
4931
4932         * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
4933         modify the passed in GdkSegment(s) in place, we may get
4934         them again to draw at the same place. Fixes bug #129095, 
4935         bug #137177, ...
4936         (draw_segments) draw the end pixel again to get the 
4937         pixmap mask right, fixes bug #126710, #130202
4938
4939         * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
4940         fixes bug #106013, John Ehresman
4941
4942         * gtk/makefile.msc.in : don't try to link gtk.res but
4943         use gtk-win32.res (as supposed to be fixed below :)
4944
4945 2004-05-01  Hans Breuer  <hans@breuer.org>
4946
4947         * tests/Makefile.am : tests/makefile.msc is in CVS for
4948         a long time, finally added to EXTRA_DIST : fixes bug 
4949         #141334, John Ehresman
4950
4951 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
4952
4953         * === Released 2.4.1 ===
4954
4955         * configure.in: Version 2.4.1, interface age 1. 
4956
4957         * NEWS: Updates
4958
4959 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
4960
4961         Fixes #140412.
4962
4963         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New
4964         function; moved the code over from
4965         remove_bookmark_button_clicked_cb().
4966         (remove_selected_bookmarks): Now, getting a non-removable bookmark
4967         is not an error, as we may be called as a result of hitting the
4968         Delete key.
4969         (shortcuts_key_press_event_cb): New handler; delete the bookmark
4970         if the user presses Backspace, Delete, or KP_Delete.
4971
4972 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
4973
4974         * gtk/gtkaction.c (closure_accel_activate): Use
4975         _gtk_action_emit_activate() instead of directly
4976         emitting the activate signal.  (#141429, Jody Goldberg)
4977
4978         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4979         Warn people when the accelerator can not be 
4980         parsed.  (#141429, Jody Goldberg)
4981
4982 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
4983
4984         * tests/testentrycompletion.c (main): Add a missing 
4985         cat.  (#141070, Chris Sherlock)  
4986
4987         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
4988         variable.  (#141022, Chris Sherlock)
4989         
4990         * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
4991         cast.  (#141013, Chris Sherlock)
4992
4993         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
4994         unused variable.  (#141011, Chris Sherlock)
4995
4996 2004-04-29  Tor Lillqvist  <tml@iki.fi>
4997
4998         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory
4999         leak. (#140775, John Ehresman)
5000
5001 Thu Apr 29 01:09:50 2004  Matthias Clasen  <maclas@gmx.de>
5002
5003         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
5004         to index the cached gcs, not depth.  (#139494)
5005
5006 2004-04-28  Matthias Clasen  <mclasen@redhat.com>
5007
5008         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
5009
5010 Sun Apr 25 15:36:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5011
5012         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix
5013         cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
5014
5015 2004-04-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5016
5017         Patch to add support for string conversion callbacks to
5018         GtkIMContextXIM (#101814)
5019
5020         * modules/input/gtkimcontextxim.c: Set the string conversion callback
5021         if supported by the XIC.
5022
5023         (struct _GtkIMContextXIM): Add string_conversion_callback member.
5024
5025         (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating
5026         whether string conversion callback is supported.
5027
5028         (gtk_im_context_get_ic, +set_string_conversion_callback,
5029         +string_conversion_callback): Also initialize string conversion
5030         callback, if supported, along with the IC initialization.
5031
5032         * modules/input/imxim.c: Make "xim" module default for Thai as well.
5033
5034 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
5035
5036         * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly
5037         initialize targets.  (#139883, John Finlay)
5038
5039         * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement. 
5040
5041         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
5042         Don't recommend gtk_tree_row_reference_new_proxy().  (#138309,
5043         Tim-Philipp MĂ¼ller)
5044
5045         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): 
5046         Remove an excessive g_return_if_fail().
5047
5048         * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time()
5049         static.
5050         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
5051         _-prefix calls of gdk_x11_window_set_user_time().
5052
5053 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
5054
5055         * gtk/gtkuimanager.c (update_node): Make sure the separators 
5056         used to demarkate placeholder ends don't show up on 
5057         show_all().  (#140496, Murray Cumming)
5058
5059         * gtk/gtkspinbutton.c (spin_button_at_limit): Make spinbuttons
5060         work with negative increments.  (#137975, Tim Gerla)
5061
5062 Wed Apr 21 21:38:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5063
5064         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget,
5065         gtk_tool_button_set_icon_widget): Remove the old widget from the
5066         tool button before overwriting it with the new widget.
5067
5068         (#140508, Todd Goyen)
5069         
5070 2004-04-22  Tor Lillqvist  <tml@iki.fi>
5071
5072         Fix the file chooser on Windows. I can't make it misbehave or
5073         crash any more now. But presumably there are still corner cases
5074         not handled. I haven't really checked behaviour of UNC paths, for
5075         instance.
5076
5077         * gtk/gtkfilesystemwin32.c: Accept both backslash and slash in
5078         several places. Use G_IS_DIR_SEPARATOR macro (which could be added
5079         to GLib in 2.6).
5080
5081         (gtk_file_system_win32_get_parent): Like the Unix version, assert
5082         filename is absolute, and avoid one unnecessary string allocation
5083         and freeing.
5084         
5085         (canonicalize_filename,gtk_file_system_win32_parse): Handle drive
5086         letters more correctly.
5087
5088         (gtk_file_system_win32_render_icon): Assure correct syntax is used
5089         for root folder of a drive. (#137962, Morten Welinder)
5090
5091         (filename_is_some_root): New function that accepts also root
5092         without any drive specified.
5093
5094         (filename_is_drive_root): Rename from filename_is_root.
5095
5096         * gtk/gtkfilechooserentry.c (completion_match_func): Casefold on
5097         Windows.
5098
5099 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
5100
5101         * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the 
5102         completion window if there are no completions anymore.
5103
5104         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5105         Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
5106         It doesn't like that.  (#140642, Christian Persch)
5107
5108         * demos/gtk-demo/expander.c (do_expander): A new demo.
5109
5110         * demos/gtk-demo/Makefile.am (demos): Add expander.c.
5111
5112 2004-04-20  Matthias Clasen  <mclasen@redhat.com>
5113
5114         * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
5115         sure anchored children get size allocated, even if the layout
5116         is valid.  (#122323, Andrew E. Makeev)
5117         (gtk_text_view_scroll_pages): 
5118         (gtk_text_view_scroll_hpages): Don't scroll to cursor position
5119         if we already have pending scrolls. Bandaid fix for #78513.
5120
5121 Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
5122
5123         * INSTALL.in: Update libpng and libjpeg URLs, remove
5124         note about building without since that's not the normal
5125         case.
5126
5127 Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
5128
5129         * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
5130         handling of SVG/non-SVG unthemed icons.
5131
5132 2004-04-19  Morten Welinder  <terra@gnome.org>
5133
5134         * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
5135         children.  (#140523)
5136
5137 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
5138
5139         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
5140         Don't stop the iteration up to the tag_root too 
5141         early.  (#109945, Dongho Shin)
5142
5143 Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5144
5145         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
5146         gdk_keymap_translate_keyboard_state() handle NULL
5147         keymaps. (#139715, Torsten Schoenfeld).
5148
5149 Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5150
5151         * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
5152         reported by Pedro RODRIGUEZ, about compilation problems when
5153         Xcursor is installed in a non-standard location.
5154
5155 Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5156
5157         Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
5158         Newren.
5159         
5160         * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
5161         _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
5162
5163         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
5164
5165         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
5166         precached atoms.
5167         
5168         * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
5169         property on user interaction.
5170
5171 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
5172
5173         * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
5174         G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
5175
5176         * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
5177         code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
5178         #140126.
5179
5180 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
5181
5182         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
5183         * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
5184
5185 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
5186
5187         * gtk/gtkcombobox.c: 
5188         * gtk/gtkwidget.c: 
5189         Make all style properties readonly.
5190
5191 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
5192
5193         * gtk/gtkcolorsel.c: Add a11y relations between the color
5194         wheel and the spin buttons.  (#132745, Padraig O'Briain)
5195
5196         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
5197         the meaning of size == -1.
5198
5199         * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
5200         a size of -1.  (#137436, Brian Cameron)
5201
5202         * gtk/gtkcombobox.c: Make the arrow and separator regular
5203         children of an hbox inside the button, and propagate state
5204         changes from the button to the cell view.  (part of the fix
5205         for #138650, should also fix #137535)
5206
5207         * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
5208         state to gtk_cell_renderer_render() when prelighted. (part 
5209         of the fix for #138650)
5210
5211         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
5212         Use PRELIGHT state when appropriate.  (part of the fix for 
5213         #138650)
5214
5215         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
5216         out warnings if called before the combo box is 
5217         realized.  (#139742, Philip Langdale)
5218
5219 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
5220
5221         * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
5222         events to children.
5223
5224 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
5225
5226         * gtk/gtkpathbar.c (make_directory_button): remove spurious
5227         gtk_box_pack_start.
5228
5229 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
5230
5231         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
5232         make the buttons sized by a bold label.  This makes the text
5233         'swim' a little, but stops the buttons from resizing, #137210
5234
5235 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
5236
5237         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
5238         has no name.
5239         (start_element_handler): Accept separators without unique 
5240         names.  (#133302, Anders Carlsson)
5241
5242         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
5243         possible accelerator gotcha when using this function.  (#139641, 
5244         Christian Persch)
5245
5246         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
5247         list nodes.  (#138862, Morten Welinder)
5248
5249 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
5250
5251         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
5252         variable.
5253         (gtk_tree_view_button_press): If we activated the row we don't
5254         want to grab focus back, as moving focus to another widget is
5255         pretty common, #138458
5256
5257 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
5258
5259         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
5260         documentation to all the signals.
5261
5262 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
5263
5264         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
5265         model if it is NULL. (#139770)
5266
5267         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
5268
5269         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
5270         a shadow inside the scrolled window, add it around the vbox.
5271
5272         * gtk/gtkentryprivate.h: 
5273         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5274         Return a boolean indicating whether the popup is positioned above 
5275         or below. Scroll the completions to the beginning or the end, 
5276         depending on the positioning.
5277
5278         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
5279         wrap around in the entry completion popup, and allow GDK_UP to 
5280         enter the popup.  (#137440)
5281
5282 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
5283
5284         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
5285         there before using it.
5286
5287 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
5288
5289         * gtk/gtktreeprivate.h: Moved search entries into priv data.
5290
5291         * gtk/gtktreeview.c: Prep for type-ahead support.
5292
5293         (gtk_tree_view_destroy): Destroy the search window explicitly.
5294         (gtk_tree_view_key_press): Minor change; prep for type-ahead
5295         (gtk_tree_view_ensure_interactive_directory): New function
5296         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
5297         (gtk_tree_view_real_start_interactive_search): rework
5298         (gtk_tree_view_search_dialog_hide): ditto
5299         (gtk_tree_view_search_delete_event): ditto
5300         (gtk_tree_view_search_button_press_event): ditto
5301         (gtk_tree_view_search_key_press_event): ditto
5302         (gtk_tree_view_search_move): ditto
5303         (gtk_tree_view_search_init): ditto
5304
5305         * gtk/gtktreeviewcolumn.c:
5306         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
5307
5308         * tests/testfilechooser.c: (main): change
5309
5310 2004-04-11  Hans Breuer  <hans@breuer.org>
5311
5312         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
5313         the real fix would involve just another small API breakage,
5314         i.e. gdk_spawn_* using GPid not just gint.
5315
5316         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
5317
5318 2004-04-10  Tor Lillqvist  <tml@iki.fi>
5319
5320         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
5321         If both Shift and CapsLock pressed, ignore the shift only for
5322         letters (that would have been affected by the CapsLock). (#139095)
5323
5324         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
5325         seems to be even buggier now than it used to be. (#138341)
5326         Initialize _gdk_input_ignore_wintab to TRUE.
5327
5328         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
5329         GDK_USE_WINTAB environment variable to turn on tablet support.
5330
5331 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
5332
5333         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
5334         (gtk_ui_manager_remove_action_group): Terminate
5335         g_object_[dis]connect() calls with NULL instead of 0.
5336         Fixes #138997.
5337
5338 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
5339
5340         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
5341
5342 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
5343
5344         Fix #132500.
5345
5346         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
5347         passed-in 'str' is not NULL.
5348
5349         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
5350         expands "~/" or "~foo/" at the beginning of a filename.
5351         (gtk_file_system_unix_parse): Use expand_tilde() before doing
5352         anything else.
5353
5354         * gtk/gtkfilechooserentry.c
5355         (gtk_file_chooser_entry_maybe_update_directory): Take in a
5356         force_reload argument.
5357         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
5358         returns an error, set the file_part_pos to -1.
5359         (load_directory_callback): Only populate the model if the
5360         file_part_pos is not -1.
5361
5362 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
5363
5364         * configure.in: Added Icelandic (is) to ALL_LINGUAS
5365
5366 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
5367
5368         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
5369         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
5370
5371         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
5372         for G_DIR_SEPARATOR in the display_name, and err out if it is
5373         present; use the same error message as Nautilus.  Fixes #136467.
5374
5375         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
5376         new-folder button say "Create Fo_lder" rather than "Create
5377         _Folder", so that the mnemonic doesn't conflict with the "Save in
5378         _folder" label.  Fixes #136975.
5379
5380 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
5381
5382         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
5383         buttons.  Also, free them correctly upon failure.  Based on a
5384         patch by Morten Welinder, fixes #137956.
5385
5386 2004-04-05  Anders Carlsson  <andersca@gnome.org>
5387
5388         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
5389
5390 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
5391
5392         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
5393         correctly for fixed height when inserting a node, #138082
5394
5395 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
5396
5397         Fix #136077.
5398
5399         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
5400         "child_is_hidden" boolean argument to the "path-clicked" signal.
5401
5402         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
5403         field.
5404         (make_directory_button): Take a file_is_hidden argument; put it in
5405         the ButtonData.
5406         (_gtk_path_bar_set_path): See whether each path component path is
5407         a hidden file.
5408         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
5409         "path-clicked" signal.
5410         (button_clicked_cb): See if the downwards button represents a
5411         hidden file for the file_is_hidden argument in the signal
5412         emission.
5413
5414         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
5415
5416         * gtk/gtkfilechooserdefault.c
5417         (gtk_file_chooser_default_select_path): If we fail to switch
5418         folders, don't try to select the path in the file system model.
5419         Also, return the result from _gtk_file_system_model_path_do().
5420         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
5421         file system model if we are asked to select a hidden file.
5422         (path_bar_clicked): Show hidden files based on whether the
5423         immediate downwards folder in the path bar is a hidden file
5424         itself.
5425         (struct _GtkFileChooserDefault): Added fields
5426         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
5427         (create_file_list): Set an object data key of
5428         "GtkFileChooserDefault" on the tree view so that we can find the
5429         impl from the popup menu callbacks.  Also, hook up to the
5430         "button-press-event" and "popup-menu" signals in the file list to
5431         bring up a popup menu.
5432         (list_popup_menu_cb): New callback.
5433         (list_button_press_event_cb): New callback.
5434
5435         Fix #138763:
5436
5437         * gtk/gtkfilesystemmodel.c
5438         (_gtk_file_system_model_new): Oops, connect_object to
5439         "finished-loading".
5440
5441 2004-03-31  Tor Lillqvist  <tml@iki.fi>
5442
5443         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
5444         for native Win32. (#136559, J. Ali Harlow)
5445
5446         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
5447         angles. Thanks to Tim Newsham.
5448
5449 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
5450
5451         Fix #137520.
5452
5453         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
5454         for an ::is_finished_loading() method and a ::finished_loading()
5455         signal at the end of the struct.
5456
5457         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
5458         "finished-loading" signal.
5459         (gtk_file_folder_is_finished_loading): New function.
5460
5461         * gtk/gtkfilesystemunix.c
5462         (gtk_file_folder_unix_is_finished_loading): Implement.
5463
5464         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
5465         slot for a "finished-loading" signal.
5466         (gtk_file_system_model_class_init): Create the "finished-loading"
5467         signal.
5468         (struct _GtkFileSystemModel): New field
5469         idle_finished_loading_source.  We emit the "finished-loading"
5470         signal in an idle if the root folder was done loading right in
5471         _gtk_file_system_model_new(), so that the caller has a chance to
5472         connect to the signal.
5473         (_gtk_file_system_model_new): Connect to the normal signals of the
5474         folder even if the initial _list_children() fails.  Also, see if
5475         the folder is finished loading; connect to the "finished-loading"
5476         signal otherwise.
5477         (gtk_file_system_model_finalize): Remove the idle handler.
5478
5479         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
5480         and connect to the model's "finished-loading" signal.
5481         (get_toplevel): New helper function.
5482         (error_message): Use get_toplevel().
5483         (trap_activate_cb): Likewise.
5484         (location_popup_handler): Likewise.
5485         (set_busy_cursor): New function.
5486         (browse_files_model_finished_loading_cb): New callback.
5487
5488 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
5489
5490         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
5491         file under the cursor; we don't need the logic from
5492         GtkFileSelection after all.  Fixes #132255.
5493
5494 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
5495
5496         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
5497         location entry with the display name of the file under the cursor
5498         for Open mode, or the typed filename in Save mode.
5499
5500 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5501
5502         * gtk/gtkfilesystemwin32.c
5503         (filename_is_root): Bare drive designators (eg., "c:") are
5504         no longer considered as root filenames.  Fixed #137942
5505
5506 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5507
5508         * gtk/gtkfilesystemwin32.c
5509         (gtk_file_system_win32_create_folder): Invert test for error in
5510         mkdir.  Fixes #137945
5511
5512 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5513
5514         Fixed #138004 using Federico's code from #132327.
5515
5516         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
5517         folder_hash field to keep a list of live folder objects.
5518         (gtk_file_system_win32_init): Create the folder_hash.
5519         (gtk_file_system_win32_finalize): Destroy the folder_hash.
5520         (gtk_file_system_win32_get_folder): Ref and return an existing
5521         folder if we have it around, otherwise return a new folder object.
5522         (struct _GtkFileFolderWin32): Add a field for the parent file system.
5523         (gtk_file_folder_win32_finalize): Remove the folder from the file
5524         system's hash table.
5525         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
5526         newly-created folder's parent.  Fixes #138004.
5527
5528 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5529
5530         * gtk/gtkfilesystemwin32.c
5531         (gtk_file_system_win32_get_folder): Test that path is actually
5532         a directory and throw error if not. Fixed bug #137950
5533
5534 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
5535
5536         * gtk/gtkfilesystemwin32.c
5537         (gtk_file_system_win32_volume_get_display_name): Ignore empty
5538         volume labels; assume that GetVolumeInformation would fail if
5539         GetVolumeInformationW does; catches a small memory leak;
5540         pass the buffer size to GetVolumeInformationW in wide
5541         characters instead of bytes. Fixes bug #137543
5542         (list_volumes): Cope with the theoretical possibility of
5543         more than 26 logical drives. Fixes bug #137940
5544         (bookmarks_serialize): Now actually removes bookmarks.
5545         Fixes bug #137943
5546
5547 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
5548
5549         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
5550
5551 2004-03-21  Tor Lillqvist  <tml@iki.fi>
5552
5553         * gtk/gtkfilesystemwin32.c
5554         (gtk_file_system_win32_volume_get_base_path): Include the
5555         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
5556         NULL for a volume base path, as g_filename_to_uri() requires an
5557         absolute path, and just a drive letter and colon isn't. (#137543)
5558
5559 2004-03-20  Hans Breuer  <hans@breuer.org>
5560
5561         * gtk/gtkfilesystemwin32.c : applied the undisputable and
5562         required [due to recent gtkfilesystem internal api semantic 
5563         changes] part of patches to fix bug #137543 (Tor Lillqvist,
5564         J. Ali Harlow)
5565
5566         * gdk/gdkevents-win32.c (handle_configure_event) :
5567              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
5568         GdkWindowObject::x, y with screen coords to make 
5569         gdk_window_get_position () return the right thing and thus fix
5570         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
5571
5572 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
5573
5574         * Revert the patch to #137520, as 2.4.1 is for conservative bug
5575         fixes only.  The patch is attached to the bug report, for
5576         reference.
5577
5578 2004-03-19  Morten Welinder  <terra@gnome.org>
5579
5580         * gtk/gtkfilechooserdefault.c
5581         (gtk_file_chooser_default_set_current_folder): Test existance of
5582         the path after checking for locality, if needed.
5583
5584 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
5585
5586         Fix #137520.
5587
5588         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
5589         for an ::is_finished_loading() method and a ::finished_loading()
5590         signal at the end of the struct.
5591
5592         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
5593         "finished-loading" signal.
5594         (gtk_file_folder_is_finished_loading): New function.
5595
5596         * gtk/gtkfilesystemunix.c
5597         (gtk_file_folder_unix_is_finished_loading): Implement.
5598
5599         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
5600         slot for a "finished-loading" signal.
5601         (gtk_file_system_model_class_init): Create the "finished-loading"
5602         signal.
5603         (struct _GtkFileSystemModel): New field
5604         idle_finished_loading_source.  We emit the "finished-loading"
5605         signal in an idle if the root folder was done loading right in
5606         _gtk_file_system_model_new(), so that the caller has a chance to
5607         connect to the signal.
5608         (_gtk_file_system_model_new): Connect to the normal signals of the
5609         folder even if the initial _list_children() fails.  Also, see if
5610         the folder is finished loading; connect to the "finished-loading"
5611         signal otherwise.
5612         (gtk_file_system_model_finalize): Remove the idle handler.
5613
5614         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
5615         and connect to the model's "finished-loading" signal.
5616         (get_toplevel): New helper function.
5617         (error_message): Use get_toplevel().
5618         (trap_activate_cb): Likewise.
5619         (location_popup_handler): Likewise.
5620         (set_busy_cursor): New function.
5621         (browse_files_model_finished_loading_cb): New callback.
5622
5623 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
5624
5625         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
5626         eventbox for expander. (#137564, reported by
5627         Jacques Garrigue)
5628
5629 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
5630
5631         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
5632
5633 2004-03-17  Morten Welinder  <terra@gnome.org>
5634
5635         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
5636         volumes not actually put into the shortcut list.
5637
5638         * tests/prop-editor.c (object_changed): Plug leak.
5639
5640         * tests/testfilechooser.c (main): Plug some leaks and expose
5641         others.
5642
5643         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
5644         object.  Fixed #136652.
5645
5646         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
5647         have no screen.  Fixes #137260.
5648         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
5649         thereby fixing leak.  Fixes #137259.
5650
5651         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
5652         slider buttons have been destroyed.
5653         (gtk_path_bar_remove): Make this work for slider buttons too.
5654         Fixes #137257
5655
5656 2004-03-15  Morten Welinder  <terra@gnome.org>
5657
5658         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
5659         Sanitize and plug leak.
5660         (check_icon_theme): Only do something if the widget has a screen.
5661
5662 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
5663
5664         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5665         Move the repositioning logic from _gtk_entry_completion() popup
5666         over here. Fixes #137355, reported by Niklas Knutsson.
5667