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