]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
poznat prevod
[~andy/gtk] / ChangeLog.pre-2-8
1 Thu Aug  5 19:58:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2
3         * gtk/gtkplug.c (gtk_plug_realize): Call
4         gdk_window_enable_synchronized_configure()
5
6         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make
7         noop if gdk_window_enable_synchronized_configure() has not been
8         called.
9
10 2004-08-04  Matthias Clasen  <mclasen@redhat.com>
11
12         * gtk/gtkfilechooser.[hc]: Add setter and getter for the 
13         ::show-hidden property.  (#145610, Jeff Franks)
14
15         * tests/testiconview.c: Add buttons to select and unselect all
16         nodes, make the popup menu actually work.
17
18         * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended,
19         let button 3 presses through to the app, to make popup menus
20         work.
21
22         * tests/Makefile.am: Add testiconview.
23         * tests/testiconview.c: A test for GtkIconView
24         * tests/gnome-textfile.png: ...which uses this image.
25
26 Wed Aug  4 01:37:57 2004  Matthias Clasen  <maclas@gmx.de>
27
28         * gtk/gtktreeview.c: 
29         * gtk/gtktreestore.c: 
30         * gtk/gtktreemodelfilter.c: 
31         * gtk/gtknotebook.c: s/childs/children/g.
32
33 Wed Aug  4 01:04:48 2004  Matthias Clasen  <maclas@gmx.de>
34
35         Fix #133446, noticed by Christian Persch:
36         
37         * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean 
38         property ::visible-overflown. 
39         * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create 
40         a menu proxy if visible_overflown is FALSE.  
41
42 Tue Aug  3 20:16:26 2004  Matthias Clasen  <maclas@gmx.de>
43
44         * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry*
45         arguments to the gtk_action_group_add_..._actions() functions const, 
46         since the most common use case is to use a static array.  (142334, 
47         Mariano Suarez-Alvarez)
48
49 Tue Aug  3 20:03:33 2004  Matthias Clasen  <maclas@gmx.de>
50
51         * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui()
52         accept paths with a leading "/ui".  (#149077, David Malcolm)
53
54 Tue Aug  3 19:59:29 2004  Matthias Clasen  <maclas@gmx.de>
55
56         * gtk/gtkiconview.c: Fix some warnings.
57
58 Tue Aug  3 18:38:40 2004  Matthias Clasen  <maclas@gmx.de>
59
60         * gtk/gtktreemodelfilter.c: Correct the return type
61         of gtk_tree_model_filter_get_flags().  (#149195, Morten Welinder)
62
63 Tue Aug  3 18:16:55 2004  Matthias Clasen  <maclas@gmx.de>
64
65         Fix #149191, reported by Morten Welinder:
66         
67         * gtk/gtkmain.c: Include gtkclipboard.h,
68         * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
69         _gtk_widget_emit_grab_notify.  
70
71 Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
72
73         * gtk/gtkicontheme.c (add_size): Add missing parens.
74         (#149190, Morten Welinder)
75
76 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
77
78         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
79         accidentally committed debug code.
80
81 Tue Aug  3 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
82
83         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize 
84         for the case that row_column and col_column are unset.  
85         (#148868, Lorenzo Gil Sánchez)
86
87 Mon Aug  2 21:52:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
88
89         * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New
90         function. Make sure the sync counter is recreated when a window is
91         reparented to become a toplevel. (#148358)
92
93 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
94
95         * tests/testcombo.c: Some trees in combo boxes.
96
97         * gtk/gtkcombobox.c: Rework the combo box to handle 
98         tree models.  (#139582, Matt Walton)
99         
100         * gtk/gtktreeview.h: 
101         * gtk/gtktreeview.c: 
102         * gtk/gtktreeprivate.h: Add a new boolean property 
103         ::hover-expand and make the treeview expand/collapse rows
104         on mouseover if it is set.
105
106         * gtk/gtkiconview.h: Remove some erroneous declarations.
107
108         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't
109         crash if the displayed row is gone.
110
111 2004-08-02  Morten Welinder  <terra@gnome.org>
112
113         * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
114
115 Mon Aug  2 01:30:03 2004  Matthias Clasen  <maclas@gmx.de>
116
117         * gtk/gtktextview.[hc]: 
118         * gtk/gtkentry.[hc]: Add a new binding signal ::backspace,
119         bind it to the backspace key, and make it pay attention 
120         to the Pango backspace_deletes_character 
121         attribute.  (#119891, Noah Levitt, patch by Theppitak 
122         Karoonboonyanan)
123
124 Mon Aug  2 01:02:57 2004  Matthias Clasen  <maclas@gmx.de>
125
126         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): 
127         (gdk_check_wm_desktop_changed): Add missing error 
128         traps.  (#149011, Thomas Leonard)
129
130 Mon Aug  2 00:21:26 2004  Matthias Clasen  <maclas@gmx.de>
131
132         * gtk/gtktextview.c (blink_cb): Add the same warning
133         that the blink_cb() in GtkEntry already has.  (#148733)
134
135 Mon Aug  2 00:12:16 2004  Matthias Clasen  <maclas@gmx.de>
136
137         * gtk/gtkentry.c (gtk_entry_class_init):
138         (gtk_entry_get_alignment): 
139         (gtk_entry_set_alignment): Document the xalign property
140         and its getter and setter as 2.4 additions.  (#148978,
141         Axel Simon)
142
143 Mon Aug  2 00:11:31 2004  Matthias Clasen  <maclas@gmx.de>
144
145         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
146         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Use
147         canonical signal names in doc comments, since gtk-doc won't
148         pick up signal docs with underscores.  
149
150 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
151         
152         * configure.in: Post-release version bump
153
154         * === Released 2.5.1 ===
155  
156 Thu Jul 29 16:36:42 2004  Jonathan Blandford  <jrb@redhat.com>
157
158         * gtk/gtktreeprivate.h: New arguments
159
160         * gtk/gtktreeview.c:
161         (gtk_tree_view_class_init): Add key_release callback
162         (gtk_tree_view_init): Initialize timeout handler
163         (gtk_tree_view_unrealize): clear timeout if needed
164         (gtk_tree_view_key_press): Typeahead support
165         (gtk_tree_view_key_release): Not used yet -- will be needed for
166         typeahead.
167         (gtk_tree_view_search_entry_flush_timeout): Remove typeahead entry
168         in a timeout.
169         (gtk_tree_view_ensure_interactive_directory):
170         (gtk_tree_view_real_start_interactive_search):
171         (gtk_tree_view_search_init):
172         (gtk_tree_view_start_interactive_search): Typeahead support added.
173         (gtk_tree_view_search_dialog_hide): Clear timeout and text when we
174         hide.
175
176 Sat Jul 31 23:17:44 2004  Matthias Clasen  <maclas@gmx.de>
177
178         * NEWS: Updates
179
180 Sat Jul 31 01:13:01 2004  Matthias Clasen  <maclas@gmx.de>
181
182         * gtk/gtkwindow.c: 
183         * gtk/gtkentry.c: 
184         * gtk/gtkaction.c: Use the canonical form of signal names 
185         after "notify::". Otherwise, no notification arrives. 
186         GObject should have a warning for that, really.  (#148879, 
187         Lorenzo Gil Sánchez)
188
189 Sat Jul 31 00:42:08 2004  Matthias Clasen  <maclas@gmx.de>
190
191         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): 
192         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
193         set both states at once.  (#148789, Matthew Garrett)
194
195 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
196
197         * gtk/gtkcombobox.c: Don't forget to destroy the row separator
198         function user data when the combo box is destroyed.
199
200 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
201
202         * gtk/gtkcombobox.h: 
203         * gtk/gtkcombobox.c: Change the api for separators to use a 
204         separator function instead of a boolean column.
205
206         * tests/testcombo.c: Update to match the api change.
207
208 Fri Jul 30 02:21:41 2004  Matthias Clasen  <maclas@gmx.de>
209
210         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
211         Fix the positioning of the popup. 
212
213 Fri Jul 30 00:56:31 2004  Matthias Clasen  <maclas@gmx.de>
214
215         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_active_changed): 
216         Implement this in terms of gtk_combo_box_get_active_iter(),
217         instead of gtk_combo_box_get_active().
218
219 2004-07-29  Federico Mena Quintero  <federico@ximian.com>
220
221         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
222         a field for an "add to shortcuts" menu item.
223         (popup_menu_detach_cb): Clear out the field.
224         (file_list_build_popup_menu): Only build the menu here.
225         (file_list_update_popup_menu): Build the menu, then update the
226         sensitivity of its items.
227         (file_list_popup_menu): Use file_list_update_popup_menu().
228         (bookmarks_check_add_sensitivity): Also set the sensitivity of the
229         popup menu item.  Correctly handle the case for a *single* file.
230         Simplify a bit.
231         (bookmarks_add_selected_folder): New helper function; code moved
232         over from add_bookmark_button_clicked_cb().
233         (add_bookmark_button_clicked_cb): Use the function above.
234         (selection_check): Rather than returning a boolean value for
235         emptiness, actually return the number of selected rows.  Also,
236         simplify a bit.
237         (get_selected_path): New helper function.
238
239 2004-07-29  Anders Carlsson  <andersca@gnome.org>
240
241         * demos/gtk-demo/Makefile.am:
242         * demos/gtk-demo/clipboard.c: (copy_button_clicked),
243         (paste_received), (paste_button_clicked), (do_clipboard):
244         Add clipboard demo.
245         
246 2004-07-28  Federico Mena Quintero  <federico@ximian.com>
247
248         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
249         Store signal IDs in gulongs, not guints!
250         (gtk_file_chooser_default_hierarchy_changed): We now monitor the
251         focus widget on our toplevel to know which widget was last focused
252         at the time our "should_respond" method gets called.
253         (shortcuts_activate_selected): New helper function.
254         (shortcuts_get_selected): New helper function.
255         (remove_selected_bookmarks): Use shortcuts_get_selected().
256         (bookmarks_check_remove_sensitivity): Likewise.
257         (shortcuts_reorder): Likewise.
258         (shortcuts_activate_iter): Renamed from shortcuts_activate_item().
259         Activate by iter, not by item number.
260         (save_folder_combo_changed_cb): Use shortcuts_activate_iter().
261         (shortcuts_row_activated_cb): Likewise.
262         (gtk_file_chooser_default_should_respond): If the last focused
263         widget on the toplevel was the shortcuts list, activate the
264         selected shortcut.
265
266 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
267
268         * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
269         current freetype.  (#148558, Nicolas Deves)
270
271         * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by 
272         ROW_HEIGHT.  (#145528)
273
274         * gtk/gtkuimanager.c: Warning fixes.
275
276         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
277         prototype mismatch.  (#148589, Nicolas Deves)
278
279 2004-07-28  Anders Carlsson  <andersca@gnome.org>
280
281         * gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only): 
282         Cast to 32-bit integers when premultiplying, suggested by Keith Packard.
283
284 2004-07-27  Anders Carlsson  <andersca@gnome.org>
285
286         * demos/gtk-demo/iconview.c: (do_iconview):
287         Change selection mode to multiple.
288         
289         * gdk/gdkdrawable.h:
290         * gdk/linux-fb/gdkdrawable-fb2.c:
291         (gdk_draw_rectangle_alpha_libgtk_only):
292         * gdk/win32/gdkdrawable-win32.c:
293         (gdk_draw_rectangle_alpha_libgtk_only):
294         * gdk/x11/gdkdrawable-x11.c: (gdk_x11_draw_image),
295         (get_impl_drawable), (gdk_x11_draw_pixbuf),
296         (gdk_draw_rectangle_alpha_libgtk_only):
297         Add gdk_draw_rectangle_alpha_libgtk_only which uses 
298         XRenderFillRectangle on X11. It's stubbed out on the 
299         Win32 and fb backends.
300         
301         * gtk/gtkiconview.c: 
302         (gtk_icon_view_paint_rubberband):
303         Use gdk_draw_rectangle_alpha_libgtk_only here.
304
305 2004-07-27  Anders Carlsson  <andersca@gnome.org>
306
307         * gtk/gtkaboutdialog.c: (gtk_about_dialog_init),
308         (text_view_style_set), (add_credits_page),
309         (display_credits_dialog), (display_license_dialog):
310         Remove dialog separators, fix text view background setting,
311         use Close buttons instead of OK buttons.
312         
313 2004-07-27  Matthias Clasen  <mclasen@redhat.com>
314
315         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory): 
316         Add a frame around the C-f popup to stop it from merging visually
317         in whatever is underneath.
318
319         * gtk/gtkcombobox.h: 
320         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): New 
321         function necessary to make GtkComboBox accessible.  (#132847, 
322         Padraig O'Briain)
323
324 Tue Jul 27 02:34:06 2004  Matthias Clasen  <maclas@gmx.de>
325
326         * gtk/gtkwidget.c (gtk_widget_dispose): Hide parentless
327         windows when disposing them.  (#133231, Michael Natterer)
328
329 2004-07-26  Matthias Clasen  <mclasen@redhat.com>
330
331         * gtk/gtklabel.c (gtk_label_class_init): Expand the documentation
332         for GtkLabel::ellipsize.
333
334 Mon Jul 26 00:38:27 2004  Matthias Clasen  <maclas@gmx.de>
335
336         Make the GtkComboBox in list mode scroll if the list is too
337         large to fit in the popup.  (#135543)
338
339         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a 
340 o       scrolled window to the popup in list mode.
341         (gtk_combo_box_list_position): Calculate the height of the
342         popup so that it fits on the screen, set the scrollbar policy
343         of the scrolled window appropriately.
344         (gtk_combo_box_popup): Use the height calculated by 
345         gtk_combo_box_list_position().
346         (gtk_combo_box_remeasure): Don't add unnecessary padding.
347         (gtk_combo_box_size_request): But add the focus with here.
348         (gtk_combo_box_list_setup): Connect to enter notify on the 
349         popup window to activate auto scrolling.
350         (gtk_combo_box_list_enter_notify): Activate auto scrolling.
351         (gtk_combo_box_list_button_pressed): Setup a timeout for
352         auto scrolling. 
353         (gtk_combo_box_list_scroll_timeout): Timeout function for
354         auto scrolling.
355         (gtk_combo_box_list_auto_scroll): Scroll the list when the 
356         pointer leaves the window.
357         
358 Sun Jul 25 19:51:17 2004  Matthias Clasen  <maclas@gmx.de>
359
360         * gtk/gtknotebook.c (gtk_notebook_scroll): Ignore scroll
361         events from the content of the page.  (#148409, Gabriel 
362         de Perthuis)
363
364 Sat Jul 24 21:38:12 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
365
366         * gtk/gtktoolbar.c (internal_insert_element): Warn if you try to
367         add a tool item to a toolbar using the deprecated API.
368
369 Fri Jul 23 13:04:10 2004  Matthias Clasen  <maclas@gmx.de>
370
371         * gtk/gtkdnd.c (gtk_drag_dest_set): Revert the change to
372         initialize target_list to an empty list instead of NULL,
373         since it broke tree dnd.  (#148215, Ernst Persson)
374
375         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
376         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): Instead 
377         handle target list being NULL here.
378
379 2004-07-23  Dafydd Harries  <daf@muse.19inch.net>
380
381         * gtk/gtkradioaction.c:
382         * gtk/gtkradiobutton.c:
383         * gtk/gtkentry.c:
384         * gtk/gtkmisc.c:
385         Improve various translatable messages. (#137616)
386
387 Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
388
389         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
390         Align the entry in the same way as the cell.  (#136749)
391
392 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
393
394         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
395         Don't iterate too far up. (#147965, Olivier Sessink)
396
397 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
398
399         * gtk/gtktreeview.c (gtk_tree_view_finalize): 
400         * gtk/gtkradioaction.c (gtk_radio_action_finalize): 
401         * gtk/gtkfontsel.c (gtk_font_selection_finalize): 
402         * gtk/gtkcellview.c (gtk_cell_view_finalize): 
403         * gtk/gtkcalendar.c (gtk_calendar_finalize): 
404         * gtk/gtkactiongroup.c (gtk_action_group_finalize): Remove
405         unnecessary checks.  (#148175, Morten Welinder)
406
407 Thu Jul 22 01:42:16 2004  Matthias Clasen  <maclas@gmx.de>
408
409         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
410         Add a new :ellipsize property which controls ellipsization of the 
411         rendered text.  (#144835, Vincent Untz, patch by Jonathan Blandford
412         and Anders Carlsson)
413         
414         * gtk/gtkfilechooserdefault.c (create_file_list): Use ellipsization
415         for the name column.
416
417 Thu Jul 22 01:21:28 2004  Matthias Clasen  <maclas@gmx.de>
418
419         * gtk/gtkfontsel.c (gtk_font_selection_init): Add additional
420         accessability relations.  (#141804,  Padraig O'Briain)
421
422 Thu Jul 22 01:16:23 2004  Matthias Clasen  <maclas@gmx.de>
423
424         * gtk/gtkcombobox.c: Avoid some warnings.
425
426 Thu Jul 22 01:05:16 2004  Matthias Clasen  <maclas@gmx.de>
427
428         * configure.in: Require Pango 1.5.1 (for ellipsisation).
429
430         * gtk/gtklabel.h: 
431         * gtk/gtklabel.c (gtk_label_class_init): Add a new :ellipsize
432         property which controls ellipsization of the label.  (#125250, 
433         Tim Van Wassenhove, patch by James M. Cape)
434
435         * tests/testellipsise.c: Simple test for ellipsizsation.
436
437 Wed Jul 21 22:46:27 2004  Matthias Clasen  <maclas@gmx.de>
438
439         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Don't leak the
440         list store.  (#148134, Crispin Flowerday)
441
442 Wed Jul 21 22:35:47 2004  Matthias Clasen  <maclas@gmx.de>
443
444         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Don't leak the
445         menu.  (#148110, Tommi Komulainen)
446
447 Wed Jul 21 22:24:10 2004  Matthias Clasen  <maclas@gmx.de>
448
449         * gtk/gtkcellview.c (gtk_cell_view_finalize): Don't leak
450         tree model and tree row reference.  (#148125, Crispin Flowerday)
451
452 Wed Jul 21 22:17:06 2004  Matthias Clasen  <maclas@gmx.de>
453
454         * tests/testcombo.c (main): Don't leak models.  (#148128,
455         Tommi Komulainen)
456
457 Wed Jul 21 21:26:08 2004  Matthias Clasen  <maclas@gmx.de>
458
459         * gtk/gtkviewport.c (viewport_set_adjustment): Don't leak
460         the adjustments.  (#148089, Tommi Komulainen)
461
462 Wed Jul 21 21:20:21 2004  Matthias Clasen  <maclas@gmx.de>
463
464         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't leak
465         the adjustments.  (#148073, Tommi Komulainen)
466
467 Wed Jul 21 21:04:50 2004  Matthias Clasen  <maclas@gmx.de>
468
469         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the 
470         arrow.  (#148064, Tommi Komulainen)
471
472 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
473
474         * gtk/gtkcalendar.c: Use the new text target functionality
475         in GtkTargetList instead of hardcoding a subset of text targets.
476
477 Tue Jul 20 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
478
479         * gdk/x11/gdkevents-x11.c: Hook up gtk-menu-bar-accel to
480         an XSetting, Gtk/MenuBarAccel.  (#120859, Scott James Remnant)
481
482 Tue Jul 20 22:26:29 2004  Matthias Clasen  <maclas@gmx.de>
483
484         * gtk/gtkfilechooserutils.h: 
485         * gtk/gtktoolbutton.c: 
486         * gtk/gtktoolbar.c: 
487         * gtk/gtkicontheme.c: 
488         * gtk/gtkcalendar.c: 
489         * demos/gtk-demo/ui_manager.c: 
490         * demos/gtk-demo/appwindow.c: Remove trailing commas
491         from enumerations.  (#148035)
492
493 2004-07-20  Federico Mena Quintero  <federico@ximian.com>
494
495         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
496         documentation comment for the editing-started signal.
497
498         * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
499         GtkCellRenderer::editing-started.
500
501 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
502
503         * tests/testactions.c (main): 
504         * tests/testmerge.c (main): Add some refcount debugging.
505
506         * gtk/gtkuimanager.c (update_node, free_node): Ref an sink
507         all proxies, so that we can properly clean up floating proxies
508         which the app didn't adopt.  (#147926, Tommi Komulainen)
509
510 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
511
512         Allow custom initialization of cell editables.  (#147221)
513         
514         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): 
515         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Add a 
516         ::editing-started signal as a hook for setting up the 
517         GtkCellEditable.
518         (gtk_cell_renderer_start_editing): ...and emit it here.
519
520 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
521
522         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set drag_pos
523         before grabbing the focus, since we may reenter into 
524         gtk_tree_view_motion_resize_column() which requires drag_pos
525         to be set.  (#147913, Guilherme Salgado, patch by John Finlay) 
526
527 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
528
529         * gtk/gtktreeview.c (gtk_tree_view_enter_notify): Don't
530         use uninitialized node pointer.  (#147911, Peter Zelezny)
531
532 Tue Jul 20 04:34:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
533
534         * configure.in: Bump version number
535
536 Sun Jul 18 17:21:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
537
538         * === Released 2.5.0 ===
539
540         * NEWS: updates
541
542         * tests/testcombo.c: Fix compilation
543
544 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
545
546         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion):
547         Fix doc comment.
548         
549 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
550
551         Make GtkCellView public, since people seem to have uses for it, 
552         it is clean API and we were just conservative in not making it 
553         public initially. At the same time, get rid of GtkCellViewMenuItem,
554         which doesn't have any function which can't be served by a
555         GtkMenuItem with a GtkCellView child.  (#136637, Padraig O'Briain)
556
557         * gtk/gtk.h: Include gtkcellview.h
558
559         * gtk/Makefile.am (gtk_public_h_sources): 
560
561         * gtk/Makefile.am (gtk_private_h_sources): 
562         (gtk_c_sources): Remove gtkcellviewmenuitem.[hc]
563         * gtk/gtkcombobox.c: Replace all uses of GtkCellViewMenuItem by
564         GtkMenuItem with a GtkCellView child.
565
566         * gtk/gtkcellviewmenuitem.[hc]: Removed.
567
568 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
569
570         Support inline autocompletion in entries  (#135953)
571         
572         * gtk/gtkentryprivate.h: 
573         * gtk/gtkentrycompletion.h: 
574         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
575         Add a new signal ::insert-prefix which can be used to override 
576         the default inline-completion behaviour. Add two new boolean
577         properties, :popup_completion and :inline_completion which
578         determine how the possible completions should be presented.
579         (gtk_entry_completion_insert_prefix): New function to request
580         a prefix insertion. 
581
582         * gtk/gtkentry.c: Add the necessary glue for inline completion. 
583
584 Sun Jul 18 15:28:24 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
585
586         * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an
587         empty target list if targets is NULL.
588
589         * configure.in: Add check for X11/extensions/sync.h. (#147416,
590         Morten Welinder)
591
592 Sun Jul 18 01:24:31 2004  Matthias Clasen  <maclas@gmx.de>
593
594         * NEWS: Updates for 2.5.0
595
596 Sat Jul 17 23:11:04 2004  Matthias Clasen  <maclas@gmx.de>
597
598         * gtk/gtkiconview.h:
599         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
600         * gtk/gtkiconview.c (gtk_icon_view_set_orientation): 
601         * gtk/gtkiconview.c (gtk_icon_view_get_orientation): 
602         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
603         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): 
604         Add a new :orientation property to determine whether text
605         is positioned below or beside icons.  (#147463)
606
607 Sat Jul 17 23:03:30 2004  Matthias Clasen  <maclas@gmx.de>
608
609         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
610         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
611         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Draw 
612         focus indicator outside the selection, respect focus 
613         line width.  (#147460) 
614
615 Sat Jul 17 01:17:33 2004  Matthias Clasen  <maclas@gmx.de>
616
617         * gdk/x11/gdkdnd-x11.c (xdnd_check_dest): Fix a warning
618         message.
619
620 Sat Jul 17 00:48:27 2004  Matthias Clasen  <maclas@gmx.de>
621
622         Support text/plain selection target  (#55117, Owen Taylor)
623         
624         * gtk/gtkselection.h: 
625         * gtk/gtkdnd.h: 
626         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
627         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
628         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): New
629         functions to facilitate handling of text targets.
630
631         * gtk/gtkentry.c: 
632         * gtk/gtktextview.c: Use the new text target handling 
633         functions instead of hardwiring the list of supported
634         text targets everywhere.
635
636         * gtk/gtkselection.c (gtk_selection_data_get_text): 
637         (gtk_selection_data_set_text): 
638         Support the targets text/plain, text/plain?charset=utf-8
639         and text/plain?charset=<LOCALE-CHARSET> as outlined in
640         #55117: 
641         For text/plain send only ASCII, but accept 8-bit text 
642         and treat it as ISO-8859-1 as specified by the Xdnd spec.
643         Always send CRLF terminators. Accept either and convert
644         into the native terminator for the platform.
645         
646 Fri Jul 16 23:20:34 2004  Matthias Clasen  <maclas@gmx.de>
647
648         Support themed window icons.  (#92346, Calum Benson)
649         
650         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): New 
651         function to obtain information about the sizes in which an
652         icon is available.  
653
654         * gtk/gtkwindow.h: 
655         * gtk/gtkwindow.c (gtk_window_class_init): 
656         (gtk_window_set_icon_name): 
657         (gtk_window_get_icon_name): Add an "icon_name" property
658         (gtk_window_set_default_icon_name): ...and a default icon name. 
659         (icon_list_from_theme): 
660         (update_themed_icon): New auxiliary functions to create a 
661         list of all available sizes of a themed icon and update the
662         window icon list from it.
663
664 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
665
666         * gtk/gtkcombobox.c (gtk_combo_box_scroll_event): Make 
667         scrolling work if no item is selected.
668         (gtk_cell_editable_key_press): Don't eat space.
669
670         Add a combo box cell renderer (#139347, Lorenzo Gil Sanchez)
671         
672         * gtk/gtkcellrenderercombo.[hc]: New Files.
673
674         * gtk/gtk.h: 
675         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
676         Add the new files.
677
678         * gtk/gtkcombobox.[hc]: Implement GtkCellEditable, add a 
679         :has-frame property for suppressing the frame around 
680         the child and redo the size allocation logic to take 
681         focus width into account.
682
683         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): 
684         Acknowledge the GtkComboBox:has-frame property and make
685         the entry fill its allocation vertically.
686
687         * gtk/gtkmarshalers.list: Add BOOLEAN:STRING.
688                 
689         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Queue
690         a draw here to keep non-widget windows from leaving 
691         shadows behind.
692
693 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
694
695         * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
696         multiple times over some of the children. 
697
698 Thu Jul 15 22:19:40 2004  Matthias Clasen  <maclas@gmx.de>
699
700         Fix #60128, #58307, #144706:
701         
702         * gtk/gtkstyle.c (gtk_style_real_copy): Handle references
703         to bg_pixmaps properly.
704         (gtk_style_real_unrealize): Don't keep dangling references
705         to the bg_pixmaps.  
706         (gtk_style_attach): Split the loop into two loops, first 
707         looking for a matching style, then for an empty one.
708         (gtk_style_finalize): 
709         (gtk_style_duplicate): Add comments explaining the handling
710         of style->styles.
711
712 Thu Jul 15 20:31:28 2004  Matthias Clasen  <maclas@gmx.de>
713
714         * gtk/gtkspinbutton.c (start_spinning): Install the timeout
715         before changing the value, so that a ::value_changed handler
716         has a chance to remove it.  (#122427, Elke Meier)
717
718 Thu Jul 15 19:20:05 2004  Matthias Clasen  <maclas@gmx.de>
719
720         * gdk/x11/gdkgtk+/im-x11.c (_gdk_x11_initialize_locale): 
721         * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
722         instead of 'can not' in messages.  (#144226, Morten Welinder)
723
724 2004-07-15  Matthias Clasen  <mclasen@redhat.com>
725
726         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
727         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
728         Correct the declared default values of several properties
729         to be in sync with the actual initial values.
730
731         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
732         Make spacing a property, correct the declared default values 
733         of several properties to be in sync with the actual initial 
734         values.  (#147654, Matthias Clasen)
735
736         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Don't reparent
737         back to menu->toplevel if it is already gone because we're
738         shutting down.  (#147656, John Cupitt)
739
740 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
741
742         Fix #126295:
743
744         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw a focus
745         indicator along the edge of the bin_window when the tree is empty.
746         (grab_focus_and_unset_draw_keyfocus): New helper function.
747         (gtk_tree_view_button_press): Remove a bit of superfluous code.
748         Use the helper function to save on duplicated code.
749         (gtk_tree_view_button_press): Grab the focus if the tree is empty.
750         (gtk_tree_view_focus): Allow focusing into an empty tree.
751
752 2004-07-14  Matthias Clasen  <mclasen@redhat.com>
753
754         * gtk/gtkaboutdialog.c (add_credits_page): Don't use
755         gcc extensions for the ternary ?: operator.  (#147590,
756         Damien Carbery)
757
758 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
759
760         Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:
761
762         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Set the
763         accessible object name for the tree view.
764         (create_file_list): Likewise.
765
766 Tue Jul 13 21:53:08 2004  Matthias Clasen  <maclas@gmx.de>
767
768         * gtk/gtkicontheme.c (free_unthemed_icon): Don't leak
769         no_svg_filename.  (#147399, Kjartan Maraas)
770
771 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
772
773         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
774         Make this work in RTL context.
775
776 2004-07-13  Federico Mena Quintero  <federico@ximian.com>
777
778         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Set a
779         busy cursor while mounting the volume.  Also, ref the chooser
780         while mounting, as we may re-enter.  Fixes #139376.
781
782 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
783
784         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): 
785         Prepare to handle composite implementations of
786         GtkCellEditable, but recursively poking at
787         allocation->y (hack stolen from GtkCList).
788         (check_expander_max): Tweak the warning.
789
790         * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
791         function.  (#147476, Owen Taylor)
792
793         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
794         crash if unrealized.
795
796 Tue Jul 13 01:50:06 2004  Matthias Clasen  <maclas@gmx.de>
797
798         * gtk/gtkaboutdialog.c (display_credits_dialog): Don't
799         display untranslated translator credits. 
800
801 Tue Jul 13 01:15:05 2004  Matthias Clasen  <maclas@gmx.de>
802
803         * gtk/gtkiconview.c: Some documentation updates.
804
805 Tue Jul 13 00:40:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
806
807         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Do an
808         empty begin_paint_region()/end_paint() for windows without
809         EXPOSURE_MASK.
810
811         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_unset_bg,
812         _gdk_x11_window_tmp_reset_bg): Remove checks for EXPOSURE_MASK.
813
814 2004-07-12  Matthias Clasen  <mclasen@redhat.com>
815
816         * demos/gtk-demo/appwindow.c: Use a GtkAboutDialog.
817
818         * gtk/gtkaboutdialog.h: 
819         * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog.
820
821         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
822         * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli,
823         patch by Matthias Clasen)
824
825         * gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style 
826         to cell view menu items as well.  (#147405, John Cupitt)
827
828         * gtk/gtkentrycompletion.c: Warning fixes.  (#147420,
829         Morten Welinder)
830
831         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Pop down 
832         first. (#147399, John Cupitt)
833
834 Mon Jul 12 01:56:26 2004  Matthias Clasen  <maclas@gmx.de>
835
836         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents): 
837         Include the update_counter check in the HAVE_XSYNC condition,
838         since update_counter isn't present in the !HAVE_XSYNC case.
839
840 Mon Jul 12 00:52:04 2004  Matthias Clasen  <maclas@gmx.de>
841
842         * gtk/stock-icons/Makefile.am: 
843         * gtk/stock-icons/stock_about_{16,24}.png: 
844         * gtk/stock-icons/stock_connect_{16,24}.png: 
845         * gtk/stock-icons/stock_disconnect_{16,24}.png: 
846         * gtk/stock-icons/stock_edit_{16,24}.png: 
847         * gtk/stock-icons/stock_media_forward_{16,24}.png: 
848         * gtk/stock-icons/stock_media_next_{16,24}.png: 
849         * gtk/stock-icons/stock_media_pause_{16,24}.png: 
850         * gtk/stock-icons/stock_media_play_{16,24}.png: 
851         * gtk/stock-icons/stock_media_previous_{16,24}.png: 
852         * gtk/stock-icons/stock_media_record_{16,24}.png: 
853         * gtk/stock-icons/stock_media_rewind_{16,24}.png: 
854         * gtk/stock-icons/stock_media_stop_{16,24}.png: 
855         * gtk/gtkstock.h (GTK_STOCK_ABOUT): 
856         * gtk/gtkstock.h (GTK_STOCK_CONNECT): 
857         * gtk/gtkstock.h (GTK_STOCK_DISCONNECT): 
858         * gtk/gtkstock.h (GTK_STOCK_EDIT): 
859         * gtk/gtkstock.h (GTK_STOCK_MEDIA_FORWARD): 
860         * gtk/gtkstock.h (GTK_STOCK_MEDIA_NEXT): 
861         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PAUSE): 
862         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PLAY): 
863         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PREVIOUS): 
864         * gtk/gtkstock.h (GTK_STOCK_MEDIA_RECORD): 
865         * gtk/gtkstock.h (GTK_STOCK_MEDIA_REWIND): 
866         * gtk/gtkstock.h (GTK_STOCK_MEDIA_STOP): 
867         * gtk/gtkiconfactory.c (get_default_icons): 
868         * gtk/gtkstock.c (builtin_items): Add a number of new stock 
869         items.  (#102530, #68015, #109811, Jordi Mallach, Benjamin Otte,
870         Michael Opdenacker)
871
872 Sun Jul 11 15:24:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
873
874         Bug 143330, support update counter spec.
875         
876         * configure.in: Add check for the Sync extension
877
878         * gdk/gdkwindow.h: gdk_window_enable_synchronized_configure() and
879         gdk_window_configure_finished()
880
881         * gtk/gtkwindow.c (gtk_window_move_resize): Call gdk_window_finish_configure().
882         * gtk/gtkwindow.c (gtk_window_realize): Automatically enable
883         synchronized configures.
884
885         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store current
886         and pending counter values. 
887
888         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): New function.
889         * gdk/x11/gdkwindow-x11.c
890         (gdk_window_enable_synchronized_configure): New function.
891         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents):
892         Delete update counter.
893         * gdk/x11/gdkwindow-x11.c (set_wm_protocols): Advertise
894         _NET_WM_SYNC_REQUEST when Sync is available
895
896         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Handle
897         _NET_WM_SYNC_REQUEST messages
898         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Save counter
899         value for use by gdk_window_configure_finished() when receiving
900         ConfigureNotifies.
901
902         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add use_sync flag
903         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Check if the XSync
904         extension is available
905         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_SYNC_REQUEST and
906         _NET_WM_SYNC_REQUEST_COUNTER to list of supported atoms.
907
908         * gdk/linux-fb/gdkwindow-fb.c, gdk/win32/gdkwindow-win32.c: Add
909         stubs for enable_synchronized_configure() and configure_finished()
910
911 Sat Jul 10 23:35:13 2004  Matthias Clasen  <maclas@gmx.de>
912
913         * gtk/gtkentry.c (paste_received): Make middle-button pasting
914         work as expected inside the entry.  (#116789, Scott Bronson)
915
916 Sat Jul 10 22:13:53 2004  Matthias Clasen  <maclas@gmx.de>
917
918         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): Update 
919         clipboards.  (#142805, Mikael Hallendal)
920
921 Sun Jul 11 01:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
922
923         * gtk/gtkpaned.c (gtk_paned_expose): Remove clip-region computing
924         code. Just use &paned->handle_pos.
925
926 Sun Jul 11 01:12:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
927
928         Bug 144271
929         
930         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Remove an
931         unnecessary redraw..
932
933         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Remove some
934         incorrect redraws.
935
936 Sat Jul 10 01:33:25 2004  Matthias Clasen  <maclas@gmx.de>
937
938         * docs/RELEASE-HOWTO: Updates.
939
940 Sat Jul 10 01:55:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
941
942         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{re|un}set_bg):
943         Insert checks for root window. The root window is never mapped.
944
945 Sat Jul 10 01:06:05 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
946
947         * gdk/x11/gdkwindow-x11.c (post_unmap): Fix a warning
948         * gdk/x11/gdkwindow-x11.c (show_window_internal): Actually unset
949         bg.
950
951 Sat Jul 10 00:37:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
952
953         Bug 113310.
954         
955         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{un|re}set_bg):
956         New functions that can do a recursive unset/reset bg.
957
958         * gdk/x11/gdkgeometry-x11.c: Remove
959         gdk_window_tmp_{un|re}set_bg().
960
961         * gdk/x11/gdkwindow-x11.c (pre_unmap, post_unmap): New functions
962         called before and after unmapping a window. They unset the
963         background of all other windows to prevent flicker from the X
964         server repainting the background. post_unmap() also invalidates
965         the parent of the unmapped window to draw it without roundtrips.
966
967         * gdk/x11/gdkwindow-x11.c (show_window_internal): Unset
968         background of newly mapped windows and all desendants to prevent
969         flicker.
970         
971 Fri Jul  9 15:33:55 2004  Manish Singh  <yosh@gimp.org>
972
973         * gdk/gdkevents.c: have a dummy case GDK_OWNER_CHANGE in switch
974         statements to avoid gcc warnings about not all enum values handled.
975
976         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): ignore should live in 
977         #ifdef HAVE_XFIXES.
978
979 Fri Jul  9 23:26:09 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
980
981         (Bug 113340)
982
983         * gdk/x11/gdkwindow-x11.h (struct _GdkWindowImplX11): Add an
984         "override_redirect" bit.
985
986         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set it here.
987         
988         * gdk/x11/gdkwindow-x11.c (gdk_window_move, gdk_window_resize,
989         gdk_window_move_resize): 
990         Update the local size/position cache
991         immediately for override redirect windows.
992
993         * gdk/x11/gdkwindow-x11.c (show_window_internal): Invalidate
994         newly mapped child and override redirect windows.
995
996 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
997
998         Fixes #137031:
999
1000         * gtk/gtkfilesystemunix.c (get_fallback_icon): New helper
1001         function, fetches a stock icon as a fallback.
1002         (gtk_file_system_unix_volume_render_icon): Fall back to a stock
1003         icon.
1004         (gtk_file_system_unix_render_icon): Fall back to a stock icon.
1005         Use helper functions rather than being a mega-function.
1006         (get_icon_name_for_directory): Renamed from
1007         get_icon_for_directory().
1008         (get_icon_type_from_path): New helper function; code pulled out
1009         from gtk_file_system_unix_render_icon().
1010         (get_special_icon): Likewise.
1011         (get_icon_for_mime_type): Likewise.
1012
1013 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
1014
1015         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
1016         temp_event.
1017
1018 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
1019
1020         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Use the 
1021         requisition of the widget instead of relying on the style
1022         drawing function to supply the size of the drawable.  (#146531) 
1023
1024 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
1025
1026         Make GtkEntry work harder to protect passwords:  (#143955,
1027         Morten Welinder)
1028         
1029         * gtk/gtkentry.c (gtk_entry_destroy): Add a destroy handler
1030         to clear the password even if the widget is leaked.
1031
1032         * gtk/gtkentry.c (gtk_entry_real_delete_text): 
1033         * gtk/gtkentry.c (gtk_entry_finalize): Zero out the memory
1034         before freeing it.
1035         
1036         * gtk/gtkentry.c (gtk_entry_real_insert_text): Zero and free
1037         the old memory instead of just reallocating it.
1038
1039         * gtk/gtkentry.c (gtk_entry_create_layout): Don't leak text
1040         direction information for passwords.
1041
1042 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
1043
1044         * gtk/gtkstyle.c: Fix some cases where style functions were 
1045         not handling widget == NULL properly.  (#146282)
1046
1047 Thu Jul  8 22:38:58 2004  Matthias Clasen  <maclas@gmx.de>
1048
1049         * gtk/gtktreeview.c: Improve the EXPANDER_MAX warning.
1050
1051 2004-07-08  Federico Mena Quintero  <federico@ximian.com>
1052
1053         Fix #139290:
1054
1055         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Add a
1056         GError argument.  Do check for errors when getting the
1057         GtkFileFolder:  get the folder and read the children before
1058         actually creating the model.  Removed obsolete code that handled
1059         roots-changed on the file system.
1060         (file_model_node_get_info): Assert that we don't reach the old
1061         case to display file system roots.
1062         (roots_changed_callback): Removed.
1063
1064         * gtk/gtkfilechooserdefault.c (set_list_model): Add a GError
1065         argument, and a boolean return value.  Return an error if we
1066         cannot create the file system model.  On error, set a NULL model
1067         on the tree.
1068         (gtk_file_chooser_default_set_current_folder): Use the error value
1069         from set_list_model().
1070         (gtk_file_chooser_default_set_property): Set the show_hidden
1071         property only if the browse_files_model exists.
1072         (gtk_file_chooser_default_unselect_path): Only operate if the
1073         browse_files_model exists.
1074         (check_preview_change): Check whether we have the sort_model.
1075         (change_folder_and_display_error): Copy the path we get passed
1076         before using it.  There's a comment in there that explains why we
1077         need to copy it; basically, if the passed path belongs to the
1078         model, the model may go away in the middle of this function and
1079         we'll be left with a dangling pointer.
1080         (install_list_model_filter): Assert that the model is not NULL.
1081         (set_current_filter): Check whether the model exists.
1082
1083         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Don't
1084         g_return_if_fail if the model is NULL.
1085         (gtk_tree_selection_get_selected_rows): Likewise.
1086         (gtk_tree_selection_count_selected_rows): Likewise.
1087         (gtk_tree_selection_selected_foreach): Likewise.
1088         (gtk_tree_selection_path_is_selected): Likewise; rather just
1089         return FALSE.
1090         (gtk_tree_selection_select_all): Likewise.
1091         (gtk_tree_selection_unselect_all): Likewise.
1092         (gtk_tree_selection_select_range): Do g_return_if_fail() if the
1093         model is NULL.
1094         (gtk_tree_selection_unselect_range): Likewise.
1095
1096         * gtk/gtkfilesystemunix.c (fill_in_names): Return immediately if
1097         g_dir_open() fails:  there is no need to set the error ourselves,
1098         as g_dir_open() already does it.
1099
1100 2004-07-08  Matthias Clasen  <mclasen@redhat.com>
1101
1102         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Allow
1103         to restore the default search function.  (#145365, John Finlay) 
1104
1105         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Don't leak 
1106         references to the drag context.  (#144324, Alex Larsson)
1107
1108 Thu Jul  8 00:31:34 2004  Matthias Clasen  <maclas@gmx.de>
1109
1110         * gtk/gtktreeview.c (gtk_tree_view_set_model): Stop editing
1111         when a new model is set.  (#145566, Dmitry M. Shatrov)
1112
1113 Wed Jul  7 23:44:32 2004  Matthias Clasen  <maclas@gmx.de>
1114
1115         * gtk/gtkimage.c (gtk_image_expose): Make sure that subpixbufs
1116         are properly aligned for gdk_pixbuf_saturate_and_pixelate(),
1117         in order to avoid rendering artifacts from misaligned 
1118         pixelation patterns.  (#145585, Felipe Heidrich, Billy Biggs)
1119
1120 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
1121
1122         * gtk/gtktreeview.c: 
1123         * gtk/gtktreeview.h: Small documentation fixes.
1124
1125 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
1126
1127         Support separators in combo boxes and more generally in tree 
1128         views  (#135873):
1129         
1130         * gtk/gtkcombobox.h: 
1131         * gtk/gtkcombobox.c (gtk_combo_box_get_row_separator_column):
1132         * gtk/gtkcombobox.c (gtk_combo_box_set_row_separator_column):
1133         Add a ::row-separator-column property with getter and setter, 
1134         which can indicate a boolean model column to determine which
1135         rows are separators. 
1136
1137         * gtk/gtkcombobox.c: Display separator rows as separator menu 
1138         items in menu mode, and by using the new treeview separator 
1139         functionality in list mode.
1140
1141         * gtk/gtktreeview.h: 
1142         * gtk/gtktreeprivate.h:
1143         * gtk/gtktreeview.c (gtk_tree_view_get_row_separator_func): 
1144         * gtk/gtktreeview.c (gtk_tree_view_set_row_separator_func): 
1145         Add a callback to determine whether a row is a separator.
1146         
1147         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): 
1148         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
1149         * gtk/gtktreeview.c (validate_row): Use the new callback
1150         to determine whether a row is a separator, and draw it
1151         as a separator then. Since separators should take up less
1152         vertical space than regular rows, this requires removing
1153         the redundant MAX(...,expander_size) calls which appear in
1154         many places. Instead, the MAX() is now only done in 
1155         validate_row(), and only if the row is not a separator.
1156         To catch possible side effects of this intrusive change,
1157         I have left EXPANDER_MAX() calls in place of the MAX() calls
1158         which will emit a warning if something breaks. They should
1159         be removed before 2.6.
1160
1161         * gtk/gtktreeselection.c (row_is_selectable): Don't let 
1162         separator rows be selected.
1163         
1164         * tests/testcombo.c (create_blaat): Add a separator column.
1165
1166 Tue Jul  6 22:58:00 2004  Matthias Clasen  <maclas@gmx.de>
1167
1168         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Fix
1169         a 64bit alignment issue.  (#144302, Sunil)
1170
1171 2004-07-07  Tor Lillqvist  <tml@iki.fi>
1172
1173         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)
1174         * gdk/win32/gdkfont-win32.c (gdk_text_extents)
1175         * gdk/win32/gdkproperty-win32.c (find_common_locale,
1176         gdk_property_change)
1177         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Use
1178         g_utf8_to_utf16() instead of the removed _gdk_utf8_to_ucs2() (see
1179         below).
1180
1181         * gdk/win32/gdkglobals-win32.c
1182         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init)
1183         * gdk/win3/gdkprivate-win32.h: Add a variable for the TARGETS
1184         atom. Initialize it. Declare it. Drop the variable for the
1185         COMPOUND_TEXT atom.
1186
1187         * gdk/win32/gdkim-win32.c (gdk_wcstombs): Don't return UTF-8. This
1188         function is supposed to return the string in the locale's charset
1189         and encoding. Use g_convert().
1190
1191         (gdk_mbstowcs): Similarily, don't take an UTF-8 string, but a
1192         string in the locale's charset. Use g_convert().
1193
1194         (_gdk_ucs2_to_utf8, _gdk_utf8_to_wcs, _gdk_utf8_to_ucs2):
1195         Delete. The UCS-2 functions didn't handle surrogates anyway. Use
1196         GLib's UTF-16 functions instead. Windows uses UTF-16.
1197
1198         * gdk/win32/gdkprivate-win32.h: Remove declarations of the deleted
1199         functions mentioned above.
1200
1201         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Use CF_TEXT
1202         also if the string is of type STRING, i.e. ISO-8859-1, and the
1203         current codepage is 1252, and contains no C1 chars. Accept
1204         also UTF8_STRING.
1205
1206         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
1207         Mark as static. When storing STRING data, convert to
1208         Latin-1. (#140537)
1209         (gdk_selection_owner_set_for_display): Now that STRING is always
1210         ISO-8859-1, use UTF8_STRING when sending the selection request
1211         to ourselves.
1212
1213         (gdk_selection_convert): Handle also UTF8_STRING. (#140537, John
1214         Ehresman)
1215
1216         (gdk_text_property_to_text_list_for_display): Make work more like
1217         X11 version. Do obey the encoding parameter.
1218
1219         (gdk_string_to_compound_text_for_display,
1220         gdk_utf8_to_compound_text_for_display): Don't even pretend
1221         supporting COMPOUND_TEXT.
1222
1223         (gdk_utf8_to_string_target): Convert to ISO-8859-1, like on X11.
1224
1225         (sanitize_utf8): Zero-terminate string.
1226
1227 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
1228
1229         * gtk/stock-icons/Makefile.am: Add stock_file_16.png, 
1230         stock_file_24.png, stock_directory_16.png and stock_directory_24.png.
1231
1232         * gtk/gtkstock.h (GTK_STOCK_FILE, GTK_STOCK_DIRECTORY): 
1233         * gtk/gtkiconfactory.c (get_default_icons): New stock icons as 
1234         fallbacks for gtkfilechooser. Currently these are the same images
1235         as the "new" and "open" items...
1236
1237 Tue Jul  6 10:00:22 2004  Jonathan Blandford  <jrb@redhat.com>
1238
1239         Fix for #136496, Pawel Salek:
1240         
1241         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Queue a redraw on
1242         a node when it changes in fixed_height mode.
1243
1244         (gtk_tree_view_node_queue_redraw): new function to queue a redraw
1245         on a node.
1246
1247 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
1248
1249         * gtk/gtkmenu.c (gtk_menu_position): Make sure 
1250         private->monitor_num is a valid monitor number before 
1251         using it.  (#139187, Michael Natterer)
1252
1253 Tue Jul  6 02:00:28 2004  Matthias Clasen  <maclas@gmx.de>
1254
1255         * gtk/gtkfilechooserdefault.c (popup_position_func): 
1256         * gtk/gtkentry.c (popup_position_func): 
1257         * gtk/gtktextview.c (popup_position_func): Improve positioning
1258         of keyboard-activated menus with Xinerama.
1259
1260 Tue Jul  6 00:29:03 2004  Matthias Clasen  <maclas@gmx.de>
1261
1262         * gtk/gtkuimanager.c (do_updates): 
1263         (do_updates_idle): Only call GDK_THREADS_ENTER() / _LEAVE() 
1264         when called from an idle handler.  (#145429, Jan-Marek Glogowski)
1265
1266 Mon Jul  5 23:47:38 2004  Matthias Clasen  <maclas@gmx.de>
1267
1268         * gtk/gtkfilechooserutils.c (delegate_notify): Use
1269         the less efficient g_object_interface_find_property () instead
1270         of the param_id range check, since the GParamSpecs we're 
1271         dealing with are the overridden onces on the interface, whose
1272         param_id is always zero.  (#145312, Alex Roitman, fix proposed
1273         by Owen Taylor)
1274
1275 2004-07-05  Lorenzo Gil Sanchez  <lgs@sicem.biz>
1276
1277         * gtk/gtklayout.c (gtk_layout_add): added a default method for the add
1278         virtual method of GtkContainer.
1279         (gtk_layout_class_init): assign gtk_layout_add to the 'add' virtual
1280         method slot of the container class.
1281
1282 2004-07-05  Anders Carlsson  <andersca@gnome.org>
1283
1284         * gtk/gtkiconview.c: (gtk_icon_view_set_markup_column):
1285         * gtk/gtkiconview.h:
1286         Use gint, not int in gtk_icon_view_set_markup_column,
1287         (Paolo Maggi)
1288         
1289 2004-07-05  Anders Carlsson  <andersca@gnome.org>
1290
1291         * gtk/gtkiconview.c: (gtk_icon_view_class_init),
1292         (gtk_icon_view_real_select_cursor_item),
1293         (gtk_icon_view_real_activate_cursor_item):
1294         * gtk/gtkiconview.h:
1295         Add an "activate_cursor_item" action signal
1296         and bind it to the return key.
1297         
1298 2004-07-04  Anders Carlsson  <andersca@gnome.org>
1299
1300         * demos/gtk-demo/Makefile.am:
1301         * demos/gtk-demo/gnome-fs-directory.png:
1302         * demos/gtk-demo/gnome-fs-regular.png:
1303         * demos/gtk-demo/iconview.c: (load_pixbufs), (fill_store),
1304         (sort_func), (create_store), (item_activated), (up_clicked),
1305         (home_clicked), (do_iconview):
1306         Add a simple file browser based on the icon view.
1307         
1308         * gtk/gtk.h:
1309         Add gtk/gtkiconview.h
1310         
1311         * gtk/gtkiconview.c: (gtk_icon_view_layout),
1312         (gtk_icon_view_item_new), (gtk_icon_view_item_activated):
1313         Fix a few bugs discovered while writing the demo.
1314         
1315 2004-07-04  Anders Carlsson  <andersca@gnome.org>
1316
1317         * gtk/Makefile.am:
1318         * gtk/gtkiconview.c
1319         * gtk/gtkiconview.h:
1320         Add GtkIconView to the build, remove debugging output.
1321         
1322 Sun Jul  4 01:29:35 2004  Matthias Clasen  <maclas@gmx.de>
1323
1324         * gtk/gtkcalendar.c (gtk_calendar_drag_data_get): 
1325         (gtk_calendar_drag_data_received): Fix off-by-one error.  
1326         GDate month is one-based and GtkCalendar month is zero-based.  
1327         (#145134, William Jon McCann)
1328
1329 Sun Jul  4 01:11:07 2004  Matthias Clasen  <maclas@gmx.de>
1330
1331         * gtk/gtktreestore.c (gtk_tree_store_move): Don't crash if
1332         somebody tries to move a node after itself in a list of 
1333         length 1.  (#145291, Sampo Nurmentaus)
1334
1335 Sat Jul  3 23:43:23 2004  Matthias Clasen  <maclas@gmx.de>
1336
1337         * docs/faq/gtk-faq.sgml: 
1338         * gtk/gtkwindow.c: Fix links to www.freedesktop.org.  (#145210,
1339         Billy Biggs)
1340
1341 Sat Jul  3 02:09:51 2004  Matthias Clasen  <maclas@gmx.de>
1342
1343         * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
1344         and current_height to 0 when ending the embedding.  (#143675,
1345         Nickolay V. Shmyrev)
1346
1347 Sat Jul  3 01:48:19 2004  Matthias Clasen  <maclas@gmx.de>
1348
1349         * gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
1350         to the right end of the entry text, even if it ends in combining
1351         marks.  (#141728, Theppitak Karoonboonyanan)
1352
1353 Fri Jul  2 23:34:33 2004  Matthias Clasen  <maclas@gmx.de>
1354
1355         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Unset the displayed
1356         row when unsetting the model.  (#138560, Christian Persch)
1357
1358 Fri Jul  2 23:01:07 2004  Matthias Clasen  <maclas@gmx.de>
1359
1360         * gtk/gtkcombobox.c (update_menu_sensitivity): Don't crash if there
1361         are no items.
1362
1363 Fri Jul  2 22:41:27 2004  Matthias Clasen  <maclas@gmx.de>
1364
1365         * gtk/gtkimage.c (gtk_image_expose): Properly align mask and
1366         pixbuf if a subarea is exposed.  (#135423, fix by John Ehresman)
1367
1368 Fri Jul  2 21:40:21 2004  Matthias Clasen  <maclas@gmx.de>
1369
1370         * gtk/gtknotebook.c (gtk_notebook_realize): Add scroll events
1371         to the event mask, set a scroll_event handler.
1372         * gtk/gtknotebook.c (gtk_notebook_scroll): Handle scroll events
1373         by switching tabs.  (#145244, Gabriel de Perthuis)
1374
1375 2004-07-02  Anders Carlsson  <andersca@gnome.org>
1376
1377         * gtk/gtktreeview.c (gtk_tree_view_set_model): 
1378         Make sure we check for a NULL model first.
1379
1380 2004-07-01  J. Ali Harlow  <ali@juiblex.co.uk>
1381
1382         * gdk/win32/gdkinput-win32.c (_gdk_input_ungrab_pointer): Fix
1383         win32 build problem w/o wintab.  Fixed #145242
1384
1385 2004-06-30  Anders Carlsson  <andersca@gnome.org>
1386
1387         * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
1388         g_return_if_fail to make sure that the model is a GtkTreeModel.
1389
1390 Sat Jun 26 17:41:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1391
1392         * gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
1393         current state, not GTK_STATE_NORMAL
1394
1395         * gtk/gtkframe.c (gtk_frame_paint): Fix a rounding error
1396
1397 Sat Jun 26 15:07:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1398
1399         * gtk/gtkstyle.c, gtk/gtkrc.c: small color tweak. (#141173)
1400
1401 Sat Jun 26 01:15:40 2004  Matthias Clasen  <maclas@gmx.de>
1402
1403         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Handle
1404         _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW.  (#144851, 
1405         Billy Biggs)
1406
1407 Sat Jun 26 01:04:31 2004  Matthias Clasen  <maclas@gmx.de>
1408
1409         * gtk/gtkiconfactory.c (clear_cache): Prevent unwanted 
1410         recursion by resetting icon_set->cache before freeing
1411         the cache.  (#144947, Tim Janik)
1412
1413 Sat Jun 26 00:40:02 2004  Matthias Clasen  <maclas@gmx.de>
1414
1415         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): 
1416         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): 
1417         * gtk/gtkstyle.c (gtk_default_render_icon): Accept a NULL 
1418         style.
1419
1420 Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
1421
1422         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
1423         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
1424         last change in the docs.
1425
1426 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
1427
1428         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
1429         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
1430         NULL to unset the model.  (#137211, patch by  Mariano Suárez-Alvarez)
1431
1432 Fri Jun 25 23:33:05 2004  Matthias Clasen  <maclas@gmx.de>
1433
1434         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Fix the
1435         placement policy for GtkComboBoxEntry to be: if it fits below, 
1436         place below, if it fits above place above, else place in the 
1437         larger space and scroll so that the scroll arrow appear at the
1438         far end.  (#144362, David A. Knight)
1439
1440 Fri Jun 25 22:49:58 2004  Matthias Clasen  <maclas@gmx.de>
1441
1442         * gtk/gtktreestore.c (gtk_tree_store_move): Avoid uninitialized
1443         use of &parent_iter. (#145007, John Finlay)
1444
1445 2004-06-25  Bastien Nocera  <hadess@hadess.net>
1446
1447         reviewed by: Matthias Clasen  <maclas@gmx.de>
1448
1449         * gdk/x11/gdkkeys-x11.c: (get_symbol), (update_keymaps),
1450         (gdk_keymap_lookup_key), (translate_keysym): fix keys parsing when
1451         the number of keysyms per keycode is odd. Fixes #144808.
1452
1453 2004-06-25  Matthias Clasen  <mclasen@redhat.com>
1454
1455         * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): Avoid
1456         a crash if the font doesn't exist.  (#144967, Yevgen Muntyan) 
1457
1458 Fri Jun 25 00:32:15 2004  Matthias Clasen  <maclas@gmx.de>
1459
1460         * gtk/gtktreestore.c (gtk_tree_store_swap): Commit the change
1461         which was mentioned below.
1462
1463 Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
1464
1465         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
1466         string change.  (#139503, Baris Cicek)
1467
1468 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
1469
1470         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
1471         or an Open stock button for the C-l dialog depending on the action
1472         in which the file chooser operates.  Fixes #141753.
1473
1474 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
1475
1476         Fixes the GTK+ part of #142308:
1477
1478         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_filename_to_path):
1479         Use filename_to_path().
1480         (gtk_file_system_unix_uri_to_path): Likewise.
1481         (filename_to_path): Use remove_trailing_slash().
1482
1483 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
1484
1485         * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
1486         for the ::move_cursor signal.
1487
1488         * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
1489         "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
1490         Kendall)        
1491
1492         * gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure 
1493         this gets defined for all backends, so linux-fb has a 
1494         chance of compiling.
1495
1496         * gdk/x11/gdkgc-x11.c: 
1497         * gdk/gdkgc.c: Move function docs inline, add hints about 
1498         obtaining rgb colors from gcs.  (#144688, Steve Chaplin)
1499
1500         * gtk/gtktreestore.c (gtk_tree_store_swap): Make this work
1501         for children of the root.  (#139785, Jean-François Wauthy,
1502         patch by John Finlay)
1503
1504         * gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
1505         fix.  (#144750, Jeff Franks) 
1506
1507 2004-06-21  Michael Natterer  <mitch@gimp.org>
1508         Merge from stable:
1509
1510         * gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
1511         function public as _gdk_x11_convert_to_format().
1512
1513         * gdk/x11/gdkcursor-x11.c (create_cursor_image): premultiply
1514         the pixels from the GdkPixbuf when putting them in the
1515         Xcursor image. Fixes bug #144350.
1516
1517 2004-06-16  Federico Mena Quintero  <federico@ximian.com>
1518
1519         * gtk/gtkfilesystemmodel.c (do_files_added): When inserting a
1520         visible node, free the old path before creating the new one.
1521         Fixes #144356.
1522
1523 Tue Jun 15 01:10:32 2004  Matthias Clasen  <maclas@gmx.de>
1524
1525         * gtk/gtkcombobox.c: Make GtkComboBox work without model.  
1526         (#144198, Mariano Suárez-Alvarez)
1527         
1528 Fri Jun 11 22:05:56 2004  Matthias Clasen  <maclas@gmx.de>
1529
1530         * gtk/gtkfilechooserdefault.c: Don't use
1531         contractions like "don't" or "isn't" in error messages.
1532         It isn't nice to use them in log entries either...
1533         (#137774, Morten Welinder, patch by Alexander Winston)
1534
1535 2004-06-11  Federico Mena Quintero  <federico@ximian.com>
1536
1537         Fixes #143578:
1538
1539         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_add_editable):
1540         Don't ref the editable node.
1541         (_gtk_file_system_model_remove_editable): Don't unref the editable node.
1542         (_gtk_file_system_model_remove_editable): Ahem, free the node.
1543
1544         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
1545         Added fields for edited_idle and edited_new_text.
1546         (renderer_edited_cb): Queue the
1547         creation of the folder in an idle handler.
1548         (renderer_editing_canceled_cb): Likewise for the cancellation.
1549         (gtk_file_chooser_default_finalize): Free the impl->edited_new_text.
1550
1551 Thu Jun 10 22:12:26 2004  Matthias Clasen  <maclas@gmx.de>
1552
1553         * gtk/gtkmain.c (gtk_parse_args): Typo fix.
1554
1555 2004-06-10  Federico Mena Quintero  <federico@ximian.com>
1556
1557         Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
1558
1559         * gtk/gtkfilechooser.c (gtk_file_chooser_list_shortcut_folders):
1560         Refer to gtk_file_chooser_add_shortcut_folder().
1561         (gtk_file_chooser_list_shortcut_folder_uris): Refer to
1562         gtk_file_chooser_add_shortcut_folder_uri().
1563
1564 Thu Jun 10 00:36:15 2004  Matthias Clasen  <maclas@gmx.de>
1565
1566         * gtk/gtkcalendar.c (gtk_calendar_main_button): Start 
1567         the drag before focusing the selected.day.
1568         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Stop
1569         a beginning drag if the widget becomes insensitive.
1570
1571 Thu Jun 10 00:09:06 2004  Matthias Clasen  <maclas@gmx.de>
1572
1573         * gtk/gtkcalendar.c (gtk_calendar_button_press): Start 
1574         spinning before calling arrow_action(), so that a signal
1575         handler triggered from arrow_action() has a chance to 
1576         stop the spinning.  (#143966, Davyd Madeley)
1577
1578 Wed Jun  9 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
1579
1580         * gtk/gtkstyle.c (_gtk_style_init_for_settings): Fix a 
1581         typo.  (#144070, Kent Sandvik)
1582
1583 Thu Jun 10 00:22:51 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1584
1585         * gtk/gtkmenu.c: Revert the "drag select" part of
1586         #141169. (#144011).
1587
1588 Mon Jun  7 23:07:40 2004  Matthias Clasen  <maclas@gmx.de>
1589
1590         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): Handle
1591         priv->model being NULL.  (#143856, Mariano Suárez-Alvarez)
1592
1593 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
1594
1595         * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
1596         from 2003/Sep/12.  This kept DnD in tree views within modal
1597         dialogs from working, which is especially bad for the file
1598         chooser.  Fixes #135168.
1599
1600 Sun Jun  6 23:57:21 2004  Matthias Clasen  <maclas@gmx.de>
1601
1602         Make the entry context menu work in editable text cells. The changes
1603         are based on a patch by Kristian Rietveld, which implemented an 
1604         approach outlined by Owen Taylor.  (#50075)
1605         
1606         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event): 
1607         Ignore focus out if the entry menu is posted.
1608         (gtk_cell_renderer_text_populate_popup): Mark the entry menu as 
1609         posted, and set up a signal handler to clear the flag if the menu 
1610         is unmapped.
1611         (gtk_cell_renderer_text_popup_unmap): Clear the in_entry_menu flag, 
1612         set up a timeout to stop editing if the focus is lost.
1613         (popdown_timeout): Stop editing if the entry doesn't have focus anymore.
1614         (gtk_cell_renderer_text_start_editing): Connect to the populate_popup 
1615         signal on the entry and keep a pointer to the entry.
1616         (gtk_cell_renderer_text_editing_done): Disconnect from popuplate_popup, 
1617         clear the pointer to the entry.
1618
1619 Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
1620
1621         * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
1622         of the ::language property.  (#143802, Owen Taylor)
1623
1624 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
1625
1626         * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
1627         (gtk_entry_completion_list_enter_notify),
1628         (gtk_entry_completion_list_motion_notify),
1629         (_gtk_entry_completion_popup), (_gtk_entry_completion_popdown):
1630         * gtk/gtkentryprivate.h: Add an ignore_enter flag and
1631         use it as in the menu code to avoid the initial selection if
1632         the window pops up under the pointer.  (Anders Carlsson)
1633
1634 Sat Jun  5 20:05:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1635
1636         * tests/testmerge.c: Add a checkbox to queue an
1637         merge/unmerge. Patch from Matthias Clasen.
1638
1639         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Add a new flag
1640         "need_rebuild"
1641         (rebuild_menu): New function that rebuilds the overflow menu and
1642         makes sure it doesn't start or end with a separator.
1643         (toolbar_content_new_tool_item)
1644         (toolbar_content_remove)
1645         (toolbar_content_new_compatibility): Set the rebuild_needed flag
1646         (gtk_toolbar_size_allocate): Only show the overflow arrow when we
1647         have actually overflown an item with a proxy menu item. Also make
1648         sure we rebuild the menu if needed.
1649
1650         Fix #125504, #142377, #143463
1651         
1652         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose):
1653         Obey the "priv->draw" flag. (#143692)
1654
1655 2004-06-04  Matthias Clasen  <mclasen@redhat.com>
1656
1657         * docs/widget_geometry.txt: Add a note about the !CAN_FOCUS
1658         quirk in the button size allocation code.
1659
1660         * gtk/gtkbutton.c (gtk_button_size_allocate): Give the space
1661         requested for drawing the focus indicator to the child in the
1662         !CAN_FOCUS case. This should fix issues which the Gimp has with 
1663         the button allocation changes in 2.4.2.
1664
1665 Thu Jun  3 21:17:29 2004  Matthias Clasen  <maclas@gmx.de>
1666
1667         * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the
1668         length of the entry contents in characters, not in bytes.
1669
1670         * gtk/gtkentry.c (paste_received): Don't pop up the completion
1671         window on paste, noticed by Anders Carlsson.
1672
1673 Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
1674
1675         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
1676         values and default value for the ::active property.  (#143669,
1677         Olivier Andrieu)
1678
1679 2004-06-03  Michael Natterer  <mitch@gimp.org>
1680
1681         * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
1682         instead of accessing item->image->allocation.width/height
1683         directly. Makes widgets which only have a requisition set using
1684         gtk_widget_set_size_request() work and fixes bug #142789.
1685
1686 Thu Jun  3 08:07:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1687
1688         * gtk/gtkmenu.c: Revert previous commit. It caused the problem
1689         of sticky right click menus to return.
1690
1691 Wed Jun  2 01:56:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1692
1693         * gtk/gtkmenu.c: Fix the stay up algorithm for combo boxes to
1694         better handle the "click" case. bug  Better fix for #141169.
1695
1696 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
1697
1698         * gtk/gtktreeview.c (gtk_tree_view_search_init): Bail out if the
1699         model is empty.  Fixes #143536.
1700
1701 2004-06-02  Matthias Clasen  <mclasen@redhat.com>
1702
1703         * gtk/gtkfontsel.c (gtk_font_selection_size_focus_out): Don't
1704         close the dialog on focus out of the size entry.  (#143505, 
1705         David Hawthorne)
1706
1707 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
1708
1709         Fix #138807.
1710
1711         * gtk/fnmatch.c (_gtk_fnmatch): Take a no_leading_period argument.
1712         (gtk_fnmatch_intern): Likewise; also implement this option.
1713
1714         * gtk/gtkprivate.h (_gtk_fnmatch): Updated prototype.
1715
1716         * gtk/gtkfilesel.c (find_completion_dir): Pass TRUE for the
1717         no_leading_period argument of _gtk_fnmatch().
1718         (attempt_file_completion): Likewise.
1719
1720         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Pass FALSE for the
1721         no_leading_period argument of _gtk_fnmatch().
1722
1723 Wed Jun  2 00:47:11 2004  Matthias Clasen  <maclas@gmx.de>
1724
1725         * gtk/gtkselection.c (_gtk_selection_request): Remove leftover
1726         debug code.
1727
1728 Wed Jun  2 00:13:57 2004  Matthias Clasen  <maclas@gmx.de>
1729
1730         * gtk/gtktreeselection.c (gtk_tree_selection_select_range): Don't
1731         allow unless selection mode is multiple.  (#142634, John Finlay)
1732
1733 Tue Jun  1 23:00:20 2004  Matthias Clasen  <maclas@gmx.de>
1734
1735         * gtk/gtktoolbar.h: 
1736         * gtk/gtktoolbar.c: 
1737         * gtk/gtkentrycompletion.h: 
1738         * gtk/gtkentrycompletion.c: 
1739         * gtk/gtkcombobox.h: 
1740         * gtk/gtkcombobox.c: Rename function parameters from
1741         index to index_ to prevent clash with BSD index().  (#143001)
1742
1743 Tue Jun  1 22:45:42 2004  Matthias Clasen  <maclas@gmx.de>
1744
1745         * gtk/gtkmenu.c (get_accel_path): Handle accel_closure being
1746         NULL on an accel label. (#139641, Sam Stephenson, patch by 
1747         Michael Natterer)
1748
1749 Tue Jun  1 22:19:55 2004  Matthias Clasen  <maclas@gmx.de>
1750
1751         * gtk/gtkicontheme.c (theme_subdir_load):  Prevent icon 
1752         lookup finding icons in the wrong prefix.  (#143328,
1753         Mark McLoughlin)
1754
1755 Wed Jun  2 00:39:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1756
1757         Bug #141169.
1758
1759         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Make menus
1760         only stay up if you release within 500 milliseconds.
1761         (gtk_menu_shell_button_press): Set the activate_time to the event
1762         time when a button is pressed.
1763
1764         * gtk/gtkmenu.c (gtk_menu_motion_notify, gtk_menu_enter_notify):
1765         Interprete button releases as activate when we have seen both an
1766         enter an a motion event.
1767
1768 2004-06-01  Federico Mena Quintero  <federico@ximian.com>
1769
1770         * gtk/gtkfilesystemmodel.c (do_files_removed): Don't insert a
1771         dummy node if there is no parent node.  Fixes #143362.
1772
1773 2004-05-31  Federico Mena Quintero  <federico@ximian.com>
1774
1775         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Change to the
1776         newly-created folder.  Fixes #138932.
1777         (trap_activate_cb): Only return TRUE if we did handle the event.
1778         Fixes #143359; patch by jylefort@brutele.be.
1779
1780 Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
1781
1782         * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
1783         docs.  (#142892, Tommi Komulainen)
1784
1785 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
1786
1787         * gtk/gtkhandlebox.c: Make detached handleboxes work when their
1788         parent is minimized, porting the fix from 1.2.  (#1923, #57182)
1789
1790 Mon May 31 02:03:17 2004  Matthias Clasen  <maclas@gmx.de>
1791
1792         * gtk/gtkwindow.c (gtk_window_show): Make moving realized, 
1793         unmapped windows work. 
1794
1795 Mon May 31 00:27:33 2004  Matthias Clasen  <maclas@gmx.de>
1796
1797         * gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix
1798         a typo.
1799
1800 Mon May 31 00:23:55 2004  Matthias Clasen  <maclas@gmx.de>
1801
1802         * gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget): 
1803         Refer to ::update-preview, not ::selection-changed.
1804
1805 2004-05-29  Christian Rose  <menthos@menthos.com>
1806  
1807         * configure.in: Added "tk" to ALL_LINGUAS.
1808  
1809 Fri May 28 15:00:01 2004  Matthias Clasen  <maclas@gmx.de>
1810
1811         * gtk/gtkwidget.c (gtk_widget_set_parent): Add informative
1812         messages for common problems.  (#137974, Owen Taylor)
1813
1814 Fri May 28 14:20:17 2004  Matthias Clasen  <maclas@gmx.de>
1815
1816         * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation 
1817         errors. (#143337, Billy Biggs) 
1818
1819 Thu May 27 16:36:22 2004  Owen Taylor  <otaylor@redhat.com>
1820
1821         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
1822         bits within visual->depth that aren't used for color to
1823         1s, in case they are alpha.
1824
1825 2004-05-27  Anders Carlsson  <andersca@gnome.org>
1826
1827         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
1828         Make separator rows insensitive.
1829
1830 Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
1831
1832         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
1833         Add more docs.
1834
1835 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
1836
1837         * gtk/gtkentrycompletion.h:
1838         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_text_column): 
1839         Getter for text_column. Also make ::text_column a property.
1840
1841 Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
1842
1843         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
1844
1845 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
1846
1847         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
1848         signal if the box exists.
1849
1850 Wed May 26 23:26:51 2004  Matthias Clasen  <maclas@gmx.de>
1851
1852         Support insensitive cells in tree views and combo boxes:
1853         
1854         * gtk/gtkcellrenderer.h: 
1855         * gtk/gtkcellrenderer.c: Add a ::sensitive property.
1856
1857         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
1858         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
1859         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
1860         Support drawing insensitive.
1861
1862         * gtk/gtkcellview.h: 
1863         * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): New 
1864         function to obtain the cell renderers from a cell view. Also
1865         export gtk_cell_view_set_cell_data().
1866
1867         * gtk/gtktreeselection.c (tree_column_is_sensitive):
1868         * gtk/gtktreeselection.c (row_is_selectable): Helper functions
1869         to determine whether all visible cells in a row are insensitive
1870         and whether a row is selectable. A row is not selectable if the 
1871         user function says so or if all visible cells are insensitive.
1872         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node): 
1873         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node): 
1874         Use row_is_selectable().
1875         
1876         * gtk/gtkcombobox.c (row_is_sensitive): 
1877         * gtk/gtkcombobox.c (tree_column_row_is_sensitive): 
1878         * gtk/gtkcombobox.c (menu_row_is_sensitive): Helper functions
1879         to determine row sensitivity in menu or list mode.
1880
1881         * gtk/gtkcombobox.c (update_menu_sensitivity): Helper function
1882         to set up sensitivity menu items from the underlying rows.
1883
1884         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
1885         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): Use
1886         update_menu_sensitivity().
1887                 
1888         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Setup the cell
1889         data funcs.
1890
1891         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Skip insensitive
1892         rows.
1893
1894         * tests/testcombo.c (main): Make some rows insensitive.
1895
1896 2004-05-26  Robert Ögren  <gtk@roboros.com>
1897
1898         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Send key
1899         modifiers (shift, ctrl etc) in button and motion events from the
1900         tablet. (#143240)
1901
1902 2004-05-26  Robert Ögren  <gtk@roboros.com>
1903
1904         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): Simple
1905         implementation for extended input devices using last known 
1906         device state (#143237)
1907
1908 Tue May 25 21:54:00 2004  Matthias Clasen  <maclas@gmx.de>
1909
1910         * gtk/gtkframe.c: Move docs inline, fixing them on the
1911         way.  (#143029, Steve Chaplin)
1912
1913 2004-05-11  Robert Ögren  <gtk@roboros.com>
1914
1915         * gdk/win32/gdkevents-win32.c (propagate): Don't propagate mouse
1916         events to windows that want extended input events. (#142943)
1917         (gdk_event_translate): Move check for extended input devices to
1918         propagate, new parameter to propagate.
1919         (gdk_pointer_grab, gdk_display_pointer_ungrab): Enable calls to
1920         _gdk_input_(un)grab_pointer. (#142943)
1921
1922         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Check for
1923         input grab. [Fix missing update of impl in "dijkstra" event
1924         propagation loop] Drop the parallel "impl" pointer, just use a
1925         cast. Don't propagate beyond windows that want normal input
1926         events. (#142943)
1927         (gdk_input_grab_pointer, gdk_input_ungrab_pointer): Limited
1928         implementation of input grab. (#142943)
1929
1930 2004-05-22  Tor Lillqvist  <tml@iki.fi>
1931
1932         * gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
1933         line. (Spotted by Benoît Carpentier.)
1934
1935 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
1936
1937         * configure.in: Check for XFIXES extension.
1938
1939         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add 
1940         a gboolean have_xfixes member.
1941
1942         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Register
1943         XFIXES events and set have_xfixes.
1944
1945         * gdk/gdkevents.h (GdkEventType): Add GDK_OWNER_CHANGE.
1946         (GdkEventOwnerChange): New event struct for owner change events.
1947         (GdkOwnerChange): New enum for the reason field of GdkEventOwnerChange.
1948         
1949         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Translate 
1950         XFixesSelectionNotify events into GdkEventOwnerChange events.
1951         
1952         * gdk/gdkdisplay.h:
1953         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_selection_notification):
1954         (gdk_display_request_selection_notification): New api 
1955         to support selection ownership notification.
1956
1957         * gtk/gtkclipboard.h:
1958         * gtk/gtkclipboard.c (_gtk_clipboard_handle_event): New private
1959         api to handle owner change events.
1960         (clipboard_peek): Refactored out the body of 
1961         gtk_clipboard_get_for_display() for use in _gtk_clipboard_handle_event().
1962
1963         * gtk/gtkmain.c (gtk_main_do_event): Handle GDK_OWNER_CHANGE events
1964         by calling _gtk_clipboard_handle_event().
1965
1966 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
1967
1968         * gtk/gtkintl.h: Include glib/gi18n-lib.h and only define
1969         the P_() macros ourselves.
1970
1971         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1972         Restrict the width of the popup to be no larger than the
1973         monitor.  (#142678, DmD Ljungmark)
1974
1975         * gtk/gtkbutton.c: Go back to the initial fix for the 
1976         focus-overdrawing problem, which was actually correct 
1977         according to docs/widget_geometry.txt.
1978
1979         * gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial
1980         arrow size from 11 to 15 to compensate for that.
1981
1982         * gtk/gtktextview.c (gtk_text_view_class_init): Document the
1983         arguments of the ::move-cursor signal.  (#142725)
1984
1985 2004-05-17  Matthias Clasen  <mclasen@redhat.com>
1986
1987         Merged from 2.4:
1988         
1989         * gtk/gtkbutton.c (gtk_button_size_request) 
1990         (gtk_button_size_allocate, _gtk_button_paint): Allocate
1991         space for the focus rectangle only if necessary.  (#142668,
1992         Michael Natterer)
1993
1994 Sun May 16 23:11:47 2004  Matthias Clasen  <maclas@gmx.de>
1995
1996         Merged from 2.4:
1997         
1998         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove two useless 
1999         lines.  (#142479, Morten Welinder)
2000
2001 Sun May 16 22:27:17 2004  Matthias Clasen  <maclas@gmx.de>
2002
2003         * gtk/gtkintl.h (Q_): Add a Q_() macro. 
2004
2005         * gtk/gtkcellrendererprogress.h: Remove GTK_PROGRESS_CELL_UNKNOWN
2006         and GTK_PROGRESS_CELL_FAILED. With the ability the set the label,
2007         they are not really needed.
2008
2009         * gtk/gtkcellrendererprogress.c: Use the xpad and ypad properties
2010         instead of hardwired padding, use Q_() for the default label, 
2011         compute a reasonable minimal size.  (#142571, #142572, #142573,
2012         Tommi Komulainen, Christian Persch)
2013         
2014 2004-05-15  Tor Lillqvist  <tml@iki.fi>
2015
2016         * gdk/win32/gdkdnd-win32.c: Put back the ref_count field in the
2017         GdkDragContextPrivateWin32 struct (but inside ifdef OLE2_DND this
2018         time). It is used by the OLE2_DND code, which is unfinished and
2019         presumably horribly broken, but still, let's not make it not
2020         compile on purpose. Silence some gcc warnings in the OLE2_DND
2021         code.
2022
2023 2004-05-14  Matthias Clasen  <mclasen@redhat.com>
2024
2025         * gtk/gtktreeview.c (gtk_tree_view_tree_window_to_tree_coords): 
2026         New function to go from tree window to tree coordinates, kept
2027         static for now until we figure out the multiple coordinate
2028         system mess in GtkTreeView API-wise.
2029         (gtk_tree_view_scroll_to_cell): Transform the coordinates 
2030         from tree window to tree coordinates, using the new function.
2031         Previously, the x coordinate was wrongly transformed. (#142494)
2032
2033         * gdk/gdktypes.h (GdkModifierType): Add a comment about unused
2034         bits.
2035
2036         * gtk/gtkstock.c (real_add, gtk_stock_lookup): Use an unused
2037         modifier bit to mark stock item which need to be freed 
2038         eventually.  (#140654, Michal Pasternak, Scott Tsai)
2039
2040 2004-05-11  Robert Ögren  <gtk@roboros.com>
2041
2042         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Add missing
2043         call to g_object_ref in Wintab code. (#138341)
2044
2045         * gdk/win32/gdkinput-win32.c: Fix numerous Wintab problems
2046         including unallocated buffers for event->motion.axes and
2047         event->button.axes, unsigned wraparound problem in the code for
2048         detecting missing press/release events and assigning min instead
2049         of max when setting up axes.
2050
2051 2004-05-12  Matthias Clasen  <mclasen@redhat.com>
2052
2053         * tests/testtreeedit.c: Add a progress column.
2054
2055         * gtk/Makefile.am: Add gtkcellrendererprogress.[hc] in the right
2056         places.
2057
2058         * gtk/gtk.h: Include gtkcellrendererprogress.h.
2059
2060         * gtk/gtkcellrendererprogress.[hc]: A progress cell renderer,
2061         based on the one found in Epiphany.
2062
2063 2004-05-11  Michael Natterer  <mitch@gimp.org>
2064
2065         * gtk/gtkcombobox.c (gtk_combo_box_popup)
2066         (gtk_combo_box_menu_button_press): don't allocate the popup
2067         smaller than the combobox. Fixes bug #59660.
2068
2069 2004-05-11  Matthias Clasen  <mclasen@redhat.com>
2070
2071         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Revert the
2072         previous change to this function, clarify the docs instead.
2073
2074         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use
2075         GTK_SELECTION_BROWSE.
2076
2077         * gtk/gtktreeview.c: Make hover selection work for 
2078         GTK_SELECTION_BROWSE as well.
2079
2080 Tue May 11 00:38:25 2004  Matthias Clasen  <maclas@gmx.de>
2081
2082         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init): 
2083         Document the ::toggled signal.
2084
2085 Mon May 10 23:04:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2086
2087         * gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()
2088
2089 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
2090
2091         * gtk/gtkwindow.c (get_screen_icon_info): Make static.
2092
2093         * gdk/gdkdisplay.c (singlehead_...): 
2094         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): 
2095         * gdk/x11/gdkgeometry-x11.c (expose_serial_predicate): 
2096         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Make static.
2097
2098         * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a 
2099         note about COLUMN_FIXED restriction.
2100
2101         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
2102         Set the entry in the default handler of the ::match-selected signal.
2103         (#137226)
2104
2105         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): If we don't
2106         do the move-selected-item below pointer thingie, do the 
2107         place-below-or-above one.
2108
2109         * tests/testentrycompletion.c: Make the second example use the 
2110         ::match-selected signal to make it actually work.
2111
2112         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): 
2113         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use hover selection
2114         mode.  (#127648, Dave Bordoley)
2115
2116         * gtk/gtktreeview.h:
2117         * gtk/gtktreeview.c: Add a new property "hover_selection", which 
2118         when TRUE makes the selection follow the mouse. Also add setter
2119         and getter for the fixed_height property.
2120
2121 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
2122
2123         * gtk/gtkcombobox.c (gtk_combo_box_popup) 
2124         (gtk_combo_box_menu_button_press): Make sure the menu pops up
2125         as wide as the combobox.  (#59660, Havoc Pennington)
2126
2127 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
2128
2129         * gtk/gtkcombobox.h: 
2130         * gtk/gtkcombobox.c: Support tearoffable combo boxes (in menu 
2131         mode). Add a new property, add-tearoffs, for this.  (#135956)
2132
2133         * gtk/gtkfontsel.c (list_row_activated): Make Return activate the
2134         default button.  (#118921)
2135
2136 Mon May 10 15:03:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2137
2138         * gtk/gtkwidget.c (_gtk_widget_grab_notify): New internal function
2139         that emits the grab notify signal.
2140         
2141         * gtk/gtkmain.c (gtk_grab_notify_foreach): Use it here.
2142
2143 Mon May 10 00:48:08 2004  Matthias Clasen  <maclas@gmx.de>
2144
2145         * gtk/gtkmenu.c: Make destruction of a torn off menu work 
2146         like un-tearing off.
2147
2148 Sun May  9 21:05:38 2004  Matthias Clasen  <maclas@gmx.de>
2149
2150         Merge from 2.4:
2151
2152         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2153         Allow to suppress the stock accelerator by using "".  (#142196,
2154         David A Knight)
2155         
2156 Sun May  9 02:01:13 2004  Matthias Clasen  <maclas@gmx.de>
2157
2158         Merge from 2.4:
2159         
2160         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): 
2161         In list mode, accept the same mouse/wheel bindings on 
2162         the cellview as on the button.  (#136967)
2163
2164 Sun May  9 01:25:37 2004  Matthias Clasen  <maclas@gmx.de>
2165
2166         * gtk/gtkiconfactory.c (add_to_cache): Actually count the
2167         cached icons.  (#135888, Crispin Flowerday)
2168
2169 Sun May  9 00:03:03 2004  Matthias Clasen  <maclas@gmx.de>
2170
2171         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Make sure
2172         that we actually return menus for nodes of type menu, not the
2173         menuitems they're attached to.
2174
2175 Sat May  8 22:50:55 2004  Matthias Clasen  <maclas@gmx.de>
2176
2177         * gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain): 
2178         Add a note regarding UTF-8 requirements, proposed by 
2179         Mariano Suárez-Alvarez.
2180
2181 Sat May  8 22:43:11 2004  Matthias Clasen  <maclas@gmx.de>
2182
2183         * gtk/gtktearoffmenuitem.h: 
2184         * gtk/gtktearoffmenuitem.c: Put the torn_off flag back
2185         into the GtkTearoffMenuItem struct, since it is used
2186         by the Gimp, and keep it synchronized with the 
2187         tearoff_state property of the parent menu.
2188
2189 2004-05-08  Hans Breuer  <hans@breuer.org>
2190
2191         * gtk/gtkfilesystemwin32.c (extract_icon) : finally also
2192         create the correct mask for 'pseudo mime' icons
2193
2194         * gdk/win32/gdkwindow-win32.c(show_window_internal) : also
2195         take focus_on_map into account
2196
2197         * gtk/gtkselection.c : g_message() only with DEBUG_SELECTION
2198
2199         * gtk/gtkactiongroup.c gtk/gtkcombobox.c : 
2200         ... must return a value
2201
2202         * gdk/gdk.def gtk/gtk.def demos/gtk-demo/makefile.msc.in : updated
2203
2204 2004-05-07  Matthias Clasen  <mclasen@redhat.com>
2205
2206         * gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child
2207         draw over the focus rectangle.
2208
2209         * gtk/gtkhsv.c: Draw focus indication in the color wheel using
2210         standard focus style.  (#63071, Bill Haneman, idea for new
2211         style by Owen Taylor)
2212
2213         * gtk/gtkstyle.c (gtk_default_draw_focus): Support drawing on
2214         focus on the colorwheel via details.
2215
2216 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
2217
2218         Merge from 2.4:
2219         
2220         * gtk/gtkcombobox.c (gtk_combo_box_menu_state_changed): Remove
2221         this no longer needed signal handler.  (#141817, Paul Pogonyshev)
2222
2223 Fri May  7 00:41:46 2004  Matthias Clasen  <maclas@gmx.de>
2224
2225         * gtk/gtktearoffmenuitem.h: 
2226         * gtk/gtktearoffmenuitem.c: Make the tearoff 
2227         functionality model/view, the tearoffmenuitem being
2228         the view and the tearoff_state property of the menu
2229         being the model.  (#101185, Owen Taylor)
2230
2231         * gtk/gtkmenu.c: Add a tearoff_state property.
2232
2233 Thu May  6 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
2234
2235         Merge from 2.4:
2236
2237         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Also 
2238         popup the submenu for items in torn off menus.  (#122051)
2239
2240 2004-05-06  Sven Neumann  <sven@gimp.org>
2241
2242         * gtk/gtkexpander.c (gtk_expander_size_allocate): in RTL mode,
2243         position the title lable next to the arrow just as we do for LTR
2244         rendering. Fixes bug #141825.
2245
2246 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
2247
2248         * docs/RELEASE-HOWTO: Document the new policy of
2249         bumping version numbers after release.
2250
2251         * configure.in: Bump version number to 2.5.0.
2252
2253 2004-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
2254
2255         * gtk/gtkmenu.h:
2256         * gtk/gtkmenu.c: Add new function gtk_menu_get_for_attach_widget.
2257         (bug #113112).
2258
2259 Thu May  6 00:24:11 2004  Matthias Clasen  <maclas@gmx.de>
2260
2261         * gtk/gtkactiongroup.h: 
2262         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): 
2263         New function to translate a string with translate_func.
2264         (#135740)
2265
2266 Thu May  6 00:02:21 2004  Matthias Clasen  <maclas@gmx.de>
2267
2268         * gtk/gtkcombobox.c (gtk_combo_box_get_wrap_width): 
2269         (gtk_combo_box_get_row_span_column): 
2270         (gtk_combo_box_get_column_span_column): Add missing getters
2271         for readwrite properies. (#135649)
2272
2273 Wed May  5 23:42:42 2004  Matthias Clasen  <maclas@gmx.de>
2274
2275         * gtk/gtkcombobox.h: 
2276         * gtk/gtkcombobox.c (gtk_combo_box_get_active_text): 
2277         Add gtk_combo_box_get_active_text() convenience 
2278         function. (#136372, Christian Neumeir, patch by Olivier Andrieu) 
2279
2280 2004-05-05  Elijah Newren  <newren@math.utah.edu>
2281
2282         Changes to support do-not-focus-on-map hint in conjunction with
2283         _NET_WM_USER_TIME (#115650):
2284
2285         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
2286         field focus_on_map
2287         
2288         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
2289         set it.
2290
2291         * gtk/gtkwindow.[hc]: Add a boolean property "focus_on_map"
2292         and gtk_window_get_focus_on_map() and gtk_window_set_focus_on_map().
2293
2294         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
2295         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
2296         * gdk/x11/gdkwindow-x11.c (gdk_window_new):
2297         Initialize the focus_on_map field to TRUE.
2298
2299         * gdk/win32/gdkwindow-win32.c (gdk_window_set_focus_on_map): 
2300         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_focus_on_map): 
2301         * gdk/x11/gdkwindow-x11.c (gdk_window_set_focus_on_map): 
2302         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window):
2303         Implementations for the various backends. The Win32 and linux-fb
2304         implementations set the focus_on_map field, but don't use it yet
2305         to actually implement noinput windows. The X implementation sets
2306         _NET_WM_USER_TIME to 0 if focus_on_map is FALSE (see the EWMH).
2307
2308         * gdk/x11/gdkwindow-x11.h: 
2309         * gdk/x11/gdkevents-x11.c (set_user_time): 
2310         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
2311         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): 
2312         s/_gdk_x11_window_set_user_time/gdk_x11_window_set_user_time/,
2313         since we want that function to be part of the public API.
2314
2315 Wed May  5 22:20:21 2004  Matthias Clasen  <maclas@gmx.de>
2316
2317         Merge from 2.4:
2318         
2319         * gtk/gtkiconfactory.c (icon_source_clear): Don't
2320         call g_free() on a pixbuf.  (#141961, Crispin Flowerday) 
2321
2322 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
2323    
2324         Merge from 2.4:
2325         
2326         * gtk/gtkuimanager.c (print_node): Make the output 
2327         parseable.  (#141929, Sven Neumann)
2328
2329 2004-05-05  Tor Lillqvist  <tml@iki.fi>
2330
2331         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window_for_screen): Add
2332         multi-monitor offset. (#141842, John Ehresman)
2333
2334 2004-05-04  Federico Mena Quintero  <federico@ximian.com>
2335
2336         Fixes #139562, based on a patch by Christian Neumair.
2337
2338         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
2339         a filter_combo_hbox field to contain the filter combo.
2340         (show_filters): Show/hide the filter_combo_hbox.
2341         (create_filename_entry_and_filter_combo): Removed.
2342         (file_pane_create): Create the filter_combo_hbox here.
2343
2344 2004-05-04  Matthias Clasen  <mclasen@redhat.com>
2345
2346         * modules/input/gtkimcontextxim.c: Fix the recent
2347         string_conversion_callback change to work on 
2348         Solaris.  (#141190, Padraig O'Briain)
2349
2350         * gtk/gtkselection.c: Disable debug logging again.
2351
2352 2004-05-03  Matthias Clasen  <mclasen@redhat.com>
2353
2354         * gtk/gtkselection.c: Make the chunk size for 
2355         incremental transfers depend on the maximal request 
2356         size, capped at 256k. This should allow most selections
2357         to be transferred nonincrementally, avoiding many
2358         roundtrips and protocol overhead.
2359
2360 2004-05-03  Federico Mena Quintero  <federico@ximian.com>
2361
2362         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Call
2363         g_signal_new() correctly and initialize the signal fields.  Fixes
2364         #141749; patch based on Michael Natterer's.
2365
2366 u2004-05-03  Matthias Clasen  <mclasen@redhat.com>
2367
2368         * gtk/gtkselection.c (_gtk_selection_request): Fix
2369         a debug message to show correct information.
2370         (_gtk_selection_incr_event): Make INCRemental transfer
2371         of MULTIPLE targets work. This was broken since 1997!
2372
2373 2004-05-02  Hans Breuer  <hans@breuer.org>
2374
2375         * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
2376         modify the passed in GdkSegment(s) in place, we may get
2377         them again to draw at the same place. Fixes bug #129095, 
2378         bug #137177, ...
2379         (draw_segments) draw the end pixel again to get the 
2380         pixmap mask right, fixes bug #126710, #130202
2381
2382         * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
2383         fixes bug #106013, John Ehresman
2384
2385         * gtk/makefile.msc.in : don't try to link gtk.res but
2386         use gtk-win32.res (as supposed to be fixed below :)
2387
2388 2004-05-01  Hans Breuer  <hans@breuer.org>
2389
2390         * tests/Makefile.am : tests/makefile.msc is in CVS for
2391         a long time, finally added to EXTRA_DIST : fixes bug 
2392         #141334, John Ehresman
2393
2394 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
2395
2396         * === Released 2.4.1 ===
2397
2398         * configure.in: Version 2.4.1, interface age 1. 
2399
2400         * NEWS: Updates
2401
2402 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
2403
2404         Fixes #140412.
2405
2406         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New
2407         function; moved the code over from
2408         remove_bookmark_button_clicked_cb().
2409         (remove_selected_bookmarks): Now, getting a non-removable bookmark
2410         is not an error, as we may be called as a result of hitting the
2411         Delete key.
2412         (shortcuts_key_press_event_cb): New handler; delete the bookmark
2413         if the user presses Backspace, Delete, or KP_Delete.
2414
2415 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
2416
2417         * gtk/gtkaction.c (closure_accel_activate): Use
2418         _gtk_action_emit_activate() instead of directly
2419         emitting the activate signal.  (#141429, Jody Goldberg)
2420
2421         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2422         Warn people when the accelerator can not be 
2423         parsed.  (#141429, Jody Goldberg)
2424
2425 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
2426
2427         * tests/testentrycompletion.c (main): Add a missing 
2428         cat.  (#141070, Chris Sherlock)  
2429
2430         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
2431         variable.  (#141022, Chris Sherlock)
2432         
2433         * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
2434         cast.  (#141013, Chris Sherlock)
2435
2436         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
2437         unused variable.  (#141011, Chris Sherlock)
2438
2439 2004-04-29  Tor Lillqvist  <tml@iki.fi>
2440
2441         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory
2442         leak. (#140775, John Ehresman)
2443
2444 Thu Apr 29 01:09:50 2004  Matthias Clasen  <maclas@gmx.de>
2445
2446         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
2447         to index the cached gcs, not depth.  (#139494)
2448
2449 2004-04-28  Matthias Clasen  <mclasen@redhat.com>
2450
2451         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
2452
2453 Sun Apr 25 15:36:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2454
2455         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix
2456         cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
2457
2458 2004-04-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2459
2460         Patch to add support for string conversion callbacks to
2461         GtkIMContextXIM (#101814)
2462
2463         * modules/input/gtkimcontextxim.c: Set the string conversion callback
2464         if supported by the XIC.
2465
2466         (struct _GtkIMContextXIM): Add string_conversion_callback member.
2467
2468         (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating
2469         whether string conversion callback is supported.
2470
2471         (gtk_im_context_get_ic, +set_string_conversion_callback,
2472         +string_conversion_callback): Also initialize string conversion
2473         callback, if supported, along with the IC initialization.
2474
2475         * modules/input/imxim.c: Make "xim" module default for Thai as well.
2476
2477 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
2478
2479         * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly
2480         initialize targets.  (#139883, John Finlay)
2481
2482         * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement. 
2483
2484         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
2485         Don't recommend gtk_tree_row_reference_new_proxy().  (#138309,
2486         Tim-Philipp Müller)
2487
2488         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): 
2489         Remove an excessive g_return_if_fail().
2490
2491         * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time()
2492         static.
2493         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
2494         _-prefix calls of gdk_x11_window_set_user_time().
2495
2496 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
2497
2498         * gtk/gtkuimanager.c (update_node): Make sure the separators 
2499         used to demarkate placeholder ends don't show up on 
2500         show_all().  (#140496, Murray Cumming)
2501
2502         * gtk/gtkspinbutton.c (spin_button_at_limit): Make spinbuttons
2503         work with negative increments.  (#137975, Tim Gerla)
2504
2505 Wed Apr 21 21:38:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2506
2507         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget,
2508         gtk_tool_button_set_icon_widget): Remove the old widget from the
2509         tool button before overwriting it with the new widget.
2510
2511         (#140508, Todd Goyen)
2512         
2513 2004-04-22  Tor Lillqvist  <tml@iki.fi>
2514
2515         Fix the file chooser on Windows. I can't make it misbehave or
2516         crash any more now. But presumably there are still corner cases
2517         not handled. I haven't really checked behaviour of UNC paths, for
2518         instance.
2519
2520         * gtk/gtkfilesystemwin32.c: Accept both backslash and slash in
2521         several places. Use G_IS_DIR_SEPARATOR macro (which could be added
2522         to GLib in 2.6).
2523
2524         (gtk_file_system_win32_get_parent): Like the Unix version, assert
2525         filename is absolute, and avoid one unnecessary string allocation
2526         and freeing.
2527         
2528         (canonicalize_filename,gtk_file_system_win32_parse): Handle drive
2529         letters more correctly.
2530
2531         (gtk_file_system_win32_render_icon): Assure correct syntax is used
2532         for root folder of a drive. (#137962, Morten Welinder)
2533
2534         (filename_is_some_root): New function that accepts also root
2535         without any drive specified.
2536
2537         (filename_is_drive_root): Rename from filename_is_root.
2538
2539         * gtk/gtkfilechooserentry.c (completion_match_func): Casefold on
2540         Windows.
2541
2542 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
2543
2544         * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the 
2545         completion window if there are no completions anymore.
2546
2547         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2548         Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
2549         It doesn't like that.  (#140642, Christian Persch)
2550
2551         * demos/gtk-demo/expander.c (do_expander): A new demo.
2552
2553         * demos/gtk-demo/Makefile.am (demos): Add expander.c.
2554
2555 2004-04-20  Matthias Clasen  <mclasen@redhat.com>
2556
2557         * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
2558         sure anchored children get size allocated, even if the layout
2559         is valid.  (#122323, Andrew E. Makeev)
2560         (gtk_text_view_scroll_pages): 
2561         (gtk_text_view_scroll_hpages): Don't scroll to cursor position
2562         if we already have pending scrolls. Bandaid fix for #78513.
2563
2564 Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
2565
2566         * INSTALL.in: Update libpng and libjpeg URLs, remove
2567         note about building without since that's not the normal
2568         case.
2569
2570 Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
2571
2572         * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
2573         handling of SVG/non-SVG unthemed icons.
2574
2575 2004-04-19  Morten Welinder  <terra@gnome.org>
2576
2577         * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
2578         children.  (#140523)
2579
2580 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
2581
2582         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
2583         Don't stop the iteration up to the tag_root too 
2584         early.  (#109945, Dongho Shin)
2585
2586 Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2587
2588         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
2589         gdk_keymap_translate_keyboard_state() handle NULL
2590         keymaps. (#139715, Torsten Schoenfeld).
2591
2592 Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2593
2594         * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
2595         reported by Pedro RODRIGUEZ, about compilation problems when
2596         Xcursor is installed in a non-standard location.
2597
2598 Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2599
2600         Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
2601         Newren.
2602         
2603         * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
2604         _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
2605
2606         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
2607
2608         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
2609         precached atoms.
2610         
2611         * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
2612         property on user interaction.
2613
2614 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
2615
2616         * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
2617         G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
2618
2619         * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
2620         code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
2621         #140126.
2622
2623 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
2624
2625         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
2626         * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
2627
2628 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
2629
2630         * gtk/gtkcombobox.c: 
2631         * gtk/gtkwidget.c: 
2632         Make all style properties readonly.
2633
2634 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
2635
2636         * gtk/gtkcolorsel.c: Add a11y relations between the color
2637         wheel and the spin buttons.  (#132745, Padraig O'Briain)
2638
2639         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
2640         the meaning of size == -1.
2641
2642         * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
2643         a size of -1.  (#137436, Brian Cameron)
2644
2645         * gtk/gtkcombobox.c: Make the arrow and separator regular
2646         children of an hbox inside the button, and propagate state
2647         changes from the button to the cell view.  (part of the fix
2648         for #138650, should also fix #137535)
2649
2650         * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
2651         state to gtk_cell_renderer_render() when prelighted. (part 
2652         of the fix for #138650)
2653
2654         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
2655         Use PRELIGHT state when appropriate.  (part of the fix for 
2656         #138650)
2657
2658         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
2659         out warnings if called before the combo box is 
2660         realized.  (#139742, Philip Langdale)
2661
2662 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
2663
2664         * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
2665         events to children.
2666
2667 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
2668
2669         * gtk/gtkpathbar.c (make_directory_button): remove spurious
2670         gtk_box_pack_start.
2671
2672 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
2673
2674         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
2675         make the buttons sized by a bold label.  This makes the text
2676         'swim' a little, but stops the buttons from resizing, #137210
2677
2678 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
2679
2680         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
2681         has no name.
2682         (start_element_handler): Accept separators without unique 
2683         names.  (#133302, Anders Carlsson)
2684
2685         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
2686         possible accelerator gotcha when using this function.  (#139641, 
2687         Christian Persch)
2688
2689         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
2690         list nodes.  (#138862, Morten Welinder)
2691
2692 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
2693
2694         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
2695         variable.
2696         (gtk_tree_view_button_press): If we activated the row we don't
2697         want to grab focus back, as moving focus to another widget is
2698         pretty common, #138458
2699
2700 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
2701
2702         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
2703         documentation to all the signals.
2704
2705 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
2706
2707         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
2708         model if it is NULL. (#139770)
2709
2710         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
2711
2712         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
2713         a shadow inside the scrolled window, add it around the vbox.
2714
2715         * gtk/gtkentryprivate.h: 
2716         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2717         Return a boolean indicating whether the popup is positioned above 
2718         or below. Scroll the completions to the beginning or the end, 
2719         depending on the positioning.
2720
2721         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
2722         wrap around in the entry completion popup, and allow GDK_UP to 
2723         enter the popup.  (#137440)
2724
2725 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
2726
2727         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
2728         there before using it.
2729
2730 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
2731
2732         * gtk/gtktreeprivate.h: Moved search entries into priv data.
2733
2734         * gtk/gtktreeview.c: Prep for type-ahead support.
2735
2736         (gtk_tree_view_destroy): Destroy the search window explicitly.
2737         (gtk_tree_view_key_press): Minor change; prep for type-ahead
2738         (gtk_tree_view_ensure_interactive_directory): New function
2739         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
2740         (gtk_tree_view_real_start_interactive_search): rework
2741         (gtk_tree_view_search_dialog_hide): ditto
2742         (gtk_tree_view_search_delete_event): ditto
2743         (gtk_tree_view_search_button_press_event): ditto
2744         (gtk_tree_view_search_key_press_event): ditto
2745         (gtk_tree_view_search_move): ditto
2746         (gtk_tree_view_search_init): ditto
2747
2748         * gtk/gtktreeviewcolumn.c:
2749         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
2750
2751         * tests/testfilechooser.c: (main): change
2752
2753 2004-04-11  Hans Breuer  <hans@breuer.org>
2754
2755         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
2756         the real fix would involve just another small API breakage,
2757         i.e. gdk_spawn_* using GPid not just gint.
2758
2759         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
2760
2761 2004-04-10  Tor Lillqvist  <tml@iki.fi>
2762
2763         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
2764         If both Shift and CapsLock pressed, ignore the shift only for
2765         letters (that would have been affected by the CapsLock). (#139095)
2766
2767         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
2768         seems to be even buggier now than it used to be. (#138341)
2769         Initialize _gdk_input_ignore_wintab to TRUE.
2770
2771         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
2772         GDK_USE_WINTAB environment variable to turn on tablet support.
2773
2774 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
2775
2776         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
2777         (gtk_ui_manager_remove_action_group): Terminate
2778         g_object_[dis]connect() calls with NULL instead of 0.
2779         Fixes #138997.
2780
2781 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
2782
2783         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2784
2785 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
2786
2787         Fix #132500.
2788
2789         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
2790         passed-in 'str' is not NULL.
2791
2792         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
2793         expands "~/" or "~foo/" at the beginning of a filename.
2794         (gtk_file_system_unix_parse): Use expand_tilde() before doing
2795         anything else.
2796
2797         * gtk/gtkfilechooserentry.c
2798         (gtk_file_chooser_entry_maybe_update_directory): Take in a
2799         force_reload argument.
2800         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
2801         returns an error, set the file_part_pos to -1.
2802         (load_directory_callback): Only populate the model if the
2803         file_part_pos is not -1.
2804
2805 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
2806
2807         * configure.in: Added Icelandic (is) to ALL_LINGUAS
2808
2809 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
2810
2811         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
2812         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
2813
2814         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
2815         for G_DIR_SEPARATOR in the display_name, and err out if it is
2816         present; use the same error message as Nautilus.  Fixes #136467.
2817
2818         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
2819         new-folder button say "Create Fo_lder" rather than "Create
2820         _Folder", so that the mnemonic doesn't conflict with the "Save in
2821         _folder" label.  Fixes #136975.
2822
2823 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
2824
2825         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
2826         buttons.  Also, free them correctly upon failure.  Based on a
2827         patch by Morten Welinder, fixes #137956.
2828
2829 2004-04-05  Anders Carlsson  <andersca@gnome.org>
2830
2831         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
2832
2833 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
2834
2835         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
2836         correctly for fixed height when inserting a node, #138082
2837
2838 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
2839
2840         Fix #136077.
2841
2842         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
2843         "child_is_hidden" boolean argument to the "path-clicked" signal.
2844
2845         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
2846         field.
2847         (make_directory_button): Take a file_is_hidden argument; put it in
2848         the ButtonData.
2849         (_gtk_path_bar_set_path): See whether each path component path is
2850         a hidden file.
2851         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
2852         "path-clicked" signal.
2853         (button_clicked_cb): See if the downwards button represents a
2854         hidden file for the file_is_hidden argument in the signal
2855         emission.
2856
2857         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
2858
2859         * gtk/gtkfilechooserdefault.c
2860         (gtk_file_chooser_default_select_path): If we fail to switch
2861         folders, don't try to select the path in the file system model.
2862         Also, return the result from _gtk_file_system_model_path_do().
2863         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
2864         file system model if we are asked to select a hidden file.
2865         (path_bar_clicked): Show hidden files based on whether the
2866         immediate downwards folder in the path bar is a hidden file
2867         itself.
2868         (struct _GtkFileChooserDefault): Added fields
2869         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
2870         (create_file_list): Set an object data key of
2871         "GtkFileChooserDefault" on the tree view so that we can find the
2872         impl from the popup menu callbacks.  Also, hook up to the
2873         "button-press-event" and "popup-menu" signals in the file list to
2874         bring up a popup menu.
2875         (list_popup_menu_cb): New callback.
2876         (list_button_press_event_cb): New callback.
2877
2878         Fix #138763:
2879
2880         * gtk/gtkfilesystemmodel.c
2881         (_gtk_file_system_model_new): Oops, connect_object to
2882         "finished-loading".
2883
2884 2004-03-31  Tor Lillqvist  <tml@iki.fi>
2885
2886         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
2887         for native Win32. (#136559, J. Ali Harlow)
2888
2889         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
2890         angles. Thanks to Tim Newsham.
2891
2892 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
2893
2894         Fix #137520.
2895
2896         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
2897         for an ::is_finished_loading() method and a ::finished_loading()
2898         signal at the end of the struct.
2899
2900         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
2901         "finished-loading" signal.
2902         (gtk_file_folder_is_finished_loading): New function.
2903
2904         * gtk/gtkfilesystemunix.c
2905         (gtk_file_folder_unix_is_finished_loading): Implement.
2906
2907         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
2908         slot for a "finished-loading" signal.
2909         (gtk_file_system_model_class_init): Create the "finished-loading"
2910         signal.
2911         (struct _GtkFileSystemModel): New field
2912         idle_finished_loading_source.  We emit the "finished-loading"
2913         signal in an idle if the root folder was done loading right in
2914         _gtk_file_system_model_new(), so that the caller has a chance to
2915         connect to the signal.
2916         (_gtk_file_system_model_new): Connect to the normal signals of the
2917         folder even if the initial _list_children() fails.  Also, see if
2918         the folder is finished loading; connect to the "finished-loading"
2919         signal otherwise.
2920         (gtk_file_system_model_finalize): Remove the idle handler.
2921
2922         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
2923         and connect to the model's "finished-loading" signal.
2924         (get_toplevel): New helper function.
2925         (error_message): Use get_toplevel().
2926         (trap_activate_cb): Likewise.
2927         (location_popup_handler): Likewise.
2928         (set_busy_cursor): New function.
2929         (browse_files_model_finished_loading_cb): New callback.
2930
2931 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
2932
2933         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
2934         file under the cursor; we don't need the logic from
2935         GtkFileSelection after all.  Fixes #132255.
2936
2937 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
2938
2939         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
2940         location entry with the display name of the file under the cursor
2941         for Open mode, or the typed filename in Save mode.
2942
2943 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
2944
2945         * gtk/gtkfilesystemwin32.c
2946         (filename_is_root): Bare drive designators (eg., "c:") are
2947         no longer considered as root filenames.  Fixed #137942
2948
2949 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
2950
2951         * gtk/gtkfilesystemwin32.c
2952         (gtk_file_system_win32_create_folder): Invert test for error in
2953         mkdir.  Fixes #137945
2954
2955 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
2956
2957         Fixed #138004 using Federico's code from #132327.
2958
2959         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
2960         folder_hash field to keep a list of live folder objects.
2961         (gtk_file_system_win32_init): Create the folder_hash.
2962         (gtk_file_system_win32_finalize): Destroy the folder_hash.
2963         (gtk_file_system_win32_get_folder): Ref and return an existing
2964         folder if we have it around, otherwise return a new folder object.
2965         (struct _GtkFileFolderWin32): Add a field for the parent file system.
2966         (gtk_file_folder_win32_finalize): Remove the folder from the file
2967         system's hash table.
2968         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
2969         newly-created folder's parent.  Fixes #138004.
2970
2971 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
2972
2973         * gtk/gtkfilesystemwin32.c
2974         (gtk_file_system_win32_get_folder): Test that path is actually
2975         a directory and throw error if not. Fixed bug #137950
2976
2977 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
2978
2979         * gtk/gtkfilesystemwin32.c
2980         (gtk_file_system_win32_volume_get_display_name): Ignore empty
2981         volume labels; assume that GetVolumeInformation would fail if
2982         GetVolumeInformationW does; catches a small memory leak;
2983         pass the buffer size to GetVolumeInformationW in wide
2984         characters instead of bytes. Fixes bug #137543
2985         (list_volumes): Cope with the theoretical possibility of
2986         more than 26 logical drives. Fixes bug #137940
2987         (bookmarks_serialize): Now actually removes bookmarks.
2988         Fixes bug #137943
2989
2990 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
2991
2992         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2993
2994 2004-03-21  Tor Lillqvist  <tml@iki.fi>
2995
2996         * gtk/gtkfilesystemwin32.c
2997         (gtk_file_system_win32_volume_get_base_path): Include the
2998         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
2999         NULL for a volume base path, as g_filename_to_uri() requires an
3000         absolute path, and just a drive letter and colon isn't. (#137543)
3001
3002 2004-03-20  Hans Breuer  <hans@breuer.org>
3003
3004         * gtk/gtkfilesystemwin32.c : applied the undisputable and
3005         required [due to recent gtkfilesystem internal api semantic 
3006         changes] part of patches to fix bug #137543 (Tor Lillqvist,
3007         J. Ali Harlow)
3008
3009         * gdk/gdkevents-win32.c (handle_configure_event) :
3010              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
3011         GdkWindowObject::x, y with screen coords to make 
3012         gdk_window_get_position () return the right thing and thus fix
3013         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
3014
3015 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
3016
3017         * Revert the patch to #137520, as 2.4.1 is for conservative bug
3018         fixes only.  The patch is attached to the bug report, for
3019         reference.
3020
3021 2004-03-19  Morten Welinder  <terra@gnome.org>
3022
3023         * gtk/gtkfilechooserdefault.c
3024         (gtk_file_chooser_default_set_current_folder): Test existance of
3025         the path after checking for locality, if needed.
3026
3027 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
3028
3029         Fix #137520.
3030
3031         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
3032         for an ::is_finished_loading() method and a ::finished_loading()
3033         signal at the end of the struct.
3034
3035         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
3036         "finished-loading" signal.
3037         (gtk_file_folder_is_finished_loading): New function.
3038
3039         * gtk/gtkfilesystemunix.c
3040         (gtk_file_folder_unix_is_finished_loading): Implement.
3041
3042         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
3043         slot for a "finished-loading" signal.
3044         (gtk_file_system_model_class_init): Create the "finished-loading"
3045         signal.
3046         (struct _GtkFileSystemModel): New field
3047         idle_finished_loading_source.  We emit the "finished-loading"
3048         signal in an idle if the root folder was done loading right in
3049         _gtk_file_system_model_new(), so that the caller has a chance to
3050         connect to the signal.
3051         (_gtk_file_system_model_new): Connect to the normal signals of the
3052         folder even if the initial _list_children() fails.  Also, see if
3053         the folder is finished loading; connect to the "finished-loading"
3054         signal otherwise.
3055         (gtk_file_system_model_finalize): Remove the idle handler.
3056
3057         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
3058         and connect to the model's "finished-loading" signal.
3059         (get_toplevel): New helper function.
3060         (error_message): Use get_toplevel().
3061         (trap_activate_cb): Likewise.
3062         (location_popup_handler): Likewise.
3063         (set_busy_cursor): New function.
3064         (browse_files_model_finished_loading_cb): New callback.
3065
3066 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
3067
3068         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
3069         eventbox for expander. (#137564, reported by
3070         Jacques Garrigue)
3071
3072 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
3073
3074         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
3075
3076 2004-03-17  Morten Welinder  <terra@gnome.org>
3077
3078         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
3079         volumes not actually put into the shortcut list.
3080
3081         * tests/prop-editor.c (object_changed): Plug leak.
3082
3083         * tests/testfilechooser.c (main): Plug some leaks and expose
3084         others.
3085
3086         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
3087         object.  Fixed #136652.
3088
3089         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
3090         have no screen.  Fixes #137260.
3091         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
3092         thereby fixing leak.  Fixes #137259.
3093
3094         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
3095         slider buttons have been destroyed.
3096         (gtk_path_bar_remove): Make this work for slider buttons too.
3097         Fixes #137257
3098
3099 2004-03-15  Morten Welinder  <terra@gnome.org>
3100
3101         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
3102         Sanitize and plug leak.
3103         (check_icon_theme): Only do something if the widget has a screen.
3104
3105 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
3106
3107         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
3108         Move the repositioning logic from _gtk_entry_completion() popup
3109         over here. Fixes #137355, reported by Niklas Knutsson.
3110