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