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