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