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