]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
add recent new functions.
[~andy/gtk] / ChangeLog.pre-2-10
1 Fri Dec 10 13:59:32 2004  Manish Singh  <yosh@gimp.org>
2
3         * gtk/gtk.symbols: add recent new functions.
4
5 2004-12-10  Matthias Clasen  <mclasen@redhat.com>
6
7         * gtk/gtkwindow.c: Revert the patch which added no-alt 
8         mnemonics, since it interfers badly with menus.  (#160911,
9         Jonathan Blandford)
10
11 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
12
13         * gtk/gtklabel.c (gtk_label_class_init): Fix a property
14         nick typo. 
15
16         * gtk/gtkfilechooserdefault.c: Apply a patch to reset the 
17         filter if an otherwise invisible file is selected via the 
18         location popup.  (#159896, Carlos Garnacho Parro)
19
20         Fix #145463, reported by Michael Natterer.
21         
22         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add an
23         editing flag to keep track of when editing is done.
24         
25         * gtk/gtkcellrenderer.h:
26         * gtk/gtkcellrenderer.c (gtk_cell_renderer_stop_editing): New
27         function to replace gtk_cell_renderer_editing_canceled(). 
28         Deprecate gtk_cell_renderer_editing_canceled(). 
29
30         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done): 
31         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_editing_done): 
32         * gtk/gtktreeview.c (gtk_tree_view_stop_editing):
33         Use gtk_cell_renderer_stop_editing().
34         
35 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
36
37         * gtk/gtkliststore.h: 
38         * gtk/gtkliststore.c (gtk_list_store_insert_with_values): 
39         (gtk_list_store_insert_with_valuesv): Add functions which allow
40         faster insertion of rows in sorted list stores.  (#160063)
41
42 2004-12-08  Matthias Clasen  <mclasen@redhat.com>
43
44         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
45         in the docs.  (#160826, Jay Camp)
46
47 2004-12-08  Federico Mena Quintero  <federico@ximian.com>
48
49         Merged from gtk-2-4:
50
51         * gtk/gtkfilechooserdefault.c (pending_op_process): Center the
52         selected row so that it's easily visible.
53
54 2004-12-08  Matthias Clasen  <mclasen@redhat.com>
55
56         Fix #111031, reported by Padraig O'Briain:
57         
58         * gtk/gtktextlayout.h: 
59         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position): 
60         Add a variant of gtk_text_layout_get_iter_at_pixel() which
61         returns the character at the position, not the closest
62         cursor position.
63
64         * gtk/gtktextview.h: 
65         * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
66         Add a variant of gtk_text_view_get_iter_at_location() which
67         returns the character at the position, not the closest
68         cursor position.
69
70 2004-12-08  Matthias Clasen  <mclasen@redhat.com>
71
72         * gtk/gtkaccelmap.c (internal_change_entry): Remove all 
73         entries for the same key, not just the first one.  (#159498, 
74         Christian Persch)
75
76 2004-12-08  Matthias Clasen  <mclasen@redhat.com>
77
78         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use
79         button->event_window for the fake leave event, otherwise
80         the button ignores it.  
81
82 2004-12-07  Matthias Clasen  <mclasen@redhat.com>
83
84         * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Make this
85         work, no need to invert the array. 
86
87         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Emit
88         rows_reordered if the row has been moved.  (#160063)
89
90         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
91         Don't mess up the column header state if the button release
92         event is missed.  (#159640)
93
94 2004-12-07  Marco Pesenti Gritti  <marco@gnome.org>
95
96         * gtk/gtkcellview.c: (gtk_cell_view_set_background_color):
97
98         Fix a typo in last commit
99
100 2004-12-07  Matthias Clasen  <mclasen@redhat.com>
101
102         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Queue
103         a redraw.  (#160679, Damon Chaplin)
104
105 2004-12-07  Matthias Clasen  <mclasen@redhat.com>
106
107         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
108         Don't mess up the column header state if the button release
109         event is missed.  (#159640)
110
111         * docs/tools/widgets.h (enum): Add an ASIS widget size.
112
113         * docs/tools/widgets.c (get_all_widgets): Add file chooser,
114         font selection and color selection dialogs.
115
116 2004-12-06  Matthias Clasen  <mclasen@redhat.com>
117
118         * modules/input/gtkimcontextime.c: Prevent double commits,
119         don't commit when Ctrl is present.  (#160376, Kazuki IWAMOTO)
120
121 2004-12-06  Hans Breuer  <hans@breuer.org>
122
123         * gtk/gtkcolorsel.c (key_press): Implement keynav for the color
124         picker - win32 too. Fixes bug #160437.
125
126 2004-12-05  Tor Lillqvist  <tml@iki.fi>
127
128         * demos/gtk-demo/main.c (load_file): Use g_fopen().
129
130         * demos/gtk-demo/images.c (progressive_timeout): Use
131         g_fopen(). Open png file in binary mode.
132
133 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
134         
135         * configure.in: Bump version
136
137         * === Released 2.5.6 ===
138
139         * NEWS: Updates
140
141 2004-12-03  Tor Lillqvist  <tml@iki.fi>
142
143         * gdk-pixbuf/Makefile.am (gdk_pixbuf.def)
144         * gdk/Makefile.am (gdk.def)
145         * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least
146         gcc 3.3.1 doesn't like to do -E on files that it thinks aren't
147         source files. Use redirection and '-' instead.
148
149 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
150
151         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):        Reinstate the previous behavior for clicking Ok after
152         activating a bookmark or path bar button in folder 
153         modes.  (#160044, Dennis Cranston)
154
155 2004-12-02  Federico Mena Quintero  <federico@ximian.com>
156
157         Merged from gtk-2-4:
158
159         Fix #159656:
160
161         * gtk/gtkfilechooserdefault.c (PendingOp): New enumeration for the
162         pending operation to perform when finishing loading a folder.
163         (struct _GtkFileChooserDefault): New fields 'pending_op' and
164         'pending_select_path'.
165         (pending_op_queue): New utility function.
166         (pending_op_process): New utility function.
167         (gtk_file_chooser_default_select_path): Don't select the path
168         immediately; delay it until the folder is finished loading.
169         (browse_files_model_finished_loading_cb): Process the pending
170         operation.
171         (browse_files_select_first_row): New utility function.
172         (gtk_file_chooser_default_initial_focus): Use
173         browse_files_select_first_row().
174         (gtk_file_chooser_default_should_respond): Queue an operation to
175         select the first row once we load the child folder.
176         (up_folder_handler): Queue an operation to select the current
177         folder once we load the parent folder.
178         (gtk_file_chooser_default_finalize): Free the pending_select_path.
179
180 Thu Dec  2 13:18:34 2004  Manish Singh  <yosh@gimp.org>
181
182         * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always
183         return a value. Return None in the fallthrough case.
184
185 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
186
187         * gtk/gtkmessagedialog.c: (setup_primary_label_font):
188         Don't leak pango_font_description object (#160214, Frederic Crozat).
189
190 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
191
192         * gtk/gtkiconview.c (gtk_icon_view_row_changed): Handle the
193         fact the the changed row may also be moved.  (#159387, Olivier 
194         Andrieu)
195
196 2004-12-01  Tor Lillqvist  <tml@iki.fi>
197
198         * modules/input/imime.c (im_module_create): Use the module's
199         correct name in test. (#160122)
200
201 2004-12-01  Michael Natterer  <mitch@gimp.org>
202
203         * gtk/gtkuimanager.[ch]: added virtual functions
204         GtkUIManager::get_widget() and ::get_action(). Moved the code from
205         gtk_ui_manager_get_widget() and get_action() to the default
206         implementations. Fixes bug #160096.
207
208         (gtk_ui_manager_get_toplevels): added missing precondition check
209         for GTK_IS_UI_MANAGER(self).
210
211 2004-12-01  Dom Lachowicz <cinamod@hotmail.com>
212
213         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
214         * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
215         (draw_resize_grip): Draw XP status bar grippie handle properly
216         (draw_arrow): XP theme combo box arrows on toolbars
217
218 2004-11-30  Dom Lachowicz <cinamod@hotmail.com>
219
220         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: MS Windows menus should not have tearoffs
221
222 Tue Nov 30 17:53:37 2004  Søren Sandmann  <sandmann@redhat.com>
223
224         * gtk/gtksequence.c (node_compare): Assign an arbitrary, but
225         consistent, order to nodes that the user function compares as
226         equal. Better fix for bug #157670 and a better way to make sorting
227         stable.
228
229 2004-11-30  Hans Breuer  <hans@breuer.org>
230
231         * gdk/win32/gdkpixmap-win32.c : remove the disputable memset at 
232         the end of gdk_pixmap_new() - on X11 the bits are not initialized 
233         either - fixes bug #145107
234
235         * gtk/gtkfilesystemwin32.c : add an idle handler to emit "volumes-changed"
236         when drives are plugged in or removed. Fixes bug #137815
237
238 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
239
240         * gtk/gtktreesortable.c (gtk_tree_sortable_get_sort_column_id): Update 
241         the documentation to specify a more useful behaviour, which can be
242         implemented with the multiple special values we have now.  (#159984,
243         Nicholas Rahn)
244
245         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_sort_column_id): 
246         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id): 
247         * gtk/gtkliststore.c (gtk_list_store_get_sort_column_id): Update the
248         implementations.
249
250 Tue Nov 30 16:25:29 2004  Owen Taylor  <otaylor@redhat.com>
251
252         * gtk/gtktextdisplay.c (render_para): Don't paint in the
253         trailing end of a wrapped line when the selection 
254         starts after the line. (#160000, Matthias Clasen)
255
256         * gtk/gtktextdisplay.c (gtk_text_layout_draw): pass in byte_count + 1 
257         for selection_end index when the selection end is past the end of the 
258         line so that render_para() can distinguish it from selection-end
259         *at* the end of the line. Fixes newlines not being selected.
260
261 2004-11-30  James M. Cape  <jcape@ignore-your.tv>
262
263         * gtk/gtkfilechooserbutton.h (gtk_file_chooser_button_get_active)
264         (gtk_file_chooser_button_set_active):
265         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init)
266         (gtk_file_chooser_button_get_active)
267         (gtk_file_chooser_button_set_active):
268         * docs/reference/gtk/gtk-sections.txt:
269         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml:
270         * gtk/gtk.symbols: removed "GtkFileChooserButton:active" property and
271         getter/setter.
272
273         * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate)
274         (button_toggled_cb) (dialog_response_cb) (button_notify_active_cb)
275         (gtk_file_chooser_button_init) (button_clicked_cb)
276         (gtk_file_chooser_button_show): Use a GtkButton instead of a
277         GtkToggleButton.
278         (struct _GtkFileChooserButtonPrivate)
279         (gtk_file_chooser_button_destroy) (gtk_file_chooser_button_style_set)
280         (gtk_file_chooser_button_screen_changed): Don't bother with the
281         (remove_settings_signal) (settings_notify_cb) (check_icon_theme):
282         Don't use GtkSettings at all, just call change_icon_theme() directly.
283         (struct _GtkFileChooserButtonPrivate)
284         (gtk_file_chooser_button_init)
285         (gtk_file_chooser_button_drag_data_received)
286         (gtk_file_chooser_button_mnemonic_activate)
287         (gtk_file_chooser_button_set_width_chars)
288         (gtk_file_chooser_button_get_width_chars)
289         (entry_changed_cb) (update_idler) (update_entry) (update_dialog)
290         (dialog_selection_changed_cb) (dialog_response_cb)
291         (entry_size_allocate_cb): Remove all references to the now-defunct
292         entry, store the old path (to support "Cancel") in an instance member.
293         (update_label_and_image) (update_label) (update_image)
294         (gtk_file_chooser_button_init) (dialog_response_cb)
295         (dialog_selection_changed_cb): Merge label/image updates, only display
296         the filename (not the whole path, fixes #157725).
297         (struct _GtkFileChooserButtonPrivate)
298         (dialog_selection_changed_cb)
299         (dialog_selection_changed_proxy_cb): Merge "selection-changed"
300         handlers, block while dialog is visible (fixes #158482).
301
302         * tests/testfilechooserbutton.c (delete_event_cb)
303         (properties_button_clicked_cb) (print_selected_path_clicked_cb)
304         (tests_button_clicked_cb) (main): Add per-chooser "tests" window,
305         don't delete on WM close, update properties_button_clicked_cb()
306         "delete-event" callback.
307
308 2004-11-30  Dwayne Bailey  <dwayne@translate.org.za>
309
310         * configure.in: Added "nso" to ALL_LINGUAS.
311
312 Tue Nov 30 09:46:49 2004  Owen Taylor  <otaylor@redhat.com>
313
314         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids)
315         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xft_glyphs):
316         Call gdk_x11_drawable_update_xft_clip (part of #159929,
317         James Henstridge)
318
319         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs_transformed): 
320         Remove unused variables.
321
322 Tue Nov 23 19:37:34 2004  Owen Taylor  <otaylor@redhat.com>
323
324         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): A little bit
325         of microoptimization of repeated GDK_GC_XDISPLAY()/XGC().
326
327 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
328
329         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_sort_column_id): 
330         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id): 
331         * gtk/gtktreesortable.c (gtk_tree_sortable_get_sort_column_id): 
332         * gtk/gtkliststore.c (gtk_list_store_get_sort_column_id): 
333
334         * NEWS: Updates.
335
336 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
337
338         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Don't
339         do the popup-on-click handling for menubars.  (#159931, 
340         Søren Sandmann)
341         
342         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Don't 
343         handle popup delay if the submenu is already mapped.    
344
345 Mon Nov 29 16:56:33 2004  Manish Singh  <yosh@gimp.org>
346
347         * gtk/gtkcellview.h: remove gtk_cell_view_set_cell_data() declaration.
348
349 2004-11-29  Federico Mena Quintero  <federico@ximian.com>
350
351         Merged from gtk-2-4:
352
353         * gtk/gtkfilechooserdefault.c (trap_activate_cb): Don't handle
354         Enter if we are in SELECT_FOLDER or CREATE_FOLDER actions.  This
355         lets us navigate the file system more easily.
356         (gtk_file_chooser_default_should_respond): If we are in
357         SELECT_FOLDER or CREATE_FOLDER modes, return TRUE if something is
358         selected.
359
360 Mon Nov 29 17:51:51 2004  Søren Sandmann  <sandmann@redhat.com>
361
362         * gtk/gtksequence.c (_gtk_sequence_sort_changed): If the item is
363         already in the right place, don't move it. Bug #157670.
364         
365         * gtk/gtksequence.c (already_in_place): New function
366
367 Mon Nov 29 17:28:53 2004  Søren Sandmann  <sandmann@redhat.com>
368
369         * gtk/gtksequence.c (_gtk_sequence_sort): Take nodes in reverse
370         order to make sure sort is stable.
371
372 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
373
374         * gtk/gtkcombobox.c (cell_view_is_sensitive): Don't call
375         gtk_cell_view_set_cell_data() from here.
376
377         * gtk/gtk.symbols: Remove gtk_cell_view_set_cell_data()
378
379         * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): Call 
380         gtk_cell_view_set_cell_data() from here.
381         (gtk_cell_view_set_cell_data): Make static.
382
383         * gtk/gtkcombobox.c (gtk_combo_box_menu_popup): Make menu mode
384         work better when resizing the combo box.
385
386         Determine the direction of XKB groups from their content, 
387         not by looking for hardcoded keymap names.  (#116626, patch by 
388         Behdad Esfahbod, based on an earlier patch by Ilya Konstantinov)
389         
390         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Cache directions
391         for XKB groups.
392         (get_direction): Determine direction of group by looking at 
393         directions of keysyms.
394         (update_direction): Maintain the cache of group directions.
395         (gdk_keymap_get_direction): Use update_direction().
396
397         * gdk/gdkkeynames.c: Add dead_hook and dead_horn.
398
399         * gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define
400         these keysyms.  (#159739, Samuel Thibault)
401
402 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
403
404         * gtk/Makefile.am (gtkalias.h): 
405         * gdk/Makefile.am (gdkalias.h): Use the perl found by 
406         configure.  (#149826, Morten Welinder)
407
408 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
409
410         * gtk/gtkwidget.h (gtk_requisition_get_type): 
411         * gtk/gtktypeutils.h (gtk_identifier_get_type): 
412         * gtk/gtktexttag.h (gtk_text_attributes_get_type): 
413         * gtk/gtkstyle.h (gtk_border_get_type): 
414         * gtk/gtkfilesystemmodel.h (_gtk_file_system_model_get_type): 
415         * gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_get_type): 
416         * gtk/gtkfilechooserembed.h (_gtk_file_chooser_embed_get_type):
417         * gtk/gtkfilechooserdefault.h (_gtk_file_chooser_default_get_type): 
418         * gtk/gtkaccelmap.h (gtk_accel_map_get_type): Mark as const.
419
420         * gtk/gtk.symbols: 
421         * gtk/Makefile.am: Mark get_type() functions
422         generated by glib-mkenums as const.
423
424         * gdk/gdkvisual.h (gdk_visual_get_type): 
425         * gdk/gdkscreen.h (gdk_screen_get_type): 
426         * gdk/gdkinput.h (gdk_device_get_type): 
427         * gdk/gdk.h (gdk_rectangle_get_type): 
428         * gdk/gdkfont.h (gdk_font_get_type): 
429         * gdk/gdkevents.h (gdk_event_get_type): 
430         * gdk/gdkdrawable.h (gdk_drawable_get_type): 
431         * gdk/gdkdisplay.h (gdk_display_get_type): 
432         * gdk/gdkcursor.h (gdk_cursor_get_type): 
433         * gdk/gdkcolor.h (gdk_color_get_type): Mark as const.
434
435         * gdk/gdk.symbols: 
436         * gdk/Makefile.am (stamp-gdkenumtypes.h): Mark get_type() functions
437         generated by glib-mkenums as const.
438
439         * gtk/gtktextview.c (gtk_text_view_move_iter_by_lines): Return
440         a boolean indicating whether we could do the requested move.
441         (gtk_text_view_move_cursor_internal): For GTK_MOVEMENT_DISPLAY_LINES,
442         move to the beginning/end of the line if we're on the first/last
443         line.  (#155891, Paolo Borelli)
444
445         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
446         Don't move the iter and return FALSE if trying to move up from
447         the first line.
448
449 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
450
451         * gtk/gtkaction.c (closure_accel_activate): Don't claim to have
452         handled the accelerator if the action is insensitive.  (#151541,
453         Jody Goldberg)
454
455         * docs/tools/widgets.c: Add a combo box.
456
457 2004-11-27  Matthias Clasen  <mclasen@redhat.com>
458
459         * gtk/gtkcolorsel.c (key_press): Implement keynav for the color
460         picker (only on X11 currently, since GDK doesn't support pointer 
461         warping). Space and Return pick a color, Esc cancels the picking, 
462         arrow keys move the pointer by single pixels, Alt-arrow combinations 
463         move the pointer by 20 pixels.  (#135385, Frances Keenan)
464
465 Sat Nov 27 15:18:14 2004  Manish Singh  <yosh@gimp.org>
466
467         * contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
468         (rgb565amsb, rgb555msb): make proper casts in big endian cases.
469
470 2004-11-26  Matthias Clasen  <mclasen@redhat.com>
471
472         * gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the
473         new model, and check them all.  (#159389, Olivier Andrieu)
474         (gtk_icon_view_set_model): Queue a layout. (#159436, Olivier Andrieu)
475
476         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list_for_display): 
477         Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg) 
478
479 Thu Nov 25 14:32:35 2004  Manish Singh  <yosh@gimp.org>
480
481         * gdk/abicheck.sh
482         * gtk/abicheck.sh: filter out G_GNUC stuff when doing the compare.
483
484         * gtk/gtkmenuitem.c (gtk_menu_shell_button_release): add
485         GTK_MENU_ITEM() cast.
486
487 2004-11-25  Kjartan Maraas  <kmaraas@gnome.org>
488
489         * configure.in: Add forgotten Â«nb» to ALL_LINGUAS.
490         * po-properties/nb.po: Update
491         * po/nb.po: Update
492
493 2004-11-24  Matthias Clasen  <mclasen@redhat.com>
494
495         Open submenus on click.  (#128968, Martin Jeppesen)
496         
497         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Don't
498         activate items with submenus after the timeout, just select 
499         them.
500
501         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Make
502         submenus popup immediately on click, regardless of popup 
503         delay.
504
505 2004-11-23  Matthias Clasen  <mclasen@redhat.com>
506
507         * configure.in: Rework confusing error message.  (#151742,
508         Stepan Kasal)
509
510 2004-11-23  Matthias Clasen  <mclasen@redhat.com>
511
512         * gtk/gtkuimanager.h (gtk_ui_manager_get_type): 
513         * gtk/gtktreeview.h (gtk_tree_view_get_type): 
514         * gtk/gtktreeviewcolumn.h (gtk_tree_view_column_get_type): 
515         * gtk/gtktreestore.h (gtk_tree_store_get_type): 
516         * gtk/gtktreeselection.h (gtk_tree_selection_get_type): 
517         * gtk/gtktreemodelfilter.h (gtk_tree_model_filter_get_type): 
518         * gtk/gtktreemodel.h (gtk_tree_iter_get_type): 
519         (gtk_tree_path_get_type):
520         (gtk_tree_row_reference_get_type):
521         * gtk/gtktoolitem.h (gtk_tool_item_get_type): 
522         * gtk/gtktoolbutton.h (gtk_tool_button_get_type): 
523         * gtk/gtktoggleaction.h (gtk_toggle_action_get_type): 
524         * gtk/gtkthemes.h (gtk_theme_engine_get_type): 
525         * gtk/gtktextiter.h (gtk_text_iter_get_type): 
526         * gtk/gtksettings.h (gtk_settings_get_type): 
527         * gtk/gtkselection.h (gtk_selection_data_get_type): 
528         * gtk/gtkradioaction.h (gtk_radio_action_get_type): 
529         * gtk/gtkmenutoolbutton.h (gtk_menu_tool_button_get_type): 
530         * gtk/gtkliststore.h (gtk_list_store_get_type): 
531         * gtk/gtkiconview.h (gtk_icon_view_get_type): 
532         * gtk/gtkicontheme.h (gtk_icon_info_get_type): 
533         * gtk/gtkiconfactory.h (gtk_icon_factory_get_type): 
534         (gtk_icon_set_get_type):
535         (gtk_icon_source_get_type):
536         * gtk/gtkfilesystemwin32.h (gtk_file_system_win32_get_type): 
537         * gtk/gtkfilesystemunix.h (gtk_file_system_unix_get_type): 
538         * gtk/gtkfilesystem.h (gtk_file_folder_get_type):
539         (gtk_file_info_get_type, gtk_file_path_get_type):
540         (gtk_file_system_get_type):
541         * gtk/gtkfilefilter.h (gtk_file_filter_get_type): 
542         * gtk/gtkfilechooserwidget.h (gtk_file_chooser_widget_get_type): 
543         * gtk/gtkfilechooser.h (gtk_file_chooser_get_type): 
544         * gtk/gtkfilechooserdialog.h (gtk_file_chooser_dialog_get_type): 
545         * gtk/gtkexpander.h (gtk_expander_get_type): 
546         * gtk/gtkentrycompletion.h (gtk_entry_completion_get_type): 
547         * gtk/gtkcombobox.h (gtk_combo_box_get_type): 
548         * gtk/gtkcomboboxentry.h (gtk_combo_box_entry_get_type): 
549         * gtk/gtkclipboard.h (gtk_clipboard_get_type): 
550         * gtk/gtkcellview.h (gtk_cell_view_get_type): 
551         * gtk/gtkcellrenderertoggle.h (gtk_cell_renderer_toggle_get_type): 
552         * gtk/gtkcellrenderertext.h (gtk_cell_renderer_text_get_type): 
553         * gtk/gtkcellrendererprogress.h (gtk_cell_renderer_progress_get_type): 
554         * gtk/gtkcellrendererpixbuf.h (gtk_cell_renderer_pixbuf_get_type): 
555         * gtk/gtkcellrenderercombo.h (gtk_cell_renderer_combo_get_type): 
556         * gtk/gtkcelllayout.h (gtk_cell_layout_get_type):
557         * gtk/gtkactiongroup.h (gtk_action_group_get_type): 
558         * gtk/gtkaction.h (gtk_action_get_type): 
559         * gtk/gtkaccessible.h (gtk_accessible_get_type): 
560         * gtk/gtkaccelmap.h (gtk_accel_map_get_type): 
561         * gtk/gtkaccelgroup.h (gtk_accel_group_get_type): 
562         * gtk/gtkmessagedialog.h (gtk_message_dialog_get_type): Mark as const.  
563
564         * gtk/gtkicontheme.h:  Don't mark gtk_icon_theme_error_quark() 
565         as const, to be consistent with all the other error_quark 
566         functions. (technically they are const, but since these are 
567         called only in error paths, giving the compiler better 
568         optimization opportunities doesn't matter much)
569
570         * gtk/gtk.symbols:
571         * gdk/gdk.symbols: Add attribute annotations.
572
573         * gtk/makegtkalias.pl: 
574         * gdk/makegdkalias.pl: Keep attribute annotations, but strip PRIVATE.
575         
576         * gtk/Makefile.am (gtk.def): 
577         * gdk/Makefile.am (gdk.def): Strip attribute annotations, but keep 
578         PRIVATE.
579
580 2004-11-22  Matthias Clasen  <mclasen@redhat.com>
581
582         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation
583         note.
584
585         * gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
586         events.  (#159098, Felipe Heidrich)
587
588 2004-11-22  Matthias Clasen  <mclasen@redhat.com>
589
590         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Make the size of 
591         the arrow depend only on the font size, not on the child 
592         allocation.  (#131345, Morten Welinder)
593
594         * configure.in: Require Pango 1.7.0 for PangoRenderer (#159061,
595         Crispin Flowerday)
596         
597 2004-11-21  Sven Neumann  <sven@gimp.org>
598
599         * gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
600         to gdk_pango_context_set_colormap() which isn't needed any longer.
601
602 2004-11-21  Hans Breuer  <hans@breuer.org>
603
604         * gdk/makefile.msc.in gtk/stock-icons/makefile.msc 
605           gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in : updated
606
607         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_draw_glyphs_transformed()
608         * gdk/win32/gdkgc-win32.c : implement _gdk_windowing_gc_get_foreground()
609
610         * demos/gtk-demo/rotated_text.c : use G_PI
611
612 Sat Nov 20 15:13:51 2004  Owen Taylor  <otaylor@redhat.com>
613
614         * gdk/gdkpango.[ch]: Add GdkPangoRenderer, a subclass of 
615         PangoRenderer targeting GDK drawables. Use to implement the old
616         gdk_draw_layout() and friends.
617
618         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkwindow.c gdk/gdkpixmap.c:
619         Add gdk_draw_glyphs_transformed() gdk_draw_trapezoids() and
620         the corresponding members of GdkDrawableClass. Add a fallback
621         implementation of gdk_draw_trapezoids() in terms of pixbufs.
622
623         * gdk/gdkwindowing.h gdk/x11/gdkg-x11.h: Add 
624         _gdk_windowing_gc_get_foreground() to enable the fallback 
625         trapezoid implementation.
626
627         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkdisplay-x11.h: Implement 
628         draw_glyph_transformed, draw_trapezoids.
629
630         * gdk/x11/gdkdrawable-x11.[ch]: Add 
631         _gdk_x11_drawable_draw_xtrapezoids, _gdk_x11_drawable_draw_xft_glyphs
632         for use of GdkX11Renderer.
633
634         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Implement
635         GDK_TILED, GDK_STIPPLED, GDK_OPAQUE_STIPPLED in the RENDER codepath.
636
637         * gdk/gdkpango-x11.c: Add GdkX11Renderer... a subclass of 
638         PangoXftRenderer that does tiles/stipples and fallback rendering
639         of trapezoids without the RENDER extension.
640
641         * gdk/gdkpango-x11.c gdk/x11/gdkscreen-x11.[ch] _gdk_x11_renderer_get:
642         Add _gdk_x11_renderer_get() to get a singleton GdkX11Renderer
643         for the screen.
644
645         * gdk/x11/gdkdrawable-x11.c (get_impl_drawable): Fix a None/NULL
646         confusion.
647
648         * gtk/gtklabel.[ch] gtk/gtk.symbols: Add gtk_label_set/get_angle(),
649         and an ::angle property.
650
651         * gtk/gtklabel.c: Remove #if 0'd dead code gtk_label_paint_word().
652
653         * gtk/gtktextdisplay.c: Switch to using a GtkTextRenderer subclass
654         of GdkPangoRenderer for drawing.
655
656         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Switch to using
657         gtk_attr_shape_new_with_data() to store backreferences to 
658         embedded pixmaps and widgets. Leave line_display->shaped_objects
659         around for backwords compatibility.
660
661         * gdk/gdkpango.[ch] (gdk_pango_context_set_colormap): Describe
662         as deprecated, remove implementation.
663
664         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Remove
665         call to gdk_pango_context_set_colormap.
666
667         * demos/gtk-demo/Makefile.am demos/gtk-demo/rotated_text.c: Add
668         a demo showing drawing rotated text.
669
670         * tests/testgtk.c: Add a rotated-label test, and also a rotated
671         drawing test (differs from demos/gtk-demo/rotated_text by also
672         using a tile)
673         
674 2004-11-21  Sven Neumann  <sven@gimp.org>
675
676         * configure.in: talk about TIFF loader, not TIFF plug-in.
677
678 2004-11-20  Matthias Clasen  <mclasen@redhat.com>
679
680         * gtk/gtk.symbols: 
681         * gtk/gtkdialog.h: 
682         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order_from_array): 
683         Provide a non-varargs variant of gtk_dialog_set_alternative_button_order()
684         for language bindings.  (#158798, John Finlay)
685         
686 2004-11-20  Federico Mena Quintero  <federico@ximian.com>
687
688         Merged from gtk-2-4:
689
690         * gtk/gtkfilechooserdefault.c (list_icon_data_func): Set an empty
691         icon if we are on the editable row:  if we don't set the cell
692         renderer at all, it will reuse the last thing it painted.
693
694 2004-11-19  Federico Mena Quintero  <federico@ximian.com>
695
696         Merged from gtk-2-4:
697
698         Fix #158475:
699
700         * gtk/gtkpathbar.c (make_directory_button): Make the button a drag
701         source.
702         (button_drag_data_get_cb): New callback to let us drag the
703         button's path as a text/uri-list.
704
705 2004-11-19  Federico Mena Quintero  <federico@ximian.com>
706
707         Merged from gtk-2-4:
708
709         Fix #141077.  Based on a patch by Christian Neumair <chris@gnome-de.org>:
710
711         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked):
712         Desensitize the "new folder" button.
713         (edited_idle_cb): Sensitize the button back.
714
715 2004-11-19  Federico Mena Quintero  <federico@ximian.com>
716
717         Merged from gtk-2-4:
718
719         Fix #158477:
720
721         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
722         Remove the "save_extra_align" and "browse_extra_align" fields; use
723         a single "extra_align" field.
724         (save_widgets_create): Don't create the save_extra_align.
725         (browse_widgets_create): Don't create the browse_extra_align.
726         (gtk_file_chooser_default_constructor): Create the extra_align
727         here.
728         (set_extra_widget): Add the extra widget to the alignment here,
729         and remove the old one if necessary.
730         (update_appearance): No need to frob the extra widget's alignments
731         anymore.
732         (gtk_file_chooser_default_set_property): No need to call
733         update_appearance() anymore when we set the extra widget.
734
735 2004-11-19  Federico Mena Quintero  <federico@ximian.com>
736
737         Merged from gtk-2-4:
738
739         * gtk/gtkfilechooserdefault.c
740         (gtk_file_chooser_default_initial_focus): Don't set the cursor if
741         we are still loading.
742
743 2004-11-18  Federico Mena Quintero  <federico@ximian.com>
744
745         Merged from gtk-2-4:
746
747         Fixes #155744:
748
749         Try to load the whole file system model within a specified time.
750
751         * gtk/gtkfilechooserdefault.c (set_list_model): Don't create and
752         set the sort model here.  Instead, set up a timer in which we'll
753         try to load the file system model.
754         (load_set_model): Create and set the sort model here.
755         (load_setup_timer): New function to set up a timer and switch to
756         the LOAD_LOADING state.
757         (load_remove_timer): New function to unset the timer and switch to
758         the LOAD_FINISHED state.
759         (browse_files_model_finished_loading_cb): Remove the timer if
760         needed and set the file system and sort model; switch to the
761         LOAD_FINISHED state.
762         (gtk_file_chooser_default_finalize): Remove the load timer.
763         (gtk_file_chooser_default_init): Start in the LOAD_FINISHED state.
764
765 Fri Nov 19 15:18:51 2004  Manish Singh  <yosh@gimp.org>
766
767         * modules/engines/ms-windows/msw_rc_style.c
768         * modules/engines/ms-windows/msw_style.c
769         * modules/engines/ms-windows/msw_theme_main.c
770         * modules/engines/pixbuf/pixbuf-main.c
771         * modules/engines/pixbuf/pixbuf-rc-style.c
772         * modules/input/gtkimcontextime.c
773         * modules/input/gtkimcontextxim.c
774         * modules/input/imam-et.c
775         * modules/input/imcedilla.c
776         * modules/input/imcyrillic-translit.c
777         * modules/input/iminuktitut.c
778         * modules/input/imipa.c
779         * modules/input/imthai-broken.c
780         * modules/input/imti-er.c
781         * modules/input/imti-et.c
782         * modules/input/imviqr.c
783         * tests/prop-editor.c
784         * tests/testentrycompletion.c
785         * tests/testfilechooser.c
786         * tests/testmerge.c
787         * tests/testtoolbar.c
788         * tests/testtreecolumns.c
789         * tests/testtreeview.c: get rid of unnecessary casts.
790
791         * tests/testgtk.c (create_labels): add GTK_LABEL() casts for
792         gtk_label_set_ellipsize() calls.
793
794         * tests/testicontheme.c (main): remove unused pixbuf variable.
795
796 Fri Nov 19 14:54:09 2004  Manish Singh  <yosh@gimp.org>
797
798         * gdk/linux-fb/gdkgc-fb.c
799         * gdk/win32/gdkgc-win32.c
800         * gdk/win32/gdkwindow-win32.c
801         * gtk/gtkaboutdialog.c
802         * gtk/gtkaction.c
803         * gtk/gtkactiongroup.c
804         * gtk/gtkcellrendererprogress.c
805         * gtk/gtkcellview.c
806         * gtk/gtkcolorbutton.c
807         * gtk/gtkcombobox.c
808         * gtk/gtkcomboboxentry.c
809         * gtk/gtkentrycompletion.c
810         * gtk/gtkfilechooserbutton.c
811         * gtk/gtkmenutoolbutton.c
812         * gtk/gtkrc.c
813         * gtk/gtksettings.c
814         * gtk/gtkstyle.c
815         * gtk/gtktoggletoolbutton.c
816         * gtk/gtktoolbutton.c
817         * gtk/gtktoolitem.c
818         * gtk/gtktreemodelfilter.c
819         * gtk/gtktreeselection.c
820         * gtk/gtktreeviewcolumn.c
821         * gtk/gtkuimanager.c: get rid of unnecessary casts.
822
823         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property):
824         cast away the const for g_value_set_enum. This is after the g_warning,
825         so this is a hack to begin with.
826
827         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property):
828         add a cast to GTK_FILE_CHOOSER for impl here.
829
830 Fri Nov 19 14:52:42 2004  Manish Singh  <yosh@gimp.org>
831
832         * autogen.sh: rm autom4te.cache, since it might interfere with
833         differing autoconf versions.
834
835 2004-11-19  Christian Rose  <menthos@menthos.com>
836
837         * configure.in: Added "rw" to ALL_LINGUAS.
838
839 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
840
841         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook) 
842         (gtk_about_dialog_set_url_hook): Destroy the correct 
843         data.  (#158522, John Finlay)
844
845 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
846
847         * configure.in: Use gmodule-no-export-2.0.pc, require glib 2.5.7
848         (#125627, Owen Taylor)
849
850 2004-11-17  Matthias Clasen  <mclasen@redhat.com>
851
852         * gtk/gtkbutton.c: Don't return a relief when a 
853         widget is expected.  (#158470, Kazuki IWAMOTO)
854
855 Tue Nov 16 19:44:26 2004  Owen Taylor  <otaylor@redhat.com>
856
857         * gdk/x11/gdkevents-x11.c gdk/x11/gdkim-x11.c gdk/x11/gdkwindow-x11.c: 
858         More strict aliasing warning suppressage.
859
860 Tue Nov 16 19:26:30 2004  Owen Taylor  <otaylor@redhat.com>
861
862         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display): 
863         Squash strict aliasing warnings. 
864
865 2004-11-17  Davyd Madeley  <davyd@madeley.id.au>
866
867         * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
868         FileChooser tree to make it consistent with Nautilus and others.
869
870 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
871
872         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix a 
873         copy-and-paste error.  (#158459) 
874
875         * demos/gtk-demo/*.c: Don't include config.h in the examples.
876
877 Tue Nov 16 00:08:07 2004  Jonathan Blandford  <jrb@redhat.com>
878
879         * docs/tools/widgets.c: Update so that toplevel windows accomodate
880         for the titlebar when sizing.  Also clean up statusbar
881
882         * docs/reference/gtk/images/*png: update
883
884 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
885
886         * gtk/gtkcellrenderertext.c (get_layout): Don't use the foreground
887         color for selected cells, Don't use the background color
888         in unfocused selected cells. Also avoid creating two PangoLayouts
889         per render call.  (#154615, #154611, Billy Biggs)
890
891 Mon Nov 15 19:02:07 2004  Manish Singh  <yosh@gimp.org>
892
893         * gdk/abicheck.sh
894         * gtk/abicheck.sh: don't hardcode lengths for cut, instead split on
895         the third field.
896
897 2004-11-15  Matthias Clasen  <mclasen@redhat.com>
898
899         * gtk/gtkselection.c: Reduce the clipboard timeout from 300
900         seconds to 30 seconds.  (#155428, Billy Biggs)
901
902         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_setting_changed): 
903         * gtk/gtkbutton.c (gtk_button_setting_changed): Really free the
904         list.  (#158422, Morten Welinder)
905
906 2004-11-15  Matthias Clasen  <mclasen@redhat.com>
907
908         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_screen_changed) 
909         * gtk/gtkbutton.c (gtk_button_screen_changed): Use 
910         GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints.  (#158420,
911         Morten Welinder)
912
913 Mon Nov 15 17:17:17 2004  Manish Singh  <yosh@gimp.org>
914
915         * configure.in: Output Makefile for the pixbuf engine directory.
916
917         * gtk/gtk.symbols: Add gtk_button_{get,set}_image.
918
919         * modules/engines/pixbuf/pixbuf-render.c: Replace usage of deprecated
920         functions.
921
922         * modules/engines/pixbuf/pixbuf-draw.c: undef GDK_DISABLE_DEPRECATED
923         for gdk_draw_string (ick).
924
925 2004-11-15  Matthias Clasen  <mclasen@redhat.com>
926
927         * gtk/gtkbutton.[hc]: Add a GtkButton::image property with setter 
928         and getter, which allows to construct stock-like buttons with 
929         custom images and/or text.  (#62466, Jonathan Blandford, patch by
930         Matthias Clasen)
931
932         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_set_image): Add 
933         some more docs.
934
935 Mon Nov 15 14:25:21 2004  Jonathan Blandford  <jrb@redhat.com>
936
937         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_set_dirty):
938         Patch from Gavin Romig-Koch <gavin@redhat.com> to no longer reset
939         the resized_width when marking a column dirty.
940
941 2004-11-15  Matthias Clasen  <mclasen@redhat.com>
942
943         * modules/engines/Makefile.am (SUBDIRS): Add pixbuf.
944
945         * gtk/gtkbutton.c: 
946         * gtk/gtkimagemenuitem.c: Don't use one signal handler per
947         instance to track changes to the gtk-menu-images and
948         gtk-button-images settings. Instead use a single handler which 
949         iterates over the widget hierarchy. (#143668)
950
951         * gtk/gtktreemodel.c (gtk_tree_path_prev): Return FALSE if
952         depth is 0 (noticed by Tim Janik)
953
954 2004-11-15 Erwann Chenede - <erwann.chenede@sun.com>
955
956         * gtk/gtkfilesel.c: fix unselect in multiple selection (#156805)
957
958 2004-11-15  Matthias Clasen  <mclasen@redhat.com>
959
960         * gtk/gtklabel.c: Include gtkdnd.h  (#158243, Kazuki IWAMOTO)
961
962 2004-11-13  Matthias Clasen  <mclasen@redhat.com>
963
964         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Allow
965         min == max.  (#158225, Vasco Alexandre da Silva Costa)
966
967 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
968
969         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Add more docs.
970
971         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Fix typo in
972         docs.
973
974         * gtk/gtklabel.c (gtk_label_do_popup): Adjust to the current
975         entry popup menu.
976         (gtk_label_button_press, gtk_label_button_release) 
977         (gtk_label_drag_data_get): Implement DND for selectable labels.
978
979         Make GDK+ compile with X11R5 (#148032)
980         
981         * gdk/x11/xsettings-client.c (xsettings_client_new): 
982         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Only
983         use XInternAtoms if it is available.
984
985         * gdk/x11/gdkasync.c: Include XIproto.h if necessary.
986
987         * configure.in: Check for XInternAtoms and X headers needed for
988         xReply.
989         
990         * configure.in: Bump version.
991
992         * === Released 2.5.5 ===
993         
994         * gtk/gtkwindow.c (gtk_window_activate_key_after): Add parentheses 
995         around comparison in operand of &.
996
997         * gtk/gtkcalendar.c: Replace a non-ASCII character in a comment.
998
999 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
1000
1001         * tests/Makefile.am (pixbuf_threads_LDADD): Make pixbuf-threads
1002         link.
1003
1004         * NEWS: Updates
1005
1006 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
1007
1008         * tests/Makefile.am: Add pixbuf-threads
1009
1010         * tests/pixbuf-threads.c: Test loading images in multiple
1011         threads.
1012
1013 2004-11-11  Matthias Clasen  <mclasen@redhat.com>
1014
1015         * configure.in: Check for uxtheme.h  (#157967, J. Ali Harlow)
1016
1017         * modules/engines/ms-windows/xp_theme.c: Use HAVE_UXTHEME_H
1018         to protect the #include <uxtheme.h> 
1019
1020         * docs/tools/Makefile.am: Don't try to build doc-shooter on 
1021         Windows.  (#157979, J. Ali Harlow) 
1022
1023         * gtk/gtkfilefilter.c: Don't try to use xdgmime on 
1024         Windows where we don't build it.   (#157944, J. Ali Harlow)
1025
1026         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Also
1027         reserve space for the resize grip if the grip_window is not
1028         realized yet.  (#158010, Christian Persch)
1029         (gtk_statusbar_button_press): Only start a resize if the
1030         button press comes from the grip_window.  (#158011, Christian Persch)
1031
1032 2004-11-11  Tor Lillqvist  <tml@iki.fi>
1033
1034         Fix for #137551, by Robert Ã–gren:
1035
1036         * gdk/win32/gdkevents-win32.c (generate_focus_event): New function.
1037
1038         (gdk_keyboard_grab, gdk_keyboard_ungrab): Generate focus change
1039         events.
1040         
1041         (gdk_event_translate): Check for keyboard grabs and not pointer
1042         grabs when handling WM_{SET,KILL}FOCUS. Use generate_focus_event().
1043
1044 2004-11-11  Matthias Clasen  <mclasen@redhat.com>
1045
1046         * gtk/gtkuimanager.c (update_node): Remove two more places
1047         where we were unconditionally setting "visible", causing
1048         unnecessary notifications.
1049         (update_node): Fix some C99isms.
1050
1051         * gtk/gtkclipboard.c (gtk_clipboard_get_for_display): 
1052         (gtk_clipboard_get): Clarify the docs.  (#156638, Torsten 
1053         Schoenfeld)
1054         (gtk_clipboard_finalize): Warn if the clipboard is still in
1055         its displays clipboard list.
1056
1057         Considerably speed up GtkUIManager, by changing the semantics
1058         of the dirty flag. It is now propagated up the tree, and
1059         update_node() doesn't descend into clean subtrees.  (#143668,
1060         Dave Neary, Michael Natterer, Sven Neumann, fix proposed
1061         by Soeren Sandmann)
1062         
1063         * gtk/gtkuimanager.c (node_prepend_ui_reference): Only prepend 
1064         a new node reference if the merge_id is different. Take a GNode,
1065         so we can walk up the tree, adjust all callers. 
1066         (node_remove_ui_reference): Only mark a node dirty if the first 
1067         ui reference is removed. Take a GNode here as well for 
1068         consistency. 
1069         (update_node): Don't descend into clean subtrees.
1070         (mark_node_dirty): New function to mark a node and its 
1071         predecessors dirty.
1072
1073 Thu Nov 11 11:34:32 2004  Jonathan Blandford  <jrb@redhat.com>
1074
1075         * gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead
1076         of TRUE.  This is just a quick fix to prevent the idle from
1077         looping indefinitely.
1078
1079 2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
1080
1081         * gdk/Makefile.am:
1082         * gdk-pixbuf/Makefile.am:
1083         * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
1084         escape sequence. (#157949)
1085
1086 2004-11-10  Tor Lillqvist  <tml@iki.fi>
1087
1088         * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): 
1089         Event timestamps don't have to be unique. As long as they are
1090         nondecreasing we should be fine. Solves problems with for instance
1091         long menus not staying up on first click. (#152035, Robert Ã–gren)
1092
1093 2004-11-10  Matthias Clasen  <mclasen@redhat.com>
1094
1095         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only
1096         shorten the label if it actually overlaps the resize grip.
1097         (gtk_statusbar_size_allocate): Handle extra children
1098         by leaving room for the resize grip.  (#157778, Christian Persch)
1099
1100         * gdk/linux-fb/*: Fix many sparse warnings.  (#157253,
1101         Kjartan Maraas).
1102         
1103         * NEWS: Updates
1104
1105 2004-11-09  Matthias Clasen  <mclasen@redhat.com>
1106
1107         * gtk/gtkrange.c (gtk_range_real_change_value): Make 
1108         power a double.
1109         (gtk_range_class_init): s/digits/decimal digits/ in doc 
1110         comment.
1111
1112         * gtk/gtkfilechooserbutton.c (update_idler): Remove debugging
1113         printfs. 
1114
1115         * gtk/gtkicontheme.[ch]: Improve the docs.  (#157785,
1116         Torsten Schoenfeld)
1117
1118         * gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry): Add
1119         a hint about using gdk_drawable_get_size() instead.
1120
1121         * gtk/gtk.symbols: Add new symbols.
1122
1123         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Make
1124         it work with *big* icon views.  (#154466)
1125
1126         * tests/testiconview.c: Add a real "Add many" button.
1127
1128         * gtk/gtkaction.[hc]: 
1129         * gtk/gtkactiongroup.[hc]: Make return types G_CONST_RETURN
1130         instead of const.
1131
1132         * gtk/gtk.symbols: 
1133         * gtk/gtkaction.h: 
1134         * gtk/gtkaction.c (gtk_action_get_accel_path): Add
1135         a function to obtain the accel path of an action. (#148106,
1136         Michael Natterer)
1137
1138         * tests/testiconview.c: Fix double-click activation.
1139
1140         * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip
1141         window when appropriate.
1142         (gtk_statusbar_init): Instead of cutting the text off, make
1143         ellipsize the label.
1144         (gtk_statusbar_size_allocate): Don't let the label extend
1145         under the resize grip.
1146
1147         * gtk/gtkcombobox.c (find_menu_by_path) 
1148         (gtk_combo_box_menu_fill_level, gtk_combo_box_menu_row_inserted): 
1149         Use a row reference, not a path, to associate separators
1150         with their tree row.  
1151         
1152         * gtk/gtkstatusbar.c (gtk_statusbar_set_has_resize_grip): 
1153         Show the grip_window if necessary.  
1154
1155         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): Only
1156         clear the triangle below the grip to the background,
1157         not the full area. 
1158
1159         * gtk/gtklabel.c (draw_insertion_cursor, gtk_label_expose): 
1160         Clip when drawing the cursor. This prevents bits of a
1161         selectable label leaking out from underneath the resize
1162         grip in a statusbar.  (#73359)
1163
1164         * gtk/gtkstatusbar.c: Apply a patch by Owen Taylor to
1165         get reasonable allocations for the statusbar and its
1166         children.  (#73359)
1167
1168         * tests/testgtk.c: Apply a patch by Soeren Sandmann to 
1169         test long statusbar texts.
1170
1171         * gtk/gtk.symbols: Add new symbols.
1172
1173         Avoid resizing GtkStatusbar if the text of the label 
1174         changes  (#90955, He Qiangqiang, fix proposed by 
1175         Owen Taylor, patch by Christian Persch)
1176         
1177         * gtk/gtklabel.[hc]: Add a boolean single-line-mode property 
1178         which causes the label height not to depend on the actual
1179         text, but only on the font.
1180
1181         * gtk/gtkstatusbar.c (gtk_statusbar_init): Turn on
1182         single-line-mode for the label.
1183
1184 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
1185
1186         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Use 
1187         xdg_mime_mime_type_subclass() to match mime types. This
1188         also gives use wildcard matching. (#143760, #141224, 
1189         Tommi Komulainen, David A Knight)
1190
1191         * gtk/gtkaction.c (_gtk_action_sync_menu_visible): Use 
1192         gtk_widget_{hide,show} instead of g_object_set (..."visible"...).
1193
1194         * tests/testfilechooserbutton.c (main): Disable the SAVE 
1195         and CREATE_FOLDER modes.  (#157675, Christian Persch)
1196
1197         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Hide the
1198         website button if the url is unset.  (#157630, John Finlay)
1199
1200         * gtk/gtkaboutdialog.[hc]: Change the return types of the 
1201         gchar ** getters to be more const correct.  (#157566, Mariano 
1202         Suárez-Alvarez)
1203
1204         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_init): Add
1205         uri targets before text targets, to make file dnd work 
1206         better.  (#157651, Christian Persch)
1207
1208         * gtk/gtktreedatalist.c: Support columns whose declared type is
1209         an interface better, by treating them like G_TYPE_OBJECT if
1210         the interface types requires G_TYPE_OBJECT.
1211
1212 2004-11-08  Bastien Nocera  <hadess@hadess.net>
1213
1214         * gtk/stock-icons/stock_media_play_rtl_16.png:
1215         * gtk/stock-icons/stock_media_play_rtl_24.png: add the icons again
1216         with the binary flag (Closes: #157665)
1217
1218 2004-11-07  Matthias Clasen  <mclasen@redhat.com>
1219
1220         * gtk/gtkfilefilter.h:
1221         * gtk/gtkfilefilter.c (gtk_file_filter_add_pixbuf_formats): 
1222         New convenience function to add a filter for image files
1223         which can be loaded by GdkPixbuf. (#145388, Anders Carlsson)
1224
1225         * tests/testfilechooser.c: Test the image filter.
1226         
1227         * gtk/gtkmenu.c (menu_change_screen): Remove some warnings.
1228
1229         Show files in folder modes. (#157013, Nickolay V. Shmyrev)
1230         
1231         * gtk/gtkfilechooserdefault.c (create_file_list): Use a selection
1232         function to determine which rows can be selected.
1233         (update_appearance): Always show files. Also queue a redraw.
1234         (set_list_model): Always show files.
1235         (list_select_func): The selection function used for the file list.
1236         Don't allow to select files when in select/create folder mode.
1237         (list_row_activated): Don't activate files in folder modes.
1238         (list_icon_data_func, list_mtime_data_func, list_size_data_func): 
1239         Render files insensitive in folder modes.
1240
1241 2004-11-06  Matthias Clasen  <mclasen@redhat.com>
1242
1243         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): 
1244         Don't support CREATE_FOLDER and SAVE for now. UI authorities
1245         object to it.  (#157384, Seth Nickell)
1246
1247         * gtk/gtkfilechooserdefault.c (file_pane_create): Jump through
1248         a few hoops to make the tooltip on the filter combo box work
1249         a bit better. This fixes #157273 and #157074.
1250
1251         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
1252         Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
1253         Parro)
1254
1255 2004-11-05  Matthias Clasen  <mclasen@redhat.com>
1256
1257         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
1258         Remove this unneeded function, as it breaks state propagation.
1259
1260         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
1261         Queue the resize before setting the tearoff state, to 
1262         make sure the torn-off menu picks up the size increase due
1263         to the arrow in the torn off menu item.  (#157286, Adam
1264         Hooper, fix proposed by Owen Taylor)
1265
1266         * gtk/gtkmenu.c (menu_change_screen): Don't unnecessarily
1267         call gtk_menu_position(), since that function has issues
1268         when called on a menu whose parent is unrealized.  (#157354,
1269         Adam Hooper)
1270
1271         * gtk/gtkmain.c: Document new functions.
1272
1273 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
1274
1275         * gtk/stock-icons/Makefile.am: Typo fix.
1276
1277         * gtk/gtkaboutdialog.c: Documentation updates.
1278
1279 2004-11-04  Bastien Nocera  <hadess@hadess.net>
1280
1281         * gtk/gtkiconfactory.c: (get_default_icons): Make sure the RTL
1282         variants are used for media icons
1283         * gtk/stock-icons/Makefile.am: update following the addition of
1284         the 2 Play icon RTL variants
1285         * gtk/stock-icons/stock_media_play_rtl_16.png: added
1286         * gtk/stock-icons/stock_media_play_rtl_24.png: added
1287
1288 2004-11-03  Matthias Clasen  <mclasen@redhat.com>
1289
1290         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): 
1291         Don't leak the path.  (#157301, Carlos Garnacho Parro)
1292
1293         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the 
1294         case that the protocol version in the context is not 
1295         set yet.  (#157123, James Henstridge)
1296
1297         * gtk/gtktreeview.c (gtk_tree_view_search_activate): Don't
1298         try to activate a node if the cursor is not valid.  
1299
1300 2004-11-03  James M. Cape  <jcape@ignore-your.tv>
1301
1302         * gtk/gtkfilechooserbutton.c (update_dialog), (dialog_response_cb):
1303         Don't mysteriously go to the parent dir when hitting "Cancel" in
1304         folder mode (fixes #156971).
1305
1306 2004-11-03  Matthias Clasen  <mclasen@redhat.com>
1307
1308         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Don't
1309         access label->layout directly.  (#157080, Adam Hooper)
1310
1311         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Allow
1312         unsetting a pattern by passing NULL.  (#156720, Tristan Van Berkom)
1313
1314         * gtk/gtkcombobox.c (gtk_combo_box_get_active): Don't crash 
1315         if the active_row reference has become invalid.  (#157156,
1316         Christophe Fergeau)
1317         
1318 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
1319
1320         * gtk/gtkwindow.c (gtk_window_activate_key_after): As
1321         a last stage in GtkWindow key press handing, try adding
1322         window->mnemonic_modifier to event->state and see if it
1323         matches a mnemonic. (#53709, based on a patch by
1324         Pasupathi Duraisamy, patch by Owen Taylor)
1325
1326         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
1327         Doc additions.
1328
1329         * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
1330
1331         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
1332         Fix a doc comment.
1333
1334 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
1335
1336         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1337         Remove a debug printf().  (#157087, Christian Persch)
1338
1339         * gtk/gtkicontheme.c: Actually commit the "stat less" patch
1340         which appeared in the ChangeLog a few days ago.
1341
1342         * gtk/gtkfilechooserbutton.c: Move some docs inline.
1343
1344         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
1345
1346         * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
1347         iter.  (#156924, Murray Cumming)
1348
1349         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't crash on
1350         broken ClientMessage events.  (#157056, Owen Taylor)
1351
1352         * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
1353         the docs.  (#157044, Masao Mutoh)
1354
1355 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
1356
1357         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
1358         state of the cell view when the state of the button changes (to 
1359         get prelighted drawing right).  (#138650, Frances Keenan, 
1360         Christian Persch)
1361
1362         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1363         Don't force the height of the action area, we don't scroll 
1364         it anyway, and the current way of calculating the height can lead
1365         to broken display.  (#156573, Christian Persch)
1366
1367         * tests/testentrycompletion.c (animation_timer): Don't try to
1368         remove stuff from an empty model.  (#156575, Christian Persch)
1369
1370         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
1371         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
1372         Update doc comments.
1373
1374 2004-10-31  Tor Lillqvist  <tml@iki.fi>
1375
1376         * gdk/win32/gdkprivate-win32.h
1377         * gdk/win32/gdkglobals-win32.c
1378         * gdk/win32/gdkmain-win32.c: Remove _windows_version and the
1379         IS_WIN_NT() macro.
1380
1381         * gdk/win32/*.c: Use G_WIN32_IS_NT_BASED() from GLib instead.
1382
1383 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
1384
1385         Add api for image transfer via copy-and-paste (#156408)
1386         
1387         * gtk/gtkclipboard.c (gtk_clipboard_set_image) 
1388         (gtk_clipboard_request_image, gtk_clipboard_wait_for_image) 
1389         (gtk_clipboard_wait_is_image_available): New functions for image
1390         transfer.
1391
1392         * gtk/gtkselection.h:
1393         * gtk/gtkselection.c (gtk_selection_data_targets_include_image): 
1394         New function, similar to gtk_selection_data_targets_include_text().
1395
1396         * gtk/gtkprogressbar.[hc]: Add an ellipsize property with 
1397         getter and setter.  (#156845, Morten Welinder)
1398
1399 2004-10-29  Robert Ã–gren  <gtk@roboros.com>
1400
1401         * gdk/win32/gdkwindow-win32.c (gdk_window_begin_resize_drag),
1402         (gdk_window_begin_move_drag): Implement these on win32, currently
1403         only for button 1. Fixes the resize grip of GtkStatusbar on 
1404         win32. (#143285)
1405
1406 2004-10-30  Matthias Clasen  <mclasen@redhat.com>
1407
1408         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): Redisplay
1409         the new selection.
1410
1411         * gtk/gtktextview.c (gtk_text_view_select_all): Use 
1412         gtk_text_buffer_select_range().
1413
1414         * tests/testtext.c: Add a "Select All" menuitem.  (#156792,
1415         Paolo Borelli)
1416
1417         * gtk/gtkicontheme.c (insert_theme): Sort the dir_mtimes 
1418         list in the same way as the search path.
1419         (theme_subdir_load): Avoid stat()ing subdirs if the theme 
1420         directory doesn't exist.  (#156866)
1421
1422 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
1423
1424         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
1425         Drop the reference to the pixbuf, regardless whether it is
1426         a stock pixbuf.  (#156863, Philip Langdale)
1427
1428 2004-10-29  Hans Breuer  <hans@breuer.org>
1429
1430         * gdk/makefile.msc gtk/makefile.msc.in : updated
1431
1432         * gdk/win32/gdkdisplay-win32.c : dummy implementations for
1433         gdk_display_supports_clipboard_persistence, gdk_display_store_clipboard
1434
1435         * gtk/gtkmodules.c : #include "gtkprivate.h" for GTK_LIBDIR
1436
1437 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
1438
1439         * gtk/gtkclipboard.c (gtk_clipboard_set_text): Don't hardwire
1440         the supported text targets here, use 
1441         gtk_target_list_add_text_targets().  (#156404)
1442
1443         * gtk/gtkliststore.c (gtk_list_store_reorder): Don't
1444         loop over the sentinel node.  (#156298, Torsten Schoenfeld)
1445
1446 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
1447
1448         * gtk/gtkcombobox.c (gtk_combo_box_start_editing): Use
1449         g_signal_connect_object() to prevent premature finalization
1450         of the cell_editable while the key_press_event signal is
1451         handled.  (#156325, Olivier Andrieu)
1452
1453         * *: Clean up many sparse warnings.  (#156698, Kjartan Maraas)
1454         
1455         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Disconnect
1456         from the remove-widget signal after removing the signal.
1457
1458         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
1459         the dialog with the parent.  (#156557, Paolo Borelli)
1460
1461 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
1462
1463         * Bump version
1464
1465         * === Released 2.5.4 ===
1466
1467         * Makefile.am (EXTRA_DIST): Remove po/makefile.mingw
1468
1469 2004-10-28  Anders Carlsson  <andersca@gnome.org>
1470
1471         * gtk/gtkclipboard.c: (gtk_clipboard_set_can_store):
1472         * gtk/gtkclipboard.h:
1473         Make targets const.
1474
1475 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
1476
1477         * gtk/Makefile.am (gtkalias.h): 
1478         * gdk/Makefile.am (gdkalias.h): Fix srcdir != builddir build.
1479         (#156547, Thomas Fitzsimmons)
1480         
1481         * NEWS: Updates.
1482
1483         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): Silently
1484         ignore non-CLIPBOARD clipboards.  (#156610, Christian Persch)
1485
1486         * gtk/gtksettings.c: Make it build on windows. (#156618,
1487         Kazuki IWAMOTO)
1488
1489 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
1490
1491         * gtk/gtkimcontextsimple.c (check_hex): Stop preediting if strtoul 
1492         couldn't parse the complete preedit string.  (#156434)
1493
1494         * gtk/gtkmessagedialog.c: 
1495         * gtk/gtkfilechooserbutton.c: Add missing includes.  (#156503, 
1496         Kazuki IWAMOTO)
1497
1498         * gtk/gtkimage.h: 
1499         * gtk/gtkimage.c (gtk_image_get_icon_name): Make the icon_name 
1500         parameter G_CONST_RETURN.
1501         
1502         * gtk/gtkimage.c: It is enough to listen for screen changes and 
1503         style-set to catch all icon theme changes.
1504         (gtk_image_set_property): Reset the image size if the pixel size 
1505         property is changed.
1506
1507         * gtk/gtk.symbols: Add new symbols.
1508
1509         * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the 
1510         doc comment.
1511
1512 2004-10-26  Anders Carlsson  <andersca@imendio.com>
1513
1514         * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize),
1515         (create_clipboard_contents_buffer), (clipboard_get_contents_cb),
1516         (clipboard_clear_contents_cb), (cut_or_copy):
1517         Rewrite clipboard handling so that the clipboard contents 
1518         won't be freed when the text buffer is finalized. Also add 
1519         clipboard manager support. Fixes #95496.
1520
1521 2004-10-25  Anders Carlsson  <andersca@gnome.org>
1522
1523         * gtk/gtkentry.c: (gtk_entry_completion_timeout):
1524         * gtk/gtkentrycompletion.c: (gtk_entry_completion_set_model),
1525         (gtk_entry_completion_get_model), (gtk_entry_completion_complete):
1526         Really handle a NULL model, fixes #137211 for real.
1527
1528         * gtk/gtkfilechooserentry.c:
1529         (gtk_file_chooser_entry_maybe_update_directory):
1530         Remove _clear, #137211 is fixed.
1531
1532         * tests/testentrycompletion.c: (main):
1533         Add completion with an empty model.
1534         
1535 2004-10-25  Carlos Garnacho Parro  <carlosg@gnome.org>
1536
1537         Fix for #118764, David Bordoley:
1538         
1539         * gtk/gtkmessagedialog.[ch]
1540         (gtk_message_dialog_format_secondary_text),
1541         (gtk_message_dialog_format_secondary_format): API additions to
1542         create HIG-like dialogs
1543
1544         * demos/gtk-demo/dialog.c: Use the new API in the example
1545
1546         * docs/reference/gtk/gtk-sections.txt:
1547         * docs/reference/gtk/tmpl/gtkmessagedialog.sgml: documented API
1548         additions
1549
1550 2004-10-25  James M. Cape  <jcape@ignore-your.tv>
1551
1552         Rework of GtkFileChooserButton, some cleanups. Fixes #154388,
1553         #154390, #154390, #156272.
1554
1555         * docs/reference/gtk/gtk-docs.sgml: Moved GtkFileChooserButton
1556         below GtkFileChooser.
1557         * docs/reference/gtk/gtk-sections.txt: Added
1558         gtk_file_chooser_button_get_width_chars(),
1559         gtk_file_chooser_button_set_width_chars(),
1560         gtk_label_set_width_chars(), gtk_label_get_width_chars().
1561         * docs/reference/gtk/gtk.types: Added
1562         gtk_cell_renderer_combo_get_type,
1563         gtk_cell_view_get_type,
1564         gtk_text_iter_get_type.
1565         * docs/reference/gtk/tmpl/gtkaboutdialog.sgml: Add
1566         "logo-icon-name" property.
1567         * docs/reference/gtk/tmpl/gtkcellview.sgml: Updates for properties
1568         (b/c of get_type() inclusion above).
1569         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml:
1570         * docs/reference/gtk/tmpl/gtklabel.sgml: Add "width-chars" property,
1571         getters/setters.
1572         * docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml: Added.
1573         * gtk/gtkentrycompletion.c:
1574         (_gtk_entry_completion_popdown): Don't show if the entry isn't
1575         mapped.
1576         * gtk/gtkfilechooserbutton.[c,h]: (*): About 45%
1577         rewritten, adds "width-chars" property, icons, working save modes,
1578         volume/Home/Desktop friendly-naming support.
1579         * gtk/gtklabel.[c,h]:
1580         (gtk_label_class_init), (gtk_label_init),
1581         (gtk_label_get_property), (gtk_label_set_property),
1582         (gtk_label_get_width_chars), (gtk_label_set_width_chars),
1583         (gtk_label_size_request): Add "width-chars" property.
1584         * tests/testfilechooserbutton.c: Update, use 4 different buttons for
1585         the different ACTIONs.
1586         * gtk/.cvsignore: Ignore gtk-update-icon-cache.
1587         * tests/.cvsignore: Ignore testimage.
1588
1589 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
1590
1591         * gtk/gtkcellrenderercombo.c (find_text): Don't leak text. (#156325,
1592         Olivier Andrieu)
1593
1594 2004-10-25  Anders Carlsson  <andersca@imendio.com>
1595
1596         * gdk/gdk.symbols: 
1597         * gdk/gdkdisplay.h:
1598         * gdk/x11/gdkdisplay-x11.c:
1599         (gdk_display_supports_clipboard_persistence), 
1600         (gdk_display_store_clipboard):
1601         New API to handle the clipboard manager.
1602
1603         * gtk/gtk.symbols:
1604         * gtk/gtkclipboard.c: (gtk_clipboard_class_init),
1605         (gtk_clipboard_finalize), (selection_clear_event_cb),
1606         (clipboard_unset), (gtk_clipboard_set_text),
1607         (gtk_clipboard_request_targets), (gtk_clipboard_wait_for_targets),
1608         (clipboard_peek), (gtk_clipboard_owner_change),
1609         (gtk_clipboard_wait_is_target_available),
1610         (gtk_clipboard_store_timeout), (gtk_clipboard_set_can_store),
1611         (gtk_clipboard_selection_notify), (gtk_clipboard_store),
1612         (_gtk_clipboard_store_all):
1613         * gtk/gtkclipboard.h:
1614         Add API for clipboard persistence and implement it, also add
1615         gtk_clipboard_wait_is_target_available.
1616         
1617         * gtk/gtkmain.c: (gtk_main):
1618         Call _gtk_clipboard_store_all before exiting.
1619         
1620 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
1621
1622         * gtk/gtkaboutdialog.h: 
1623         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_logo_icon_name)
1624         (gtk_about_dialog_get_logo_icon_name): Support named icons as 
1625         logos.  (#156378, James Henstridge)
1626
1627         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): Fix the 
1628         doc formatting.
1629
1630         * gtk/gtkcellview.[hc]: Make function parameter names consistent.
1631
1632         * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
1633
1634         * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
1635
1636 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
1637
1638         Add a public setting for button ordering (#74669, Owen Taylor)
1639         
1640         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
1641         gtk-alternative-button-order setting.
1642
1643         * gtk/gtkdialog.h: 
1644         * gtk/gtkdialog.c (gtk_alternative_dialog_button_order): A 
1645         getter for the alternative button order setting.
1646         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): 
1647         New function to install an alternative button order for a 
1648         dialog.
1649
1650         * gtk/gtkfilesel.c (gtk_file_selection_init): 
1651         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): 
1652         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): 
1653         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
1654         * gtk/gtkfilechooserdefault.c (location_popup_handler): 
1655         Set up an alternative button order.
1656         
1657 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
1658
1659         * gtk/gtkimage.h: 
1660         * gtk/gtkimage.c (gtk_image_new_from_icon_name)
1661         (gtk_image_set_from_icon_name, gtk_image_get_icon_name)
1662         (gtk_image_set_pixel_size, gtk_image_get_pixel_size):  Add a
1663         new type GTK_IMAGE_ICON_NAME for named icons, update the size
1664         and content of stock, icon set and named icon images upon style
1665         changes, and allow to set a fixed pixel size for named icon
1666         images.  (#155688, James Henstridge)
1667
1668         * tests/testimage.c: Test application for theming behaviour of
1669         different image types and for image dnd.
1670
1671 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
1672
1673         * gtk/gtkcellrenderercombo.c: Use G_DEFINE_TYPE, initialize the
1674         has_entry property, ref the model and add a finalizer.  (#156325,
1675         Olivier Andrieu)
1676         
1677 Sun Oct 24 02:56:43 2004  Jonathan Blandford  <jrb@redhat.com>
1678
1679         * docs/tools/widgets.c: Update GtkFileChooserButton doc shot.
1680
1681 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
1682
1683         * gtk/gtkicontheme.c: Use the new g_key_file api in GLib.
1684
1685         * gtk/Makefile.am (gtk_c_sources): Remove gtkiconthemeparser.[hc]
1686
1687         * gtk/gtkiconthemeparser.[hc]: Removed.
1688
1689         * gtk/gtkfilechooserdefault.c (location_popup_handler): If the
1690         location dialog is brought up by typing '/', insert the slash
1691         in the entry.  (#155370, Warren Togami)
1692
1693 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
1694
1695         * gtk/gtkfilechooserdefault.c (tree_view_keybinding_cb) 
1696         (trap_activate_cb): Accept shift-/ for bringing up the location
1697         popup, since German and French keyboards generate such 
1698         events.  (#154163, Frederic Crozat)
1699
1700         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Invalidate 
1701         the window if the tree is empty, to avoid resizing artifacts
1702         from the focus rectangle.  (#155881, Vincent Noel, patch by
1703         Billy Biggs)    
1704
1705 Sat Oct 23 16:14:37 2004  Søren Sandmann  <sandmann@redhat.com>
1706
1707         * gtk/gtksequence.c (_gtk_sequence_node_insert_sorted): Remove
1708         assertion that can get triggered by broken sort functions.
1709
1710 Sat Oct 23 16:07:46 2004  Søren Sandmann  <sandmann@redhat.com>
1711
1712         * gtk/gtksequence.c (_gtk_sequence_swap): Replace broken, overly
1713         clever implementation with one that works.
1714         
1715         * gtk/gtkliststore.c (gtk_list_store_swap): emit "rows_reordered"
1716         instead of "changed" twice.
1717
1718         Bug 153479
1719
1720 Sat Oct 23 15:17:55 2004  Søren Sandmann  <sandmann@redhat.com>
1721
1722         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): Remove check
1723         for previous state being ACTIVE. Bug 153876.
1724
1725 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
1726
1727         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_drag_data_received) 
1728         (gtk_file_chooser_button_init): Use the new file DND api.
1729
1730         * gtk/gtkdnd.h:
1731         * gtk/gtkdnd.c (gtk_drag_dest_add_uri_targets) 
1732         (gtk_drag_source_add_uri_targets): 
1733
1734         * gtk/gtkselection.h:
1735         * gtk/gtkselection.c (gtk_target_list_add_uri_targets):
1736         (gtk_selection_data_set_uris):  
1737         (gtk_selection_data_get_uris): New functions to allow
1738         handling file DND "without knowing jack shit".
1739
1740         * configure.in: Bump glib requirement to 2.5.4.
1741
1742         * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Use
1743         g_uri_list_extract_uris().
1744
1745 Fri Oct 22 13:25:25 2004  Owen Taylor  <otaylor@redhat.com>
1746
1747         * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Fix 
1748         backspacing on the empty last line of a buffer 
1749         (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136840,
1750         Dan Williams)
1751
1752 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
1753
1754         * gtk/gtkdnd.c: Document how to use info with text/image 
1755         targets.
1756
1757         * gtk/gtkselection.h: 
1758         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
1759         (gtk_target_list_add_image_targets): Add info argument.
1760         
1761         * gtk/gtkcalendar.c (gtk_calendar_motion_notify): 
1762         * gtk/gtkentry.c (gtk_entry_init): 
1763         * gtk/gtktextview.c (gtk_text_view_init): Adjust all callers.
1764
1765 2004-10-22  Anders Carlsson  <andersca@gnome.org>
1766
1767         * gtk/gtktexttag.c: (gtk_text_tag_get_property):
1768         GdkBitmap is a GObject, not a boxed type.
1769         
1770 Thu Oct 21 15:01:09 2004  Owen Taylor  <otaylor@redhat.com>
1771
1772         #155952
1773
1774         * gtk/gtkentry.c: Fix checking the wrong position for
1775         the backspace_deletes_character PangoLogAttr.
1776
1777         * gtk/gtktextbuffer.[ch] gtk/gtk.symbols (gtk_text_buffer_backspace): 
1778         Move backspace logic from GtkTextView to here, check 
1779         backspace_deletes_char. 
1780
1781         * gtk/gtktextview.c: Use gtk_text_buffer_backspace().
1782
1783 2004-10-21  Matthias Clasen  <mclasen@redhat.com>
1784
1785         * gtk/gtkiconcache.c: Include io.h on windows.  (#156075,
1786         Kazuki IWAMOTO)
1787         (_gtk_icon_cache_new_for_path): Don't use MAP_FAILED if we don't
1788         have mmap.
1789
1790         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Implement for
1791         cached themes.
1792
1793         * gtk/gtkiconcache.h: 
1794         * gtk/gtkiconcache.c (_gtk_icon_cache_has_icon): New function.
1795
1796         * gtk/updateiconcache.c (scan_directory): Don't skip .icon 
1797         files which are listed before their images.
1798         (foreach_remove_func): Instead filter lonely .icon files out
1799         here.
1800
1801         * gtk/gtkicontheme.c (theme_dir_get_icon_suffix): Filter out
1802         the HAS_ICON_FILE flag.
1803
1804 2004-10-21  Matthias Clasen  <mclasen@redhat.com>
1805
1806         * gtk/gtkiconcache.c: Make it compile without mmap() and
1807         add some more checks.  (#155973, Morten Welinder)
1808
1809         Add convenience api for image dnd (#150165):
1810         
1811         * gtk/gtkselection.h: 
1812         * gtk/gtkselection.c (gtk_target_list_add_image_targets) 
1813         (gtk_selection_data_set_pixbuf, gtk_selection_data_get_pixbuf): 
1814         New functions to handle the image formats readable/writable 
1815         by gdk-pixbuf. 
1816         
1817         * gtk/gtkdnd.h: 
1818         * gtk/gtkdnd.c (gtk_drag_dest_add_image_targets) 
1819         (gtk_drag_source_add_text_targets): New functions to handle
1820         the image formats readable/writable by gdk-pixbuf. 
1821
1822 2004-10-20  Matthias Clasen  <mclasen@redhat.com>
1823
1824         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_new): Make
1825         the code clearer.  (#155239, Murray Cumming)
1826
1827         * gtk/gtkicontheme.c: Small fixes.
1828
1829         * gtk/gtkrc.c: Include gtkmodules.h.  (#155885, Kazuki IWAMOTO)
1830
1831         * gtk/gtktoolbar.h: Add _gtk_toolbar_rebuild_menu(). (#155885)
1832
1833         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
1834         Fix a wrong blurb.  (#155838, Morten Welinder)
1835
1836 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
1837
1838         Implement icon theme caching.  (#154034, Martijn Vernooij,
1839         caching schema proposed by Owen Taylor, initial implementation
1840         by Anders Carlsson)
1841         
1842         * gtk/gtkdebug.h: 
1843         * gtk/gtkmain.c: Add a "icontheme" debug flag.
1844
1845         * gtk/Makefile.am (gtk_c_sources): Add gtkiconcache.c
1846         (gtk_private_h_sources): Add gtkiconcache.h
1847         (bin_PROGRAMS): Add gtk-update-icon-cache
1848
1849         * gtk/gtkicontheme.c: Use icon caches if they are available.
1850         Currently, GTK+ uses the cache to get information about the
1851         available sizes, image file formats and .icon files. The
1852         actual image data, and the .icon file contents are not 
1853         cached yet.
1854
1855         * gtk/updateiconcache.c: A cmdline utility for generating
1856         icon cache files.
1857
1858         * gtk/gtkiconcache.h: 
1859         * gtk/gtkiconcache.c: The glue code to mmap an icon cache
1860         file and manage the information it contains.
1861
1862         * tests/testicontheme.c: Add a "display" option.
1863
1864 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
1865
1866         * tests/testicontheme.c: Set the locale, tidy up output.
1867
1868 2004-10-18  Matthias Clasen  <mclasen@redhat.com>
1869
1870         Fix #155658, Sebastien Bacher:
1871         
1872         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a new 
1873         is_leader flag.
1874
1875         * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set wm hints on
1876         leader windows even if they are withdrawn.
1877         (gdk_window_set_group): Mark the new leader window as such. We 
1878         never remove the flag again, but that should a) be vanishingly
1879         rare and b) not a problem, since the flag just turns off an
1880         optimization.
1881
1882         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Mark the default
1883         leader window as such.
1884
1885 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
1886
1887         * gtk/gtkaboutdialog.c (gtk_about_dialog_new): Destroy secondary
1888         dialogs if the main dialog is hidden. (#155084, Paolo Borelli)
1889
1890 2004-10-16  Matthias Clasen  <mclasen@redhat.com>
1891
1892         * gtk/gtkaboutdialog.c (gtk_about_dialog_destroy): Don't leak
1893         the secondary dialogs.  (#155084, Paolo Borelli)
1894
1895         * gtk/gtkhsv.c (gtk_hsv_expose): Fix redraw issues with the
1896         focus on the ring. 
1897
1898 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
1899
1900         * gdk/makegdkalias.pl: Include linux-fb/gdkfb.h when building
1901         the framebuffer backend.  (#155486, Olexiy Avramchenko)
1902
1903 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
1904
1905         * gtk/gtksizegroup.c (do_size_request): Unset GTK_REQUEST_NEEDED
1906         before emitting ::size-request, following this weeks discussion
1907         on gtk-devel-list@gnome.org.
1908
1909         * gtk/gtkcellview.c (gtk_cell_view_get_size_of_row): Restore 
1910         the size info for the current row after measuring another 
1911         row.  (#154945, William Jon McCann)
1912
1913 2004-10-14  Matthias Clasen  <mclasen@redhat.com>
1914
1915         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Don't
1916         get text unnecessarily.  (#155384, Morten Welinder)
1917         (gtk_file_chooser_default_finalize): Don't forget to
1918         unref the tooltips.  (#155412, Morten Welinder)
1919         (shortcuts_add_current_folder): Don't leak volume. (#155400,
1920         Morten Welinder)
1921
1922 2004-10-12  Matthias Clasen  <mclasen@redhat.com>
1923
1924         * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge 
1925         the fact that invariants are broken and loop all the way up to 
1926         the resize container.
1927
1928 Tue Oct 12 17:11:02 2004    <timj@birnet.org>
1929
1930         * gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
1931         widget for resize or emit change notification if the usize didn't
1932         change. this works around a buggy signal connection in #155139.
1933
1934 2004-10-11  Matthias Clasen  <matthias@localhost.localdomain>
1935
1936         * docs/tools/widgets.c: Create scrolledwindow, statusbar, 
1937         scale and image images. 
1938
1939 2004-10-10  Matthias Clasen  <matthias@localhost.localdomain>
1940
1941         * docs/tools/widgets.c: Create a toolbar, menubar, progressbar,
1942         notebook and messagedialog images.
1943
1944         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_all): 
1945         Avoid a warning.
1946
1947 Sun Oct 10 11:24:56 2004  Jonathan Blandford  <jrb@redhat.com>
1948
1949         * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
1950         markings.
1951
1952 2004-10-09  Matthias Clasen  <mclasen@redhat.com>
1953
1954         * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
1955
1956         * gtk/gtkcellview.c: Add docs.
1957
1958         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
1959         doc comment.
1960
1961         * gtk/gtkactiongroup.h: 
1962         * gtk/gtkactiongroup.c: Reinstate the accidentally lost addition 
1963         of gtk_action_group_translate_string().
1964
1965         * gtk/gtkaccelgroup.h: Declare gtk_accelerator_get_label.
1966
1967 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
1968
1969         * gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
1970
1971         * gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a 
1972         drag if we loose the grab.
1973
1974         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Set the cell 
1975         renderer to inert mode to avoid bug #154921.  This fixes a crash
1976         which would otherwise occur if the editing is stopped for the second
1977         time.  (#154767, Manuel Baena García)
1978
1979         * gtk/gtkdebug.h: 
1980         * gtk/gtkwidget.c (gtk_widget_size_allocate): Add a new debug
1981         flag, geometry, to debug size allocation.
1982
1983         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set cell data
1984         unconditionally.  (#152562, Federico Mena Quintero)
1985
1986 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
1987
1988         * gtk/gtkuimanager.c (update_node): Also update smart separators 
1989         if the visibility of a  menuitem with a submenu changes.  (#153791,
1990         Christian Persch)
1991
1992 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
1993
1994         * gtk/gtkentry.h:
1995         * gtk/gtkentry.c: 
1996         * gtk/gtkentrycompletion.c: 
1997         * gtk/gtkspinbutton.c: Share the three copies of get_borders()
1998         under the name _gtk_entry_get_borders().  (#116368, Owen Taylor)
1999
2000 2004-10-07  Matthias Clasen  <mclasen@redhat.com>
2001
2002         * gtk/gtkfilechooserdefault.c (check_is_folder): Don't free 
2003         info too early.  (#154703, Morten Welinder)
2004
2005         * gtk/gtkfilechooserdefault.c: Include gtkeventbox.h.
2006         (#154798, Morten Welinder)
2007
2008 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
2009
2010         * gtk/gtkpaned.c (gtk_paned_compute_position): Reduce rounding 
2011         error.  (#154658, John Cupitt)
2012
2013         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Clear
2014         the iter instead of returning it unmodified. (#154186, Jonathan Blandford)
2015
2016         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_focus): Pop up
2017         the completions again after tab.  (#147700, Jens Bech Madsen)
2018
2019         * gtk/gtktreeview.c (gtk_tree_view_search_iter): Set the cursor
2020         before changing the selection to make the file chooser preview
2021         update work better.  (#143826, Tommi Komulainen)
2022
2023 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
2024
2025         * gtk/gtkrange.c (gtk_range_real_change_value): Replace a really
2026         gross way of rounding to a specified number of digits.  (#145232,
2027         Peter Zelezny, patch by Soeren Sandmann)
2028
2029 Wed Oct  6 00:45:04 2004    <timj@birnet.org>
2030
2031         * gdk/gdkwindow.c (gdk_window_is_viewable): check the iteration window
2032         variable, not just the window passed in. fixes #145270.
2033
2034 Tue Oct  5 21:00:54 2004  Tim Janik  <timj@gtk.org>
2035
2036         * gtk/gtkwidget.c (gtk_widget_size_allocate): reverted my last change 
2037         and applied owen's leaner conditional flag update which should be good
2038         enough to preserve resizing flag invariants.
2039
2040 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
2041
2042         * NEWS: Updates
2043
2044 Tue Oct  5 19:29:06 2004  Tim Janik  <timj@gtk.org>
2045
2046         * gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
2047
2048 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
2049
2050         * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
2051         not scaling up at all. Less magic.
2052
2053 Tue Oct  5 17:06:26 2004  Tim Janik  <timj@gtk.org>
2054
2055         * gtk/gtkwidget.c (gtk_widget_size_allocate): if REQUEST_NEEDED is still
2056         set on ::size-allocate, another size-request has been queued since
2057         ::size-request and needs to be requeued.
2058
2059 2004-10-05  Paolo Borelli  <pborelli@katamail.com>
2060
2061         * gtk/gtkmenutoolbutton.c: rename the activate-menu signal to
2062         show-menu as discussed in bug #153873.
2063
2064 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
2065
2066         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Set 
2067         action_name.  (#154526, John Finlay)
2068
2069         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new_for_display): 
2070         Return a new reference to an existing GdkWindow if one already
2071         exists.  (#151378, Gustavo Carneiro)
2072
2073 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
2074
2075         Provide access to the string representation of accelerators used
2076         in GtkAccelLabel.  (#154068, John Spray)
2077
2078         * gtk/gtkaccelgroup.h:
2079         * gtk/gtkaccelgroup.c (gtk_accelerator_get_label): New function
2080         to return the accelerator label used in GtkAccelLabel. 
2081         (gtk_accelerator_name): Update docs to point to 
2082         gtk_accelerator_get_label().
2083         * gtk/gtkaccellabel.h:
2084         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
2085         New auxiliary function which creates the string representing the
2086         accelerator.
2087         
2088 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
2089
2090         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
2091         popup if a new model is set.  (#154129, Bernd Demian)
2092
2093 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
2094
2095         * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): 
2096         Make the code work as intended for unthemed icons; don't scale
2097         them up too much. Allow to scale them down, and do so 
2098         exactly.  (#154142, Ross Burton)
2099         (gtk_icon_info_load_icon): Amend docs.
2100
2101         * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
2102         docs.  (#154504, Dave Cook)
2103
2104         * gtk/gtkwindow.c (gtk_window_set_icon_list): 
2105         (gtk_window_set_default_icon_list): Ref the new icons
2106         before unreffing the old ones.  (#154468, Morten Welinder)
2107         (gtk_window_realize_icon): Only set using_themed_icon if
2108         we actually got an icon list from the theme.  (#154472, Morten
2109         Welinder)
2110
2111 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
2112
2113         * gtk/gtkiconview.c (gtk_icon_view_set_model): Reset pointers
2114         pointing to the old model.  (#154350)
2115
2116         * gtk/gtkwindow.c (icon_list_from_theme): Don't leak the
2117         sizes array.  (#154310, Christian Persch)
2118
2119         * gtk/gtktreeviewcolumn.c 
2120         (gtk_tree_view_column_setup_sort_column_id_callback): 
2121         Set sort_indicator to FALSE when appropriate.  (#153714, 
2122         Reinout van Schouwen)
2123
2124         * gtk/gtktreeview.c (gtk_tree_view_search_position_func): 
2125         Fix positioning near the monitor boundaries.  (#154341,
2126         Ken Harris)
2127
2128 2004-10-01  Paolo Borelli  <pborelli@katamail.com>
2129
2130         * gtk/gtkmenutoolbutton.c: deactivate the menu before setting it
2131         to something else. Bug #153887.
2132
2133 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
2134
2135         Fix bug #150790:
2136         
2137         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): Fix the
2138         calculation of x_offset when ellipsized and in RTL mode.
2139         (gtk_cell_renderer_text_render): Fix the calculation of the layout
2140         width when ellipsized.  
2141
2142 2004-10-01  Tor Lillqvist  <tml@iki.fi>
2143
2144         * gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to
2145         FALSE, thus enabling tablet input by default.
2146
2147         * gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the
2148         --use-wintab option again (but without effect, as this is now the
2149         default, see above). (#153788)
2150
2151         * modules/input/gtkimcontextime.c: Numerous changes.
2152
2153         Remove the ifdef UNICODE conditionals. Always use the
2154         wide-character Imm* API. It is present also in Windows 98 and
2155         Me. (Not Windows 95, but I think we don't care about that.) Using
2156         the multibyte API wouldn't work anyway on systems where the system
2157         codepage doesn't support the language the user uses an IME for, so
2158         for instance I wouldn't be able to test this module on my English
2159         Windows 2000 although I do have C, J and K IMEs available.
2160
2161         Guard against IMM not being active, always check ImmGetContext()
2162         returning NULL. Work to some extent even without any IME. Fixes
2163         #153800 at least partially.
2164
2165         * modules/input/imime.c (ime_info): Rename to "ime" to match the
2166         naming pattern of other input modules. Make it default for
2167         ja:ko:zh only.
2168
2169 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
2170
2171         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
2172         cell renderers to the docs.
2173
2174         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
2175         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
2176         Silently ignore info being NULL. This is unavoidable with the 
2177         current design where we have every implementation of layout_clear
2178         call layout_clear_attributes, and also delegate calls to dependent
2179         cell layouts.  (#154191, Martyn Russell)
2180
2181 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
2182
2183         * modules/input/iminuktitut.c: Fix the spelling of Inuktitut
2184         in several places.  (#154176, John Austin)
2185
2186 2004-09-30  Paolo Borelli  <pborelli@katamail.com>
2187
2188         * tests/testellipsize.c: exit on close.
2189
2190 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
2191
2192         * gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
2193         since it doesn't take an argument.
2194
2195 2004-09-29  Christopher Blizzard  <blizzard@redhat.com>
2196
2197         * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
2198         G_END_DECLS
2199
2200 2004-09-29  Paolo Borelli  <pborelli@katamail.com>
2201
2202         * tests/testtoolbar.c: add a GtkMenuToolButton.
2203
2204 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
2205
2206         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_left_right) 
2207         (gtk_icon_view_move_cursor_start_end) 
2208         (gtk_icon_view_move_cursor_page_up_down) 
2209         (gtk_icon_view_move_cursor_up_down): Handle an empty icon
2210         view gracefully.  (#152486)
2211
2212         Allow keynav to selectable labels (#138085, David Hawthorne):
2213         
2214         * gtk/gtkdialog.c (gtk_dialog_map): Skip selectable labels when
2215         looking for the initial focus widget.
2216
2217         * gtk/gtklabel.c (gtk_label_focus): Remove to put selectable labels 
2218         in the regular focus chain again.
2219
2220 2004-09-28  Matthias Clasen  <mclasen@redhat.com>
2221
2222         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Don't
2223         reuse insensitive pixbufs across multiple rows.  (#153984, Milosz
2224         Derezynski)
2225
2226         * gtk/gtkmain.c (gtk_parse_args): Use gtk_get_option_group() 
2227         to obtain an option group with correctly set pre- and post-
2228         parse hooks, instead of manually calling the hooks. This fixes
2229         a problem with setting the program class in the gdk preparse
2230         hook.  (#153788, Robert Ã–gren)
2231
2232 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
2233
2234         Fix #153082:
2235         
2236         * gtk/gtkmain.c (do_pre_parse_initialization): Don't call gdk_parse_args()
2237         here, we don't want to parse args twice.
2238         (gtk_init_with_args): Add the ugid check here as well.
2239         (gtk_parse_args): Add the gdk options to the main option group as well.
2240
2241 2004-09-27  Paolo Borelli  <pborelli@katamail.com>
2242
2243         * gtk/Makefile.am:
2244         * gtk/gtk.h:
2245         * gtk/gtkmenutoolbutton.[ch]: add the GtkMenuToolButton widget
2246         discussed in bug #151441.
2247
2248         * docs/reference/gtk/gtk-docs.sgml:
2249         * docs/reference/gtk/gtk-sections.txt:
2250         * docs/reference/gtk/gtk.types:
2251         * docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml: docs for the
2252         new widget.
2253
2254 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
2255
2256         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_list_children): 
2257         Emit ::finished-loading.
2258
2259 2004-09-27  Roozbeh Pournader  <roozbeh@farsiweb.info>
2260  
2261         * configure.in: Added Iranian Azerbaijani (az_IR) to ALL_LINUGAS.
2262
2263 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
2264
2265         * gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
2266         docs.  (#153811, Billy Biggs)
2267
2268         * gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
2269         need_timer.
2270
2271 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
2272
2273         * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
2274         to the name of the has_secondary_backward_stepper property.
2275         Noticed by Michèle Garoche.
2276
2277 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
2278
2279         * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
2280
2281 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
2282
2283         * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
2284         to make the current folder visible.  (#152921)
2285
2286         * gtk/gtkbutton.c: Revert the button state to !button_down,
2287         if we're missing the release event due to grab shadowing
2288         or insensitivation.
2289
2290         * gtk/gtkpathbar.c: Make the slider buttons scroll.
2291
2292         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove 
2293         debug spew.
2294         (bookmarks_check_remove_sensitivity): Don't free an uninitialized
2295         pointer.
2296
2297         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): 
2298         cursor_pos is in characters, not bytes.  (#153332, Owen Taylor)
2299
2300 2004-09-25  Robert Ã–gren  <gtk@roboros.com>
2301
2302         * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
2303         lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
2304         a further fix for bug #145467.
2305
2306 2004-09-25  Matthias Clasen  <mclasen@redhat.com>
2307
2308         * gtk/gtktextiter.c (inside_word_func): Don't access 
2309         attr[-1].  (#153628, Padraig O'Briain)
2310
2311 2004-09-23  Matthias Clasen  <mclasen@redhat.com>
2312
2313         * gtk/gtkfilechooserdefault.c: Add some tooltips.
2314
2315 2004-09-22  Matthias Clasen  <mclasen@redhat.com>
2316
2317         * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): 
2318         * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove
2319         unnecessary g_return_if_fail()s from virtual functions.  (#153469,
2320         (Tristan Van Berkom) 
2321
2322         * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
2323         cursors.  (#153468, Christian Persch)
2324
2325         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
2326         (#153467, Christian Persch)
2327
2328         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
2329         bitops on booleans.
2330         (gtk_file_chooser_default_should_respond): Make it easier to 
2331         select folders in SELECT_FOLDER mode.
2332
2333 Wed Sep 22 00:54:34 2004  Matthias Clasen  <mclasen@redhat.com>
2334
2335         * demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame
2336         pixbuf.
2337
2338 Tue Sep 21 16:55:38 2004  Manish Singh  <yosh@gimp.org>
2339
2340         * tests/testtreemodel.c: #include <config.h> for HAVE_MALLINFO define,
2341         other minor cleanups.
2342
2343 Tue Sep 21 16:27:19 2004  Manish Singh  <yosh@gimp.org>
2344
2345         * gdk/gdk.c: remove now unused arg variables.
2346
2347         * gdk/gdkinternals.h: declare _gdk_windowing_init ().
2348
2349         * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args ()
2350         here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
2351
2352 2004-09-21  Matthias Clasen  <mclasen@redhat.com>
2353
2354         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): 
2355         Don't assert that current_focus != NULL, just return FALSE.
2356
2357         * gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path
2358         bar arrows some more space.
2359
2360         * configure.in: Check for mallinfo.
2361
2362         * tests/testtreemodel.c: Only include malloc.h if HAVE_MALLINFO
2363         is defined.  (#153168, Darren Creutz)
2364
2365         * gtk/gtkactiongroup.c: Fix typos in signal docs.  (#153224,
2366         John Finlay)
2367
2368 Mon Sep 20 19:44:58 2004  Matthias Clasen  <mclasen@redhat.com>
2369
2370         * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
2371         return FALSE from a void function.  (#153185, Joel Fredrikson)
2372
2373 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
2374
2375         * gtk/gtkbutton.c (gtk_button_class_init): Add a boolean ::displace-focus
2376         style property and apply child displacement to the focus rectangle 
2377         if it is TRUE.  (#141170, Soeren Sandmann)
2378
2379 Sun Sep 19 23:56:18 2004  Søren Sandmann  <sandmann@redhat.com>
2380
2381         * gtk/gtkmenu.c (MENU_SCROLL_TIMEOUT2): Change from 50 to 20 to
2382         make the menus scroll faster.
2383
2384 2004-09-19  Matthias Clasen  <mclasen@redhat.com>
2385
2386         * configure.in: Bump version
2387
2388         * === Released 2.5.3 ===
2389
2390 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
2391
2392         Make GtkFileChooserButton activatable via mnemonics.
2393         (#152925, Dennis Cranston, patch by James M. Cape)
2394
2395         * gtk/gtkfilechooserbutton.c: Add a ::mnemonic-activate signal
2396         and a suitable default handler.
2397
2398         * tests/testfilechooserbutton.c: Add a mnemonic.
2399
2400 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
2401
2402         Fix win32 build errors.  (#153032, #153028, Robert Ã–gren)
2403
2404         * gdk/win32/gdkmain-win32.c: Make it compile.  
2405
2406         * gtk/gtkmain.c: Include glib.h.  
2407
2408 2004-09-18  Federico Mena Quintero  <federico@ximian.com>
2409
2410         Merged from 2.4:
2411
2412         * gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
2413         GTK_IS_FILE_PATH() macros.  They are not supposed to exist, as
2414         GtkFilePath is not an object.  And they never worked, anyway.
2415
2416 2004-09-18  Marco Pesenti Gritti  <marco@gnome.org>
2417
2418         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
2419
2420         Make numeric pad enter activate the selected completion
2421         entry. Fix bug 143486 reported by Edd Dumbill.
2422
2423 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
2424
2425         * NEWS: Updates
2426
2427         * gtk/gtkfilechooserdefault.c (select_func): Scroll to the selected
2428         row.  (#143868, Christian Persch)
2429
2430 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
2431
2432         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): Remove
2433         leftover debug code.
2434
2435         Improve the behaviour of the file chooser in save mode. Fixes bugs
2436         #151031, #151608, #151994 reported by Owen Taylor and Alexander 
2437         Larsson.
2438         
2439         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property): 
2440         (location_entry_create): Propagate the action to the file 
2441         chooser entries.
2442         (gtk_file_chooser_default_should_respond): Switch folders if 
2443         the user enters a directory name in the entry and clear the entry
2444         after switching folders.
2445         (gtk_file_chooser_default_should_respond, shortcuts_row_activated_cb): 
2446         Move focus to the file list when activating a shortcut.
2447         (gtk_file_chooser_default_should_respond): Handle the case where the
2448         user clicks on "Save" after selecting a folder in the file list.
2449
2450         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): 
2451         Propagate the action to the file chooser entries.
2452         
2453         * gtk/gtkfilechooserentry.h: 
2454         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
2455         (_gtk_file_chooser_entry_get_action): New functions to propagate
2456         the GtkFileChooserAction of the file chooser to the file chooser 
2457         entry.
2458         (check_completion_callback): If we are in save mode, only do 
2459         inline completion for directories. 
2460
2461 Fri Sep 17 11:20:03 2004  Jonathan Blandford  <jrb@gnome.org>
2462
2463         * gtk/gtklabel.c (gtk_label_set_markup): Add an example to the
2464         docs.
2465
2466 Thu Sep 16 23:20:05 2004  Matthias Clasen  <maclas@gmx.de>
2467
2468         * gtk/gtkselection.c (selection_get_text_plain): 
2469         * gdk/x11/gdkselection-x11.c (make_list): Warn if a UTF8_STRING
2470         or text/plain;charset=utf-8 roperty contains invalid 
2471         UTF-8.  (#152845, Owen Taylor)
2472
2473 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
2474
2475         Fix #152760, Christian Persch:
2476         
2477         * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't free
2478         private data.
2479         (gtk_about_dialog_set_translator_credits): Recommend the msg
2480         id translator-credits.
2481         (display_credits_dialog): Show translator credits if they're
2482         translated, not if they're untranslated.
2483
2484 Thu Sep 16 02:07:56 2004  Jonathan Blandford  <jrb@gnome.org>
2485
2486         * docs/tools/widgets.c (create_icon_view): load images at normal
2487         size.
2488
2489         * docs/reference/gtk/images/*png: Update shots.
2490
2491 Thu Sep 16 00:33:11 2004  Jonathan Blandford  <jrb@gnome.org>
2492
2493         * docs/tools/widgets.c (new_widget_info): Add constrained sizing
2494         to the widgets.  This gives us all images running the same size,
2495         which will make the table layout look better.
2496
2497 2004-09-15  Tor Lillqvist  <tml@iki.fi>
2498
2499         * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
2500         Remove bogus code that tried to do what the X11 backend does in
2501         its version of this function. There are no "frame windows" (for
2502         toplevel window decoration) on Windows. The desktop ("root")
2503         window is not the parent of a toplevel window. (#152481)
2504
2505 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
2506
2507         * NEWS: Update.
2508
2509 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
2510
2511         * docs/tools/widgets.c: Add accel label, file button
2512         and icon view.
2513
2514 Tue Sep 14 22:01:49 2004  Matthias Clasen  <maclas@gmx.de>
2515
2516         * configure.in: New option --disable-visibility to disable
2517         the use of ELF visibility attributes for PLT reduction.
2518
2519         * gtk/makegtkalias.pl: 
2520         * gdk/makegdkalias.pl: Respect the DISABLE_VISIBILITY
2521         define.
2522
2523 Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
2524
2525         * gtk/gtkaction.c (connect_proxy): Call
2526         gtk_tool_item_rebuild_menu().
2527
2528         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Update
2529         documentation for GtkToolItem::create_menu_proxy.
2530
2531         * gtk/gtktoolitem.c (gtk_tool_item_rebuild_menu): New
2532         API to make the toolbar update itself when the proxy menu item
2533         for a tool item changes.
2534
2535         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Call
2536         gtk_tool_item_rebuild_menu here()
2537
2538         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
2539         Remove redundant check for need_label.
2540
2541 2004-09-14  Matthias Clasen  <mclasen@redhat.com>
2542
2543         * gtk/gtkmain.c (do_post_parse_initialization): Remove an unused 
2544         variable, spotted by Morten Welinder.
2545
2546         * gtk/queryimmodules.c (escape_string): Copy code from queryloaders.c
2547         which turns backslashes in slashes on win32.  (#152608, Kazuki IWAMOTO)
2548
2549         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Set the cursor
2550         to the first selected row instead of always to the first row if there
2551         is no cursor.  (#143270, Jean Bréfort)
2552
2553         * tests/testfilechooser.c (main): Fix a few typos.
2554
2555 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
2556
2557         * gtk/gtkexpander.c: 
2558         * gtk/gtktreeview.c: Change the default expander size to 12 to compensate 
2559         for the recent change to gtk_default_draw_expander().
2560
2561         * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
2562         for expander sizes up to 16
2563
2564         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
2565         popup if the model is replaced.  (#152333)
2566
2567 Mon Sep 13 09:11:53 2004  Manish Singh  <yosh@gimp.org>
2568
2569         * gtk/gtkrange.c: fix gtk_range_real_change_value args. Addresses part
2570         of #152518.
2571
2572 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
2573
2574         Fix some problems reported by Morten Welinder:
2575         
2576         * gtk/gtkfilesystem.c: Include gtkmodules.h, not gtkmain.h, since
2577         the modules stuff moved.
2578
2579         * gtk/gtkmain.c (gtk_arg_no_debug_cb): Add a missing return
2580
2581         * gtk/gtksettings.c: Add missing include. 
2582         (settings_update_modules): Remove an unused variable.
2583
2584 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
2585
2586         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2587         Improve positioning of entry completion popup.
2588
2589 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
2590
2591         * gtk/makegtkalias.pl: 
2592         * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
2593         aliases instead of the long suffix "__internal_alias". 
2594
2595         * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
2596         button.
2597
2598 Wed Sep  8 18:38:08 2004  Soeren Sandmann  <sandmann@redhat.com>
2599
2600         Make dropping of expandable items look nicer.
2601         
2602         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
2603         placeholder expand if highlight item is expanding.
2604
2605         * gtk/gtktoolbar.c (toolbar_content_set_expand): New function.
2606
2607         * gtk/gtktoolbar.c (toolbar_content_get_expand): Return TRUE only
2608         if the item is not disappering.
2609
2610 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
2611
2612         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Use the proper node type
2613         for placeholders in toolbars.  (#151963, Olivier Andrieu)
2614
2615         * gtk/gtkstyle.c (gtk_default_draw_expander): Draw expanders a bit 
2616         better.
2617
2618 Sun Sep  5 17:14:16 2004  Matthias Clasen  <maclas@gmx.de>
2619
2620         * gtk/gtkmain.c: 
2621         * gdk/gdk.c: 
2622         * gdk/x11/gdkmain-x11.c: 
2623         * gdk/win32/gdkmain-win32.c: Add descriptions for the 
2624         commandline arguments. The actual descriptions are mostly 
2625         taken from libbonoboui, so translators should be able to 
2626         copy existing translations from there.
2627
2628 2004-09-05  Anders Carlsson  <andersca@gnome.org>
2629
2630         * gdk/gdk.symbols:
2631         * gtk/gtk.symbols:
2632         Add new functions
2633
2634 2004-09-05  Anders Carlsson  <andersca@gnome.org>
2635
2636         * gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
2637         (gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only),
2638         (gdk_parse_args):
2639         * gdk/gdk.h:
2640         * gdk/gdkinternals.h:
2641         * gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init):
2642         * gdk/win32/gdkmain-win32.c: (_gdk_windowing_init):
2643         * gdk/x11/gdkdisplay-x11.c: (gdk_display_open):
2644         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init):
2645         * gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb),
2646         (gtk_arg_module_cb), (gtk_arg_warnings_cb),
2647         (do_pre_parse_initialization), (do_post_parse_initialization),
2648         (pre_parse_hook), (post_parse_hook), (gtk_get_option_group),
2649         (gtk_init_with_args), (gtk_parse_args):
2650         * gtk/gtkmain.h:
2651         Make gtk argument parsing use goption. Add gtk_get_option_group and
2652         gtk_init_with_args. 
2653         
2654         * tests/testtreemodel.c: (main):
2655         Use gtk_init_with_args.
2656         
2657 Sun Sep  5 01:04:01 2004  Matthias Clasen  <maclas@gmx.de>
2658
2659         Allow sorting of tree models to be turned off 
2660         again.  (#151139, Torsten Schoenfeld)
2661         
2662         * gtk/gtktreesortable.h: 
2663         Add GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID.
2664
2665         * gtk/gtktreestore.c (gtk_tree_store_sort): 
2666         * gtk/gtkliststore.c (gtk_list_store_sort): Don't sort if
2667         the list store is not sorted.
2668
2669 Sat Sep  4 23:37:56 2004  Matthias Clasen  <maclas@gmx.de>
2670
2671         * configure.in: Fix the Solaris Xinerama checks.  (#151754)
2672
2673 Sat Sep  4 22:45:49 2004  Matthias Clasen  <maclas@gmx.de>
2674
2675         * gtk/gtkentry.c (gtk_entry_backspace): Don't refuse to delete
2676         text in passwords.  (#151723, Owen Taylor)
2677
2678 Sat Sep  4 16:51:00 2004  Søren Sandmann  <sandmann@redhat.com>
2679
2680         * gdk/x11/gdkevents-x11.c (gdk_event_prepare): Revert accidental
2681         change from Aug 02 that removed a flush of the X connection from
2682         gdk_event_prepare() causing applications to get stuck. (#151732,
2683         Richard Hoelscher).
2684
2685 Fri Sep  3 22:45:03 2004  Matthias Clasen  <maclas@gmx.de>
2686
2687         * gtk/gtkuimanager.c (print_node): Don't print out attributes
2688         for the <ui> root node.  (#151752, Lorenzo Gil Sánchez)
2689
2690 Sat Sep  4 02:38:57 2004  Søren Sandmann  <sandmann@redhat.com>
2691
2692         * gtk/gtktoolbar.c (position): Accelerate the animation when it
2693         has been running for a while. (#143647).
2694
2695 2004-09-03  Tor Lillqvist  <tml@iki.fi>
2696
2697         * gtk-zip.sh.in: List the three theme gtkrc files separately, zip
2698         doesn't do anything if one of the files on its command line
2699         doesn't exist.
2700
2701         Handle changes of screen resolution on Win32. (#151581, reported by
2702         Arjohn Kampman)
2703         
2704         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_init,
2705         _gdk_root_window_size_init): Factor out setting the root window's
2706         size (as the size of the union of all monitors) to a new function.
2707
2708         * gdk/win32/gdkdisplay-win32.c (gdk_display_open,
2709         _gdk_monitor_init): Factor out the monitor query to a new
2710         function.
2711
2712         * gdk/win32/gdkprivate-win32.h: Declare above new functions.
2713
2714         * gdk/win32/gdkevents-win32.c (gdk_event_translate,
2715         handle_display_change): Handle WM_DISPLAYCHANGE by calling the
2716         above two functions, and emitting the "size_changed" signal on our
2717         (only) GdkScreen.
2718
2719 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
2720
2721         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): 
2722         Document the return value.
2723
2724 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
2725
2726         Make it possible to specify additional modules to load
2727         via a setting.  (#117236, Alex Graveley)
2728         
2729         * gtk/gtkmodules.h: 
2730         * gtk/gtkmodules.c: New files which contain the module
2731         handling code which was previously in gtkmain.[hc]. 
2732         Additionally, the code now looks for the gtk-modules 
2733         setting, which can specify additional modules to load.
2734
2735         * gtk/gtkmain.c: 
2736         * gtk/gtkmain.h: Remove all the module handling code.
2737
2738         * gtk/gtkdebug.h: Add a debug flag for modules.
2739
2740         * gtk/gtk.h: Include gtkmodules.h
2741
2742         * gtk/Makefile.am (gtk_public_h_sources): Add gtkmodules.h
2743         (gtk_c_sources): Add gtkmodules.c
2744
2745         * gtk/gtksettings.c: Add the gtk-modules setting.
2746
2747         * gdk/x11/gdkevents-x11.c: Add the Gtk/Modules XSetting.
2748
2749 Wed Sep  1 19:11:44 2004  Søren Sandmann  <sandmann@redhat.com>
2750
2751         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
2752         children of the toolbar are given positive dimensions. (149540,
2753         Felipe Heidrich).
2754
2755 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
2756
2757         * gtk/gtkfilesystemunix.c: 
2758         * gtk/gtkfilechooserbutton.c: Protect the unistd.h include
2759         by HAVE_UNISTD_H.
2760
2761 Wed Sep  1 02:38:48 2004  Matthias Clasen  <maclas@gmx.de>
2762
2763         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
2764         accel labels ellipsize correctly.  (#151559, Christian Persch)
2765
2766 Wed Sep  1 00:55:56 2004  Matthias Clasen  <maclas@gmx.de>
2767
2768         * gtk/gtkimage.c (gtk_image_clear): Don't leak the iter
2769         of a running animation.  (#151542)
2770
2771 Tue Aug 31 23:40:29 2004  Matthias Clasen  <maclas@gmx.de>
2772
2773         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
2774         "ms-windows" the default theme on Win32.  
2775
2776 Tue Aug 31 23:24:49 2004  Matthias Clasen  <maclas@gmx.de>
2777
2778         * gtk/gtkcalendar.c (gtk_calendar_main_button): Only start  
2779         a drag if the left button is pressed.  (#151490, Frederic Croszat)
2780
2781 Tue Aug 31 23:20:58 2004  Matthias Clasen  <maclas@gmx.de>
2782
2783         * gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
2784
2785 Tue Aug 31 17:07:41 2004  Jonathan Blandford  <jrb@redhat.com>
2786
2787         * gtk/gtktreeviewcolumn.c
2788         (gtk_tree_view_column_cell_process_action): constrain cell area to
2789         passed in cell_area, #147867
2790
2791         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): if
2792         ellipsizing, get_size is only 3 chars wide.
2793
2794         * docs/tree-column-sizing.png: Add Matthias's excellent image.
2795
2796 2004-08-28  Robert Ã–gren  <gtk@roboros.com>
2797
2798         On Win32, do not produce tablet motion or button events while a
2799         window is being moved or resized. (#151090, reported by Shaneyfelt)
2800
2801         * gdk/win32/gdkprivate-win32.h
2802         * gdk/win32/gdkglobals-win32.c
2803         * gdk/win32/gdkevents-win32.c: Rename the variable resizing to
2804         _sizemove_in_progress and make it extern.
2805
2806         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Ignore
2807         motion and button events if _sizemove_in_progress is true.
2808
2809 2004-08-30  Tor Lillqvist  <tml@iki.fi>
2810
2811         Make the ms-windows theme engine build with mingw.
2812
2813         * configure.in: Expand also modules/engines/ms-windows/Theme/
2814         Makefile and .../Theme/gtk-2.0/Makefile.
2815
2816         * modules/engines/ms-windows/Makefile.am: Adapt for building
2817         inside the GTK sources.
2818
2819         * modules/engines/ms-windows/*.c: Use "foo.h" style includes for
2820         GTK and GDK headers. Use correct path for gdkwin32.h header.
2821
2822         * modules/engines/ms-windows/msw_style.c: Don't use deprecated GDK
2823         API.
2824
2825         * modules/engines/ms-windows/xp_theme_defs.h
2826         * modules/engines/ms-windows/xp_theme.c: Move definitions of TMT_*
2827         to xp_theme.c, as they are neither in mingw's nor Platform
2828         SDK's tmschema.h.
2829
2830         * modules/engines/ms-windows/xp_theme.c: Define _WIN32_WINNT as
2831         0x0501 to get the necesssary stuff from mingw's uxtheme.h.
2832
2833 2004-08-30  Matthias Clasen  <mclasen@redhat.com>
2834
2835         Integrate the ms-windows theme engine (better known as Wimp)
2836         into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/) 
2837         was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2
2838         sources have been added to the GTK+ source tree in 
2839         modules/engines/ms-windows, and there is a ChangeLog detailing 
2840         the history of Wimp. (#109615, Havoc Pennington)
2841         
2842         * configure.in: Generate modules/engines/Makefile and 
2843         modules/engines/ms-windows/Makefile.
2844
2845         * modules/Makefile.am (SUBDIRS): Add engines.
2846
2847         * modules/engines/Makefile.am: Compile ms-windows for win32.
2848
2849 2004-08-30  Matthias Clasen  <mclasen@redhat.com>
2850
2851         * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler):
2852         Make it compile.
2853
2854 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
2855
2856         Fix #151112, Olexiy Avramchenko:
2857         
2858         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): 
2859         * gtk/gtkiconview.c (scroll_timeout, layout_callback) 
2860         (gtk_icon_view_item_accessible_idle_do_action): 
2861         * gtk/gtkcombobox.c (list_popup_resize_idle, popdown_idle) 
2862         (popup_idle): Protect idle callbacks and timeouts with 
2863         GDK_THREADS_ENTER/_LEAVE.
2864
2865         * gtk/gtkfilechooserbutton.c (update_dialog_idle): New function to
2866         call update_dialog() from an idle with the necessary protection.
2867
2868 Mon Aug 30 01:34:42 2004  Matthias Clasen  <maclas@gmx.de>
2869
2870         Changes to make sure input methods respect the editability
2871         of entries and text views. #114173, Noah Levitt.
2872         
2873         * gtk/gtkentry.c (popup_targets_received): Make the Input 
2874         Methods menuitem insensitive if we're not editable.
2875
2876         * gtk/gtkentry.c (gtk_entry_delete_surrounding_cb): 
2877         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): 
2878         * gtk/gtkentry.c (gtk_entry_commit_cb): Don't change anything 
2879         if we're not editable.
2880
2881         * gtk/gtkentry.c (gtk_entry_focus_out): 
2882         * gtk/gtkentry.c (gtk_entry_focus_in): Only send focus_in and
2883         focus_out to the im context if we're editable.
2884
2885         * gtk/gtkentry.c (gtk_entry_set_property): Reset the im context
2886         if the entry just became non-editable.
2887
2888         * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler): 
2889         Use gtk_text_buffer_delete_interactive() to not delete
2890         non-editable portions of text.
2891
2892 2004-08-30  Tor Lillqvist  <tml@iki.fi>
2893
2894         * modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
2895
2896         * modules/input/gtkimcontextime.c: Use quotes in #includes, to
2897         find headers when building inside GTK+ sources.
2898
2899 2004-08-27  Tor Lillqvist  <tml@iki.fi>
2900
2901         * gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
2902         drop_failed, like in the X11 backend. Nothing sets it, though.
2903         (gdk_drag_drop_succeeded): Copy from X11 backend.
2904
2905 Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
2906
2907         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't crash
2908         if model is not set. Noted by Mariano Suarez-Alvarez.
2909
2910 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
2911
2912         Provide information about how an adjustment change in a range 
2913         widget happened. Add a "change-value" signal which reports how 
2914         a user is interacting with the range, whether they are clicking 
2915         on a stepper or the trough, or dragging the slider.  (#133263,
2916         Thomas Fitzsimmons)
2917
2918         * gtk/gtkmarshalers.list: Add signal type BOOLEAN:ENUM,DOUBLE.
2919         * gtk/gtkrange.c (gtk_range_class_init): Add "change-value"
2920         signal.
2921         (gtk_range_internal_set_value): Rename to
2922         gtk_range_real_change_value.  Add GtkScrollType parameter.  Emit
2923         the change-value signal when the range's value changes.
2924         (update_slider_position, gtk_range_scroll_event, step_back,
2925         step_forward, page_back, page_forward, scroll_begin,
2926         scroll_end): Change gtk_range_internal_set_value to
2927         gtk_range_real_change_value.
2928         * gtk/gtkrange.h (struct _GtkRangeClass): Declare change_value
2929         function.
2930
2931 2004-08-26  Matthias Clasen  <mclasen@redhat.com>
2932
2933         * modules/input/Makefile.am: Build imime.la on Windows.
2934
2935         * modules/input/gtkimcontextime.h: 
2936         * modules/input/gtkimcontextime.c: 
2937         * modules/input/imime.c: 
2938         * modules/input/imm-extra.h: Add the IME input method for Win32
2939         written by Takuro Ashie and Kazuki IWAMOTO. The code was previously
2940         hosted at http://sourceforge.jp/projects/imime.  (#135195)
2941
2942 2004-08-26  Bill Haneman <billh@gnome.org>
2943
2944         * gtk/gtktreeview:
2945         (gtk_tree_view_move_cursor_up_down):
2946         If a multi-selection list contains only one item,
2947         select it on cursor_up or cursor_down.
2948         Fixes bug #131226.
2949         [patch from Padraig O'Briain]
2950
2951 2004-08-26  Matthias Clasen  <mclasen@redhat.com>
2952
2953         Make gdk_window_process_[all]_updates() respect 
2954         update_freeze_counter  (#144272, Soeren Sandmann)
2955         
2956         * gdk/gdkwindow.c (gdk_window_schedule_update): New function to
2957         install an idle for gdk_window_update_idle() if one isn't there
2958         already.
2959         (gdk_window_process_all_updates): 
2960         (gdk_window_process_updates): Only process the updates if the
2961         window isn't frozen.
2962         (gdk_window_invalidate_maybe_recurse): Schedule an update when
2963         necessary.
2964         (gdk_window_thaw_updates): Use gdk_window_schedule_update() instead
2965         of directly installing the idle.
2966
2967 2004-08-22  Robert Ã–gren  <gtk@roboros.com>
2968
2969         On Win32, make graphical tablets work on multi-monitor systems.
2970         (#145467, reported by buttknock1@ya...)
2971
2972         * gdk/win32/gdkinput-win32.c (gdk_input_translate_coordinates):
2973         Use dimensions of _gdk_parent_root as screen size.
2974         (gdk_input_get_root_relative_geometry): Get coordinates relative
2975         to GDK root window instead of Win32 coordinates.
2976         (_gdk_input_other_event): Updated accordingly.
2977
2978 Wed Aug 25 17:24:17 2004  Manish Singh  <yosh@gimp.org>
2979
2980         * gdk/x11/gdkfont-x11.c: remove unused gdk_font_charset_for_locale()
2981         function.
2982
2983         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): remove unused
2984         variables num_extensions and extensions.
2985
2986         * gtk/gtkhsv.c: remove unused gtk_hsv_get_focus_gc() function.
2987
2988 Wed Aug 25 17:14:58 2004  Manish Singh  <yosh@gimp.org>
2989
2990         * gtk/gtktreeview.c (gtk_tree_view_search_activate): initialize
2991         path so we don't potentially use an undefined pointer.
2992
2993         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): add G_CALLBACK
2994         cast for tree_view_keybinding_cb.
2995
2996         * gtk/gtkfilechooserdefault.c (location_entry_create): cast to
2997         GTK_FILE_CHOOSER_ENTRY for _gtk_file_chooser_entry_set_file_part()
2998         calls.
2999
3000         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_start_editing):
3001         cast to GTK_COMBO_BOX for gtk_combo_box_set_active_iter() call.
3002
3003         * gtk/gtkselection.c (selection_get_text_plain): make len a gsize,
3004         since that's what g_convert_with_fallback() expects.
3005
3006 Wed Aug 25 16:14:34 2004  Jonathan Blandford  <jrb@redhat.com>
3007
3008         * gtk/gtktreeview.c (gtk_tree_view_search_activate): activate the
3009         typeahead entry on enter.
3010
3011 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
3012
3013         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Steal ATTACHED_MENUS
3014         list so its tail isn't freed when we re-set it, noticed
3015         by Hans Petter Jansson.
3016
3017         * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
3018         a typo, noticed by Tim Janik.
3019
3020 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
3021
3022         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
3023         button to be end-justified, so that clicking on it is a stable
3024         operation.
3025
3026 Tue Aug 24 02:06:37 2004  Jonathan Blandford  <jrb@gnome.org>
3027
3028         * gtk/gtktreeview.c
3029         (gtk_tree_view_real_expand_collapse_cursor_row): Don't handle the
3030         event if we have no children.
3031
3032         * gtk/gtkfilechooserdefault.c (trap_activate_cb):
3033         (tree_view_keybinding_cb):Since GtkTreeView has a keybinding
3034          attached to '/', we need to catch keypresses before the TreeView
3035          gets them.
3036         (gtk_file_chooser_default_class_init): add '/' to be a keybinding
3037         to the C-l dialog.
3038         (location_entry_create): Clear the text to "" when loading a file.
3039         This has a much better feel than putting the currently selected
3040         in.
3041         * #include <errno.h>
3042
3043 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
3044
3045         * gtk/gtkfilechooserdefault.c (check_is_folder): Use get_file_info() rather 
3046         than trying get_folder() and checking for an error directly because older 
3047         versions of the gnome-vfs backend don't return an error 
3048         immediately.  (#150852, Zack Cerza )
3049
3050 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
3051
3052         * configure.in: Post-release version bump.
3053
3054         * === Released 2.5.2 ===
3055
3056         * gdk/abicheck.sh:
3057         * gtk/abicheck.sh: Make work during make distcheck.
3058         
3059         * docs/RELEASE-HOWTO: Add hint about doing make check 
3060         before make distcheck.
3061         
3062         * gtk/gtk.symbols: Add some missing symbols.
3063
3064         * gtk/gtkiconview.c: Add some missing statics.
3065
3066 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
3067
3068         * NEWS: Updates for 2.5.2
3069
3070 Wed Aug 25 00:22:48 2004  Søren Sandmann  <sandmann@redhat.com>
3071
3072         * gtk/gtksequence.c: Remove debug spew
3073
3074 Wed Aug 25 00:09:07 2004  Søren Sandmann  <sandmann@redhat.com>
3075
3076         * gtk/gtkliststore.c (gtk_list_store_move_after): Fix logical
3077         errors in gtk_list_store_move_before/after(). (#150983, patch by
3078         Robert Ã–gren).
3079
3080 Tue Aug 24 21:46:42 2004  Søren Sandmann  <sandmann@redhat.com>
3081
3082         * gtk/gtksequence.c (_gtk_sequence_move): Just return if the
3083         parameters are identical. (#150159, Robert Ã–gren)
3084
3085 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
3086
3087         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle 
3088         action_group being NULL.  (#150869,  Tommi Komulainen)
3089
3090 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
3091
3092         * gdk/gdkimage.c (allocate_scratch_images): Use the correct 
3093         index variable.  (#150941, Tommi Komulainen)
3094
3095 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
3096
3097         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
3098         height and adjustment into account.  (#136496, Pawek Salek)
3099
3100 Mon Aug 23 17:19:19 2004  Jonathan Blandford  <jrb@redhat.com>
3101
3102         * configure.in:
3103         * docs/tools/Makefile.am (clean-local): add the doc shooter to the
3104         docs dir as an uninstalled helper tool.
3105
3106 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
3107
3108         * gdk/x11/gdkwindow-x11.c (show_window_internal): Make it compile.
3109
3110         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a 
3111         user_time field.
3112
3113         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Update
3114         toplevel->user_time.
3115         (show_window_internal): Update the user time when re-mapping a
3116         toplevel window.  (#150502, Elijah Newren)
3117
3118 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
3119
3120         Fix #150822, reported by Christian Persch
3121         
3122         * gtk/gtklabel.c (gtk_label_ensure_layout): Set the layout width
3123         appropriately when ellipsized.
3124         (gtk_label_size_allocate): Only set the layout width if there
3125         is a layout.
3126
3127 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
3128
3129         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
3130         EWMH additions to the _NET_ACTIVE_WINDOW client message 
3131         format.  (#150668, Elijah Newren)
3132
3133 Mon Aug 23 01:17:59 2004  Matthias Clasen  <maclas@gmx.de>
3134
3135         * gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
3136         bits in pixel to 1s in case they are used as alpha; copying
3137         code from gdk_colormap_alloc_colors().  (#150466, Rich Wareham)
3138
3139 2004-08-22  Philip Langdale  <plangdale@vmware.com>
3140
3141         * gtk/gtkaction.c (gtk_action_disconnect_proxy): Two signals
3142         (gtk_action_sync_property and gtk_action_sync_sensitive) were
3143         not being correctly disconnected, leading to actions continuing
3144         to affect disconnected proxies. (#150607)
3145
3146 2004-08-22  Tor Lillqvist  <tml@iki.fi>
3147
3148         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal,
3149         gdk_window_new, gdk_window_set_skip_taskbar_hint): Don't show TEMP
3150         windows in the Task Manager. Implement by calling
3151         gdk_window_set_skip_taskbar_hint(TRUE) on them. (#145481, Tim
3152         Evans)
3153
3154         * gdk/win32/gdkdisplay-win32.c (enum_monitor, gdk_display_open):
3155         Report whole of (primary) monitor, including any taskbars.
3156         Excluding the taskbar area from the "root window" reported to GDK
3157         doesn't seem to be that useful although gdk/win32 had been doing it
3158         for a very long time. (#149013, see also #145467 and #148526)
3159
3160 Sun Aug 22 16:55:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3161
3162         * gtk/gtkexpander.c
3163         * gtk/gtkalignment.c: 
3164         * gtk/gtktexttag.c
3165         Make enums match property names. Found by a script by Tommi
3166         Komulainen.
3167
3168         * gtk/gtkpaned.c (gtk_paned_class_init): fix min/max mixup.
3169
3170 Sun Aug 22 16:09:49 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3171
3172         * gtk/gtkliststore.h (struct _GtkListStore): 
3173         * gtk/gtkliststore.c (gtk_list_store_init): 
3174         * gtk/gtkliststore.c (gtk_list_store_insert): 
3175         * gtk/gtkliststore.c (gtk_list_store_remove): 
3176         Restore length field; PyGTK and maybe others use it directly.
3177
3178 Sun Aug 22 15:46:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3179
3180         * gtk/gtkpaned.c (gtk_paned_class_init):
3181         s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
3182
3183         * gtk/gtkfontbutton.c (gtk_font_button_class_init):
3184         s/PROP_SHOW_SIZE/PROP_SHOW_STYLE/
3185
3186         Both pointed out by Tommi Komulainen.
3187
3188 Sun Aug 22 13:44:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3189
3190         * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
3191         not PROP_MIN_POSITION for the max_position property. Fix pointed
3192         out by Tommi Komulainen.
3193
3194 Sun Aug 22 13:32:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3195
3196         * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
3197         position so we don't create paths with off-list
3198         indices. (#150320).
3199
3200 Sun Aug 22 12:04:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3201
3202         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Use the
3203         correct tree path (#150289, Morten Welinder).
3204
3205 Sun Aug 22 00:08:44 2004  Matthias Clasen  <maclas@gmx.de>
3206
3207         Fix #150406, reported by Fernando San Martín Woerner, patch
3208         by Gustavo Carneiro.
3209         
3210         * gtk/gtkentrycompletion.c 
3211         (gtk_entry_completion_default_completion_func): Check that 
3212         column is of type G_TYPE_STRING before proceeding.
3213
3214 Sat Aug 21 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
3215
3216         * gtk/gtktreestore.c (gtk_tree_store_swap): Don't use an 
3217         uninitialized tree iter.  (#150414, Torsten Schoenfeld)
3218
3219 Sat Aug 21 23:29:54 2004  Matthias Clasen  <maclas@gmx.de>
3220
3221         Fix #150738, Tomislav Jonjic.
3222         
3223         * gtk/gtktoolitem.h (GTK_IS_TOOL_ITEM_CLASS): 
3224         * gtk/gtktoolbutton.h (GTK_IS_TOOL_BUTTON_CLASS): 
3225         * gtk/gtktoggleaction.h (GTK_IS_TOGGLE_ACTION_CLASS): 
3226         * gtk/gtkseparatortoolitem.h (GTK_IS_SEPARATOR_TOOL_ITEM_CLASS): 
3227         * gtk/gtkradiotoolbutton.h (GTK_IS_RADIO_TOOL_BUTTON_CLASS): 
3228         * gtk/gtkradioaction.h (GTK_IS_RADIO_ACTION_CLASS): 
3229         * gtk/gtkuimanager.h (GTK_IS_UI_MANAGER_CLASS): 
3230         * gtk/gtkaction.h (GTK_IS_ACTION_CLASS): Fix macro definitions.
3231
3232 Wed Aug 18 17:25:26 2004  Manish Singh  <yosh@gimp.org>
3233
3234         * demos/testpixbuf-save.c
3235         * demos/gtk-demo/hypertext.c: Get rid of some unnecessary casts.
3236
3237         * demos/gtk-demo/appwindow.c: Make activate_email and activate_url
3238         match the arguments for GtkAboutDialogActivateLinkFunc.
3239
3240 Wed Aug 18 16:18:00 2004  Manish Singh  <yosh@gimp.org>
3241
3242         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): Initialize height
3243         from fixed_height before we do anything, so it always has a valid
3244         value.
3245
3246         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Fix call
3247         to gtk_tree_model_get (missing "," in param list).
3248
3249 2004-08-18  Federico Mena Quintero  <federico@ximian.com>
3250
3251         Merged from 2.4:
3252
3253         Fixes #149251:
3254
3255         * gtk/gtkfilechooserdefault.c: Renamed SHORTCUTS_COL_PATH to
3256         SHORTCUTS_COL_DATA.  Add SHORTCUTS_COL_IS_VOLUME, to determine
3257         easily whether the SHORTCUTS_COL_DATA points to a GtkFilePath or a
3258         GtkFileSystemVolume.
3259         (shortcuts_model_create): Create a boolean column for
3260         SHORTCUTS_COL_IS_VOLUME.
3261         (shortcuts_reload_icons): Simplify with the use of the
3262         SHORTCUTS_COL_IS_VOLUME column.  Don't leak the pixbuf.
3263         (shortcuts_insert_path): Add the SHORTCUTS_COL_IS_VOLUME data.
3264         (shortcuts_free_row_data): New helper function; frees the data
3265         columns for an iter.
3266         (shortcuts_remove_rows): Don't take a callback for freeing the
3267         data; free everything here instead.  Use
3268         shortcuts_free_row_data().
3269         (volume_remove_cb): Removed.
3270         (remove_bookmark_cb): Removed.
3271         (remove_row_cb): Make this a single generic function to delete
3272         rows.
3273         (shortcuts_add_volumes): Use remove_row_cb().
3274         (shortcuts_add_bookmarks): Likewise.
3275         (struct _GtkFileChooserDefault): Removed the
3276         shortcuts_current_folder_is_volume field.
3277         (shortcuts_add_current_folder): Oops, don't free the volume.
3278         (remove_current_folder_cb): Removed.
3279         (shortcut_find_position): Simplify through the use of the
3280         SHORTCUTS_COL_IS_VOLUME column.
3281         (remove_selected_bookmarks): Assert that we don't get a volume.
3282         (shortcuts_reorder): Likewise; also, plug a leak.
3283         (gtk_file_chooser_default_remove_shortcut_folder): Simplify
3284         through the use of shortcuts_remove_rows().
3285         (gtk_file_chooser_default_list_shortcut_folders): Assert that we
3286         don't get a volume.
3287         (shortcuts_activate_iter): Simplify.
3288         (home_folder_handler): Simplify by using
3289         shortcuts_activate_iter().
3290         (shortcuts_free): New function; frees all the data columns.
3291         (gtk_file_chooser_default_finalize): Unref the
3292         shortcuts_filter_model and the shortcuts model data first.
3293
3294 Wed Aug 18 08:31:17 2004  Manish Singh  <yosh@gimp.org>
3295
3296         * gtk/gtkiconview.c: Applied patch from Olivier Andrieu to fix
3297         bug #150440.
3298
3299         * gtk/gtkicontheme.c (gtk_icon_theme_init): xdg_data_dirs should
3300         match constness attributes of g_get_system_data_dirs ().
3301
3302 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
3303
3304         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look up icon themes in the 
3305         directories specified in the icon theme spec: $HOME/.icons, 
3306         $XDG_DATA_DIRS/icons, /usr/share/pixmaps. Note that GTK+ used to also look 
3307         in $GTK_DATA_DIR/icons, $GTK_DATA_DIR/pixmaps and /usr/share/icons.  (#148694)
3308         
3309
3310         * gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
3311         painting the shadows.  (#150351, Tim Janik)
3312
3313 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
3314
3315         * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
3316
3317         * gdk/gdk.symbols: Don't use #if defined().
3318
3319         * gdk/Makefile.am (gdkalias.h): 
3320         * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
3321
3322         * gdk/makegdkalias.pl: 
3323         * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
3324         keep the #ifdefs which differentiate between platforms.
3325
3326         * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no 
3327         longer needed.
3328
3329 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
3330
3331         * tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
3332         rtl testing.
3333
3334         * gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
3335         (gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
3336         (gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
3337         (gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
3338         seems to expect a path, not an uri.
3339         (update_dialog): Handle g_filename_from_uri() returning NULL, don't free
3340         info if it is NULL. 
3341
3342         * gtk/gtkfilechooserbutton.h: Minor stylistic changes.
3343
3344 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
3345
3346         * gtk/gtkfilechooserbutton.[hc]: New widget to go along with 
3347         GtkFontButton and GtkColorButton for use in preference dialogs.
3348         Replaces GnomeFileEntry.  (#148108, James M. Cape)
3349
3350         * gtk/gtk.h: Include gtkfilechooserbutton.h
3351
3352         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
3353         (gtk_c_sources): Add gtkfilechooserbutton.c
3354
3355         * gtk/gtk.symbols: Add the GtkFileChooserButton symbols.
3356
3357         * gtk/gtkfilechooserutils.[hc]: Make the delegate quark available. 
3358
3359         * gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
3360         to suppress tab-eating using the new eat_tabs argument. Adjust all
3361         callers.
3362
3363         * tests/testfilechooserbutton.c: Test for GtkFileChooserButton.
3364
3365         * tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
3366
3367 2004-08-16  Matthias Clasen  <mclasen@redhat.com>
3368
3369         * gtk/gtkwidget.c (gtk_widget_render_icon): Doc update.
3370
3371         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1,
3372         use the available size closest to 48.  (#150147)
3373
3374         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return
3375         a pointer to the beginning of the sizes array, not the end.
3376
3377 2004-08-16  Morten Welinder  <terra@gnome.org>
3378
3379         * tests/testtreemodel.c (test_run): Comment out mallinfo stuff.
3380         Fix g_print %-strings.
3381
3382         * gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.
3383
3384 2004-08-16  Christian Rose  <menthos@menthos.com>
3385
3386         * configure.in: Added "bs" to ALL_LINGUAS.
3387
3388 Mon Aug 16 01:35:25 2004  Matthias Clasen  <maclas@gmx.de>
3389
3390         
3391         * gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
3392         change the default behaviour to focus on click.
3393
3394         * gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
3395
3396 Mon Aug 16 01:03:08 2004  Matthias Clasen  <maclas@gmx.de>
3397
3398         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset): 
3399         (gtk_text_iter_set_visible_line_index): Count from the 
3400         beginning of the line, not from the current position.  (#150101,
3401         Torsten Schoenfeld)
3402
3403 2004-08-15  Tor Lillqvist  <tml@iki.fi>
3404
3405         * gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been
3406         included in my zipfiles...!
3407
3408         * gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of
3409         icon alpha channel (on Windows XP) and mask (older Windows
3410         versions). (#148641, Tim Evans)
3411
3412 Sun Aug 15 02:31:55 2004  Matthias Clasen  <maclas@gmx.de>
3413
3414         * gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make 
3415         the use of S_ISFIFO and S_ISSOCK conditional.  (#150146,
3416         Gustavo Carneiro)
3417
3418 2004-08-14  Tor Lillqvist  <tml@iki.fi>
3419
3420         * gtk/gtkfilechooserdefault.c (shortcuts_append_home,
3421         shortcuts_append_desktop, set_local_only)
3422         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon)
3423         * gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system): 
3424         Guard against g_get_home_dir() returning NULL. (#150007)
3425
3426 Sat Aug 14 17:56:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3427
3428         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function. 
3429
3430         * gtk/gtkentry.c (in_selection): New function using
3431         gtk_entry_get_pixel_ranges() to determine whether a click is in
3432         the selection. Improve entry behavior wrt. dragging and
3433         selecting. Bug #143249.
3434
3435 Sat Aug 14 17:53:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3436
3437         * configure.in: Require glib 2.5.2
3438         
3439         * gtk/gtksequence.[ch]: New internal data structure.
3440
3441         * gtk/gtkliststore.[hc]: Reimplement in terms of new data
3442         structure
3443         
3444         * tests/Makefile.am (testtreemodel_SOURCES):
3445         * tests/testtreemodel.c: New test program written by Matthias.
3446
3447 2004-08-13  Matthias Clasen  <mclasen@redhat.com>
3448
3449         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set): 
3450         Don't install the settings_notify_cb from here, since it
3451         may be called before the first screen_changed signal, 
3452         confusing the logic in gtk_file_chooser_screen_changed().
3453         (#148803, Abel Daniel)
3454
3455         * gtk/gtkcombobox.c: Make re-sensitivation work
3456         in menu mode.
3457
3458         * gtk/gtkaction.c (gtk_action_new): Fix the docs.
3459
3460 Fri Aug 13 01:06:56 2004  Matthias Clasen  <maclas@gmx.de>
3461
3462         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): 
3463         Make fixed height mode handle insertions.  (#135955, 
3464         Michael Vogt, testcase by Tim-Philipp Müller, fix by
3465         Pawel Salek)
3466
3467 Fri Aug 13 00:40:18 2004  Matthias Clasen  <maclas@gmx.de>
3468
3469         * gtk/gtkhandlebox.c: Add missing include.
3470
3471 Thu Aug 12 23:52:12 2004  Matthias Clasen  <maclas@gmx.de>
3472
3473         Fix #149547, Markus Lausser:
3474         
3475         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): 
3476         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't 
3477         crash if size_request or size_allocate are called early.
3478
3479         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect
3480         against being allocated too small.
3481
3482 Thu Aug 12 21:02:57 2004  Matthias Clasen  <maclas@gmx.de>
3483
3484         * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog 
3485         API changes.
3486
3487         * gtk/gtkaboutdialog.h: 
3488         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook): 
3489         (gtk_about_dialog_set_url_hook): Add callback data and destroy notify 
3490         for language bindings.  (#149999, Olivier Andrieu)
3491
3492 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
3493
3494         * gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type().
3495         * gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type().
3496
3497         * gtk/gtkimmodule.c: Make gtk_im_module_get_type() static.
3498         * gtk/gtk.symbols:
3499         * gtk/gtkinternals.h: Remove the no longer exported get_type functions.
3500
3501 Thu Aug 12 01:35:46 2004  Matthias Clasen  <maclas@gmx.de>
3502
3503         * gtk/gtkiconview.c: Make the icon view accessible by
3504         implementing the necessary ATK interfaces.  (#149728,
3505         Padraig O'Briain)
3506
3507 Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de
3508
3509         * gtk/gtkaction.c (gtk_action_new): Link to information about
3510         allowed action names.  (#149620, David Malcolm)
3511
3512 Wed Aug 11 23:14:25 2004  Matthias Clasen  <maclas@gmx.de>
3513
3514         * gtk/gtk.symbols: 
3515         * gtk/gtkaction.h:
3516         * gtk/gtkaction.c (gtk_action_set_sensitive): 
3517         (gtk_action_set_visible): Add setters for the ::sensitive
3518         and ::visible properties of GtkAction.  (#149622, David Malcolm)
3519
3520 2004-08-11  Federico Mena Quintero  <federico@ximian.com>
3521
3522         Fix #149422, #143457:
3523
3524         * gtk/gtkfilechooserdefault.c
3525         (gtk_file_chooser_default_should_respond): Rewrite to take the
3526         current focus into account, the contents of the save entry, and
3527         the last focus for the shortcuts list.
3528         (switch_to_selected_folder): We don't need an assertion on the
3529         action here.
3530
3531 Wed Aug 11 20:56:00 2004  Matthias Clasen  <maclas@gmx.de>
3532
3533         * gtk/gtkinternals.h: 
3534         * gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
3535
3536         * gtk/abicheck.sh: Check all symbols.
3537
3538 Wed Aug 11 19:20:34 2004  Matthias Clasen  <maclas@gmx.de>
3539
3540         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
3541         Don't start a drag if the treeview is only a 
3542         drag destination.  (#149836, Pawel Salek)
3543
3544 2004-08-11  Matthias Clasen  <mclasen@redhat.com>
3545
3546         * gtk/gtktreedatalist.[hc]: 
3547         * gtk/gtkliststore.c:
3548         * gtk/gtktreestore.c: Underscore-prefix 
3549         gtk_tree_data_list_compare_func. 
3550
3551         * gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func.
3552
3553         * gtk/makegtkalias.pl: No need to include gtktreedatalist.h 
3554         any more.
3555
3556 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
3557
3558         * gdk/Makefile.am: 
3559         * gtk/Makefile.am: Define TESTS, not TEST, so that make check
3560         actually triggers abicheck.sh.
3561
3562         * gdk/makegdkalias.pl: 
3563         * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.
3564
3565         * gdk/makegdkalias.pl: 
3566         * gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
3567         
3568         * gtk/Makefile.am: Include gtkalias.h in the generated
3569         sources gtkmarhalers.c and gtkmarshal.c.
3570
3571         * gtk/makegtkalias.pl: Cosmetic fix.
3572
3573         * gdk/Makefile.am: Remove the . which was accidentally added
3574         to SUBDIRS. Include gdkalias.h in the generated sources 
3575         gdkenumtypes.c and gdkmarshalers.c.
3576
3577         * gdk/makegdkalias.pl: Cosmetic fix.
3578
3579         * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
3580
3581 2004-08-09  Hans Breuer  <hans@breuer.org>
3582
3583         * gtk/makefile.msc.in : autogenerate gtk.def, cleanup
3584
3585         * gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c : 
3586         removed long time unused ifdef/ed code (WITHOUT_WM_CREATE), 
3587         removed duplicated call to gdk_window_set_cursor()
3588
3589 Mon Aug  9 15:41:17 2004  Matthias Clasen  <maclas@gmx.de>
3590
3591         Add hidden aliases for exported symbols which are
3592         used internally in order to get rid of many PLT 
3593         entries.  (#145519, Arjan van de Ven)
3594         
3595         * gdk/Makefile.am: Add rules to generate gdk.def and 
3596         gdkalias.h from gdk.symbols, and make make check check 
3597         the abi with abicheck.sh.
3598
3599         * gdk/gdk.symbols: New file. Definition of the GDK ABI.
3600         The file can be processed by cpp to filter out certain 
3601         subsets of symbols.
3602
3603         * gdk/abicheck.sh: New file. Script to check the actually 
3604         symbols exported from libgdk-x11.2.0.so against the symbols
3605         found in gdk.symbols.
3606
3607         * gdk/makegdkalias.pl: New file. Perl script to generate the 
3608         header containing the alias definitions for internally used 
3609         exported symbols from a list of symbols.
3610
3611         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h
3612         
3613 2004-08-09  Morten Welinder  <terra@gnome.org>
3614
3615         * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.
3616
3617 Mon Aug  9 15:27:01 2004  Matthias Clasen  <maclas@gmx.de>
3618
3619         * gtk/makegtkalias.pl: Also revert 
3620         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
3621
3622 Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
3623
3624         * gdk/gdk.h: 
3625         * gdk/gdkrgb.h: Add the exported functions 
3626         gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
3627         gdk_keyboard_grab_info_libgtk_only() to the appropriate
3628         headers.
3629
3630 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
3631
3632         * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
3633         Make static.
3634
3635 Mon Aug  9 12:48:04 2004  Matthias Clasen  <maclas@gmx.de>
3636
3637         Add hidden aliases for exported symbols which are
3638         used internally in order to get rid of many PLT 
3639         entries.  (#145519, Arjan van de Ven)
3640         
3641         * gtk/Makefile.am: Add rules to generate gtk.def and 
3642         gtkalias.h from gtk.symbols, and make make check check 
3643         the abi with abicheck.sh.
3644         (gtk_private_h_sources): Add gtkinternals.h
3645         (gtk_built_private_headers): Add gtkalias.h
3646         (gtk_extra_sources): Add gtk.symbols
3647         (EXTRA_DIST): Add makegtkalias.pl and abicheck.sh
3648
3649         * gtk/gtk.symbols: New file. Definition of the GTK+ ABI.
3650         The file can be processed by cpp to filter out certain 
3651         subsets of symbols.
3652
3653         * gtk/abicheck.sh: New file. Script to check the actually 
3654         symbols exported from libgtk-x11.2.0.so against the symbols
3655         found in gtk.symbols.
3656
3657         * gtk/makegtkalias.pl: New file. Perl script to generate the 
3658         header containing the alias definitions for internally used 
3659         exported symbols from a list of symbols.
3660
3661         * gtk/gtkinternals.h: New file. An uninstalled header listing
3662         symbols which must be exported for some reason and do not appear
3663         in any other header.
3664
3665         * gtk/*.c: Include gtkalias.h
3666         
3667 Mon Aug  9 11:49:46 2004  Matthias Clasen  <maclas@gmx.de>
3668
3669         * gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
3670
3671 Mon Aug  9 10:50:05 2004  Matthias Clasen  <maclas@gmx.de>
3672
3673         * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index() 
3674         and its inverse. The have always been exported and are meant
3675         to be public.
3676         
3677 Mon Aug  9 00:28:34 2004  Matthias Clasen  <maclas@gmx.de>
3678
3679         * gtk/gtkicontheme.c (load_svg_at_size): Don't leak the 
3680         file contents.
3681
3682 Mon Aug  9 00:13:03 2004  Matthias Clasen  <maclas@gmx.de>
3683
3684         * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
3685         leak the icon source.
3686
3687 Sun Aug  8 23:46:20 2004  Matthias Clasen  <maclas@gmx.de>
3688
3689         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
3690         leak a reference to the pixbufs.
3691
3692 Sun Aug  8 23:36:55 2004  Matthias Clasen  <maclas@gmx.de>
3693
3694         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Ref
3695         and sink the column.
3696         (gtk_combo_box_menu_destroy): Unref the column.
3697
3698 Sun Aug  8 23:35:00 2004  Matthias Clasen  <maclas@gmx.de>
3699
3700         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): 
3701         (gtk_drag_dest_add_text_targets): Don't leak a reference 
3702         to the target list.
3703
3704 Sun Aug  8 22:52:26 2004  Matthias Clasen  <maclas@gmx.de>
3705
3706         * gtk/gtkcombobox.c (find_menu_by_path): Don't stumble over
3707         separators which are not backed by model rows.
3708
3709 Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
3710
3711         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
3712         the path.
3713
3714 2004-08-08  Hans Breuer  <hans@breuer.org>
3715
3716         * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
3717         account again to allow dnd of other things than text
3718
3719         * gdk/win32/gdkselection-win32.c : offer windows bitmap to
3720         be pasted from clipboard (makes The GIMP 2.1's 
3721         "File/Acquire/Paste as New" work, only using gtk+ API) 
3722
3723 Sun Aug  8 01:32:36 2004  Matthias Clasen  <maclas@gmx.de>
3724
3725         * gtk/gtk.def: Add gtk_cell_renderer_progress_get_type.
3726
3727 Sun Aug  8 01:29:08 2004  Matthias Clasen  <maclas@gmx.de>
3728
3729         * gtk/gtk.def: Replace duplicate gtk_tree_view_get_hover_expand
3730         by gtk_tree_view_set_hover_expand.
3731
3732 Sun Aug  8 01:23:08 2004  Matthias Clasen  <maclas@gmx.de>
3733
3734         * gtk/gtk.def: Remove the static function gtk_menu_get_private.
3735
3736 2004-08-07  Tor Lillqvist  <tml@iki.fi>
3737
3738         * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
3739         mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
3740         map it to what's printed on the keypad decimal key for the current
3741         input locale (keyboard layout). (#149404)
3742
3743 Sat Aug  7 18:19:03 2004  Matthias Clasen  <maclas@gmx.de>
3744
3745         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
3746         (shortcuts_list_create): Use GtkTreeViewRowSeparatorFunc 
3747         instead of GtkCellRendererSepText.  (#147864)
3748
3749         * gtk/gtkcellrendererseptext.[hc]: Removed.
3750
3751         * gtk/Makefile.am: Remove gtkcellrendererseptext.[hc]
3752         
3753 Sat Aug  7 18:15:15 2004  Matthias Clasen  <maclas@gmx.de>
3754
3755         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_deleted): 
3756         (gtk_combo_box_menu_row_inserted): 
3757         (gtk_combo_box_menu_row_changed): Correctly handle
3758         insertion and deletion of separators in menu mode.
3759
3760 2004-08-07  Tor Lillqvist  <tml@iki.fi>
3761
3762         * gdk/win32/gdkevents-win32.c (handle_configure_event,
3763         gdk_event_translate:WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to
3764         top-level window coordinates, not just in generated
3765         events. (#148526, Robert Ã–gren)
3766
3767 Sat Aug  7 01:26:08 2004  Matthias Clasen  <maclas@gmx.de>
3768
3769         Make the column drag code a bit more robust (still scary, 
3770         though).  (#106992, Christian Biere)
3771         
3772         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Assert
3773         that cur_reorder is NULL here.
3774
3775         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column): 
3776         Reset cur_reorder to NULL, and only hide drag_highlight_window 
3777         if it exists.  
3778
3779 2004-08-06  Federico Mena Quintero  <federico@ximian.com>
3780
3781         Fix #144232:
3782
3783         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a
3784         GtkFileChooserEntry for the file name, rather than a GtkEntry.
3785         (update_chooser_entry): Set the contents of the file chooser entry
3786         rather than the plain entry's.
3787         (gtk_file_chooser_default_set_current_folder): Set the new folder
3788         on the save entry.
3789         (gtk_file_chooser_default_set_current_name): Set the name on the
3790         file chooser entry.
3791         (check_save_entry): Use the file chooser entry rather than the
3792         plain entry.
3793
3794         * gtk/gtkfilechooserentry.c
3795         (_gtk_file_chooser_entry_set_base_folder): Call
3796         gtk_file_chooser_entry_changed() so that we recompute the current
3797         folder based on the new base folder.
3798
3799 2004-08-06  Hans Breuer  <hans@breuer.org>
3800
3801         * gdk/win32/gdkwindow-win32.c : make it compile and more
3802         similar to the X11 implementation [backward compatibility
3803         for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), 
3804         use the *screen* function variants, dont reparent already 
3805         destroyed]
3806         (get_visible_region) : take the win32 part into account
3807         (_gdk_windowing_window_destroy) : remove from handle table
3808
3809         * gdk/win32/gdkdisplay-win32.c : added 
3810         gdk_display_(request|supports)_selection_notification ()
3811         with a currently mostly pointless implementation ;-)
3812
3813         * gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX,
3814         plugs memory leak
3815         (gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY
3816
3817         * gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in 
3818           gtk/stock-icons/makefile.msc tests/makefile.msc : updated
3819
3820         * gdk/gdk.def gtk/gtk.def : updated externals
3821
3822         * tests/testiconview.c : remove unneeded dirent.h inclusion
3823
3824 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
3825
3826         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix
3827         an off-by-one error.  (#141809, Markku Vire)
3828
3829         * gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really
3830         fix the initialization of the target list.
3831
3832         Support XDND v5. (#10220, Owen Taylor)
3833         
3834         * gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the
3835         drop was successful in the GdkDragContextPrivateX11 struct.
3836         (xdnd_finished_filter): Store the success status of the drop
3837         for an XDND version 5 interaction. For other versions, always
3838         assume the drop was successful.
3839         (xdnd_check_dest): Return the protocol version.
3840         (_gdk_drag_get_protocol_for_display): Return the protocol version.
3841         (gdk_drag_find_window_for_screen): Store the used protocol version
3842         in the GdkDragContext.
3843         (xdnd_send_enter): Send the used protocol version from the context,
3844         instead of hardwiring 3.
3845         (xdnd_enter_filter): Accept protocol versions >= 3 and store the
3846         used protocol version in the context.
3847
3848         * gdk/gdkdnd.h: 
3849         * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function
3850         to find out whether a drop was successful.
3851
3852 2004-07-28  Robert Ã–gren  <gtk@roboros.com>
3853
3854         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Set x_root
3855         and y_root in button and motion events from the tablet. (#148715)
3856
3857 Thu Aug  5 19:58:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3858
3859         * gtk/gtkplug.c (gtk_plug_realize): Call
3860         gdk_window_enable_synchronized_configure()
3861
3862         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make
3863         noop if gdk_window_enable_synchronized_configure() has not been
3864         called.
3865
3866 2004-08-04  Matthias Clasen  <mclasen@redhat.com>
3867
3868         * gtk/gtkfilechooser.[hc]: Add setter and getter for the 
3869         ::show-hidden property.  (#145610, Jeff Franks)
3870
3871         * tests/testiconview.c: Add buttons to select and unselect all
3872         nodes, make the popup menu actually work.
3873
3874         * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended,
3875         let button 3 presses through to the app, to make popup menus
3876         work.
3877
3878         * tests/Makefile.am: Add testiconview.
3879         * tests/testiconview.c: A test for GtkIconView
3880         * tests/gnome-textfile.png: ...which uses this image.
3881
3882 Wed Aug  4 01:37:57 2004  Matthias Clasen  <maclas@gmx.de>
3883
3884         * gtk/gtktreeview.c: 
3885         * gtk/gtktreestore.c: 
3886         * gtk/gtktreemodelfilter.c: 
3887         * gtk/gtknotebook.c: s/childs/children/g.
3888
3889 Wed Aug  4 01:04:48 2004  Matthias Clasen  <maclas@gmx.de>
3890
3891         Fix #133446, noticed by Christian Persch:
3892         
3893         * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean 
3894         property ::visible-overflown. 
3895         * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create 
3896         a menu proxy if visible_overflown is FALSE.  
3897
3898 Tue Aug  3 20:16:26 2004  Matthias Clasen  <maclas@gmx.de>
3899
3900         * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry*
3901         arguments to the gtk_action_group_add_..._actions() functions const, 
3902         since the most common use case is to use a static array.  (142334, 
3903         Mariano Suarez-Alvarez)
3904
3905 Tue Aug  3 20:03:33 2004  Matthias Clasen  <maclas@gmx.de>
3906
3907         * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui()
3908         accept paths with a leading "/ui".  (#149077, David Malcolm)
3909
3910 Tue Aug  3 19:59:29 2004  Matthias Clasen  <maclas@gmx.de>
3911
3912         * gtk/gtkiconview.c: Fix some warnings.
3913
3914 Tue Aug  3 18:38:40 2004  Matthias Clasen  <maclas@gmx.de>
3915
3916         * gtk/gtktreemodelfilter.c: Correct the return type
3917         of gtk_tree_model_filter_get_flags().  (#149195, Morten Welinder)
3918
3919 Tue Aug  3 18:16:55 2004  Matthias Clasen  <maclas@gmx.de>
3920
3921         Fix #149191, reported by Morten Welinder:
3922         
3923         * gtk/gtkmain.c: Include gtkclipboard.h,
3924         * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
3925         _gtk_widget_emit_grab_notify.  
3926
3927 Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
3928
3929         * gtk/gtkicontheme.c (add_size): Add missing parens.
3930         (#149190, Morten Welinder)
3931
3932 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
3933
3934         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
3935         accidentally committed debug code.
3936
3937 Tue Aug  3 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
3938
3939         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize 
3940         for the case that row_column and col_column are unset.  
3941         (#148868, Lorenzo Gil Sánchez)
3942
3943 Mon Aug  2 21:52:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3944
3945         * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New
3946         function. Make sure the sync counter is recreated when a window is
3947         reparented to become a toplevel. (#148358)
3948
3949 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
3950
3951         * tests/testcombo.c: Some trees in combo boxes.
3952
3953         * gtk/gtkcombobox.c: Rework the combo box to handle 
3954         tree models.  (#139582, Matt Walton)
3955         
3956         * gtk/gtktreeview.h: 
3957         * gtk/gtktreeview.c: 
3958         * gtk/gtktreeprivate.h: Add a new boolean property 
3959         ::hover-expand and make the treeview expand/collapse rows
3960         on mouseover if it is set.
3961
3962         * gtk/gtkiconview.h: Remove some erroneous declarations.
3963
3964         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't
3965         crash if the displayed row is gone.
3966
3967 2004-08-02  Morten Welinder  <terra@gnome.org>
3968
3969         * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
3970
3971 Mon Aug  2 01:30:03 2004  Matthias Clasen  <maclas@gmx.de>
3972
3973         * gtk/gtktextview.[hc]: 
3974         * gtk/gtkentry.[hc]: Add a new binding signal ::backspace,
3975         bind it to the backspace key, and make it pay attention 
3976         to the Pango backspace_deletes_character 
3977         attribute.  (#119891, Noah Levitt, patch by Theppitak 
3978         Karoonboonyanan)
3979
3980 Mon Aug  2 01:02:57 2004  Matthias Clasen  <maclas@gmx.de>
3981
3982         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): 
3983         (gdk_check_wm_desktop_changed): Add missing error 
3984         traps.  (#149011, Thomas Leonard)
3985
3986 Mon Aug  2 00:21:26 2004  Matthias Clasen  <maclas@gmx.de>
3987
3988         * gtk/gtktextview.c (blink_cb): Add the same warning
3989         that the blink_cb() in GtkEntry already has.  (#148733)
3990
3991 Mon Aug  2 00:12:16 2004  Matthias Clasen  <maclas@gmx.de>
3992
3993         * gtk/gtkentry.c (gtk_entry_class_init):
3994         (gtk_entry_get_alignment): 
3995         (gtk_entry_set_alignment): Document the xalign property
3996         and its getter and setter as 2.4 additions.  (#148978,
3997         Axel Simon)
3998
3999 Mon Aug  2 00:11:31 2004  Matthias Clasen  <maclas@gmx.de>
4000
4001         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
4002         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Use
4003         canonical signal names in doc comments, since gtk-doc won't
4004         pick up signal docs with underscores.  
4005
4006 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
4007         
4008         * configure.in: Post-release version bump
4009
4010         * === Released 2.5.1 ===
4011  
4012 Thu Jul 29 16:36:42 2004  Jonathan Blandford  <jrb@redhat.com>
4013
4014         * gtk/gtktreeprivate.h: New arguments
4015
4016         * gtk/gtktreeview.c:
4017         (gtk_tree_view_class_init): Add key_release callback
4018         (gtk_tree_view_init): Initialize timeout handler
4019         (gtk_tree_view_unrealize): clear timeout if needed
4020         (gtk_tree_view_key_press): Typeahead support
4021         (gtk_tree_view_key_release): Not used yet -- will be needed for
4022         typeahead.
4023         (gtk_tree_view_search_entry_flush_timeout): Remove typeahead entry
4024         in a timeout.
4025         (gtk_tree_view_ensure_interactive_directory):
4026         (gtk_tree_view_real_start_interactive_search):
4027         (gtk_tree_view_search_init):
4028         (gtk_tree_view_start_interactive_search): Typeahead support added.
4029         (gtk_tree_view_search_dialog_hide): Clear timeout and text when we
4030         hide.
4031
4032 Sat Jul 31 23:17:44 2004  Matthias Clasen  <maclas@gmx.de>
4033
4034         * NEWS: Updates
4035
4036 Sat Jul 31 01:13:01 2004  Matthias Clasen  <maclas@gmx.de>
4037
4038         * gtk/gtkwindow.c: 
4039         * gtk/gtkentry.c: 
4040         * gtk/gtkaction.c: Use the canonical form of signal names 
4041         after "notify::". Otherwise, no notification arrives. 
4042         GObject should have a warning for that, really.  (#148879, 
4043         Lorenzo Gil Sánchez)
4044
4045 Sat Jul 31 00:42:08 2004  Matthias Clasen  <maclas@gmx.de>
4046
4047         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): 
4048         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
4049         set both states at once.  (#148789, Matthew Garrett)
4050
4051 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
4052
4053         * gtk/gtkcombobox.c: Don't forget to destroy the row separator
4054         function user data when the combo box is destroyed.
4055
4056 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
4057
4058         * gtk/gtkcombobox.h: 
4059         * gtk/gtkcombobox.c: Change the api for separators to use a 
4060         separator function instead of a boolean column.
4061
4062         * tests/testcombo.c: Update to match the api change.
4063
4064 Fri Jul 30 02:21:41 2004  Matthias Clasen  <maclas@gmx.de>
4065
4066         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
4067         Fix the positioning of the popup. 
4068
4069 Fri Jul 30 00:56:31 2004  Matthias Clasen  <maclas@gmx.de>
4070
4071         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_active_changed): 
4072         Implement this in terms of gtk_combo_box_get_active_iter(),
4073         instead of gtk_combo_box_get_active().
4074
4075 2004-07-29  Federico Mena Quintero  <federico@ximian.com>
4076
4077         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
4078         a field for an "add to shortcuts" menu item.
4079         (popup_menu_detach_cb): Clear out the field.
4080         (file_list_build_popup_menu): Only build the menu here.
4081         (file_list_update_popup_menu): Build the menu, then update the
4082         sensitivity of its items.
4083         (file_list_popup_menu): Use file_list_update_popup_menu().
4084         (bookmarks_check_add_sensitivity): Also set the sensitivity of the
4085         popup menu item.  Correctly handle the case for a *single* file.
4086         Simplify a bit.
4087         (bookmarks_add_selected_folder): New helper function; code moved
4088         over from add_bookmark_button_clicked_cb().
4089         (add_bookmark_button_clicked_cb): Use the function above.
4090         (selection_check): Rather than returning a boolean value for
4091         emptiness, actually return the number of selected rows.  Also,
4092         simplify a bit.
4093         (get_selected_path): New helper function.
4094
4095 2004-07-29  Anders Carlsson  <andersca@gnome.org>
4096
4097         * demos/gtk-demo/Makefile.am:
4098         * demos/gtk-demo/clipboard.c: (copy_button_clicked),
4099         (paste_received), (paste_button_clicked), (do_clipboard):
4100         Add clipboard demo.
4101         
4102 2004-07-28  Federico Mena Quintero  <federico@ximian.com>
4103
4104         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4105         Store signal IDs in gulongs, not guints!
4106         (gtk_file_chooser_default_hierarchy_changed): We now monitor the
4107         focus widget on our toplevel to know which widget was last focused
4108         at the time our "should_respond" method gets called.
4109         (shortcuts_activate_selected): New helper function.
4110         (shortcuts_get_selected): New helper function.
4111         (remove_selected_bookmarks): Use shortcuts_get_selected().
4112         (bookmarks_check_remove_sensitivity): Likewise.
4113         (shortcuts_reorder): Likewise.
4114         (shortcuts_activate_iter): Renamed from shortcuts_activate_item().
4115         Activate by iter, not by item number.
4116         (save_folder_combo_changed_cb): Use shortcuts_activate_iter().
4117         (shortcuts_row_activated_cb): Likewise.
4118         (gtk_file_chooser_default_should_respond): If the last focused
4119         widget on the toplevel was the shortcuts list, activate the
4120         selected shortcut.
4121
4122 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
4123
4124         * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
4125         current freetype.  (#148558, Nicolas Deves)
4126
4127         * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by 
4128         ROW_HEIGHT.  (#145528)
4129
4130         * gtk/gtkuimanager.c: Warning fixes.
4131
4132         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
4133         prototype mismatch.  (#148589, Nicolas Deves)
4134
4135 2004-07-28  Anders Carlsson  <andersca@gnome.org>
4136
4137         * gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only): 
4138         Cast to 32-bit integers when premultiplying, suggested by Keith Packard.
4139
4140 2004-07-27  Anders Carlsson  <andersca@gnome.org>
4141
4142         * demos/gtk-demo/iconview.c: (do_iconview):
4143         Change selection mode to multiple.
4144         
4145         * gdk/gdkdrawable.h:
4146         * gdk/linux-fb/gdkdrawable-fb2.c:
4147         (gdk_draw_rectangle_alpha_libgtk_only):
4148         * gdk/win32/gdkdrawable-win32.c:
4149         (gdk_draw_rectangle_alpha_libgtk_only):
4150         * gdk/x11/gdkdrawable-x11.c: (gdk_x11_draw_image),
4151         (get_impl_drawable), (gdk_x11_draw_pixbuf),
4152         (gdk_draw_rectangle_alpha_libgtk_only):
4153         Add gdk_draw_rectangle_alpha_libgtk_only which uses 
4154         XRenderFillRectangle on X11. It's stubbed out on the 
4155         Win32 and fb backends.
4156         
4157         * gtk/gtkiconview.c: 
4158         (gtk_icon_view_paint_rubberband):
4159         Use gdk_draw_rectangle_alpha_libgtk_only here.
4160
4161 2004-07-27  Anders Carlsson  <andersca@gnome.org>
4162
4163         * gtk/gtkaboutdialog.c: (gtk_about_dialog_init),
4164         (text_view_style_set), (add_credits_page),
4165         (display_credits_dialog), (display_license_dialog):
4166         Remove dialog separators, fix text view background setting,
4167         use Close buttons instead of OK buttons.
4168         
4169 2004-07-27  Matthias Clasen  <mclasen@redhat.com>
4170
4171         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory): 
4172         Add a frame around the C-f popup to stop it from merging visually
4173         in whatever is underneath.
4174
4175         * gtk/gtkcombobox.h: 
4176         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): New 
4177         function necessary to make GtkComboBox accessible.  (#132847, 
4178         Padraig O'Briain)
4179
4180 Tue Jul 27 02:34:06 2004  Matthias Clasen  <maclas@gmx.de>
4181
4182         * gtk/gtkwidget.c (gtk_widget_dispose): Hide parentless
4183         windows when disposing them.  (#133231, Michael Natterer)
4184
4185 2004-07-26  Matthias Clasen  <mclasen@redhat.com>
4186
4187         * gtk/gtklabel.c (gtk_label_class_init): Expand the documentation
4188         for GtkLabel::ellipsize.
4189
4190 Mon Jul 26 00:38:27 2004  Matthias Clasen  <maclas@gmx.de>
4191
4192         Make the GtkComboBox in list mode scroll if the list is too
4193         large to fit in the popup.  (#135543)
4194
4195         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a 
4196 o       scrolled window to the popup in list mode.
4197         (gtk_combo_box_list_position): Calculate the height of the
4198         popup so that it fits on the screen, set the scrollbar policy
4199         of the scrolled window appropriately.
4200         (gtk_combo_box_popup): Use the height calculated by 
4201         gtk_combo_box_list_position().
4202         (gtk_combo_box_remeasure): Don't add unnecessary padding.
4203         (gtk_combo_box_size_request): But add the focus with here.
4204         (gtk_combo_box_list_setup): Connect to enter notify on the 
4205         popup window to activate auto scrolling.
4206         (gtk_combo_box_list_enter_notify): Activate auto scrolling.
4207         (gtk_combo_box_list_button_pressed): Setup a timeout for
4208         auto scrolling. 
4209         (gtk_combo_box_list_scroll_timeout): Timeout function for
4210         auto scrolling.
4211         (gtk_combo_box_list_auto_scroll): Scroll the list when the 
4212         pointer leaves the window.
4213         
4214 Sun Jul 25 19:51:17 2004  Matthias Clasen  <maclas@gmx.de>
4215
4216         * gtk/gtknotebook.c (gtk_notebook_scroll): Ignore scroll
4217         events from the content of the page.  (#148409, Gabriel 
4218         de Perthuis)
4219
4220 Sat Jul 24 21:38:12 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4221
4222         * gtk/gtktoolbar.c (internal_insert_element): Warn if you try to
4223         add a tool item to a toolbar using the deprecated API.
4224
4225 Fri Jul 23 13:04:10 2004  Matthias Clasen  <maclas@gmx.de>
4226
4227         * gtk/gtkdnd.c (gtk_drag_dest_set): Revert the change to
4228         initialize target_list to an empty list instead of NULL,
4229         since it broke tree dnd.  (#148215, Ernst Persson)
4230
4231         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
4232         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): Instead 
4233         handle target list being NULL here.
4234
4235 2004-07-23  Dafydd Harries  <daf@muse.19inch.net>
4236
4237         * gtk/gtkradioaction.c:
4238         * gtk/gtkradiobutton.c:
4239         * gtk/gtkentry.c:
4240         * gtk/gtkmisc.c:
4241         Improve various translatable messages. (#137616)
4242
4243 Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
4244
4245         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
4246         Align the entry in the same way as the cell.  (#136749)
4247
4248 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
4249
4250         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
4251         Don't iterate too far up. (#147965, Olivier Sessink)
4252
4253 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
4254
4255         * gtk/gtktreeview.c (gtk_tree_view_finalize): 
4256         * gtk/gtkradioaction.c (gtk_radio_action_finalize): 
4257         * gtk/gtkfontsel.c (gtk_font_selection_finalize): 
4258         * gtk/gtkcellview.c (gtk_cell_view_finalize): 
4259         * gtk/gtkcalendar.c (gtk_calendar_finalize): 
4260         * gtk/gtkactiongroup.c (gtk_action_group_finalize): Remove
4261         unnecessary checks.  (#148175, Morten Welinder)
4262
4263 Thu Jul 22 01:42:16 2004  Matthias Clasen  <maclas@gmx.de>
4264
4265         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4266         Add a new :ellipsize property which controls ellipsization of the 
4267         rendered text.  (#144835, Vincent Untz, patch by Jonathan Blandford
4268         and Anders Carlsson)
4269         
4270         * gtk/gtkfilechooserdefault.c (create_file_list): Use ellipsization
4271         for the name column.
4272
4273 Thu Jul 22 01:21:28 2004  Matthias Clasen  <maclas@gmx.de>
4274
4275         * gtk/gtkfontsel.c (gtk_font_selection_init): Add additional
4276         accessability relations.  (#141804,  Padraig O'Briain)
4277
4278 Thu Jul 22 01:16:23 2004  Matthias Clasen  <maclas@gmx.de>
4279
4280         * gtk/gtkcombobox.c: Avoid some warnings.
4281
4282 Thu Jul 22 01:05:16 2004  Matthias Clasen  <maclas@gmx.de>
4283
4284         * configure.in: Require Pango 1.5.1 (for ellipsisation).
4285
4286         * gtk/gtklabel.h: 
4287         * gtk/gtklabel.c (gtk_label_class_init): Add a new :ellipsize
4288         property which controls ellipsization of the label.  (#125250, 
4289         Tim Van Wassenhove, patch by James M. Cape)
4290
4291         * tests/testellipsise.c: Simple test for ellipsizsation.
4292
4293 Wed Jul 21 22:46:27 2004  Matthias Clasen  <maclas@gmx.de>
4294
4295         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Don't leak the
4296         list store.  (#148134, Crispin Flowerday)
4297
4298 Wed Jul 21 22:35:47 2004  Matthias Clasen  <maclas@gmx.de>
4299
4300         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Don't leak the
4301         menu.  (#148110, Tommi Komulainen)
4302
4303 Wed Jul 21 22:24:10 2004  Matthias Clasen  <maclas@gmx.de>
4304
4305         * gtk/gtkcellview.c (gtk_cell_view_finalize): Don't leak
4306         tree model and tree row reference.  (#148125, Crispin Flowerday)
4307
4308 Wed Jul 21 22:17:06 2004  Matthias Clasen  <maclas@gmx.de>
4309
4310         * tests/testcombo.c (main): Don't leak models.  (#148128,
4311         Tommi Komulainen)
4312
4313 Wed Jul 21 21:26:08 2004  Matthias Clasen  <maclas@gmx.de>
4314
4315         * gtk/gtkviewport.c (viewport_set_adjustment): Don't leak
4316         the adjustments.  (#148089, Tommi Komulainen)
4317
4318 Wed Jul 21 21:20:21 2004  Matthias Clasen  <maclas@gmx.de>
4319
4320         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't leak
4321         the adjustments.  (#148073, Tommi Komulainen)
4322
4323 Wed Jul 21 21:04:50 2004  Matthias Clasen  <maclas@gmx.de>
4324
4325         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the 
4326         arrow.  (#148064, Tommi Komulainen)
4327
4328 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
4329
4330         * gtk/gtkcalendar.c: Use the new text target functionality
4331         in GtkTargetList instead of hardcoding a subset of text targets.
4332
4333 Tue Jul 20 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
4334
4335         * gdk/x11/gdkevents-x11.c: Hook up gtk-menu-bar-accel to
4336         an XSetting, Gtk/MenuBarAccel.  (#120859, Scott James Remnant)
4337
4338 Tue Jul 20 22:26:29 2004  Matthias Clasen  <maclas@gmx.de>
4339
4340         * gtk/gtkfilechooserutils.h: 
4341         * gtk/gtktoolbutton.c: 
4342         * gtk/gtktoolbar.c: 
4343         * gtk/gtkicontheme.c: 
4344         * gtk/gtkcalendar.c: 
4345         * demos/gtk-demo/ui_manager.c: 
4346         * demos/gtk-demo/appwindow.c: Remove trailing commas
4347         from enumerations.  (#148035)
4348
4349 2004-07-20  Federico Mena Quintero  <federico@ximian.com>
4350
4351         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
4352         documentation comment for the editing-started signal.
4353
4354         * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
4355         GtkCellRenderer::editing-started.
4356
4357 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
4358
4359         * tests/testactions.c (main): 
4360         * tests/testmerge.c (main): Add some refcount debugging.
4361
4362         * gtk/gtkuimanager.c (update_node, free_node): Ref an sink
4363         all proxies, so that we can properly clean up floating proxies
4364         which the app didn't adopt.  (#147926, Tommi Komulainen)
4365
4366 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
4367
4368         Allow custom initialization of cell editables.  (#147221)
4369         
4370         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): 
4371         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Add a 
4372         ::editing-started signal as a hook for setting up the 
4373         GtkCellEditable.
4374         (gtk_cell_renderer_start_editing): ...and emit it here.
4375
4376 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
4377
4378         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set drag_pos
4379         before grabbing the focus, since we may reenter into 
4380         gtk_tree_view_motion_resize_column() which requires drag_pos
4381         to be set.  (#147913, Guilherme Salgado, patch by John Finlay) 
4382
4383 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
4384
4385         * gtk/gtktreeview.c (gtk_tree_view_enter_notify): Don't
4386         use uninitialized node pointer.  (#147911, Peter Zelezny)
4387
4388 Tue Jul 20 04:34:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4389
4390         * configure.in: Bump version number
4391
4392 Sun Jul 18 17:21:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4393
4394         * === Released 2.5.0 ===
4395
4396         * NEWS: updates
4397
4398         * tests/testcombo.c: Fix compilation
4399
4400 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
4401
4402         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion):
4403         Fix doc comment.
4404         
4405 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
4406
4407         Make GtkCellView public, since people seem to have uses for it, 
4408         it is clean API and we were just conservative in not making it 
4409         public initially. At the same time, get rid of GtkCellViewMenuItem,
4410         which doesn't have any function which can't be served by a
4411         GtkMenuItem with a GtkCellView child.  (#136637, Padraig O'Briain)
4412
4413         * gtk/gtk.h: Include gtkcellview.h
4414
4415         * gtk/Makefile.am (gtk_public_h_sources): 
4416
4417         * gtk/Makefile.am (gtk_private_h_sources): 
4418         (gtk_c_sources): Remove gtkcellviewmenuitem.[hc]
4419         * gtk/gtkcombobox.c: Replace all uses of GtkCellViewMenuItem by
4420         GtkMenuItem with a GtkCellView child.
4421
4422         * gtk/gtkcellviewmenuitem.[hc]: Removed.
4423
4424 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
4425
4426         Support inline autocompletion in entries  (#135953)
4427         
4428         * gtk/gtkentryprivate.h: 
4429         * gtk/gtkentrycompletion.h: 
4430         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
4431         Add a new signal ::insert-prefix which can be used to override 
4432         the default inline-completion behaviour. Add two new boolean
4433         properties, :popup_completion and :inline_completion which
4434         determine how the possible completions should be presented.
4435         (gtk_entry_completion_insert_prefix): New function to request
4436         a prefix insertion. 
4437
4438         * gtk/gtkentry.c: Add the necessary glue for inline completion. 
4439
4440 Sun Jul 18 15:28:24 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4441
4442         * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an
4443         empty target list if targets is NULL.
4444
4445         * configure.in: Add check for X11/extensions/sync.h. (#147416,
4446         Morten Welinder)
4447
4448 Sun Jul 18 01:24:31 2004  Matthias Clasen  <maclas@gmx.de>
4449
4450         * NEWS: Updates for 2.5.0
4451
4452 Sat Jul 17 23:11:04 2004  Matthias Clasen  <maclas@gmx.de>
4453
4454         * gtk/gtkiconview.h:
4455         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
4456         * gtk/gtkiconview.c (gtk_icon_view_set_orientation): 
4457         * gtk/gtkiconview.c (gtk_icon_view_get_orientation): 
4458         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
4459         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): 
4460         Add a new :orientation property to determine whether text
4461         is positioned below or beside icons.  (#147463)
4462
4463 Sat Jul 17 23:03:30 2004  Matthias Clasen  <maclas@gmx.de>
4464
4465         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
4466         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
4467         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Draw 
4468         focus indicator outside the selection, respect focus 
4469         line width.  (#147460) 
4470
4471 Sat Jul 17 01:17:33 2004  Matthias Clasen  <maclas@gmx.de>
4472
4473         * gdk/x11/gdkdnd-x11.c (xdnd_check_dest): Fix a warning
4474         message.
4475
4476 Sat Jul 17 00:48:27 2004  Matthias Clasen  <maclas@gmx.de>
4477
4478         Support text/plain selection target  (#55117, Owen Taylor)
4479         
4480         * gtk/gtkselection.h: 
4481         * gtk/gtkdnd.h: 
4482         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
4483         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
4484         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): New
4485         functions to facilitate handling of text targets.
4486
4487         * gtk/gtkentry.c: 
4488         * gtk/gtktextview.c: Use the new text target handling 
4489         functions instead of hardwiring the list of supported
4490         text targets everywhere.
4491
4492         * gtk/gtkselection.c (gtk_selection_data_get_text): 
4493         (gtk_selection_data_set_text): 
4494         Support the targets text/plain, text/plain?charset=utf-8
4495         and text/plain?charset=<LOCALE-CHARSET> as outlined in
4496         #55117: 
4497         For text/plain send only ASCII, but accept 8-bit text 
4498         and treat it as ISO-8859-1 as specified by the Xdnd spec.
4499         Always send CRLF terminators. Accept either and convert
4500         into the native terminator for the platform.
4501         
4502 Fri Jul 16 23:20:34 2004  Matthias Clasen  <maclas@gmx.de>
4503
4504         Support themed window icons.  (#92346, Calum Benson)
4505         
4506         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): New 
4507         function to obtain information about the sizes in which an
4508         icon is available.  
4509
4510         * gtk/gtkwindow.h: 
4511         * gtk/gtkwindow.c (gtk_window_class_init): 
4512         (gtk_window_set_icon_name): 
4513         (gtk_window_get_icon_name): Add an "icon_name" property
4514         (gtk_window_set_default_icon_name): ...and a default icon name. 
4515         (icon_list_from_theme): 
4516         (update_themed_icon): New auxiliary functions to create a 
4517         list of all available sizes of a themed icon and update the
4518         window icon list from it.
4519
4520 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
4521
4522         * gtk/gtkcombobox.c (gtk_combo_box_scroll_event): Make 
4523         scrolling work if no item is selected.
4524         (gtk_cell_editable_key_press): Don't eat space.
4525
4526         Add a combo box cell renderer (#139347, Lorenzo Gil Sanchez)
4527         
4528         * gtk/gtkcellrenderercombo.[hc]: New Files.
4529
4530         * gtk/gtk.h: 
4531         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
4532         Add the new files.
4533
4534         * gtk/gtkcombobox.[hc]: Implement GtkCellEditable, add a 
4535         :has-frame property for suppressing the frame around 
4536         the child and redo the size allocation logic to take 
4537         focus width into account.
4538
4539         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): 
4540         Acknowledge the GtkComboBox:has-frame property and make
4541         the entry fill its allocation vertically.
4542
4543         * gtk/gtkmarshalers.list: Add BOOLEAN:STRING.
4544                 
4545         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Queue
4546         a draw here to keep non-widget windows from leaving 
4547         shadows behind.
4548
4549 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
4550
4551         * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
4552         multiple times over some of the children. 
4553
4554 Thu Jul 15 22:19:40 2004  Matthias Clasen  <maclas@gmx.de>
4555
4556         Fix #60128, #58307, #144706:
4557         
4558         * gtk/gtkstyle.c (gtk_style_real_copy): Handle references
4559         to bg_pixmaps properly.
4560         (gtk_style_real_unrealize): Don't keep dangling references
4561         to the bg_pixmaps.  
4562         (gtk_style_attach): Split the loop into two loops, first 
4563         looking for a matching style, then for an empty one.
4564         (gtk_style_finalize): 
4565         (gtk_style_duplicate): Add comments explaining the handling
4566         of style->styles.
4567
4568 Thu Jul 15 20:31:28 2004  Matthias Clasen  <maclas@gmx.de>
4569
4570         * gtk/gtkspinbutton.c (start_spinning): Install the timeout
4571         before changing the value, so that a ::value_changed handler
4572         has a chance to remove it.  (#122427, Elke Meier)
4573
4574 Thu Jul 15 19:20:05 2004  Matthias Clasen  <maclas@gmx.de>
4575
4576         * gdk/x11/gdkgtk+/im-x11.c (_gdk_x11_initialize_locale): 
4577         * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
4578         instead of 'can not' in messages.  (#144226, Morten Welinder)
4579
4580 2004-07-15  Matthias Clasen  <mclasen@redhat.com>
4581
4582         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
4583         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
4584         Correct the declared default values of several properties
4585         to be in sync with the actual initial values.
4586
4587         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
4588         Make spacing a property, correct the declared default values 
4589         of several properties to be in sync with the actual initial 
4590         values.  (#147654, Matthias Clasen)
4591
4592         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Don't reparent
4593         back to menu->toplevel if it is already gone because we're
4594         shutting down.  (#147656, John Cupitt)
4595
4596 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
4597
4598         Fix #126295:
4599
4600         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw a focus
4601         indicator along the edge of the bin_window when the tree is empty.
4602         (grab_focus_and_unset_draw_keyfocus): New helper function.
4603         (gtk_tree_view_button_press): Remove a bit of superfluous code.
4604         Use the helper function to save on duplicated code.
4605         (gtk_tree_view_button_press): Grab the focus if the tree is empty.
4606         (gtk_tree_view_focus): Allow focusing into an empty tree.
4607
4608 2004-07-14  Matthias Clasen  <mclasen@redhat.com>
4609
4610         * gtk/gtkaboutdialog.c (add_credits_page): Don't use
4611         gcc extensions for the ternary ?: operator.  (#147590,
4612         Damien Carbery)
4613
4614 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
4615
4616         Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:
4617
4618         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Set the
4619         accessible object name for the tree view.
4620         (create_file_list): Likewise.
4621
4622 Tue Jul 13 21:53:08 2004  Matthias Clasen  <maclas@gmx.de>
4623
4624         * gtk/gtkicontheme.c (free_unthemed_icon): Don't leak
4625         no_svg_filename.  (#147399, Kjartan Maraas)
4626
4627 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
4628
4629         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
4630         Make this work in RTL context.
4631
4632 2004-07-13  Federico Mena Quintero  <federico@ximian.com>
4633
4634         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Set a
4635         busy cursor while mounting the volume.  Also, ref the chooser
4636         while mounting, as we may re-enter.  Fixes #139376.
4637
4638 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
4639
4640         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): 
4641         Prepare to handle composite implementations of
4642         GtkCellEditable, but recursively poking at
4643         allocation->y (hack stolen from GtkCList).
4644         (check_expander_max): Tweak the warning.
4645
4646         * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
4647         function.  (#147476, Owen Taylor)
4648
4649         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
4650         crash if unrealized.
4651
4652 Tue Jul 13 01:50:06 2004  Matthias Clasen  <maclas@gmx.de>
4653
4654         * gtk/gtkaboutdialog.c (display_credits_dialog): Don't
4655         display untranslated translator credits. 
4656
4657 Tue Jul 13 01:15:05 2004  Matthias Clasen  <maclas@gmx.de>
4658
4659         * gtk/gtkiconview.c: Some documentation updates.
4660
4661 Tue Jul 13 00:40:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4662
4663         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Do an
4664         empty begin_paint_region()/end_paint() for windows without
4665         EXPOSURE_MASK.
4666
4667         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_unset_bg,
4668         _gdk_x11_window_tmp_reset_bg): Remove checks for EXPOSURE_MASK.
4669
4670 2004-07-12  Matthias Clasen  <mclasen@redhat.com>
4671
4672         * demos/gtk-demo/appwindow.c: Use a GtkAboutDialog.
4673
4674         * gtk/gtkaboutdialog.h: 
4675         * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog.
4676
4677         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
4678         * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli,
4679         patch by Matthias Clasen)
4680
4681         * gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style 
4682         to cell view menu items as well.  (#147405, John Cupitt)
4683
4684         * gtk/gtkentrycompletion.c: Warning fixes.  (#147420,
4685         Morten Welinder)
4686
4687         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Pop down 
4688         first. (#147399, John Cupitt)
4689
4690 Mon Jul 12 01:56:26 2004  Matthias Clasen  <maclas@gmx.de>
4691
4692         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents): 
4693         Include the update_counter check in the HAVE_XSYNC condition,
4694         since update_counter isn't present in the !HAVE_XSYNC case.
4695
4696 Mon Jul 12 00:52:04 2004  Matthias Clasen  <maclas@gmx.de>
4697
4698         * gtk/stock-icons/Makefile.am: 
4699         * gtk/stock-icons/stock_about_{16,24}.png: 
4700         * gtk/stock-icons/stock_connect_{16,24}.png: 
4701         * gtk/stock-icons/stock_disconnect_{16,24}.png: 
4702         * gtk/stock-icons/stock_edit_{16,24}.png: 
4703         * gtk/stock-icons/stock_media_forward_{16,24}.png: 
4704         * gtk/stock-icons/stock_media_next_{16,24}.png: 
4705         * gtk/stock-icons/stock_media_pause_{16,24}.png: 
4706         * gtk/stock-icons/stock_media_play_{16,24}.png: 
4707         * gtk/stock-icons/stock_media_previous_{16,24}.png: 
4708         * gtk/stock-icons/stock_media_record_{16,24}.png: 
4709         * gtk/stock-icons/stock_media_rewind_{16,24}.png: 
4710         * gtk/stock-icons/stock_media_stop_{16,24}.png: 
4711         * gtk/gtkstock.h (GTK_STOCK_ABOUT): 
4712         * gtk/gtkstock.h (GTK_STOCK_CONNECT): 
4713         * gtk/gtkstock.h (GTK_STOCK_DISCONNECT): 
4714         * gtk/gtkstock.h (GTK_STOCK_EDIT): 
4715         * gtk/gtkstock.h (GTK_STOCK_MEDIA_FORWARD): 
4716         * gtk/gtkstock.h (GTK_STOCK_MEDIA_NEXT): 
4717         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PAUSE): 
4718         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PLAY): 
4719         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PREVIOUS): 
4720         * gtk/gtkstock.h (GTK_STOCK_MEDIA_RECORD): 
4721         * gtk/gtkstock.h (GTK_STOCK_MEDIA_REWIND): 
4722         * gtk/gtkstock.h (GTK_STOCK_MEDIA_STOP): 
4723         * gtk/gtkiconfactory.c (get_default_icons): 
4724         * gtk/gtkstock.c (builtin_items): Add a number of new stock 
4725         items.  (#102530, #68015, #109811, Jordi Mallach, Benjamin Otte,
4726         Michael Opdenacker)
4727
4728 Sun Jul 11 15:24:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4729
4730         Bug 143330, support update counter spec.
4731         
4732         * configure.in: Add check for the Sync extension
4733
4734         * gdk/gdkwindow.h: gdk_window_enable_synchronized_configure() and
4735         gdk_window_configure_finished()
4736
4737         * gtk/gtkwindow.c (gtk_window_move_resize): Call gdk_window_finish_configure().
4738         * gtk/gtkwindow.c (gtk_window_realize): Automatically enable
4739         synchronized configures.
4740
4741         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store current
4742         and pending counter values. 
4743
4744         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): New function.
4745         * gdk/x11/gdkwindow-x11.c
4746         (gdk_window_enable_synchronized_configure): New function.
4747         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents):
4748         Delete update counter.
4749         * gdk/x11/gdkwindow-x11.c (set_wm_protocols): Advertise
4750         _NET_WM_SYNC_REQUEST when Sync is available
4751
4752         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Handle
4753         _NET_WM_SYNC_REQUEST messages
4754         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Save counter
4755         value for use by gdk_window_configure_finished() when receiving
4756         ConfigureNotifies.
4757
4758         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add use_sync flag
4759         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Check if the XSync
4760         extension is available
4761         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_SYNC_REQUEST and
4762         _NET_WM_SYNC_REQUEST_COUNTER to list of supported atoms.
4763
4764         * gdk/linux-fb/gdkwindow-fb.c, gdk/win32/gdkwindow-win32.c: Add
4765         stubs for enable_synchronized_configure() and configure_finished()
4766
4767 Sat Jul 10 23:35:13 2004  Matthias Clasen  <maclas@gmx.de>
4768
4769         * gtk/gtkentry.c (paste_received): Make middle-button pasting
4770         work as expected inside the entry.  (#116789, Scott Bronson)
4771
4772 Sat Jul 10 22:13:53 2004  Matthias Clasen  <maclas@gmx.de>
4773
4774         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): Update 
4775         clipboards.  (#142805, Mikael Hallendal)
4776
4777 Sun Jul 11 01:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4778
4779         * gtk/gtkpaned.c (gtk_paned_expose): Remove clip-region computing
4780         code. Just use &paned->handle_pos.
4781
4782 Sun Jul 11 01:12:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4783
4784         Bug 144271
4785         
4786         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Remove an
4787         unnecessary redraw..
4788
4789         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Remove some
4790         incorrect redraws.
4791
4792 Sat Jul 10 01:33:25 2004  Matthias Clasen  <maclas@gmx.de>
4793
4794         * docs/RELEASE-HOWTO: Updates.
4795
4796 Sat Jul 10 01:55:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4797
4798         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{re|un}set_bg):
4799         Insert checks for root window. The root window is never mapped.
4800
4801 Sat Jul 10 01:06:05 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4802
4803         * gdk/x11/gdkwindow-x11.c (post_unmap): Fix a warning
4804         * gdk/x11/gdkwindow-x11.c (show_window_internal): Actually unset
4805         bg.
4806
4807 Sat Jul 10 00:37:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4808
4809         Bug 113310.
4810         
4811         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{un|re}set_bg):
4812         New functions that can do a recursive unset/reset bg.
4813
4814         * gdk/x11/gdkgeometry-x11.c: Remove
4815         gdk_window_tmp_{un|re}set_bg().
4816
4817         * gdk/x11/gdkwindow-x11.c (pre_unmap, post_unmap): New functions
4818         called before and after unmapping a window. They unset the
4819         background of all other windows to prevent flicker from the X
4820         server repainting the background. post_unmap() also invalidates
4821         the parent of the unmapped window to draw it without roundtrips.
4822
4823         * gdk/x11/gdkwindow-x11.c (show_window_internal): Unset
4824         background of newly mapped windows and all desendants to prevent
4825         flicker.
4826         
4827 Fri Jul  9 15:33:55 2004  Manish Singh  <yosh@gimp.org>
4828
4829         * gdk/gdkevents.c: have a dummy case GDK_OWNER_CHANGE in switch
4830         statements to avoid gcc warnings about not all enum values handled.
4831
4832         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): ignore should live in 
4833         #ifdef HAVE_XFIXES.
4834
4835 Fri Jul  9 23:26:09 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4836
4837         (Bug 113340)
4838
4839         * gdk/x11/gdkwindow-x11.h (struct _GdkWindowImplX11): Add an
4840         "override_redirect" bit.
4841
4842         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set it here.
4843         
4844         * gdk/x11/gdkwindow-x11.c (gdk_window_move, gdk_window_resize,
4845         gdk_window_move_resize): 
4846         Update the local size/position cache
4847         immediately for override redirect windows.
4848
4849         * gdk/x11/gdkwindow-x11.c (show_window_internal): Invalidate
4850         newly mapped child and override redirect windows.
4851
4852 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
4853
4854         Fixes #137031:
4855
4856         * gtk/gtkfilesystemunix.c (get_fallback_icon): New helper
4857         function, fetches a stock icon as a fallback.
4858         (gtk_file_system_unix_volume_render_icon): Fall back to a stock
4859         icon.
4860         (gtk_file_system_unix_render_icon): Fall back to a stock icon.
4861         Use helper functions rather than being a mega-function.
4862         (get_icon_name_for_directory): Renamed from
4863         get_icon_for_directory().
4864         (get_icon_type_from_path): New helper function; code pulled out
4865         from gtk_file_system_unix_render_icon().
4866         (get_special_icon): Likewise.
4867         (get_icon_for_mime_type): Likewise.
4868
4869 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
4870
4871         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
4872         temp_event.
4873
4874 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
4875
4876         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Use the 
4877         requisition of the widget instead of relying on the style
4878         drawing function to supply the size of the drawable.  (#146531) 
4879
4880 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
4881
4882         Make GtkEntry work harder to protect passwords:  (#143955,
4883         Morten Welinder)
4884         
4885         * gtk/gtkentry.c (gtk_entry_destroy): Add a destroy handler
4886         to clear the password even if the widget is leaked.
4887
4888         * gtk/gtkentry.c (gtk_entry_real_delete_text): 
4889         * gtk/gtkentry.c (gtk_entry_finalize): Zero out the memory
4890         before freeing it.
4891         
4892         * gtk/gtkentry.c (gtk_entry_real_insert_text): Zero and free
4893         the old memory instead of just reallocating it.
4894
4895         * gtk/gtkentry.c (gtk_entry_create_layout): Don't leak text
4896         direction information for passwords.
4897
4898 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
4899
4900         * gtk/gtkstyle.c: Fix some cases where style functions were 
4901         not handling widget == NULL properly.  (#146282)
4902
4903 Thu Jul  8 22:38:58 2004  Matthias Clasen  <maclas@gmx.de>
4904
4905         * gtk/gtktreeview.c: Improve the EXPANDER_MAX warning.
4906
4907 2004-07-08  Federico Mena Quintero  <federico@ximian.com>
4908
4909         Fix #139290:
4910
4911         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Add a
4912         GError argument.  Do check for errors when getting the
4913         GtkFileFolder:  get the folder and read the children before
4914         actually creating the model.  Removed obsolete code that handled
4915         roots-changed on the file system.
4916         (file_model_node_get_info): Assert that we don't reach the old
4917         case to display file system roots.
4918         (roots_changed_callback): Removed.
4919
4920         * gtk/gtkfilechooserdefault.c (set_list_model): Add a GError
4921         argument, and a boolean return value.  Return an error if we
4922         cannot create the file system model.  On error, set a NULL model
4923         on the tree.
4924         (gtk_file_chooser_default_set_current_folder): Use the error value
4925         from set_list_model().
4926         (gtk_file_chooser_default_set_property): Set the show_hidden
4927         property only if the browse_files_model exists.
4928         (gtk_file_chooser_default_unselect_path): Only operate if the
4929         browse_files_model exists.
4930         (check_preview_change): Check whether we have the sort_model.
4931         (change_folder_and_display_error): Copy the path we get passed
4932         before using it.  There's a comment in there that explains why we
4933         need to copy it; basically, if the passed path belongs to the
4934         model, the model may go away in the middle of this function and
4935         we'll be left with a dangling pointer.
4936         (install_list_model_filter): Assert that the model is not NULL.
4937         (set_current_filter): Check whether the model exists.
4938
4939         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Don't
4940         g_return_if_fail if the model is NULL.
4941         (gtk_tree_selection_get_selected_rows): Likewise.
4942         (gtk_tree_selection_count_selected_rows): Likewise.
4943         (gtk_tree_selection_selected_foreach): Likewise.
4944         (gtk_tree_selection_path_is_selected): Likewise; rather just
4945         return FALSE.
4946         (gtk_tree_selection_select_all): Likewise.
4947         (gtk_tree_selection_unselect_all): Likewise.
4948         (gtk_tree_selection_select_range): Do g_return_if_fail() if the
4949         model is NULL.
4950         (gtk_tree_selection_unselect_range): Likewise.
4951
4952         * gtk/gtkfilesystemunix.c (fill_in_names): Return immediately if
4953         g_dir_open() fails:  there is no need to set the error ourselves,
4954         as g_dir_open() already does it.
4955
4956 2004-07-08  Matthias Clasen  <mclasen@redhat.com>
4957
4958         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Allow
4959         to restore the default search function.  (#145365, John Finlay) 
4960
4961         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Don't leak 
4962         references to the drag context.  (#144324, Alex Larsson)
4963
4964 Thu Jul  8 00:31:34 2004  Matthias Clasen  <maclas@gmx.de>
4965
4966         * gtk/gtktreeview.c (gtk_tree_view_set_model): Stop editing
4967         when a new model is set.  (#145566, Dmitry M. Shatrov)
4968
4969 Wed Jul  7 23:44:32 2004  Matthias Clasen  <maclas@gmx.de>
4970
4971         * gtk/gtkimage.c (gtk_image_expose): Make sure that subpixbufs
4972         are properly aligned for gdk_pixbuf_saturate_and_pixelate(),
4973         in order to avoid rendering artifacts from misaligned 
4974         pixelation patterns.  (#145585, Felipe Heidrich, Billy Biggs)
4975
4976 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
4977
4978         * gtk/gtktreeview.c: 
4979         * gtk/gtktreeview.h: Small documentation fixes.
4980
4981 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
4982
4983         Support separators in combo boxes and more generally in tree 
4984         views  (#135873):
4985         
4986         * gtk/gtkcombobox.h: 
4987         * gtk/gtkcombobox.c (gtk_combo_box_get_row_separator_column):
4988         * gtk/gtkcombobox.c (gtk_combo_box_set_row_separator_column):
4989         Add a ::row-separator-column property with getter and setter, 
4990         which can indicate a boolean model column to determine which
4991         rows are separators. 
4992
4993         * gtk/gtkcombobox.c: Display separator rows as separator menu 
4994         items in menu mode, and by using the new treeview separator 
4995         functionality in list mode.
4996
4997         * gtk/gtktreeview.h: 
4998         * gtk/gtktreeprivate.h:
4999         * gtk/gtktreeview.c (gtk_tree_view_get_row_separator_func): 
5000         * gtk/gtktreeview.c (gtk_tree_view_set_row_separator_func): 
5001         Add a callback to determine whether a row is a separator.
5002         
5003         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): 
5004         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
5005         * gtk/gtktreeview.c (validate_row): Use the new callback
5006         to determine whether a row is a separator, and draw it
5007         as a separator then. Since separators should take up less
5008         vertical space than regular rows, this requires removing
5009         the redundant MAX(...,expander_size) calls which appear in
5010         many places. Instead, the MAX() is now only done in 
5011         validate_row(), and only if the row is not a separator.
5012         To catch possible side effects of this intrusive change,
5013         I have left EXPANDER_MAX() calls in place of the MAX() calls
5014         which will emit a warning if something breaks. They should
5015         be removed before 2.6.
5016
5017         * gtk/gtktreeselection.c (row_is_selectable): Don't let 
5018         separator rows be selected.
5019         
5020         * tests/testcombo.c (create_blaat): Add a separator column.
5021
5022 Tue Jul  6 22:58:00 2004  Matthias Clasen  <maclas@gmx.de>
5023
5024         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Fix
5025         a 64bit alignment issue.  (#144302, Sunil)
5026
5027 2004-07-07  Tor Lillqvist  <tml@iki.fi>
5028
5029         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)
5030         * gdk/win32/gdkfont-win32.c (gdk_text_extents)
5031         * gdk/win32/gdkproperty-win32.c (find_common_locale,
5032         gdk_property_change)
5033         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Use
5034         g_utf8_to_utf16() instead of the removed _gdk_utf8_to_ucs2() (see
5035         below).
5036
5037         * gdk/win32/gdkglobals-win32.c
5038         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init)
5039         * gdk/win3/gdkprivate-win32.h: Add a variable for the TARGETS
5040         atom. Initialize it. Declare it. Drop the variable for the
5041         COMPOUND_TEXT atom.
5042
5043         * gdk/win32/gdkim-win32.c (gdk_wcstombs): Don't return UTF-8. This
5044         function is supposed to return the string in the locale's charset
5045         and encoding. Use g_convert().
5046
5047         (gdk_mbstowcs): Similarily, don't take an UTF-8 string, but a
5048         string in the locale's charset. Use g_convert().
5049
5050         (_gdk_ucs2_to_utf8, _gdk_utf8_to_wcs, _gdk_utf8_to_ucs2):
5051         Delete. The UCS-2 functions didn't handle surrogates anyway. Use
5052         GLib's UTF-16 functions instead. Windows uses UTF-16.
5053
5054         * gdk/win32/gdkprivate-win32.h: Remove declarations of the deleted
5055         functions mentioned above.
5056
5057         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Use CF_TEXT
5058         also if the string is of type STRING, i.e. ISO-8859-1, and the
5059         current codepage is 1252, and contains no C1 chars. Accept
5060         also UTF8_STRING.
5061
5062         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
5063         Mark as static. When storing STRING data, convert to
5064         Latin-1. (#140537)
5065         (gdk_selection_owner_set_for_display): Now that STRING is always
5066         ISO-8859-1, use UTF8_STRING when sending the selection request
5067         to ourselves.
5068
5069         (gdk_selection_convert): Handle also UTF8_STRING. (#140537, John
5070         Ehresman)
5071
5072         (gdk_text_property_to_text_list_for_display): Make work more like
5073         X11 version. Do obey the encoding parameter.
5074
5075         (gdk_string_to_compound_text_for_display,
5076         gdk_utf8_to_compound_text_for_display): Don't even pretend
5077         supporting COMPOUND_TEXT.
5078
5079         (gdk_utf8_to_string_target): Convert to ISO-8859-1, like on X11.
5080
5081         (sanitize_utf8): Zero-terminate string.
5082
5083 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
5084
5085         * gtk/stock-icons/Makefile.am: Add stock_file_16.png, 
5086         stock_file_24.png, stock_directory_16.png and stock_directory_24.png.
5087
5088         * gtk/gtkstock.h (GTK_STOCK_FILE, GTK_STOCK_DIRECTORY): 
5089         * gtk/gtkiconfactory.c (get_default_icons): New stock icons as 
5090         fallbacks for gtkfilechooser. Currently these are the same images
5091         as the "new" and "open" items...
5092
5093 Tue Jul  6 10:00:22 2004  Jonathan Blandford  <jrb@redhat.com>
5094
5095         Fix for #136496, Pawel Salek:
5096         
5097         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Queue a redraw on
5098         a node when it changes in fixed_height mode.
5099
5100         (gtk_tree_view_node_queue_redraw): new function to queue a redraw
5101         on a node.
5102
5103 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
5104
5105         * gtk/gtkmenu.c (gtk_menu_position): Make sure 
5106         private->monitor_num is a valid monitor number before 
5107         using it.  (#139187, Michael Natterer)
5108
5109 Tue Jul  6 02:00:28 2004  Matthias Clasen  <maclas@gmx.de>
5110
5111         * gtk/gtkfilechooserdefault.c (popup_position_func): 
5112         * gtk/gtkentry.c (popup_position_func): 
5113         * gtk/gtktextview.c (popup_position_func): Improve positioning
5114         of keyboard-activated menus with Xinerama.
5115
5116 Tue Jul  6 00:29:03 2004  Matthias Clasen  <maclas@gmx.de>
5117
5118         * gtk/gtkuimanager.c (do_updates): 
5119         (do_updates_idle): Only call GDK_THREADS_ENTER() / _LEAVE() 
5120         when called from an idle handler.  (#145429, Jan-Marek Glogowski)
5121
5122 Mon Jul  5 23:47:38 2004  Matthias Clasen  <maclas@gmx.de>
5123
5124         * gtk/gtkfilechooserutils.c (delegate_notify): Use
5125         the less efficient g_object_interface_find_property () instead
5126         of the param_id range check, since the GParamSpecs we're 
5127         dealing with are the overridden onces on the interface, whose
5128         param_id is always zero.  (#145312, Alex Roitman, fix proposed
5129         by Owen Taylor)
5130
5131 2004-07-05  Lorenzo Gil Sanchez  <lgs@sicem.biz>
5132
5133         * gtk/gtklayout.c (gtk_layout_add): added a default method for the add
5134         virtual method of GtkContainer.
5135         (gtk_layout_class_init): assign gtk_layout_add to the 'add' virtual
5136         method slot of the container class.
5137
5138 2004-07-05  Anders Carlsson  <andersca@gnome.org>
5139
5140         * gtk/gtkiconview.c: (gtk_icon_view_set_markup_column):
5141         * gtk/gtkiconview.h:
5142         Use gint, not int in gtk_icon_view_set_markup_column,
5143         (Paolo Maggi)
5144         
5145 2004-07-05  Anders Carlsson  <andersca@gnome.org>
5146
5147         * gtk/gtkiconview.c: (gtk_icon_view_class_init),
5148         (gtk_icon_view_real_select_cursor_item),
5149         (gtk_icon_view_real_activate_cursor_item):
5150         * gtk/gtkiconview.h:
5151         Add an "activate_cursor_item" action signal
5152         and bind it to the return key.
5153         
5154 2004-07-04  Anders Carlsson  <andersca@gnome.org>
5155
5156         * demos/gtk-demo/Makefile.am:
5157         * demos/gtk-demo/gnome-fs-directory.png:
5158         * demos/gtk-demo/gnome-fs-regular.png:
5159         * demos/gtk-demo/iconview.c: (load_pixbufs), (fill_store),
5160         (sort_func), (create_store), (item_activated), (up_clicked),
5161         (home_clicked), (do_iconview):
5162         Add a simple file browser based on the icon view.
5163         
5164         * gtk/gtk.h:
5165         Add gtk/gtkiconview.h
5166         
5167         * gtk/gtkiconview.c: (gtk_icon_view_layout),
5168         (gtk_icon_view_item_new), (gtk_icon_view_item_activated):
5169         Fix a few bugs discovered while writing the demo.
5170         
5171 2004-07-04  Anders Carlsson  <andersca@gnome.org>
5172
5173         * gtk/Makefile.am:
5174         * gtk/gtkiconview.c
5175         * gtk/gtkiconview.h:
5176         Add GtkIconView to the build, remove debugging output.
5177         
5178 Sun Jul  4 01:29:35 2004  Matthias Clasen  <maclas@gmx.de>
5179
5180         * gtk/gtkcalendar.c (gtk_calendar_drag_data_get): 
5181         (gtk_calendar_drag_data_received): Fix off-by-one error.  
5182         GDate month is one-based and GtkCalendar month is zero-based.  
5183         (#145134, William Jon McCann)
5184
5185 Sun Jul  4 01:11:07 2004  Matthias Clasen  <maclas@gmx.de>
5186
5187         * gtk/gtktreestore.c (gtk_tree_store_move): Don't crash if
5188         somebody tries to move a node after itself in a list of 
5189         length 1.  (#145291, Sampo Nurmentaus)
5190
5191 Sat Jul  3 23:43:23 2004  Matthias Clasen  <maclas@gmx.de>
5192
5193         * docs/faq/gtk-faq.sgml: 
5194         * gtk/gtkwindow.c: Fix links to www.freedesktop.org.  (#145210,
5195         Billy Biggs)
5196
5197 Sat Jul  3 02:09:51 2004  Matthias Clasen  <maclas@gmx.de>
5198
5199         * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
5200         and current_height to 0 when ending the embedding.  (#143675,
5201         Nickolay V. Shmyrev)
5202
5203 Sat Jul  3 01:48:19 2004  Matthias Clasen  <maclas@gmx.de>
5204
5205         * gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
5206         to the right end of the entry text, even if it ends in combining
5207         marks.  (#141728, Theppitak Karoonboonyanan)
5208
5209 Fri Jul  2 23:34:33 2004  Matthias Clasen  <maclas@gmx.de>
5210
5211         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Unset the displayed
5212         row when unsetting the model.  (#138560, Christian Persch)
5213
5214 Fri Jul  2 23:01:07 2004  Matthias Clasen  <maclas@gmx.de>
5215
5216         * gtk/gtkcombobox.c (update_menu_sensitivity): Don't crash if there
5217         are no items.
5218
5219 Fri Jul  2 22:41:27 2004  Matthias Clasen  <maclas@gmx.de>
5220
5221         * gtk/gtkimage.c (gtk_image_expose): Properly align mask and
5222         pixbuf if a subarea is exposed.  (#135423, fix by John Ehresman)
5223
5224 Fri Jul  2 21:40:21 2004  Matthias Clasen  <maclas@gmx.de>
5225
5226         * gtk/gtknotebook.c (gtk_notebook_realize): Add scroll events
5227         to the event mask, set a scroll_event handler.
5228         * gtk/gtknotebook.c (gtk_notebook_scroll): Handle scroll events
5229         by switching tabs.  (#145244, Gabriel de Perthuis)
5230
5231 2004-07-02  Anders Carlsson  <andersca@gnome.org>
5232
5233         * gtk/gtktreeview.c (gtk_tree_view_set_model): 
5234         Make sure we check for a NULL model first.
5235
5236 2004-07-01  J. Ali Harlow  <ali@juiblex.co.uk>
5237
5238         * gdk/win32/gdkinput-win32.c (_gdk_input_ungrab_pointer): Fix
5239         win32 build problem w/o wintab.  Fixed #145242
5240
5241 2004-06-30  Anders Carlsson  <andersca@gnome.org>
5242
5243         * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
5244         g_return_if_fail to make sure that the model is a GtkTreeModel.
5245
5246 Sat Jun 26 17:41:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5247
5248         * gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
5249         current state, not GTK_STATE_NORMAL
5250
5251         * gtk/gtkframe.c (gtk_frame_paint): Fix a rounding error
5252
5253 Sat Jun 26 15:07:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5254
5255         * gtk/gtkstyle.c, gtk/gtkrc.c: small color tweak. (#141173)
5256
5257 Sat Jun 26 01:15:40 2004  Matthias Clasen  <maclas@gmx.de>
5258
5259         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Handle
5260         _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW.  (#144851, 
5261         Billy Biggs)
5262
5263 Sat Jun 26 01:04:31 2004  Matthias Clasen  <maclas@gmx.de>
5264
5265         * gtk/gtkiconfactory.c (clear_cache): Prevent unwanted 
5266         recursion by resetting icon_set->cache before freeing
5267         the cache.  (#144947, Tim Janik)
5268
5269 Sat Jun 26 00:40:02 2004  Matthias Clasen  <maclas@gmx.de>
5270
5271         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): 
5272         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): 
5273         * gtk/gtkstyle.c (gtk_default_render_icon): Accept a NULL 
5274         style.
5275
5276 Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
5277
5278         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
5279         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
5280         last change in the docs.
5281
5282 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
5283
5284         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
5285         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
5286         NULL to unset the model.  (#137211, patch by  Mariano Suárez-Alvarez)
5287
5288 Fri Jun 25 23:33:05 2004  Matthias Clasen  <maclas@gmx.de>
5289
5290         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Fix the
5291         placement policy for GtkComboBoxEntry to be: if it fits below, 
5292         place below, if it fits above place above, else place in the 
5293         larger space and scroll so that the scroll arrow appear at the
5294         far end.  (#144362, David A. Knight)
5295
5296 Fri Jun 25 22:49:58 2004  Matthias Clasen  <maclas@gmx.de>
5297
5298         * gtk/gtktreestore.c (gtk_tree_store_move): Avoid uninitialized
5299         use of &parent_iter. (#145007, John Finlay)
5300
5301 2004-06-25  Bastien Nocera  <hadess@hadess.net>
5302
5303         reviewed by: Matthias Clasen  <maclas@gmx.de>
5304
5305         * gdk/x11/gdkkeys-x11.c: (get_symbol), (update_keymaps),
5306         (gdk_keymap_lookup_key), (translate_keysym): fix keys parsing when
5307         the number of keysyms per keycode is odd. Fixes #144808.
5308
5309 2004-06-25  Matthias Clasen  <mclasen@redhat.com>
5310
5311         * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): Avoid
5312         a crash if the font doesn't exist.  (#144967, Yevgen Muntyan) 
5313
5314 Fri Jun 25 00:32:15 2004  Matthias Clasen  <maclas@gmx.de>
5315
5316         * gtk/gtktreestore.c (gtk_tree_store_swap): Commit the change
5317         which was mentioned below.
5318
5319 Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
5320
5321         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
5322         string change.  (#139503, Baris Cicek)
5323
5324 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
5325
5326         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
5327         or an Open stock button for the C-l dialog depending on the action
5328         in which the file chooser operates.  Fixes #141753.
5329
5330 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
5331
5332         Fixes the GTK+ part of #142308:
5333
5334         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_filename_to_path):
5335         Use filename_to_path().
5336         (gtk_file_system_unix_uri_to_path): Likewise.
5337         (filename_to_path): Use remove_trailing_slash().
5338
5339 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
5340
5341         * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
5342         for the ::move_cursor signal.
5343
5344         * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
5345         "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
5346         Kendall)        
5347
5348         * gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure 
5349         this gets defined for all backends, so linux-fb has a 
5350         chance of compiling.
5351
5352         * gdk/x11/gdkgc-x11.c: 
5353         * gdk/gdkgc.c: Move function docs inline, add hints about 
5354         obtaining rgb colors from gcs.  (#144688, Steve Chaplin)
5355
5356         * gtk/gtktreestore.c (gtk_tree_store_swap): Make this work
5357         for children of the root.  (#139785, Jean-François Wauthy,
5358         patch by John Finlay)
5359
5360         * gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
5361         fix.  (#144750, Jeff Franks) 
5362
5363 2004-06-21  Michael Natterer  <mitch@gimp.org>
5364         Merge from stable:
5365
5366         * gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
5367         function public as _gdk_x11_convert_to_format().
5368
5369         * gdk/x11/gdkcursor-x11.c (create_cursor_image): premultiply
5370         the pixels from the GdkPixbuf when putting them in the
5371         Xcursor image. Fixes bug #144350.
5372
5373 2004-06-16  Federico Mena Quintero  <federico@ximian.com>
5374
5375         * gtk/gtkfilesystemmodel.c (do_files_added): When inserting a
5376         visible node, free the old path before creating the new one.
5377         Fixes #144356.
5378
5379 Tue Jun 15 01:10:32 2004  Matthias Clasen  <maclas@gmx.de>
5380
5381         * gtk/gtkcombobox.c: Make GtkComboBox work without model.  
5382         (#144198, Mariano Suárez-Alvarez)
5383         
5384 Fri Jun 11 22:05:56 2004  Matthias Clasen  <maclas@gmx.de>
5385
5386         * gtk/gtkfilechooserdefault.c: Don't use
5387         contractions like "don't" or "isn't" in error messages.
5388         It isn't nice to use them in log entries either...
5389         (#137774, Morten Welinder, patch by Alexander Winston)
5390
5391 2004-06-11  Federico Mena Quintero  <federico@ximian.com>
5392
5393         Fixes #143578:
5394
5395         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_add_editable):
5396         Don't ref the editable node.
5397         (_gtk_file_system_model_remove_editable): Don't unref the editable node.
5398         (_gtk_file_system_model_remove_editable): Ahem, free the node.
5399
5400         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5401         Added fields for edited_idle and edited_new_text.
5402         (renderer_edited_cb): Queue the
5403         creation of the folder in an idle handler.
5404         (renderer_editing_canceled_cb): Likewise for the cancellation.
5405         (gtk_file_chooser_default_finalize): Free the impl->edited_new_text.
5406
5407 Thu Jun 10 22:12:26 2004  Matthias Clasen  <maclas@gmx.de>
5408
5409         * gtk/gtkmain.c (gtk_parse_args): Typo fix.
5410
5411 2004-06-10  Federico Mena Quintero  <federico@ximian.com>
5412
5413         Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
5414
5415         * gtk/gtkfilechooser.c (gtk_file_chooser_list_shortcut_folders):
5416         Refer to gtk_file_chooser_add_shortcut_folder().
5417         (gtk_file_chooser_list_shortcut_folder_uris): Refer to
5418         gtk_file_chooser_add_shortcut_folder_uri().
5419
5420 Thu Jun 10 00:36:15 2004  Matthias Clasen  <maclas@gmx.de>
5421
5422         * gtk/gtkcalendar.c (gtk_calendar_main_button): Start 
5423         the drag before focusing the selected.day.
5424         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Stop
5425         a beginning drag if the widget becomes insensitive.
5426
5427 Thu Jun 10 00:09:06 2004  Matthias Clasen  <maclas@gmx.de>
5428
5429         * gtk/gtkcalendar.c (gtk_calendar_button_press): Start 
5430         spinning before calling arrow_action(), so that a signal
5431         handler triggered from arrow_action() has a chance to 
5432         stop the spinning.  (#143966, Davyd Madeley)
5433
5434 Wed Jun  9 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
5435
5436         * gtk/gtkstyle.c (_gtk_style_init_for_settings): Fix a 
5437         typo.  (#144070, Kent Sandvik)
5438
5439 Thu Jun 10 00:22:51 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5440
5441         * gtk/gtkmenu.c: Revert the "drag select" part of
5442         #141169. (#144011).
5443
5444 Mon Jun  7 23:07:40 2004  Matthias Clasen  <maclas@gmx.de>
5445
5446         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): Handle
5447         priv->model being NULL.  (#143856, Mariano Suárez-Alvarez)
5448
5449 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
5450
5451         * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
5452         from 2003/Sep/12.  This kept DnD in tree views within modal
5453         dialogs from working, which is especially bad for the file
5454         chooser.  Fixes #135168.
5455
5456 Sun Jun  6 23:57:21 2004  Matthias Clasen  <maclas@gmx.de>
5457
5458         Make the entry context menu work in editable text cells. The changes
5459         are based on a patch by Kristian Rietveld, which implemented an 
5460         approach outlined by Owen Taylor.  (#50075)
5461         
5462         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event): 
5463         Ignore focus out if the entry menu is posted.
5464         (gtk_cell_renderer_text_populate_popup): Mark the entry menu as 
5465         posted, and set up a signal handler to clear the flag if the menu 
5466         is unmapped.
5467         (gtk_cell_renderer_text_popup_unmap): Clear the in_entry_menu flag, 
5468         set up a timeout to stop editing if the focus is lost.
5469         (popdown_timeout): Stop editing if the entry doesn't have focus anymore.
5470         (gtk_cell_renderer_text_start_editing): Connect to the populate_popup 
5471         signal on the entry and keep a pointer to the entry.
5472         (gtk_cell_renderer_text_editing_done): Disconnect from popuplate_popup, 
5473         clear the pointer to the entry.
5474
5475 Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
5476
5477         * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
5478         of the ::language property.  (#143802, Owen Taylor)
5479
5480 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
5481
5482         * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
5483         (gtk_entry_completion_list_enter_notify),
5484         (gtk_entry_completion_list_motion_notify),
5485         (_gtk_entry_completion_popup), (_gtk_entry_completion_popdown):
5486         * gtk/gtkentryprivate.h: Add an ignore_enter flag and
5487         use it as in the menu code to avoid the initial selection if
5488         the window pops up under the pointer.  (Anders Carlsson)
5489
5490 Sat Jun  5 20:05:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5491
5492         * tests/testmerge.c: Add a checkbox to queue an
5493         merge/unmerge. Patch from Matthias Clasen.
5494
5495         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Add a new flag
5496         "need_rebuild"
5497         (rebuild_menu): New function that rebuilds the overflow menu and
5498         makes sure it doesn't start or end with a separator.
5499         (toolbar_content_new_tool_item)
5500         (toolbar_content_remove)
5501         (toolbar_content_new_compatibility): Set the rebuild_needed flag
5502         (gtk_toolbar_size_allocate): Only show the overflow arrow when we
5503         have actually overflown an item with a proxy menu item. Also make
5504         sure we rebuild the menu if needed.
5505
5506         Fix #125504, #142377, #143463
5507         
5508         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose):
5509         Obey the "priv->draw" flag. (#143692)
5510
5511 2004-06-04  Matthias Clasen  <mclasen@redhat.com>
5512
5513         * docs/widget_geometry.txt: Add a note about the !CAN_FOCUS
5514         quirk in the button size allocation code.
5515
5516         * gtk/gtkbutton.c (gtk_button_size_allocate): Give the space
5517         requested for drawing the focus indicator to the child in the
5518         !CAN_FOCUS case. This should fix issues which the Gimp has with 
5519         the button allocation changes in 2.4.2.
5520
5521 Thu Jun  3 21:17:29 2004  Matthias Clasen  <maclas@gmx.de>
5522
5523         * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the
5524         length of the entry contents in characters, not in bytes.
5525
5526         * gtk/gtkentry.c (paste_received): Don't pop up the completion
5527         window on paste, noticed by Anders Carlsson.
5528
5529 Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
5530
5531         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
5532         values and default value for the ::active property.  (#143669,
5533         Olivier Andrieu)
5534
5535 2004-06-03  Michael Natterer  <mitch@gimp.org>
5536
5537         * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
5538         instead of accessing item->image->allocation.width/height
5539         directly. Makes widgets which only have a requisition set using
5540         gtk_widget_set_size_request() work and fixes bug #142789.
5541
5542 Thu Jun  3 08:07:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5543
5544         * gtk/gtkmenu.c: Revert previous commit. It caused the problem
5545         of sticky right click menus to return.
5546
5547 Wed Jun  2 01:56:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5548
5549         * gtk/gtkmenu.c: Fix the stay up algorithm for combo boxes to
5550         better handle the "click" case. bug  Better fix for #141169.
5551
5552 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
5553
5554         * gtk/gtktreeview.c (gtk_tree_view_search_init): Bail out if the
5555         model is empty.  Fixes #143536.
5556
5557 2004-06-02  Matthias Clasen  <mclasen@redhat.com>
5558
5559         * gtk/gtkfontsel.c (gtk_font_selection_size_focus_out): Don't
5560         close the dialog on focus out of the size entry.  (#143505, 
5561         David Hawthorne)
5562
5563 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
5564
5565         Fix #138807.
5566
5567         * gtk/fnmatch.c (_gtk_fnmatch): Take a no_leading_period argument.
5568         (gtk_fnmatch_intern): Likewise; also implement this option.
5569
5570         * gtk/gtkprivate.h (_gtk_fnmatch): Updated prototype.
5571
5572         * gtk/gtkfilesel.c (find_completion_dir): Pass TRUE for the
5573         no_leading_period argument of _gtk_fnmatch().
5574         (attempt_file_completion): Likewise.
5575
5576         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Pass FALSE for the
5577         no_leading_period argument of _gtk_fnmatch().
5578
5579 Wed Jun  2 00:47:11 2004  Matthias Clasen  <maclas@gmx.de>
5580
5581         * gtk/gtkselection.c (_gtk_selection_request): Remove leftover
5582         debug code.
5583
5584 Wed Jun  2 00:13:57 2004  Matthias Clasen  <maclas@gmx.de>
5585
5586         * gtk/gtktreeselection.c (gtk_tree_selection_select_range): Don't
5587         allow unless selection mode is multiple.  (#142634, John Finlay)
5588
5589 Tue Jun  1 23:00:20 2004  Matthias Clasen  <maclas@gmx.de>
5590
5591         * gtk/gtktoolbar.h: 
5592         * gtk/gtktoolbar.c: 
5593         * gtk/gtkentrycompletion.h: 
5594         * gtk/gtkentrycompletion.c: 
5595         * gtk/gtkcombobox.h: 
5596         * gtk/gtkcombobox.c: Rename function parameters from
5597         index to index_ to prevent clash with BSD index().  (#143001)
5598
5599 Tue Jun  1 22:45:42 2004  Matthias Clasen  <maclas@gmx.de>
5600
5601         * gtk/gtkmenu.c (get_accel_path): Handle accel_closure being
5602         NULL on an accel label. (#139641, Sam Stephenson, patch by 
5603         Michael Natterer)
5604
5605 Tue Jun  1 22:19:55 2004  Matthias Clasen  <maclas@gmx.de>
5606
5607         * gtk/gtkicontheme.c (theme_subdir_load):  Prevent icon 
5608         lookup finding icons in the wrong prefix.  (#143328,
5609         Mark McLoughlin)
5610
5611 Wed Jun  2 00:39:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5612
5613         Bug #141169.
5614
5615         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Make menus
5616         only stay up if you release within 500 milliseconds.
5617         (gtk_menu_shell_button_press): Set the activate_time to the event
5618         time when a button is pressed.
5619
5620         * gtk/gtkmenu.c (gtk_menu_motion_notify, gtk_menu_enter_notify):
5621         Interprete button releases as activate when we have seen both an
5622         enter an a motion event.
5623
5624 2004-06-01  Federico Mena Quintero  <federico@ximian.com>
5625
5626         * gtk/gtkfilesystemmodel.c (do_files_removed): Don't insert a
5627         dummy node if there is no parent node.  Fixes #143362.
5628
5629 2004-05-31  Federico Mena Quintero  <federico@ximian.com>
5630
5631         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Change to the
5632         newly-created folder.  Fixes #138932.
5633         (trap_activate_cb): Only return TRUE if we did handle the event.
5634         Fixes #143359; patch by jylefort@brutele.be.
5635
5636 Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
5637
5638         * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
5639         docs.  (#142892, Tommi Komulainen)
5640
5641 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
5642
5643         * gtk/gtkhandlebox.c: Make detached handleboxes work when their
5644         parent is minimized, porting the fix from 1.2.  (#1923, #57182)
5645
5646 Mon May 31 02:03:17 2004  Matthias Clasen  <maclas@gmx.de>
5647
5648         * gtk/gtkwindow.c (gtk_window_show): Make moving realized, 
5649         unmapped windows work. 
5650
5651 Mon May 31 00:27:33 2004  Matthias Clasen  <maclas@gmx.de>
5652
5653         * gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix
5654         a typo.
5655
5656 Mon May 31 00:23:55 2004  Matthias Clasen  <maclas@gmx.de>
5657
5658         * gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget): 
5659         Refer to ::update-preview, not ::selection-changed.
5660
5661 2004-05-29  Christian Rose  <menthos@menthos.com>
5662  
5663         * configure.in: Added "tk" to ALL_LINGUAS.
5664  
5665 Fri May 28 15:00:01 2004  Matthias Clasen  <maclas@gmx.de>
5666
5667         * gtk/gtkwidget.c (gtk_widget_set_parent): Add informative
5668         messages for common problems.  (#137974, Owen Taylor)
5669
5670 Fri May 28 14:20:17 2004  Matthias Clasen  <maclas@gmx.de>
5671
5672         * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation 
5673         errors. (#143337, Billy Biggs) 
5674
5675 Thu May 27 16:36:22 2004  Owen Taylor  <otaylor@redhat.com>
5676
5677         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
5678         bits within visual->depth that aren't used for color to
5679         1s, in case they are alpha.
5680
5681 2004-05-27  Anders Carlsson  <andersca@gnome.org>
5682
5683         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
5684         Make separator rows insensitive.
5685
5686 Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
5687
5688         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
5689         Add more docs.
5690
5691 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
5692
5693         * gtk/gtkentrycompletion.h:
5694         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_text_column): 
5695         Getter for text_column. Also make ::text_column a property.
5696
5697 Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
5698
5699         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
5700
5701 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
5702
5703         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
5704         signal if the box exists.
5705
5706 Wed May 26 23:26:51 2004  Matthias Clasen  <maclas@gmx.de>
5707
5708         Support insensitive cells in tree views and combo boxes:
5709         
5710         * gtk/gtkcellrenderer.h: 
5711         * gtk/gtkcellrenderer.c: Add a ::sensitive property.
5712
5713         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
5714         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
5715         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
5716         Support drawing insensitive.
5717
5718         * gtk/gtkcellview.h: 
5719         * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): New 
5720         function to obtain the cell renderers from a cell view. Also
5721         export gtk_cell_view_set_cell_data().
5722
5723         * gtk/gtktreeselection.c (tree_column_is_sensitive):
5724         * gtk/gtktreeselection.c (row_is_selectable): Helper functions
5725         to determine whether all visible cells in a row are insensitive
5726         and whether a row is selectable. A row is not selectable if the 
5727         user function says so or if all visible cells are insensitive.
5728         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node): 
5729         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node): 
5730         Use row_is_selectable().
5731         
5732         * gtk/gtkcombobox.c (row_is_sensitive): 
5733         * gtk/gtkcombobox.c (tree_column_row_is_sensitive): 
5734         * gtk/gtkcombobox.c (menu_row_is_sensitive): Helper functions
5735         to determine row sensitivity in menu or list mode.
5736
5737         * gtk/gtkcombobox.c (update_menu_sensitivity): Helper function
5738         to set up sensitivity menu items from the underlying rows.
5739
5740         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
5741         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): Use
5742         update_menu_sensitivity().
5743                 
5744         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Setup the cell
5745         data funcs.
5746
5747         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Skip insensitive
5748         rows.
5749
5750         * tests/testcombo.c (main): Make some rows insensitive.
5751
5752 2004-05-26  Robert Ã–gren  <gtk@roboros.com>
5753
5754         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Send key
5755         modifiers (shift, ctrl etc) in button and motion events from the
5756         tablet. (#143240)
5757
5758 2004-05-26  Robert Ã–gren  <gtk@roboros.com>
5759
5760         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): Simple
5761         implementation for extended input devices using last known 
5762         device state (#143237)
5763
5764 Tue May 25 21:54:00 2004  Matthias Clasen  <maclas@gmx.de>
5765
5766         * gtk/gtkframe.c: Move docs inline, fixing them on the
5767         way.  (#143029, Steve Chaplin)
5768
5769 2004-05-11  Robert Ã–gren  <gtk@roboros.com>
5770
5771         * gdk/win32/gdkevents-win32.c (propagate): Don't propagate mouse
5772         events to windows that want extended input events. (#142943)
5773         (gdk_event_translate): Move check for extended input devices to
5774         propagate, new parameter to propagate.
5775         (gdk_pointer_grab, gdk_display_pointer_ungrab): Enable calls to
5776         _gdk_input_(un)grab_pointer. (#142943)
5777
5778         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Check for
5779         input grab. [Fix missing update of impl in "dijkstra" event
5780         propagation loop] Drop the parallel "impl" pointer, just use a
5781         cast. Don't propagate beyond windows that want normal input
5782         events. (#142943)
5783         (gdk_input_grab_pointer, gdk_input_ungrab_pointer): Limited
5784         implementation of input grab. (#142943)
5785
5786 2004-05-22  Tor Lillqvist  <tml@iki.fi>
5787
5788         * gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
5789         line. (Spotted by Benoît Carpentier.)
5790
5791 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
5792
5793         * configure.in: Check for XFIXES extension.
5794
5795         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add 
5796         a gboolean have_xfixes member.
5797
5798         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Register
5799         XFIXES events and set have_xfixes.
5800
5801         * gdk/gdkevents.h (GdkEventType): Add GDK_OWNER_CHANGE.
5802         (GdkEventOwnerChange): New event struct for owner change events.
5803         (GdkOwnerChange): New enum for the reason field of GdkEventOwnerChange.
5804         
5805         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Translate 
5806         XFixesSelectionNotify events into GdkEventOwnerChange events.
5807         
5808         * gdk/gdkdisplay.h:
5809         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_selection_notification):
5810         (gdk_display_request_selection_notification): New api 
5811         to support selection ownership notification.
5812
5813         * gtk/gtkclipboard.h:
5814         * gtk/gtkclipboard.c (_gtk_clipboard_handle_event): New private
5815         api to handle owner change events.
5816         (clipboard_peek): Refactored out the body of 
5817         gtk_clipboard_get_for_display() for use in _gtk_clipboard_handle_event().
5818
5819         * gtk/gtkmain.c (gtk_main_do_event): Handle GDK_OWNER_CHANGE events
5820         by calling _gtk_clipboard_handle_event().
5821
5822 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
5823
5824         * gtk/gtkintl.h: Include glib/gi18n-lib.h and only define
5825         the P_() macros ourselves.
5826
5827         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5828         Restrict the width of the popup to be no larger than the
5829         monitor.  (#142678, DmD Ljungmark)
5830
5831         * gtk/gtkbutton.c: Go back to the initial fix for the 
5832         focus-overdrawing problem, which was actually correct 
5833         according to docs/widget_geometry.txt.
5834
5835         * gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial
5836         arrow size from 11 to 15 to compensate for that.
5837
5838         * gtk/gtktextview.c (gtk_text_view_class_init): Document the
5839         arguments of the ::move-cursor signal.  (#142725)
5840
5841 2004-05-17  Matthias Clasen  <mclasen@redhat.com>
5842
5843         Merged from 2.4:
5844         
5845         * gtk/gtkbutton.c (gtk_button_size_request) 
5846         (gtk_button_size_allocate, _gtk_button_paint): Allocate
5847         space for the focus rectangle only if necessary.  (#142668,
5848         Michael Natterer)
5849
5850 Sun May 16 23:11:47 2004  Matthias Clasen  <maclas@gmx.de>
5851
5852         Merged from 2.4:
5853         
5854         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove two useless 
5855         lines.  (#142479, Morten Welinder)
5856
5857 Sun May 16 22:27:17 2004  Matthias Clasen  <maclas@gmx.de>
5858
5859         * gtk/gtkintl.h (Q_): Add a Q_() macro. 
5860
5861         * gtk/gtkcellrendererprogress.h: Remove GTK_PROGRESS_CELL_UNKNOWN
5862         and GTK_PROGRESS_CELL_FAILED. With the ability the set the label,
5863         they are not really needed.
5864
5865         * gtk/gtkcellrendererprogress.c: Use the xpad and ypad properties
5866         instead of hardwired padding, use Q_() for the default label, 
5867         compute a reasonable minimal size.  (#142571, #142572, #142573,
5868         Tommi Komulainen, Christian Persch)
5869         
5870 2004-05-15  Tor Lillqvist  <tml@iki.fi>
5871
5872         * gdk/win32/gdkdnd-win32.c: Put back the ref_count field in the
5873         GdkDragContextPrivateWin32 struct (but inside ifdef OLE2_DND this
5874         time). It is used by the OLE2_DND code, which is unfinished and
5875         presumably horribly broken, but still, let's not make it not
5876         compile on purpose. Silence some gcc warnings in the OLE2_DND
5877         code.
5878
5879 2004-05-14  Matthias Clasen  <mclasen@redhat.com>
5880
5881         * gtk/gtktreeview.c (gtk_tree_view_tree_window_to_tree_coords): 
5882         New function to go from tree window to tree coordinates, kept
5883         static for now until we figure out the multiple coordinate
5884         system mess in GtkTreeView API-wise.
5885         (gtk_tree_view_scroll_to_cell): Transform the coordinates 
5886         from tree window to tree coordinates, using the new function.
5887         Previously, the x coordinate was wrongly transformed. (#142494)
5888
5889         * gdk/gdktypes.h (GdkModifierType): Add a comment about unused
5890         bits.
5891
5892         * gtk/gtkstock.c (real_add, gtk_stock_lookup): Use an unused
5893         modifier bit to mark stock item which need to be freed 
5894         eventually.  (#140654, Michal Pasternak, Scott Tsai)
5895
5896 2004-05-11  Robert Ã–gren  <gtk@roboros.com>
5897
5898         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Add missing
5899         call to g_object_ref in Wintab code. (#138341)
5900
5901         * gdk/win32/gdkinput-win32.c: Fix numerous Wintab problems
5902         including unallocated buffers for event->motion.axes and
5903         event->button.axes, unsigned wraparound problem in the code for
5904         detecting missing press/release events and assigning min instead
5905         of max when setting up axes.
5906
5907 2004-05-12  Matthias Clasen  <mclasen@redhat.com>
5908
5909         * tests/testtreeedit.c: Add a progress column.
5910
5911         * gtk/Makefile.am: Add gtkcellrendererprogress.[hc] in the right
5912         places.
5913
5914         * gtk/gtk.h: Include gtkcellrendererprogress.h.
5915
5916         * gtk/gtkcellrendererprogress.[hc]: A progress cell renderer,
5917         based on the one found in Epiphany.
5918
5919 2004-05-11  Michael Natterer  <mitch@gimp.org>
5920
5921         * gtk/gtkcombobox.c (gtk_combo_box_popup)
5922         (gtk_combo_box_menu_button_press): don't allocate the popup
5923         smaller than the combobox. Fixes bug #59660.
5924
5925 2004-05-11  Matthias Clasen  <mclasen@redhat.com>
5926
5927         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Revert the
5928         previous change to this function, clarify the docs instead.
5929
5930         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use
5931         GTK_SELECTION_BROWSE.
5932
5933         * gtk/gtktreeview.c: Make hover selection work for 
5934         GTK_SELECTION_BROWSE as well.
5935
5936 Tue May 11 00:38:25 2004  Matthias Clasen  <maclas@gmx.de>
5937
5938         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init): 
5939         Document the ::toggled signal.
5940
5941 Mon May 10 23:04:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5942
5943         * gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()
5944
5945 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
5946
5947         * gtk/gtkwindow.c (get_screen_icon_info): Make static.
5948
5949         * gdk/gdkdisplay.c (singlehead_...): 
5950         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): 
5951         * gdk/x11/gdkgeometry-x11.c (expose_serial_predicate): 
5952         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Make static.
5953
5954         * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a 
5955         note about COLUMN_FIXED restriction.
5956
5957         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
5958         Set the entry in the default handler of the ::match-selected signal.
5959         (#137226)
5960
5961         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): If we don't
5962         do the move-selected-item below pointer thingie, do the 
5963         place-below-or-above one.
5964
5965         * tests/testentrycompletion.c: Make the second example use the 
5966         ::match-selected signal to make it actually work.
5967
5968         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): 
5969         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use hover selection
5970         mode.  (#127648, Dave Bordoley)
5971
5972         * gtk/gtktreeview.h:
5973         * gtk/gtktreeview.c: Add a new property "hover_selection", which 
5974         when TRUE makes the selection follow the mouse. Also add setter
5975         and getter for the fixed_height property.
5976
5977 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
5978
5979         * gtk/gtkcombobox.c (gtk_combo_box_popup) 
5980         (gtk_combo_box_menu_button_press): Make sure the menu pops up
5981         as wide as the combobox.  (#59660, Havoc Pennington)
5982
5983 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
5984
5985         * gtk/gtkcombobox.h: 
5986         * gtk/gtkcombobox.c: Support tearoffable combo boxes (in menu 
5987         mode). Add a new property, add-tearoffs, for this.  (#135956)
5988
5989         * gtk/gtkfontsel.c (list_row_activated): Make Return activate the
5990         default button.  (#118921)
5991
5992 Mon May 10 15:03:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5993
5994         * gtk/gtkwidget.c (_gtk_widget_grab_notify): New internal function
5995         that emits the grab notify signal.
5996         
5997         * gtk/gtkmain.c (gtk_grab_notify_foreach): Use it here.
5998
5999 Mon May 10 00:48:08 2004  Matthias Clasen  <maclas@gmx.de>
6000
6001         * gtk/gtkmenu.c: Make destruction of a torn off menu work 
6002         like un-tearing off.
6003
6004 Sun May  9 21:05:38 2004  Matthias Clasen  <maclas@gmx.de>
6005
6006         Merge from 2.4:
6007
6008         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
6009         Allow to suppress the stock accelerator by using "".  (#142196,
6010         David A Knight)
6011         
6012 Sun May  9 02:01:13 2004  Matthias Clasen  <maclas@gmx.de>
6013
6014         Merge from 2.4:
6015         
6016         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): 
6017         In list mode, accept the same mouse/wheel bindings on 
6018         the cellview as on the button.  (#136967)
6019
6020 Sun May  9 01:25:37 2004  Matthias Clasen  <maclas@gmx.de>
6021
6022         * gtk/gtkiconfactory.c (add_to_cache): Actually count the
6023         cached icons.  (#135888, Crispin Flowerday)
6024
6025 Sun May  9 00:03:03 2004  Matthias Clasen  <maclas@gmx.de>
6026
6027         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Make sure
6028         that we actually return menus for nodes of type menu, not the
6029         menuitems they're attached to.
6030
6031 Sat May  8 22:50:55 2004  Matthias Clasen  <maclas@gmx.de>
6032
6033         * gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain): 
6034         Add a note regarding UTF-8 requirements, proposed by 
6035         Mariano Suárez-Alvarez.
6036
6037 Sat May  8 22:43:11 2004  Matthias Clasen  <maclas@gmx.de>
6038
6039         * gtk/gtktearoffmenuitem.h: 
6040         * gtk/gtktearoffmenuitem.c: Put the torn_off flag back
6041         into the GtkTearoffMenuItem struct, since it is used
6042         by the Gimp, and keep it synchronized with the 
6043         tearoff_state property of the parent menu.
6044
6045 2004-05-08  Hans Breuer  <hans@breuer.org>
6046
6047         * gtk/gtkfilesystemwin32.c (extract_icon) : finally also
6048         create the correct mask for 'pseudo mime' icons
6049
6050         * gdk/win32/gdkwindow-win32.c(show_window_internal) : also
6051         take focus_on_map into account
6052
6053         * gtk/gtkselection.c : g_message() only with DEBUG_SELECTION
6054
6055         * gtk/gtkactiongroup.c gtk/gtkcombobox.c : 
6056         ... must return a value
6057
6058         * gdk/gdk.def gtk/gtk.def demos/gtk-demo/makefile.msc.in : updated
6059
6060 2004-05-07  Matthias Clasen  <mclasen@redhat.com>
6061
6062         * gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child
6063         draw over the focus rectangle.
6064
6065         * gtk/gtkhsv.c: Draw focus indication in the color wheel using
6066         standard focus style.  (#63071, Bill Haneman, idea for new
6067         style by Owen Taylor)
6068
6069         * gtk/gtkstyle.c (gtk_default_draw_focus): Support drawing on
6070         focus on the colorwheel via details.
6071
6072 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
6073
6074         Merge from 2.4:
6075         
6076         * gtk/gtkcombobox.c (gtk_combo_box_menu_state_changed): Remove
6077         this no longer needed signal handler.  (#141817, Paul Pogonyshev)
6078
6079 Fri May  7 00:41:46 2004  Matthias Clasen  <maclas@gmx.de>
6080
6081         * gtk/gtktearoffmenuitem.h: 
6082         * gtk/gtktearoffmenuitem.c: Make the tearoff 
6083         functionality model/view, the tearoffmenuitem being
6084         the view and the tearoff_state property of the menu
6085         being the model.  (#101185, Owen Taylor)
6086
6087         * gtk/gtkmenu.c: Add a tearoff_state property.
6088
6089 Thu May  6 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
6090
6091         Merge from 2.4:
6092
6093         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Also 
6094         popup the submenu for items in torn off menus.  (#122051)
6095
6096 2004-05-06  Sven Neumann  <sven@gimp.org>
6097
6098         * gtk/gtkexpander.c (gtk_expander_size_allocate): in RTL mode,
6099         position the title lable next to the arrow just as we do for LTR
6100         rendering. Fixes bug #141825.
6101
6102 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
6103
6104         * docs/RELEASE-HOWTO: Document the new policy of
6105         bumping version numbers after release.
6106
6107         * configure.in: Bump version number to 2.5.0.
6108
6109 2004-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
6110
6111         * gtk/gtkmenu.h:
6112         * gtk/gtkmenu.c: Add new function gtk_menu_get_for_attach_widget.
6113         (bug #113112).
6114
6115 Thu May  6 00:24:11 2004  Matthias Clasen  <maclas@gmx.de>
6116
6117         * gtk/gtkactiongroup.h: 
6118         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): 
6119         New function to translate a string with translate_func.
6120         (#135740)
6121
6122 Thu May  6 00:02:21 2004  Matthias Clasen  <maclas@gmx.de>
6123
6124         * gtk/gtkcombobox.c (gtk_combo_box_get_wrap_width): 
6125         (gtk_combo_box_get_row_span_column): 
6126         (gtk_combo_box_get_column_span_column): Add missing getters
6127         for readwrite properies. (#135649)
6128
6129 Wed May  5 23:42:42 2004  Matthias Clasen  <maclas@gmx.de>
6130
6131         * gtk/gtkcombobox.h: 
6132         * gtk/gtkcombobox.c (gtk_combo_box_get_active_text): 
6133         Add gtk_combo_box_get_active_text() convenience 
6134         function. (#136372, Christian Neumeir, patch by Olivier Andrieu) 
6135
6136 2004-05-05  Elijah Newren  <newren@math.utah.edu>
6137
6138         Changes to support do-not-focus-on-map hint in conjunction with
6139         _NET_WM_USER_TIME (#115650):
6140
6141         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
6142         field focus_on_map
6143         
6144         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
6145         set it.
6146
6147         * gtk/gtkwindow.[hc]: Add a boolean property "focus_on_map"
6148         and gtk_window_get_focus_on_map() and gtk_window_set_focus_on_map().
6149
6150         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
6151         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
6152         * gdk/x11/gdkwindow-x11.c (gdk_window_new):
6153         Initialize the focus_on_map field to TRUE.
6154
6155         * gdk/win32/gdkwindow-win32.c (gdk_window_set_focus_on_map): 
6156         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_focus_on_map): 
6157         * gdk/x11/gdkwindow-x11.c (gdk_window_set_focus_on_map): 
6158         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window):
6159         Implementations for the various backends. The Win32 and linux-fb
6160         implementations set the focus_on_map field, but don't use it yet
6161         to actually implement noinput windows. The X implementation sets
6162         _NET_WM_USER_TIME to 0 if focus_on_map is FALSE (see the EWMH).
6163
6164         * gdk/x11/gdkwindow-x11.h: 
6165         * gdk/x11/gdkevents-x11.c (set_user_time): 
6166         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
6167         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): 
6168         s/_gdk_x11_window_set_user_time/gdk_x11_window_set_user_time/,
6169         since we want that function to be part of the public API.
6170
6171 Wed May  5 22:20:21 2004  Matthias Clasen  <maclas@gmx.de>
6172
6173         Merge from 2.4:
6174         
6175         * gtk/gtkiconfactory.c (icon_source_clear): Don't
6176         call g_free() on a pixbuf.  (#141961, Crispin Flowerday) 
6177
6178 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
6179    
6180         Merge from 2.4:
6181         
6182         * gtk/gtkuimanager.c (print_node): Make the output 
6183         parseable.  (#141929, Sven Neumann)
6184
6185 2004-05-05  Tor Lillqvist  <tml@iki.fi>
6186
6187         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window_for_screen): Add
6188         multi-monitor offset. (#141842, John Ehresman)
6189
6190 2004-05-04  Federico Mena Quintero  <federico@ximian.com>
6191
6192         Fixes #139562, based on a patch by Christian Neumair.
6193
6194         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
6195         a filter_combo_hbox field to contain the filter combo.
6196         (show_filters): Show/hide the filter_combo_hbox.
6197         (create_filename_entry_and_filter_combo): Removed.
6198         (file_pane_create): Create the filter_combo_hbox here.
6199
6200 2004-05-04  Matthias Clasen  <mclasen@redhat.com>
6201
6202         * modules/input/gtkimcontextxim.c: Fix the recent
6203         string_conversion_callback change to work on 
6204         Solaris.  (#141190, Padraig O'Briain)
6205
6206         * gtk/gtkselection.c: Disable debug logging again.
6207
6208 2004-05-03  Matthias Clasen  <mclasen@redhat.com>
6209
6210         * gtk/gtkselection.c: Make the chunk size for 
6211         incremental transfers depend on the maximal request 
6212         size, capped at 256k. This should allow most selections
6213         to be transferred nonincrementally, avoiding many
6214         roundtrips and protocol overhead.
6215
6216 2004-05-03  Federico Mena Quintero  <federico@ximian.com>
6217
6218         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Call
6219         g_signal_new() correctly and initialize the signal fields.  Fixes
6220         #141749; patch based on Michael Natterer's.
6221
6222 u2004-05-03  Matthias Clasen  <mclasen@redhat.com>
6223
6224         * gtk/gtkselection.c (_gtk_selection_request): Fix
6225         a debug message to show correct information.
6226         (_gtk_selection_incr_event): Make INCRemental transfer
6227         of MULTIPLE targets work. This was broken since 1997!
6228
6229 2004-05-02  Hans Breuer  <hans@breuer.org>
6230
6231         * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
6232         modify the passed in GdkSegment(s) in place, we may get
6233         them again to draw at the same place. Fixes bug #129095, 
6234         bug #137177, ...
6235         (draw_segments) draw the end pixel again to get the 
6236         pixmap mask right, fixes bug #126710, #130202
6237
6238         * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
6239         fixes bug #106013, John Ehresman
6240
6241         * gtk/makefile.msc.in : don't try to link gtk.res but
6242         use gtk-win32.res (as supposed to be fixed below :)
6243
6244 2004-05-01  Hans Breuer  <hans@breuer.org>
6245
6246         * tests/Makefile.am : tests/makefile.msc is in CVS for
6247         a long time, finally added to EXTRA_DIST : fixes bug 
6248         #141334, John Ehresman
6249
6250 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
6251
6252         * === Released 2.4.1 ===
6253
6254         * configure.in: Version 2.4.1, interface age 1. 
6255
6256         * NEWS: Updates
6257
6258 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
6259
6260         Fixes #140412.
6261
6262         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New
6263         function; moved the code over from
6264         remove_bookmark_button_clicked_cb().
6265         (remove_selected_bookmarks): Now, getting a non-removable bookmark
6266         is not an error, as we may be called as a result of hitting the
6267         Delete key.
6268         (shortcuts_key_press_event_cb): New handler; delete the bookmark
6269         if the user presses Backspace, Delete, or KP_Delete.
6270
6271 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
6272
6273         * gtk/gtkaction.c (closure_accel_activate): Use
6274         _gtk_action_emit_activate() instead of directly
6275         emitting the activate signal.  (#141429, Jody Goldberg)
6276
6277         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
6278         Warn people when the accelerator can not be 
6279         parsed.  (#141429, Jody Goldberg)
6280
6281 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
6282
6283         * tests/testentrycompletion.c (main): Add a missing 
6284         cat.  (#141070, Chris Sherlock)  
6285
6286         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
6287         variable.  (#141022, Chris Sherlock)
6288         
6289         * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
6290         cast.  (#141013, Chris Sherlock)
6291
6292         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
6293         unused variable.  (#141011, Chris Sherlock)
6294
6295 2004-04-29  Tor Lillqvist  <tml@iki.fi>
6296
6297         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory
6298         leak. (#140775, John Ehresman)
6299
6300 Thu Apr 29 01:09:50 2004  Matthias Clasen  <maclas@gmx.de>
6301
6302         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
6303         to index the cached gcs, not depth.  (#139494)
6304
6305 2004-04-28  Matthias Clasen  <mclasen@redhat.com>
6306
6307         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
6308
6309 Sun Apr 25 15:36:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
6310
6311         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix
6312         cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
6313
6314 2004-04-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6315
6316         Patch to add support for string conversion callbacks to
6317         GtkIMContextXIM (#101814)
6318
6319         * modules/input/gtkimcontextxim.c: Set the string conversion callback
6320         if supported by the XIC.
6321
6322         (struct _GtkIMContextXIM): Add string_conversion_callback member.
6323
6324         (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating
6325         whether string conversion callback is supported.
6326
6327         (gtk_im_context_get_ic, +set_string_conversion_callback,
6328         +string_conversion_callback): Also initialize string conversion
6329         callback, if supported, along with the IC initialization.
6330
6331         * modules/input/imxim.c: Make "xim" module default for Thai as well.
6332
6333 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
6334
6335         * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly
6336         initialize targets.  (#139883, John Finlay)
6337
6338         * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement. 
6339
6340         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
6341         Don't recommend gtk_tree_row_reference_new_proxy().  (#138309,
6342         Tim-Philipp Müller)
6343
6344         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): 
6345         Remove an excessive g_return_if_fail().
6346
6347         * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time()
6348         static.
6349         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
6350         _-prefix calls of gdk_x11_window_set_user_time().
6351
6352 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
6353
6354         * gtk/gtkuimanager.c (update_node): Make sure the separators 
6355         used to demarkate placeholder ends don't show up on 
6356         show_all().  (#140496, Murray Cumming)
6357
6358         * gtk/gtkspinbutton.c (spin_button_at_limit): Make spinbuttons
6359         work with negative increments.  (#137975, Tim Gerla)
6360
6361 Wed Apr 21 21:38:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
6362
6363         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget,
6364         gtk_tool_button_set_icon_widget): Remove the old widget from the
6365         tool button before overwriting it with the new widget.
6366
6367         (#140508, Todd Goyen)
6368         
6369 2004-04-22  Tor Lillqvist  <tml@iki.fi>
6370
6371         Fix the file chooser on Windows. I can't make it misbehave or
6372         crash any more now. But presumably there are still corner cases
6373         not handled. I haven't really checked behaviour of UNC paths, for
6374         instance.
6375
6376         * gtk/gtkfilesystemwin32.c: Accept both backslash and slash in
6377         several places. Use G_IS_DIR_SEPARATOR macro (which could be added
6378         to GLib in 2.6).
6379
6380         (gtk_file_system_win32_get_parent): Like the Unix version, assert
6381         filename is absolute, and avoid one unnecessary string allocation
6382         and freeing.
6383         
6384         (canonicalize_filename,gtk_file_system_win32_parse): Handle drive
6385         letters more correctly.
6386
6387         (gtk_file_system_win32_render_icon): Assure correct syntax is used
6388         for root folder of a drive. (#137962, Morten Welinder)
6389
6390         (filename_is_some_root): New function that accepts also root
6391         without any drive specified.
6392
6393         (filename_is_drive_root): Rename from filename_is_root.
6394
6395         * gtk/gtkfilechooserentry.c (completion_match_func): Casefold on
6396         Windows.
6397
6398 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
6399
6400         * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the 
6401         completion window if there are no completions anymore.
6402
6403         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
6404         Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
6405         It doesn't like that.  (#140642, Christian Persch)
6406
6407         * demos/gtk-demo/expander.c (do_expander): A new demo.
6408
6409         * demos/gtk-demo/Makefile.am (demos): Add expander.c.
6410
6411 2004-04-20  Matthias Clasen  <mclasen@redhat.com>
6412
6413         * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
6414         sure anchored children get size allocated, even if the layout
6415         is valid.  (#122323, Andrew E. Makeev)
6416         (gtk_text_view_scroll_pages): 
6417         (gtk_text_view_scroll_hpages): Don't scroll to cursor position
6418         if we already have pending scrolls. Bandaid fix for #78513.
6419
6420 Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
6421
6422         * INSTALL.in: Update libpng and libjpeg URLs, remove
6423         note about building without since that's not the normal
6424         case.
6425
6426 Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
6427
6428         * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
6429         handling of SVG/non-SVG unthemed icons.
6430
6431 2004-04-19  Morten Welinder  <terra@gnome.org>
6432
6433         * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
6434         children.  (#140523)
6435
6436 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
6437
6438         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
6439         Don't stop the iteration up to the tag_root too 
6440         early.  (#109945, Dongho Shin)
6441
6442 Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
6443
6444         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
6445         gdk_keymap_translate_keyboard_state() handle NULL
6446         keymaps. (#139715, Torsten Schoenfeld).
6447
6448 Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
6449
6450         * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
6451         reported by Pedro RODRIGUEZ, about compilation problems when
6452         Xcursor is installed in a non-standard location.
6453
6454 Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
6455
6456         Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
6457         Newren.
6458         
6459         * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
6460         _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
6461
6462         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
6463
6464         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
6465         precached atoms.
6466         
6467         * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
6468         property on user interaction.
6469
6470 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
6471
6472         * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
6473         G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
6474
6475         * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
6476         code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
6477         #140126.
6478
6479 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
6480
6481         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
6482         * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
6483
6484 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
6485
6486         * gtk/gtkcombobox.c: 
6487         * gtk/gtkwidget.c: 
6488         Make all style properties readonly.
6489
6490 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
6491
6492         * gtk/gtkcolorsel.c: Add a11y relations between the color
6493         wheel and the spin buttons.  (#132745, Padraig O'Briain)
6494
6495         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
6496         the meaning of size == -1.
6497
6498         * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
6499         a size of -1.  (#137436, Brian Cameron)
6500
6501         * gtk/gtkcombobox.c: Make the arrow and separator regular
6502         children of an hbox inside the button, and propagate state
6503         changes from the button to the cell view.  (part of the fix
6504         for #138650, should also fix #137535)
6505
6506         * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
6507         state to gtk_cell_renderer_render() when prelighted. (part 
6508         of the fix for #138650)
6509
6510         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
6511         Use PRELIGHT state when appropriate.  (part of the fix for 
6512         #138650)
6513
6514         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
6515         out warnings if called before the combo box is 
6516         realized.  (#139742, Philip Langdale)
6517
6518 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
6519
6520         * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
6521         events to children.
6522
6523 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
6524
6525         * gtk/gtkpathbar.c (make_directory_button): remove spurious
6526         gtk_box_pack_start.
6527
6528 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
6529
6530         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
6531         make the buttons sized by a bold label.  This makes the text
6532         'swim' a little, but stops the buttons from resizing, #137210
6533
6534 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
6535
6536         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
6537         has no name.
6538         (start_element_handler): Accept separators without unique 
6539         names.  (#133302, Anders Carlsson)
6540
6541         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
6542         possible accelerator gotcha when using this function.  (#139641, 
6543         Christian Persch)
6544
6545         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
6546         list nodes.  (#138862, Morten Welinder)
6547
6548 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
6549
6550         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
6551         variable.
6552         (gtk_tree_view_button_press): If we activated the row we don't
6553         want to grab focus back, as moving focus to another widget is
6554         pretty common, #138458
6555
6556 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
6557
6558         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
6559         documentation to all the signals.
6560
6561 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
6562
6563         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
6564         model if it is NULL. (#139770)
6565
6566         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
6567
6568         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
6569         a shadow inside the scrolled window, add it around the vbox.
6570
6571         * gtk/gtkentryprivate.h: 
6572         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
6573         Return a boolean indicating whether the popup is positioned above 
6574         or below. Scroll the completions to the beginning or the end, 
6575         depending on the positioning.
6576
6577         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
6578         wrap around in the entry completion popup, and allow GDK_UP to 
6579         enter the popup.  (#137440)
6580
6581 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
6582
6583         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
6584         there before using it.
6585
6586 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
6587
6588         * gtk/gtktreeprivate.h: Moved search entries into priv data.
6589
6590         * gtk/gtktreeview.c: Prep for type-ahead support.
6591
6592         (gtk_tree_view_destroy): Destroy the search window explicitly.
6593         (gtk_tree_view_key_press): Minor change; prep for type-ahead
6594         (gtk_tree_view_ensure_interactive_directory): New function
6595         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
6596         (gtk_tree_view_real_start_interactive_search): rework
6597         (gtk_tree_view_search_dialog_hide): ditto
6598         (gtk_tree_view_search_delete_event): ditto
6599         (gtk_tree_view_search_button_press_event): ditto
6600         (gtk_tree_view_search_key_press_event): ditto
6601         (gtk_tree_view_search_move): ditto
6602         (gtk_tree_view_search_init): ditto
6603
6604         * gtk/gtktreeviewcolumn.c:
6605         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
6606
6607         * tests/testfilechooser.c: (main): change
6608
6609 2004-04-11  Hans Breuer  <hans@breuer.org>
6610
6611         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
6612         the real fix would involve just another small API breakage,
6613         i.e. gdk_spawn_* using GPid not just gint.
6614
6615         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
6616
6617 2004-04-10  Tor Lillqvist  <tml@iki.fi>
6618
6619         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
6620         If both Shift and CapsLock pressed, ignore the shift only for
6621         letters (that would have been affected by the CapsLock). (#139095)
6622
6623         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
6624         seems to be even buggier now than it used to be. (#138341)
6625         Initialize _gdk_input_ignore_wintab to TRUE.
6626
6627         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
6628         GDK_USE_WINTAB environment variable to turn on tablet support.
6629
6630 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
6631
6632         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
6633         (gtk_ui_manager_remove_action_group): Terminate
6634         g_object_[dis]connect() calls with NULL instead of 0.
6635         Fixes #138997.
6636
6637 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
6638
6639         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
6640
6641 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
6642
6643         Fix #132500.
6644
6645         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
6646         passed-in 'str' is not NULL.
6647
6648         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
6649         expands "~/" or "~foo/" at the beginning of a filename.
6650         (gtk_file_system_unix_parse): Use expand_tilde() before doing
6651         anything else.
6652
6653         * gtk/gtkfilechooserentry.c
6654         (gtk_file_chooser_entry_maybe_update_directory): Take in a
6655         force_reload argument.
6656         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
6657         returns an error, set the file_part_pos to -1.
6658         (load_directory_callback): Only populate the model if the
6659         file_part_pos is not -1.
6660
6661 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
6662
6663         * configure.in: Added Icelandic (is) to ALL_LINGUAS
6664
6665 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
6666
6667         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
6668         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
6669
6670         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
6671         for G_DIR_SEPARATOR in the display_name, and err out if it is
6672         present; use the same error message as Nautilus.  Fixes #136467.
6673
6674         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
6675         new-folder button say "Create Fo_lder" rather than "Create
6676         _Folder", so that the mnemonic doesn't conflict with the "Save in
6677         _folder" label.  Fixes #136975.
6678
6679 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
6680
6681         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
6682         buttons.  Also, free them correctly upon failure.  Based on a
6683         patch by Morten Welinder, fixes #137956.
6684
6685 2004-04-05  Anders Carlsson  <andersca@gnome.org>
6686
6687         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
6688
6689 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
6690
6691         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
6692         correctly for fixed height when inserting a node, #138082
6693
6694 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
6695
6696         Fix #136077.
6697
6698         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
6699         "child_is_hidden" boolean argument to the "path-clicked" signal.
6700
6701         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
6702         field.
6703         (make_directory_button): Take a file_is_hidden argument; put it in
6704         the ButtonData.
6705         (_gtk_path_bar_set_path): See whether each path component path is
6706         a hidden file.
6707         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
6708         "path-clicked" signal.
6709         (button_clicked_cb): See if the downwards button represents a
6710         hidden file for the file_is_hidden argument in the signal
6711         emission.
6712
6713         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
6714
6715         * gtk/gtkfilechooserdefault.c
6716         (gtk_file_chooser_default_select_path): If we fail to switch
6717         folders, don't try to select the path in the file system model.
6718         Also, return the result from _gtk_file_system_model_path_do().
6719         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
6720         file system model if we are asked to select a hidden file.
6721         (path_bar_clicked): Show hidden files based on whether the
6722         immediate downwards folder in the path bar is a hidden file
6723         itself.
6724         (struct _GtkFileChooserDefault): Added fields
6725         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
6726         (create_file_list): Set an object data key of
6727         "GtkFileChooserDefault" on the tree view so that we can find the
6728         impl from the popup menu callbacks.  Also, hook up to the
6729         "button-press-event" and "popup-menu" signals in the file list to
6730         bring up a popup menu.
6731         (list_popup_menu_cb): New callback.
6732         (list_button_press_event_cb): New callback.
6733
6734         Fix #138763:
6735
6736         * gtk/gtkfilesystemmodel.c
6737         (_gtk_file_system_model_new): Oops, connect_object to
6738         "finished-loading".
6739
6740 2004-03-31  Tor Lillqvist  <tml@iki.fi>
6741
6742         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
6743         for native Win32. (#136559, J. Ali Harlow)
6744
6745         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
6746         angles. Thanks to Tim Newsham.
6747
6748 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
6749
6750         Fix #137520.
6751
6752         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
6753         for an ::is_finished_loading() method and a ::finished_loading()
6754         signal at the end of the struct.
6755
6756         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
6757         "finished-loading" signal.
6758         (gtk_file_folder_is_finished_loading): New function.
6759
6760         * gtk/gtkfilesystemunix.c
6761         (gtk_file_folder_unix_is_finished_loading): Implement.
6762
6763         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
6764         slot for a "finished-loading" signal.
6765         (gtk_file_system_model_class_init): Create the "finished-loading"
6766         signal.
6767         (struct _GtkFileSystemModel): New field
6768         idle_finished_loading_source.  We emit the "finished-loading"
6769         signal in an idle if the root folder was done loading right in
6770         _gtk_file_system_model_new(), so that the caller has a chance to
6771         connect to the signal.
6772         (_gtk_file_system_model_new): Connect to the normal signals of the
6773         folder even if the initial _list_children() fails.  Also, see if
6774         the folder is finished loading; connect to the "finished-loading"
6775         signal otherwise.
6776         (gtk_file_system_model_finalize): Remove the idle handler.
6777
6778         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
6779         and connect to the model's "finished-loading" signal.
6780         (get_toplevel): New helper function.
6781         (error_message): Use get_toplevel().
6782         (trap_activate_cb): Likewise.
6783         (location_popup_handler): Likewise.
6784         (set_busy_cursor): New function.
6785         (browse_files_model_finished_loading_cb): New callback.
6786
6787 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
6788
6789         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
6790         file under the cursor; we don't need the logic from
6791         GtkFileSelection after all.  Fixes #132255.
6792
6793 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
6794
6795         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
6796         location entry with the display name of the file under the cursor
6797         for Open mode, or the typed filename in Save mode.
6798
6799 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
6800
6801         * gtk/gtkfilesystemwin32.c
6802         (filename_is_root): Bare drive designators (eg., "c:") are
6803         no longer considered as root filenames.  Fixed #137942
6804
6805 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
6806
6807         * gtk/gtkfilesystemwin32.c
6808         (gtk_file_system_win32_create_folder): Invert test for error in
6809         mkdir.  Fixes #137945
6810
6811 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
6812
6813         Fixed #138004 using Federico's code from #132327.
6814
6815         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
6816         folder_hash field to keep a list of live folder objects.
6817         (gtk_file_system_win32_init): Create the folder_hash.
6818         (gtk_file_system_win32_finalize): Destroy the folder_hash.
6819         (gtk_file_system_win32_get_folder): Ref and return an existing
6820         folder if we have it around, otherwise return a new folder object.
6821         (struct _GtkFileFolderWin32): Add a field for the parent file system.
6822         (gtk_file_folder_win32_finalize): Remove the folder from the file
6823         system's hash table.
6824         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
6825         newly-created folder's parent.  Fixes #138004.
6826
6827 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
6828
6829         * gtk/gtkfilesystemwin32.c
6830         (gtk_file_system_win32_get_folder): Test that path is actually
6831         a directory and throw error if not. Fixed bug #137950
6832
6833 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
6834
6835         * gtk/gtkfilesystemwin32.c
6836         (gtk_file_system_win32_volume_get_display_name): Ignore empty
6837         volume labels; assume that GetVolumeInformation would fail if
6838         GetVolumeInformationW does; catches a small memory leak;
6839         pass the buffer size to GetVolumeInformationW in wide
6840         characters instead of bytes. Fixes bug #137543
6841         (list_volumes): Cope with the theoretical possibility of
6842         more than 26 logical drives. Fixes bug #137940
6843         (bookmarks_serialize): Now actually removes bookmarks.
6844         Fixes bug #137943
6845
6846 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
6847
6848         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
6849
6850 2004-03-21  Tor Lillqvist  <tml@iki.fi>
6851
6852         * gtk/gtkfilesystemwin32.c
6853         (gtk_file_system_win32_volume_get_base_path): Include the
6854         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
6855         NULL for a volume base path, as g_filename_to_uri() requires an
6856         absolute path, and just a drive letter and colon isn't. (#137543)
6857
6858 2004-03-20  Hans Breuer  <hans@breuer.org>
6859
6860         * gtk/gtkfilesystemwin32.c : applied the undisputable and
6861         required [due to recent gtkfilesystem internal api semantic 
6862         changes] part of patches to fix bug #137543 (Tor Lillqvist,
6863         J. Ali Harlow)
6864
6865         * gdk/gdkevents-win32.c (handle_configure_event) :
6866              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
6867         GdkWindowObject::x, y with screen coords to make 
6868         gdk_window_get_position () return the right thing and thus fix
6869         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
6870
6871 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
6872
6873         * Revert the patch to #137520, as 2.4.1 is for conservative bug
6874         fixes only.  The patch is attached to the bug report, for
6875         reference.
6876
6877 2004-03-19  Morten Welinder  <terra@gnome.org>
6878
6879         * gtk/gtkfilechooserdefault.c
6880         (gtk_file_chooser_default_set_current_folder): Test existance of
6881         the path after checking for locality, if needed.
6882
6883 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
6884
6885         Fix #137520.
6886
6887         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
6888         for an ::is_finished_loading() method and a ::finished_loading()
6889         signal at the end of the struct.
6890
6891         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
6892         "finished-loading" signal.
6893         (gtk_file_folder_is_finished_loading): New function.
6894
6895         * gtk/gtkfilesystemunix.c
6896         (gtk_file_folder_unix_is_finished_loading): Implement.
6897
6898         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
6899         slot for a "finished-loading" signal.
6900         (gtk_file_system_model_class_init): Create the "finished-loading"
6901         signal.
6902         (struct _GtkFileSystemModel): New field
6903         idle_finished_loading_source.  We emit the "finished-loading"
6904         signal in an idle if the root folder was done loading right in
6905         _gtk_file_system_model_new(), so that the caller has a chance to
6906         connect to the signal.
6907         (_gtk_file_system_model_new): Connect to the normal signals of the
6908         folder even if the initial _list_children() fails.  Also, see if
6909         the folder is finished loading; connect to the "finished-loading"
6910         signal otherwise.
6911         (gtk_file_system_model_finalize): Remove the idle handler.
6912
6913         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
6914         and connect to the model's "finished-loading" signal.
6915         (get_toplevel): New helper function.
6916         (error_message): Use get_toplevel().
6917         (trap_activate_cb): Likewise.
6918         (location_popup_handler): Likewise.
6919         (set_busy_cursor): New function.
6920         (browse_files_model_finished_loading_cb): New callback.
6921
6922 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
6923
6924         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
6925         eventbox for expander. (#137564, reported by
6926         Jacques Garrigue)
6927
6928 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
6929
6930         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
6931
6932 2004-03-17  Morten Welinder  <terra@gnome.org>
6933
6934         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
6935         volumes not actually put into the shortcut list.
6936
6937         * tests/prop-editor.c (object_changed): Plug leak.
6938
6939         * tests/testfilechooser.c (main): Plug some leaks and expose
6940         others.
6941
6942         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
6943         object.  Fixed #136652.
6944
6945         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
6946         have no screen.  Fixes #137260.
6947         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
6948         thereby fixing leak.  Fixes #137259.
6949
6950         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
6951         slider buttons have been destroyed.
6952         (gtk_path_bar_remove): Make this work for slider buttons too.
6953         Fixes #137257
6954
6955 2004-03-15  Morten Welinder  <terra@gnome.org>
6956
6957         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
6958         Sanitize and plug leak.
6959         (check_icon_theme): Only do something if the widget has a screen.
6960
6961 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
6962
6963         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
6964         Move the repositioning logic from _gtk_entry_completion() popup
6965         over here. Fixes #137355, reported by Niklas Knutsson.
6966