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