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