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