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