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