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