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