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