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