]> Pileus Git - ~andy/gtk/blob - ChangeLog
GC caching, bug #125645 (based on patch by Brian Cameron)
[~andy/gtk] / ChangeLog
1 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2
3         GC caching, bug #125645 (based on patch by Brian Cameron)
4         
5         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
6         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
7         cached GC's here.
8         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
9         get a scratch gc.
10         * gdk/gdkinternals.h: Declare the function here
11
12         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
13         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
14         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
15         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
16         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
17         * gdk/gdkwindow.c (gdk_window_end_paint): same
18         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
19         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
20         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
21
22 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
23
24         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
25         priv->columns to 1.
26
27 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
28
29         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
30         priv->columns >= 1 even for empty menus, since we divide by it
31         somewhere else.  (#133428, Vincent Noel)
32
33 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
34
35         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
36         Taylor.
37
38         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
39
40         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
41         depth.
42
43         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
44         the colormap, if no colormap, special case depth 1, 
45
46         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
47         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
48
49         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
50         Special-case bitmaps without a colormap.
51
52         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
53         draw_pixbuf() implementation in the bitmap case.
54
55 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
56
57         * modules/input/Makefile.am: only reference input method
58         modules we've actually built. Fixes re-build failure with
59         stale hangul module lying aroung. Bug #134518.
60
61 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
62
63         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
64         without approval, this isn't the right way to do it.
65
66 2004-02-16  DindinX  <david@dindinx.org>
67
68         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
69         segments at a time, since XDrawSegments cannot handle more than this.
70
71         fixes bug #122026.
72         
73 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
74
75         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
76         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
77         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
78
79 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
80
81         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
82         Split declaration and assignment of combo_box.
83         
84         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
85         pointless cast
86
87 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
88
89         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
90         deprecation note pointing people to GtkComboBox.
91
92 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
93
94         * gtk/gtktreednd.c: 
95         * gtk/gtktreeview.c: Document the tree DND API.
96
97         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
98         Call gtk_drag_source_unset().  
99         
100 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
101
102         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
103         Make stock_size an uint property, to allow custom icon 
104         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
105
106 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
107
108         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
109         make check.
110
111 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
112
113         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
114         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
115         the very first time you try to save one.
116
117 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
118
119         Fix #129020.
120
121         * gtk/gtkfilechooserdialog.c
122         (set_default_size): New function, sets a reasonable default size
123         for the window.
124         (gtk_file_chooser_dialog_realize): New function, call
125         set_default_size().
126         (gtk_file_chooser_dialog_style_set): Likewise.
127         (gtk_file_chooser_dialog_screen_changed): Likewise.
128
129         * tests/testfilechooser.c (main): Don't set a default size for the
130         dialog.
131
132 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
133
134         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
135         Use do instead of while.  (#134031, Morten Welinder);
136
137 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
138
139         * configure.in: Suppress xsltproc and xmlcatalog checks
140         if enable_man=no.  (#134162, Julio M. Merino Vidal)
141
142 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
143
144         * configure.in: Remove checks for sgml2html. It was once
145         used for building the linuxdoc version of the tutorial.
146         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
147
148 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
149
150         Fix various compilation problems (#134312, David
151         Hawthorne)
152
153         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
154         g_return_if_fail(), not g_return_val_if_fail().
155
156         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
157         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
158         g_return_if_reached(), not g_return_val_if_reached().
159         
160         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
161         of some parameters.
162
163         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
164         extra 'scale' parameter.
165
166 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
167
168         Various reentrancy fixes for widgets being destroyed
169         out of focus-out-event. (#128821, Grant Gayed)
170
171         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
172         Ref window and widget over callbacks.
173
174         * gtk/gtkwidget.c (gtk_widget_hide)
175           gtk/gtkwidget.c (gtk_widget_set_child_visible):
176         Ref the widget before calling _gtk_window_unset_focus_and_default(),
177         since that can call user callbacks.
178
179         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
180         Do nothing if the widget isn't realized.
181
182 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
183
184         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
185         active, RELIEF_NONE buttons that aren't depressed. This improves
186         the appearance of buttons in notebook tabs.  (#109213, reported
187         by Benjamin Otte, patch by Rodney Dawes)
188
189 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
190
191         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
192         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
193
194 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
195
196         Fix for #104811, Padraig O'Briain:
197
198         * gtk/gtkscale.h:
199         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
200         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
201         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
202         text and its position from a GtkScale, to make it more accessible. 
203         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
204         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
205         new GtkScale vfunc.
206
207 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
208
209         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
210         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
211
212 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
213
214         * gtk/gtktooltips.h:
215         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
216         function to improve the accessibility of tooltips.  (#114851, 
217         Padraig O'Briain)
218
219 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
220
221         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
222         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
223         add docs.  (#132847)
224
225 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
226
227         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
228         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
229
230         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
231         gdk_property_get call instead of 0.
232
233         * docs/reference/gdk/tmpl/properties.sgml: Document the above
234         as GDK_NONE instead of simply 0.
235
236 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
237
238         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
239         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
240
241 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
242
243         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
244         Correct the docs.
245
246 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
247
248         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
249         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
250         for automatic DND.  (#133485, Tommi Komulainen)
251
252 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
253
254         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
255         debug output.
256
257 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
258
259         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
260         handler.  If no widget has the focus, try to give it to the
261         default widget.  If there is no default widget, give it to the
262         first button.  Fixes the cause for which #59707 was reopened.
263
264 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
265
266         Fixes #134051.
267
268         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
269         (icon_info_new): Don't initialize the ref_count field.
270
271 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
272
273         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
274         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
275         <kaffeetisch@gmx.de>.
276
277 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
278
279         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
280         focus [hv]adjustment correctly when the focus is located deeper
281         down in the hierarchy.  (#133489)
282
283 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
284
285         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
286         arbitrary low upper limits on the xpad, ypad, width and height
287         properties.  (#129696, John Ellis)
288
289 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
290
291         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
292         Ugh. Don't try to free ints, even if they're stored in pointers.
293         (#133997, Morten Welinder)
294
295 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
296
297         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
298         Free the filters.  Fixes #133547, patch by Morten Welinder
299         <mortenw@gnome.org>.
300
301 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
302
303         * gdk/x11/xsettings-client.c (read_settings): Avoid
304         triggering an X error when the client->manager_window
305         is None...makes logs look cleaner.
306
307         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
308         GDK_NONE to mean AnyPropertyType as documented. (Reported 
309         by Yu Shao)
310
311         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
312         gdk_x11_screen_get_window_manager_name): Fix error trap
313         we've been leaking since 2002... (#129538)
314
315 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
316
317         Fixes the entry-related part of #133852.
318
319         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
320         the file part of the entry if the selected item is a folder.
321
322 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
323
324         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
325
326         * tests/prop-editor.c (create_prop_editor): Free the title.
327         (object_changed): Free the children list.
328
329 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
330
331         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
332         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
333         these functions.
334
335 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
336
337         * gtk/gtkfilechooserdefault.c (set_list_model): Request
338         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
339         filtering will work.  Perhaps we should have a way of aggregating
340         info types to the model as filters get installed.
341
342 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
343
344         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
345         Ugh. Don't try to free ints, even if they're stored in pointers.
346
347 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
348
349         Fix #132256.
350
351         * gtk/gtkfilechooserdefault.c
352         (gtk_file_chooser_default_get_paths): Read the contents of the
353         filename entry in both OPEN and SAVE mode.  In multiple-selection
354         mode, add this to the selection from the file/folder list.
355         (struct get_paths_closure): Add a path_from_entry field.
356         (get_paths_foreach): Only add the iterated path if it is not the
357         same as the path from the entry.
358
359 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
360
361         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
362         the folder is already open, add the requested info types to it.
363
364 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
365
366         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
367         type casts for the gtk_window_set_screen() call.
368
369 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
370
371         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
372         come up on the same screen as the combo box.  (#133544, 
373         Morten Welinder)
374
375 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
376
377         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
378         packing of the file selector.
379
380 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
381
382         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
383         calls in array initializers, as some compilers seem to hate this.
384         (#133216, Jonas Jonsson)
385
386 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
387
388         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
389         by on-demand instantiating a singleton object with a "changed" 
390         signal. 
391
392         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
393         for GtkAccelMap::changed.
394
395 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
396
397         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
398         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
399         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
400         Actually free the lists. Pointed out by Morten Welinder.
401         
402 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
403
404         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
405         positions in UTF-8 strings correctly.  (#133315, Theppitak 
406         Karoonboonyanan)
407
408 2004-02-06  Morten Welinder  <terra@gnome.org>
409
410         * gtk/gtktoolbar.c (show_menu): Cleanup using
411         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
412
413 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
414
415         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
416         list.  Fixes #133546.
417
418 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
419
420         Fix #132327.
421
422         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
423         folder_hash field to keep a list of live folder objects.
424         (gtk_file_system_unix_init): Create the folder_hash.
425         (gtk_file_system_unix_finalize): Destroy the folder_hash.
426         (gtk_file_system_unix_get_folder): Ref and return an existing
427         folder if we have it around, otherwise return a new folder object.
428         (struct _GtkFileFolderUnix): Add a field for the parent file system.
429         (gtk_file_folder_unix_finalize): Remove the folder from the file
430         system's hash table.
431         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
432         newly-created folder's parent.  Fixes #132327.
433
434 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
435
436         * gtk/gtkstock.c (builtin_items): Change the labels of the 
437         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
438         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
439         Suárez-Alvarez)
440
441 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
442
443         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
444         function to plug a few memory leaks.  (#133544, Morten Welinder)
445
446 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
447
448         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
449         Support mnemonic_activate here as well.
450         
451         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
452         the button, not the tree_view.
453
454 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
455
456         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
457         function, to make mnemonic_activate work for combo boxes.
458         (#133443, Paolo Borelli)
459
460 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
461
462         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
463         to FALSE.  (#133539, Morten Welinder)
464
465 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
466
467         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
468         of the depth one check.  (#133488, Christian Persch)
469
470 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
471
472         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
473         the drawing of tearoff menu items which don't come first in their
474         menu.  (#33311)
475
476 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
477
478         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
479         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
480
481 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
482
483         Fix #59707.
484
485         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
486         the focus chain.
487         (gtk_label_button_press): Fix prototype.
488         (gtk_label_button_release): Likewise.
489         (gtk_label_motion): Likewise.
490
491         * tests/testgtk.c (create_message_dialog): For the dialog with
492         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
493
494 2004-02-04  Morten Welinder  <terra@gnome.org>
495
496         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
497         bug 133411, apart from the leak.)
498
499 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
500
501         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
502         in g_object_new, since it depends on lower and upper being set.
503
504 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
505
506         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
507         window not resizable.  Fixes #114032.
508
509 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
510
511         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
512         documentation for the use_separator style property.
513
514 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
515
516         Fix #68938.
517
518         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
519         GtkDialog; right now it only contains an ignore_separator field.
520         (gtk_dialog_class_init): Register the private structure.
521         (gtk_dialog_init): Initialize the priv->ignore_separator field.
522         (_gtk_dialog_set_ignore_separator): New private function.
523         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
524
525         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
526         use_separator style property.
527         (gtk_message_dialog_style_set): Change the dialog's separator
528         based on the style property.
529         (gtk_message_dialog_init): Set the dialog box to ignore the
530         separator setting.
531
532 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
533
534         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
535         also dist gtkfilesystemwin32.[hc].
536
537 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
538
539         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
540         in rtl mode.  (#129071, chinen@jp.ibm.com)
541
542 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
543
544         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
545         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
546         mode.  (#107528)
547
548 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
549
550         Clip narrow columns in rtl-oriented tree views (#128089,  
551         chinen@jp.ibm.com):
552         
553         * gtk/gtkstyle.c (gtk_default_draw_option): 
554         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
555         given area.
556
557         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
558         Use the right clip area when calling gtk_cell_renderer_render().
559         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
560         Use the right clip area when calling gtk_paint_focus().
561         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
562         Use the right clip area when calling gtk_paint_toggle() or
563         gtk_paint_check().
564         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
565         Clip to the expose_area when drawing the background rectangle.
566         
567 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
568
569         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
570         Use a weak reference instead of ref()/unref(). (#60857, reported
571         by Joshua N Pritikin)
572
573         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
574
575 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
576
577         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
578         init_hadjust_value and prev_width.
579         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
580         them here.
581         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
582         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
583         here to properly handle the initial position of rtl-oriented
584         tree views.  (#127581, chinen@jp.ibm.com)
585
586 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
587
588         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
589
590         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
591         we handle an event in the colums, and FALSE at the end if the
592         event is not handled at all.
593
594 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
595
596         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
597         Don't access the level after removing the node, since that may
598         kill the level.  (#132615, Crispin Flowerday)
599
600 2004-02-02  Tor Lillqvist  <tml@iki.fi>
601
602         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
603         in all cases. If no grab cursor specified, use the grabbing
604         window's cursor. If the grabbing window has no cursor, use the
605         default arrow cursor. (#118025)
606
607 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
608
609         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
610         latest in menu separation technology.
611
612 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
613
614         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
615         we have to take our chances with).
616         
617         (Bug 97510)
618
619 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
620
621         Fix bug 110224.
622
623         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
624         Remove unused variable 'result'
625
626         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
627
628         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
629         here.
630
631 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
632
633         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
634         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
635
636 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
637
638         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
639         sliding when using the new API.
640
641 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
642
643         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
644         item_area is positioned correctly. Fix #133070, reported by Jeroen
645         Zwartepoorte.
646
647 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
648
649         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
650         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
651         muppet)
652
653 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
654
655         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
656         the documentation for new_order.  (#124790, Tim-Philipp Müller)
657
658 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
659
660         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
661         Reset use_resized_width when setting fixed_width.  (#108612, 
662         Felipe Heidrich) 
663
664 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
665
666         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
667         GtkKeySnooperData.  (#132038, R. McFarland)
668
669 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
670
671         Fixes #132975.
672
673         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
674         not FALSE.
675         (gtk_file_system_volume_render_icon): Likewise.
676
677         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
678         Likewise.
679
680         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
681         not FALSE.
682
683         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
684         FALSE.
685
686         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
687         not FALSE.
688         (gtk_text_iter_get_bytes_in_line): Likewise.
689
690         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
691         Likewise.
692
693         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
694         0.
695
696 2004-01-30  Not Zed  <NotZed@Ximian.com>
697
698         Fixes #132929.
699
700         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
701         handler when we clear the timeout id.
702
703 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
704
705         Fix #129872, based on a patch by Jan Arne Petersen
706         <jpetersen@uni-bonn.de>
707
708         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
709         Implement.
710         (gtk_file_system_unix_add_bookmark): Implement.
711         (gtk_file_system_unix_remove_bookmark): Implement.
712
713 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
714
715         Fixes #132693.
716
717         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
718         use filename_from_path().  Also, check that the filename is
719         absolute.
720         (gtk_file_system_unix_get_folder): Likewise.
721         (gtk_file_system_unix_create_folder): Likewise.
722         (gtk_file_system_unix_make_path): Likewise.
723         (gtk_file_system_unix_parse): Likewise.
724         (gtk_file_folder_unix_get_info): Likewise.
725         (filename_from_path): Removed.
726
727 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
728
729         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
730         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
731
732 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
733
734         * gdk/x11/gdkdrawable-x11.c: Revert changes from
735         #113476 and go back to using XftDrawSetClip, because
736         XftDrawSetClipRectangles is buggy in XFree86-4.3.
737
738 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
739
740         * gtk/gtktextlayout.c (line_display_iter_to_index)
741         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
742         adjust the preedit position for lines that include the
743         preedit string. (#132353, Yao Zhang). How the heck
744         did this work as well as it did?!?!
745
746         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
747         Reverse change to change of XNFilterEvents event mask from
748         #110493 -- it's documented and in the Xlib code an
749         unsigned long. 
750         
751         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
752         Return -1 rather than void to indicate no length limit.
753         (#129548)
754
755 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
756
757         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
758         (#64601, Murray Cumming)
759
760 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
761
762         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
763         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
764         
765 2004-01-28  Richard Hult  <richard@imendio.com>
766
767         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
768         Free font_desc.  Fixes #132805.
769
770 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
771
772         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
773         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
774         Fixes #132574.
775
776 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
777
778         * gtk/gtkselection.c (gtk_selection_default_handler): 
779         nul-terminate the target atoms. (#132656, Christian Persch)
780
781 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
782
783         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
784         Don't leak path if we bail out early.  (#132505, Christian Persch)
785
786 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
787
788         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
789         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
790         reference counting on the user_data that is shared between
791         multiple signal handlers, to avoid calling the destroy notify
792         multiple times.  (#132447, Adam Hooper)
793
794 2004-01-28  Hans Breuer  <hans@breuer.org>
795
796         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
797           gtk/gtkstock.[hc] : ... define ...
798           gtk/gtkiconfactory.c : ... register ...
799           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
800         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
801         IFace changes.
802
803         * gtk/gtk.def : added a bunch of new exported symbols
804
805         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
806         on filter_info->display_name being NULL
807
808         * tests/testgtk.c : make testgtk --bench=all work again
809
810 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
811
812         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
813         Don't leak string.  (#132482, Christian Persch)
814
815 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
816
817         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
818         1.8 won't whine at us.
819
820 2004-01-28  Tor Lillqvist  <tml@iki.fi>
821
822         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
823         synthesize_enter_event): Don' generate enter or leave events if
824         the pointer is grabbed with owner_events off, and the grab event
825         mask doesn't ask for them. (#129242)
826
827         (gdk_event_translate): Ditto for focus change events.
828
829 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
830
831         Fix #132314.
832
833         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
834
835         * gtk/gtkfilesystem.c: Likewise.
836
837         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
838         icon-type code.
839         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
840         from GtkFileInfo to here.
841         (gtk_file_system_unix_volume_render_icon): Implement.
842
843 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
844
845         * modules/input/imhangul-defs.h: 
846         * modules/input/imhangul.c:
847         * modules/input/Makefile.am: Remove broken hangul input module.
848         
849 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
850
851         * gtk/gtktoolbar.c: Remove obsolete comment.
852
853         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
854         SPACE_LINE_END): Make separators wider and taller, so they are
855         easier to pick up when editing the toolbar.
856
857         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
858         a bit, 
859
860         * gtk/gtktoolbar.c (rect_within): Formatting fix
861
862         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
863         sliding feel more responsive by only restarting sliding when the
864         placeholder actually changes its goal allocation.
865
866 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
867
868         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
869         compiler warning.  (#122725, Kjartan Maraas)
870         
871 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
872
873         Make menus work better on Xinerama (#126150):
874         
875         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
876         monitor_num on the screen of the menu, not of the attach widget.
877
878         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
879         (gtk_menu_window_size_request): Remember the monitor_num.
880
881 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
882
883         Fix #105497; constify uses of GdkColor.
884
885         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
886         (gdk_gc_set_rgb_bg_color): Constify.
887         (gdk_gc_set_foreground): Constify.
888
889         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
890         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
891         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
892
893         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
894         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
895         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
896
897         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
898         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
899         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
900
901         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
902         (gdk_draw_layout_with_colors): Constify.
903
904         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
905         (gdk_pixmap_colormap_create_from_xpm): Constify.
906         (gdk_pixmap_create_from_xpm): Constify.
907         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
908         (gdk_pixmap_create_from_xpm_d): Constify.
909
910         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
911
912         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
913         (gtk_clist_set_background): Constify.
914
915         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
916         (gtk_color_button_set_color): Constify.
917
918         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
919         Constify and add a check for color != NULL.
920         (gtk_color_selection_get_current_color): Add a check for color != NULL.
921         (gtk_color_selection_set_previous_color): Constify and add a check
922         for color != NULL.
923         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
924
925         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
926         (gtk_ctree_node_set_background): Constify.
927
928         * gtk/gtktext.c (gtk_text_insert): Constify.
929         (insert_text_property): Constify.
930         (text_properties_equal): Constify.
931         (new_text_property): Constify.
932
933         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
934         (gtk_widget_modify_fg): Constify.
935         (gtk_widget_modify_bg): Constify.
936         (gtk_widget_modify_text): Constify.
937         (gtk_widget_modify_base): Constify.
938
939 2004-01-26  Christian Rose  <menthos@menthos.com>
940
941         * configure.in: Added "mi" to ALL_LINGUAS.
942
943 2004-01-25  Tor Lillqvist  <tml@iki.fi>
944
945         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
946         WM_TRANSIENT_FOR property is being deleted, set the owner of the
947         window to the root window (i.e., effectively unset it). (#132411)
948
949         * gdk/win32/gdkprivate-win32.h
950         * gdk/win32/gdkglobals-win32.c
951         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
952         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
953
954         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
955
956 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
957
958         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
959         to map/unmap items on whether they are actually allocated outside
960         the toolbar, not on whether that will eventually happen. Improves
961         animation in the presence of overflown items.
962
963         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
964         queue_resize() to so that the items will get their new goal
965         values and the idle handler will not immediately return FALSE.
966
967         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
968         make sure that a placeholder becoming invisible doesn't cause a
969         return TRUE.
970
971         * gtk/gtktoolbar.c (get_item_size): Don't special case
972         placeholders here.
973
974 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
975
976         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
977         try to pack icon if there actually is one.
978
979         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
980         OVERFLOWN items get an allocation even when they are
981         unmapped. This ensures they will slide in properly.
982
983         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
984         when there are overflown items that need to slide in. Also add
985         comments and make formatting more readable.
986
987 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
988
989         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
990         Add a write-only property ::group to be consistent with
991         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
992         Andrieu)
993
994 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
995
996         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
997         font description.  (#132168)
998
999 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
1000
1001         Fix #132247.
1002
1003         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
1004         mode.
1005         (set_select_multiple): Optionally notify about changes to the
1006         select-multiple property.
1007         (list_selection_changed): Change the condition for the editable row to
1008         test for save mode; this is more clear than testing for not being
1009         in multiple selection mode.
1010         (gtk_file_chooser_default_get_paths): Get impl->action directly
1011         rather than calling gtk_file_chooser_get_action().
1012         (entry_activate): Likewise.
1013         (set_select_multiple): Annotate about #133255.
1014         (update_chooser_entry): Likewise.
1015         (check_preview_change): Likewise.
1016         (tree_selection_changed): Likewise.
1017
1018 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
1019
1020         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
1021         when there are no columns, or all columns are hidden, #131402
1022
1023 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1024
1025         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
1026         mistake. Change back to 225.
1027
1028 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
1029
1030         * === Released 2.3.2 ===
1031
1032 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
1033
1034         * gtk/gtkicontheme.c: Patch from Christian Neumair
1035         to make warning string more translator friendly.
1036
1037         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
1038         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
1039         happy.
1040
1041         * configure.in: Require GLib-2.3.2, version 2.3.2,
1042         interface age 0, binary age 302.
1043
1044         * NEWS: Organized, added some names.
1045
1046 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
1047
1048         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
1049
1050 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
1051
1052         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
1053         GtkWidget::popup_menu.
1054
1055 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
1056
1057         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
1058         info after calling gtk_menu_do_remove(), since that function
1059         uses the attach info. Doh!
1060
1061         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
1062         for being 1 directly after setting it to 0.
1063
1064 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1065
1066         * NEWS: Updates
1067
1068 2004-01-22  Alexander Larsson  <alexl@redhat.com>
1069
1070         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
1071         Fix typo
1072
1073 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
1074
1075         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1076         Free the path fields.
1077
1078         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
1079         the root_path, reported by <scott@asofyet.org>
1080         (gtk_file_system_model_finalize): Unref the file system.
1081
1082         * gtk/gtkfilefilter.c (filter_rule_free): default:
1083         g_assert_not_reached().
1084         (gtk_file_filter_finalize): Free the filter->name, reported by
1085         <scott@asofyet.org>
1086         (gtk_file_filter_finalize): Free the rules list.
1087
1088 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
1089
1090         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
1091         color button when an alpha is set.
1092         (gtk_color_button_set_alpha): redraw the color button when an
1093         alpha is set.
1094
1095 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
1096
1097         Fix #131869: 
1098         
1099         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
1100         a reference to the group while emitting the signals.
1101
1102         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
1103         destroy notify which does not only unref, but also resets
1104         the action_group property of the action.
1105
1106 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
1107
1108         * NEWS: Added details about GtkFileChooser changes.
1109
1110 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
1111
1112         Fix #99425, add accessor functions for GtkPaned's children.
1113
1114         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
1115         (gtk_paned_get_child2): New function.
1116
1117 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
1118
1119         * NEWS: Start of 2.3.2 section.
1120
1121 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
1122
1123         Fixes for #130370, based on a patch by Michael Meeks:
1124         
1125         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
1126         adjust cell positions and recalculate row and column counts after
1127         removing an item.
1128
1129         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
1130
1131         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
1132         appending items.
1133
1134         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
1135         to avoid an unintended recursion.
1136
1137 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
1138
1139         Fix #131418.
1140
1141         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
1142         function.
1143         (gtk_file_chooser_default_set_property): Use
1144         set_select_multiple().  Also, re-set this mode to single if the
1145         file chooser is set to Save mode.
1146         (entry_activate): Handle the case where the entry is completely
1147         empty *and* its current folder does exist.  Also, there is need to
1148         test for select_multiple here now that we ensure that it won't
1149         happen during Save mode.
1150
1151 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1152
1153         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
1154         _gtk_toolbar_get_default_space_size ();
1155
1156         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
1157         get_space_size): Use them here.
1158
1159 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1160
1161         * tests/testgtk.c (create_toolbar): Set a small size request and
1162         make the window resizable, to test mapping/unmapping of buttons.
1163
1164         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
1165         gtk_toolbar_insert_tool_item): remove these functions.
1166
1167         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
1168         toolbar_content_show_all, gtk_toolbar_hide_all,
1169         toolbar_content_hide_all): New functions. 
1170
1171         Ignore show_all/hide_all for buttons created in compatibility mode.
1172
1173         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
1174         gtk_toolbar_hide_all): Make sure buttons are ignored by
1175         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
1176         
1177         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
1178
1179         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
1180         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
1181
1182         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
1183         could become NULL.
1184
1185         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
1186         instead of prepending them.
1187
1188         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
1189         'elapsed' for all items.
1190
1191         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
1192         into bitfields.
1193
1194         * gtk/gtktoolbar.c: Many formatting fixes
1195         
1196 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
1197
1198         * configure.in: Add the necessary magic to create
1199         po-properties/Makefile.
1200
1201 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
1202
1203         The second part of the fix for #114351 (see also 
1204         gdk-pixbuf/ChangeLog and po/ChangeLog):
1205
1206         * Makefile.am (SUBDIRS): Add po-properties.
1207
1208         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
1209
1210         * gdk/gdkintl.h (P_): 
1211         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
1212
1213         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
1214         bind_textdomain_codeset for gtk20-properties as well.
1215
1216 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1217
1218         * gtk/gtktoolbar.c: 
1219
1220         Fix rest of #128678: Implement all the toolbar_content()
1221         methods for the old API case.
1222
1223 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1224
1225         * gtk/gtktoolbar.c: 
1226
1227         Phase 1 of fixing #128678: Only access ToolbarContent through a
1228         set of new functions:
1229
1230         toolbar_content_expose, toolbar_content_visible,
1231         toolbar_content_size_request, toolbar_content_is_homogeneous,
1232         toolbar_content_get_child_requisition,
1233         toolbar_content_is_placeholder, toolbar_content_disappearing,
1234         toolbar_content_get_state, toolbar_content_child_visible,
1235         toolbar_content_get_goal_allocation,
1236         toolbar_content_get_allocation,
1237         toolbar_content_set_start_allocation,
1238         toolbar_content_get_start_allocation, toolbar_content_get_expand,
1239         toolbar_content_set_goal_allocation,
1240         toolbar_content_set_child_visible, toolbar_content_size_allocate,
1241         toolbar_content_set_state, toolbar_content_get_widget,
1242         toolbar_content_set_disappearing,
1243         toolbar_content_set_size_request,
1244         toolbar_content_toolbar_reconfigured,
1245         toolbar_content_retrieve_menu_item, 
1246         toolbar_content_new_tool_item, toolbar_content_destroy,
1247         toolbar_content_is_separator
1248
1249         Also fix #127092.
1250         
1251 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1252
1253         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
1254         item ID.
1255
1256 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1257
1258         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
1259         overflow menu.
1260         
1261         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
1262         [#127726]
1263
1264 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
1265
1266         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
1267         has_editable field.
1268         (_gtk_file_system_model_add_editable): New function.
1269         (_gtk_file_system_model_remove_editable): New function.
1270         (gtk_file_system_model_get_value): Return appropriate values for
1271         the temporary editable row.
1272         (_gtk_file_system_model_get_info): Handle the editable row.
1273         (_gtk_file_system_model_get_path): Likewise.
1274
1275         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
1276         Removed an unused variable.
1277         (toolbar_button_new): Optionally show the button.
1278         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
1279         (toolbar_create): Add a "New Folder" button for Save mode.
1280         (error_building_filename_dialog): New helper function.
1281         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
1282         (create_file_list): Connect to the "edited" signal of the text
1283         cell renderer.  Store the name column and text renderer in the
1284         impl structure.
1285         (renderer_edited_cb): New callback.
1286         (gtk_file_chooser_default_set_property): Show/hide the "New
1287         folder" button when the save action changes.
1288         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
1289         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
1290         tree_model.
1291         (get_list_file_info): Likewise!
1292         (list_icon_data_func): Handle the path being NULL.
1293         (new_folder_button_clicked): New callback.
1294         (list_name_data_func): If we are on the editable row, set the text
1295         to "Type name of new folder".
1296         (list_selection_changed): Handle the editable row.
1297         (list_mtime_data_func): Likewise.
1298
1299         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
1300         NULL, not FALSE.
1301         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
1302
1303 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
1304
1305         The first part of the fix for #114351 (see also 
1306         gdk-pixbuf/ChangeLog and po/ChangeLog):
1307         
1308         * gtk/gtkintl.h: 
1309         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
1310
1311         * gdk/gdkdisplaymanager.c:
1312         * modules/input/gtkimcontextxim.c:
1313         * gtk/*.c:  Mark property blurbs and nicks with P_().
1314         
1315 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
1316
1317         Fix #130969.
1318
1319         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
1320         editing_canceled signal.
1321
1322         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
1323         "editing-canceled" signal.
1324         (gtk_cell_renderer_editing_canceled): New function.
1325
1326         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
1327         Call gtk_cell_renderer_editing_canceled().
1328
1329 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
1330
1331         * gtk/gtkfilechooserdefault.c
1332         (gtk_file_chooser_default_set_property): Do not allow setting
1333         select_multiple when in Save mode.
1334         (set_list_model): No need to nullify the list_model and
1335         sort_model.
1336         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
1337         (get_paths_foreach): Likewise.
1338
1339         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
1340         documentation about folder mode.
1341         (gtk_file_chooser_get_uri): Likewise.
1342
1343 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
1344
1345         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
1346         get_volume_for_path() method.
1347         (struct _GtkFileSystemIface): Finally removed the list_roots() and
1348         get_root_info() methods, and the "roots-changed" signal.
1349
1350         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
1351         function.
1352         (gtk_file_system_list_roots): Removed.
1353         (gtk_file_system_get_root_info): Removed.
1354
1355         * gtk/gtkfilesystemunix.c
1356         (gtk_file_system_unix_get_volume_for_path): Implement.
1357         (get_root_volume): New helper function.
1358         (gtk_file_system_unix_list_volumes): Use get_root_volume().
1359         (gtk_file_system_unix_list_roots): Removed.
1360         (gtk_file_system_unix_get_root_info): Removed.
1361
1362         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
1363         accept a NULL root_path.
1364         (struct _GtkFileSystemModel): Add a field to remember the
1365         root_path.
1366         (_gtk_file_system_model_new): Store the root_path in the model
1367         structure.
1368         (find_and_ref_path): Stop going up the hierarchy at the root_path
1369         of the model.  Also, don't return prematurely when walking up the
1370         hierarchy.
1371
1372         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
1373         the rules_hint.
1374         (struct _GtkFileChooserDefault): Added a current_volume_path field.
1375         (set_tree_model): New function; create the folder tree model here.
1376         (create_folder_tree): Don't create the model here.
1377         (set_list_model): Set the show_hidden flag on the list model.
1378
1379 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
1380
1381         * gtk/gtknotebook.h:
1382         * gtk/gtknotebook.c (gtk_notebook_append_page): 
1383         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
1384         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
1385         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
1386         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
1387         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
1388         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
1389
1390 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
1391
1392         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
1393         a 'newly-allocated' to hint that the list should be freed after
1394         use.
1395
1396 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
1397
1398         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
1399         to after handling the button presses in the TreeView to avoid
1400         getting multiple selection_changes()
1401
1402 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
1403
1404         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
1405         Karoonboonyanan)
1406
1407 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
1408
1409         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
1410         Don't leak name and stock_id.  (#131358, Morten Welinder)
1411
1412 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
1413
1414         * docs/faq/gtk-faq.sgml: Updates to Section 5
1415
1416 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
1417
1418         * gtk/gtkradioaction.c: Add a writable group property to align
1419         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
1420
1421 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
1422
1423         * docs/faq/gtk-faq.sgml: Update info on using autoconf
1424
1425 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
1426
1427         * tests/testmerge.c: Adjust to the new connect_proxy signals.
1428
1429         * gtk/gtkuimanager.c
1430         * gtk/gtkactiongroup.c
1431         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
1432         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
1433         removes the confusion between the disconnect_/connect_proxy signals 
1434         and the (unrelated) virtual functions of the same name and aligns
1435         the setup with the pre_/post_activate signals.
1436
1437 2004-01-12  Jody Goldberg <jody@gnome.org>
1438
1439         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
1440           with no submenus otherwise it looks like we activate every time a
1441           submenu opens.
1442
1443 2004-01-12  Jody Goldberg <jody@gnome.org>
1444
1445         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
1446
1447 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
1448
1449         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
1450         (gtk_accel_map_lock_path): 
1451         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
1452         entry is silently created during lock_path(), and treated as an error 
1453         during unlock_path(). These changes have been requested by Tim Janik.
1454
1455 2004-01-10  Jody Goldberg <jody@gnome.org>
1456
1457         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
1458         s/merge_signals/ui_manager_signals/ for readability.
1459         (gtk_ui_manager_class_init) : add pre_activate and post_activate
1460           signals.
1461         (cb_proxy_pre_activate) : new.
1462         (cb_proxy_post_activate) : new.
1463         (gtk_ui_manager_insert_action_group) : connect the proxies for
1464           GtkActionGroup::pre/post_activate
1465         (gtk_ui_manager_remove_action_group) : disconnect them.
1466
1467         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
1468           'sensitive', and 'visible' properties.  Also add pre_activate and
1469           post_activate signals to help deal with activations at a higher
1470           level (eg GtkUIManager)
1471         (gtk_action_group_init) : init sensitive and visible
1472         (gtk_action_group_set_property) : add sensitive and visible
1473         (gtk_action_group_get_property) : add sensitive and visible
1474         (gtk_action_group_get_sensitive) : new.
1475         (gtk_action_group_get_visible) : new.
1476         (cb_set_action_sensitivity) : new with minor optimization that only
1477           signals sensitivity changes if the action could possibly change.
1478         (cb_set_action_visiblility) : ditto.
1479         (gtk_action_group_set_sensitive) : new.  walk the actions directly
1480           rather than using notify::sensitive because that is simpler, easier
1481           to read, and more efficient.
1482         (gtk_action_group_set_visible) : ditto.
1483         (gtk_action_group_add_action) : Each action can only be in 1 group,
1484           set GtkAction::action_group.
1485         (gtk_action_group_remove_action) : clear it.
1486         (gtk_action_group_add_toggle_actions_full) : warning suppression.
1487         (gtk_action_group_add_radio_actions_full) : warning suppression.
1488         (_gtk_action_group_emit_pre_activate) : new protected routine for use
1489           by GtkAction.
1490         (_gtk_action_group_emit_post_activate) : ditto.
1491
1492         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
1493         (gtk_action_init) : initialize it.
1494         (gtk_action_get_property) : get.
1495         (gtk_action_set_property) : set it via
1496         (gtk_action_set_action_group) : new function.
1497         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
1498           with the logical sensitivity (action & group) rather than the simple
1499           action::sensitivity.
1500         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
1501           logical visibility (action & group) rather than the simple
1502           action::visible.  Use widget show/hide directly.
1503         (connect_proxy) : handle the custom sensitivity handler.
1504           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
1505           directly, with special cases for TOOL_BUTTON.  Still not especially
1506           good it might be useful to handle label/use_underline by parmspec
1507           lookup.  Those are likely to be implemented by custom types, and are
1508           assumed to exist in GtkToolItem.
1509         (disconnect_proxy) : disconnect the new sensitivity handler.
1510         (_gtk_action_emit_activate) : add pre/post signals.
1511         (gtk_action_activate) : use logical sensitivity.
1512         (gtk_action_is_sensitive) : logical sensitivity.
1513         (gtk_action_get_sensitive) : actual sensitivity.
1514         (closure_accel_activate) : use logical sensitivity.
1515
1516 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
1517
1518         * gtk/gtkuimanager.c: Introduce a new parser state for 
1519         accelerator elements to avoid misparsing files containing 
1520         such elements.  (#131035, Morten Welinder)
1521
1522 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
1523
1524         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
1525
1526 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
1527
1528         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
1529
1530 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
1531
1532         * gtk/gtkuimanager.h:
1533         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
1534         obtain a list of toplevel widgets constructed by the ui manager.
1535
1536         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
1537         the values can be combined for gtk_ui_manager_get_toplevels().
1538
1539         * tests/testmerge.c: Add a "Dump toplevels" button to test 
1540         gtk_ui_manager_get_toplevels().
1541
1542 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
1543
1544         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
1545         
1546         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
1547         by Anders Carlsson  (#130464).
1548
1549 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
1550
1551         * gtk/gtkmain.h: 
1552         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
1553         gint to gboolean.  (#130718, reported by Johannes Weißl)
1554
1555 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
1556
1557         * gtk/gtkactiongroup.h: 
1558         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
1559         Remove the redundant name and stock_id parameters, adjust all callers.
1560
1561 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
1562
1563         * gtk/gtkaction.h: 
1564         * gtk/gtkaction.c (gtk_action_new):  
1565         * gtk/gtktoggleaction.h: 
1566         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
1567         * gtk/gtkradioaction.h: 
1568         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
1569         functions for actions.
1570
1571         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
1572         (gtk_action_group_add_toggle_actions_full): 
1573         (gtk_action_group_add_radio_actions_full): and use the
1574         new functions here.  (#125322, Patch by Jeff Frank)
1575
1576 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
1577
1578         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
1579         docs.
1580
1581 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
1582
1583         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
1584         (shortcuts_append_home), (shortcuts_append_desktop),
1585         (shortcuts_append_paths), (shortcuts_add_volumes),
1586         (shortcuts_append_bookmarks), (create_shortcuts_model),
1587         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
1588         to the shortcuts_model.
1589
1590         (remove_bookmark_button_clicked_cb),
1591         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
1592         bookmarks can be removed. Fixes #129873
1593
1594 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
1595
1596         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
1597         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
1598         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
1599         respectively. Tests #82203.
1600
1601 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
1602
1603         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
1604         0777 as the mode for mkdir() and let the umask do the right
1605         thing.  Fixes #121819.
1606
1607         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
1608         can return NULL; handle this.  Fixes #129565.
1609
1610 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
1611
1612         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
1613         that proceeded the end-of-sentence punctuation. Fixes: #130353.
1614
1615 2004-01-06  Jody Goldberg <jody@gnome.org>
1616
1617         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
1618           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
1619
1620 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
1621
1622         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
1623         call shortcuts_add_bookmarks() here.
1624         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
1625         iter.
1626         (shortcuts_append_paths): Don't display error dialogs here.
1627         (create_file_list): Remove the @#$% rules hint.
1628
1629 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
1630
1631         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
1632         function.
1633         (toolbar_create): Do not use a toolbar widget, just an hbox
1634         instead.  Add the bookmarks buttons and the current folder label
1635         here.
1636         (create_filename_entry_and_filter_combo): Create the filter combo
1637         here.
1638         (filter_create): Don't show the filter combo initially.
1639         (up_button_cb): Renamed from toolbar_up_cb().
1640         (create_shortcuts_buttons): Removed.
1641
1642 2004-01-05  Murray Cumming  <murrayc@usa.net>
1643
1644         * gdk/gdkimage.h: Added <public> documentation to the struct, as
1645         suggested by Owen Taylor.
1646
1647 2004-01-05  Jody Goldberg <jody@gnome.org>
1648
1649         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
1650           I would have prefered outdent, but compatibility seems more
1651           important.
1652         * gtk/gtkstock.c (builtin_items) : ditto.
1653         * gtk/gtkstock.h : ditto.
1654         * gtk/stock-icons/Makefile.am : ditto.
1655         * gtk/stock-icons/stock_text_indent_16.png :
1656         * gtk/stock-icons/stock_text_indent_24.png :
1657         * gtk/stock-icons/stock_text_unindent_16.png :
1658         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
1659
1660 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1661
1662         * gtk/gtkradiotoolbutton.[ch]
1663         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
1664         group is a GtkRadioButton, not a GtkWidget.
1665
1666 2004-01-04  Hans Breuer  <hans@breuer.org>
1667
1668         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
1669         gdk_window_set_keep_(above|below) to make DND work again.
1670         Thanks to Alif Wahid for noticing.
1671
1672         * gdk/gdk.def : update externals
1673
1674         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
1675
1676         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
1677           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
1678           gtk/stock-icons/stock_harddisk_16.png 
1679           gtk/stock-icons/stock_harddisk_24.png 
1680         Harddisk stock icons for file system implementations. Beside
1681         FLOPPY and CDROM there is now HARDDISK, probably some 
1682         GTK_STOCK_NETWORK would be useful, but I could not find one.
1683
1684 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
1685
1686         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
1687         Patch from Andrew Moise (#130462).
1688
1689 2004-01-01  Jody Goldberg <jody@gnome.org>
1690
1691         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
1692           visible_vertical.
1693         (gtk_action_class_init) : here.
1694         (gtk_action_init) : here.
1695         (gtk_action_set_property) : here.
1696         (gtk_action_get_property) : here.
1697         (connect_proxy) : and here.
1698
1699 2003-12-30  Jody Goldberg <jody@gnome.org>
1700
1701         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
1702           utility routine for use in derived GtkActions with the replicated code
1703           from.
1704         (gtk_action_group_add_actions_full) : here.
1705         (gtk_action_group_add_toggle_actions_full) : here.
1706         (gtk_action_group_add_radio_actions_full) : and here.
1707
1708 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
1709
1710         * configure.in: Added "bn" to ALL_LINGUAS.
1711
1712 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
1713
1714         * bn.po: Added Bangla translation by 
1715         of Ankur group <gnome-translation@bengalinux.org>.
1716
1717 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
1718
1719         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
1720         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
1721         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
1722         week_start values other than 0 and 1, e.g. 6 will let weeks start
1723         on Saturday.  (#130349, Roozbeh Pournader) 
1724
1725 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
1726
1727         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
1728         
1729         Fix to allow reasonable pointer behavior in window mode when an
1730         extended input device reports an incorrect resolution of 0.  Fixes
1731         bug #123546
1732         
1733 2003-12-31  Christian Neumair  <chris@gnome-de.org>
1734
1735         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
1736         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
1737         plurals (#123847).
1738
1739 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
1740
1741         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
1742         (gtk_action_group_add_toggle_actions_full):
1743         (gtk_action_group_add_radio_actions_full): Pull accelerator key
1744         from the stock item if stock_id is given, but accelerator 
1745         not.  (Noticed by Jeff Franks and Jody Goldberg)
1746
1747         * tests/testmerge.c: Remove the accelerator from the "Open" entry
1748         to test the above change.
1749         
1750 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
1751
1752         Make show_all() work for the extra and preview widgets; reported
1753         by Paolo Maggi.
1754
1755         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
1756         preview widget.
1757         (set_extra_widget): show_all() the extra widget.
1758
1759 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1760
1761         * gtk/gtkuimanager.c (do_updates): 
1762         * gtk/gtktoolbar.c (slide_idle_handler): 
1763         * gtk/gtkdnd.c (gtk_drag_update_idle): 
1764
1765         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
1766         functions. (#130157, patch from Olexiy Avramchenko).
1767         
1768 2003-12-29  Anders Carlsson  <andersca@gnome.org>
1769
1770         * gtk/gtkradiotoolbutton.c:
1771         * gtk/gtkradiotoolbutton.h:
1772         * gtk/gtkseparatortoolitem.c:
1773         * gtk/gtkseparatortoolitem.h:
1774         * gtk/gtktoggletoolbutton.c:
1775         * gtk/gtktoggletoolbutton.h:
1776         * gtk/gtktoolbar.c:
1777         * gtk/gtktoolbar.h:
1778         * gtk/gtktoolbutton.c:
1779         * gtk/gtktoolbutton.h:
1780         * gtk/gtktoolitem.c:
1781         * gtk/gtktoolitem.h:
1782         Update my e-mail address.
1783         
1784 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
1785
1786         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
1787         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
1788         paths.  (#73207, reported by Havoc Pennington)
1789
1790 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1791
1792         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
1793         instead of VISIBLE to determine whether we should stop
1794         sliding. (#130018, reported by Christian Persch).
1795
1796 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
1797
1798         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
1799         Don't use first_action without initializing it if n_entries is 0.
1800
1801 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
1802
1803         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
1804         Add the missing _get_ to the name of the non-Xcursor version of
1805         this function.  (noticed by Torsten Schoenfeld)
1806
1807 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
1808
1809         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
1810         muppet.
1811
1812 2003-12-24  Jody Goldberg <jody@gnome.org>
1813
1814         * gtk/gtkactiongroup.h : Add some const to the char * in
1815           GtkActionEntry*.  We're reccomending people pass static strings to
1816           them, and not freeing them.  This stems to flood of warnings that
1817           result.
1818         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
1819           temp vars to const to match above.
1820         (gtk_action_group_add_toggle_actions_full) : ditto.
1821         (gtk_action_group_add_radio_actions_full) : ditto.
1822
1823 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
1824
1825         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
1826         gtk_clipboard_request_targets() and 
1827         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
1828
1829 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
1830
1831         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
1832         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
1833         * gtk/gtkcalendar.c (draw_arrow_left):
1834         (draw_arrow_right): Removed. 
1835         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
1836         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
1837         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
1838         insensitive.  (#97376)
1839
1840 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
1841
1842         * gtk/gtkuimanager.c (update_node): 
1843         (update_smart_separators): 
1844         (_gtk_menu_is_empty): 
1845         (find_menu_position): 
1846         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
1847         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
1848         (gtk_combo_box_relayout): Fix memory leaks caused by the
1849         failure to free the result of gtk_container_get_children().
1850
1851 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1852
1853         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
1854         properties when the window becomes a toplevel. When a window that
1855         was previously a toplevel becomes a toplevel again, restore its
1856         window type. Also make sure the focus window is removed from the
1857         XID hash when it is destroyed. (#117579, reported by Morten
1858         Welinder, patch reviewed by Owen Taylor).
1859
1860 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
1861
1862         * gtk/gtkmenushell.h: 
1863         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
1864         to emit the "cancel" signal on a menu shell.
1865
1866         * gtk/gtkmenu.c (gtk_menu_key_press): 
1867         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
1868         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
1869         new function instead of directly emitting the 
1870         signal.  (#81803, Owen Taylor)
1871
1872 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
1873
1874         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
1875         Fix the "language_set" blurb.  
1876         
1877 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
1878
1879         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
1880         all of treeview when resizing (#110074, patch from Soeren Sandmann).
1881
1882 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
1883
1884         Fixes #108458.
1885
1886         * gtk/gtkcelllayout.[ch]: added a reorder method.
1887
1888         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
1889         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
1890
1891         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
1892         (gtk_cell_view_cell_layout_reorder): ditto.
1893
1894         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
1895         (gtk_combo_box_cell_layout_reorder): ditto.
1896
1897         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
1898         (gtk_entry_completion_reorder): ditto.
1899
1900 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
1901
1902         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
1903         instead of strcmp (#117127, suggestion from Soeren Sandmann).
1904
1905 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
1906
1907         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
1908         here from gtk_menu_real_insert(),
1909         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
1910         (gtk_menu_reorder_child): run _do_insert after inserting the child
1911         (unbreaks _reorder_child, reported by Tim Janik).
1912
1913 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
1914
1915         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
1916         g_date_strftime() for UTF-8 correctness; use Julian dates to
1917         simplify the function.
1918
1919 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
1920
1921         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
1922         Test extra_width, not extra_height, when determining whether to
1923         set extra_width.  (#129647, Jan Arne Petersen)
1924
1925 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
1926
1927         Fix the behaviour of insensitive actions, which was broken
1928         when gtk_action_activate() was changed to pay attention to 
1929         sensitivity  (#129557, Christian Persch)
1930         
1931         * gtk/gtkaction.h: 
1932         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
1933         function to emit an activate signal without regard to sensitivity.
1934
1935         * gtk/gtkradioaction.c: 
1936         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
1937         instead of gtk_action_activate().
1938
1939 2003-12-18  Jody Goldberg <jody@gnome.org>
1940
1941         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
1942           to ensure that the base hicolor theme is installed.  Silently
1943           failing to produce icons that apps assume exist in the theme seems
1944           like a bad idea.
1945
1946 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
1947
1948         Fixes #110249, reworked patch from Joshua N Pritikin.
1949
1950         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
1951         (gtk_tree_model_sort_tree_drag_source_init),
1952         (gtk_tree_model_sort_row_draggable),
1953         (gtk_tree_model_sort_drag_data_get),
1954         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
1955
1956         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
1957         (gtk_tree_model_filter_tree_drag_source_init),
1958         (gtk_tree_model_filter_row_draggable),
1959         (gtk_tree_model_filter_drag_data_get),
1960         (gtk_tree_model_filter_drag_data_delete): ditto.
1961
1962 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
1963
1964         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
1965         for "*" and "/" (expand/collapse all). (#110195, reported by
1966         Calum Benson).
1967
1968 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
1969
1970         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
1971         clear the extra_attrs list if we set "text" after "markup".
1972         (Fixes #121933, Federico Mena Quintero).
1973
1974 2003-12-18  Alexander Larsson  <alexl@redhat.com>
1975
1976         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
1977         Fix typo that used the wrong x/y values for the x1, y1 point
1978         (#129605)
1979
1980 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
1981
1982         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
1983         (gtk_cell_renderer_text_finalize),
1984         (gtk_cell_renderer_text_get_property),
1985         (gtk_cell_renderer_text_set_property), (get_layout): added language
1986         and language_set properties like GtkTextTag has. (#103800, reported
1987         by Owen Taylor).
1988
1989 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
1990
1991         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
1992         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
1993         "activate" signal.  (#129358, Ka-Hing Cheung)
1994
1995 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
1996
1997         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
1998         the logical flag backwards in the expand_collapse_cursor_row
1999         bindings, fixing.
2000         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
2001         flag when !logical and in RTL. (Fixes #107527, reported by
2002         Noah Levitt).
2003
2004 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
2005
2006         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
2007         editing when activated by the left mouse button. (#106869,
2008         patch from Evan Martin).
2009
2010 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
2011
2012         Migrating all cell renderers to use the new instance private data
2013         construction.
2014
2015         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
2016         longer being used.
2017
2018         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
2019         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
2020         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
2021         GtkCellRendererInfo handling, migrate to instance private data.
2022
2023         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
2024         (gtk_cell_renderer_text_start_editing): moved focus_out_id
2025         from GtkCellRendererInfo to text renderer private data.
2026
2027         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
2028         (gtk_cell_renderer_pixbuf_class_init),
2029         (gtk_cell_renderer_pixbuf_finalize),
2030         (gtk_cell_renderer_pixbuf_get_property),
2031         (gtk_cell_renderer_pixbuf_set_property),
2032         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
2033         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
2034         migrate to instance private data.
2035
2036         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
2037         (gtk_cell_renderer_toggle_get_property),
2038         (gtk_cell_renderer_toggle_set_property),
2039         (gtk_cell_renderer_toggle_render): migrate to instance private data.
2040
2041 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
2042
2043         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
2044         (gtk_cell_renderer_text_get_property),
2045         (gtk_cell_renderer_text_set_property), (get_layout): add a
2046         single-paragraph-mode property, use private instance data.
2047         (Fixes #114943, reported by Morten Welinder).
2048
2049 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
2050
2051         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
2052         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
2053         by Matthias Clasen).
2054
2055 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
2056
2057         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
2058         if we set a new stock_id and there was a previous stock_id, unref
2059         the pixbuf (since it was used to renderer the previous stock_id
2060         and stock_id might have been set to NULL now). (Fixes #122966).
2061
2062 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
2063
2064         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
2065
2066         Check that index is not bigger than level array length
2067         also when depth is 1. Now get_iter_first correctly return
2068         FALSE when the model is empty (#129411).
2069
2070 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
2071
2072         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
2073         try to strcmp or strlen if we managed to normalize and casefold
2074         the string correctly. Fixes crashes with non-UTF8 strings.
2075         (#121617, Patch from Tim-Philipp Müller).
2076
2077 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
2078
2079         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
2080         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
2081         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
2082         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
2083         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
2084         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
2085
2086 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
2087
2088         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
2089         (#122727, patch from Kjartan Maraas).
2090
2091 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
2092
2093         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
2094
2095         * gtk/gtktreeview.c (gtk_tree_view_class_init),
2096         (gtk_tree_view_init), (gtk_tree_view_set_property),
2097         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
2098         fixed_height_mode property,
2099         (intialize_fixed_height_mode), (do_validate_rows),
2100         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
2101         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
2102         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
2103         (gtk_tree_view_insert_column): implement fixed height mode,
2104         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
2105         (gtk_tree_view_insert_column_with_attributes),
2106         (gtk_tree_view_insert_column_with_data_func): update docs.
2107
2108         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
2109
2110 2003-12-07  Murray Cumming  <murrayc@usa.net>
2111  
2112         * gtk/gtktreemodel.c:
2113         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
2114         Actually call the default signal handlers instead of calling the
2115         marshallers themselves in an endless loop. These default signal handler
2116         callbacks are not actually set so this is only noticed by gtkmm at
2117         the moment. Bug 123923.
2118
2119 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
2120
2121         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
2122         "volumes-changed" signal.  Added the following methods:
2123                 list_volumes
2124                 volume_free
2125                 volume_get_base_path
2126                 volume_get_is_mounted
2127                 volume_mount
2128                 volume_get_display_name
2129                 volume_render_icon
2130
2131         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
2132         "volumes-changed" signal.
2133         (gtk_file_system_list_volumes): New function.
2134         (gtk_file_system_volume_free): New function.
2135         (gtk_file_system_volume_get_base_path): New function.
2136         (gtk_file_system_volume_get_is_mounted): New function.
2137         (gtk_file_system_volume_mount): New function.
2138         (gtk_file_system_volume_get_display_name): New function.
2139         (gtk_file_system_volume_render_icon): New function.
2140
2141         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
2142         (gtk_file_system_unix_volume_get_base_path): Implement.
2143         (gtk_file_system_unix_volume_get_is_mounted): Implement.
2144         (gtk_file_system_unix_volume_mount): Implement.
2145         (gtk_file_system_unix_volume_get_display_name): Implement.
2146         (gtk_file_system_unix_volume_render_icon): Implement.
2147
2148         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2149         Added a field for the "volumes-changed" signal connection.
2150         (gtk_file_chooser_default_set_property): Connect to
2151         "volumes-changed" on the file system.
2152         (gtk_file_chooser_default_finalize): Disconnect from
2153         "volumes-changed".
2154
2155         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
2156         function.
2157         (shortcuts_get_index): New helper function.
2158         (shortcuts_insert_path): Can now insert volumes as well as paths.
2159         (shortcuts_append_paths): Don't take is_file_system_root.
2160         (shortcuts_add_volumes): New function.
2161         (shortcuts_append_file_system_roots): Removed.
2162         (create_shortcuts_model): Use shortcuts_add_volumes().
2163         (remove_bookmark_button_clicked_cb): Check that the index is
2164         within range.
2165         (bookmarks_check_add_sensitivity): Take volumes into account.
2166         (shortcuts_get_selected_index): New helper function.
2167         (remove_bookmark_button_clicked_cb): Use
2168         shortcuts_get_selected_index().
2169         (bookmarks_check_remove_sensitivity): Likewise.
2170         (shortcuts_select_func): Likewise.
2171         (shortcuts_row_activated_cb): Handle volumes as well as normal
2172         paths.
2173         (shortcuts_activate_volume): New function.
2174         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
2175         bookmarks_iter fields.
2176         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
2177         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
2178         (remove_bookmark_rows): Removed.
2179         (shortcuts_add_bookmarks): New function; moved most of the code
2180         over from shortcuts_append_bookmarks().
2181         (shortcuts_append_bookmarks): Add the separator node here, and
2182         then call shortcuts_add_bookmarks().
2183
2184 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
2185
2186         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
2187         (G_OS_UNIX/G_OS_WIN32 stuff)
2188
2189 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
2190
2191         Do not interpret distant clicks as double-clicks  (#116541,
2192         Bernhard Walle):
2193         
2194         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
2195         double_click_distance, button_x and button_y.
2196         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
2197
2198         * gdk/gdkdisplay.h: 
2199         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
2200         New function to set the double click distance on a display.
2201
2202         * gdk/gdkevents.c: Take double click distance into account
2203         when generating single, double or triple clicks.
2204
2205         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
2206
2207         * gdk/x11/gdkevents-x11.c: Add the XSetting 
2208         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
2209
2210 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
2211
2212         * gtk/gtkdialog.c: Sigh, revert the change.
2213
2214 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
2215
2216         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
2217         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
2218         allows sane behavior for #101293.
2219
2220 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
2221
2222         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
2223         getter and setter gtk_button_[sg]et_alignment(), to set the
2224         alignment of the child.  (#70961, Jody Goldberg)
2225
2226 2003-12-14  Hans Breuer  <hans@breuer.org>
2227
2228         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
2229         similar as the other filesystem placement 'constants' (dynamic
2230         resolving on win32)
2231
2232         * gtk/gtkfilechooserwidget.c : handle file system to win32
2233         renaming here as will
2234         * gtk/gtkfilesystemwin32.c : implement render_icon
2235
2236         * gtk/gtk.def gdk/gdk.def : updated externals
2237
2238         * gdk/win32/gdkdisplay-win32.c : make it compile without
2239         <multimon.h> - i.e. even older sdk
2240
2241         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
2242         with TIMERPROC prototype
2243
2244         * gdk/win32/gdkwindow-win32.c : older msvc does not know
2245         BITMAPV5HEADER (from win xp) either
2246
2247         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
2248         not defined
2249
2250         * tests/testfilechooser.c : recent GLib crashes on 
2251         g_print ("%s", NULL) so avoid this
2252
2253 2003-12-14  Tor Lillqvist  <tml@iki.fi>
2254
2255         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
2256         followed by calls to CloseClipboard(). Add a missing call to
2257         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
2258         API_CALL macro in more places.
2259
2260 2003-12-14  Tor Lillqvist  <tml@iki.fi>
2261
2262         Merge from stable:
2263
2264         * gdk/gdkdisplaymanager.c: Mark default_display static.
2265
2266         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
2267
2268         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
2269         output.
2270
2271         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
2272         --gdk-debug=events. In general, output just one line of debugging
2273         output for each Windows message, plus one line for each GDK event
2274         generated. Indent all lines according to window procedure nesting
2275         level.
2276
2277         (inner_window_procedure): Rename from real_window_procedure.
2278
2279         (find_real_window_for_grabbed_mouse_event): Don't get misled when
2280         the point is in the non-client (decoration) area of the window
2281         returned by WindowFromPoint(). Return the root window in that
2282         case.
2283
2284         (build_pointer_event_state): Test also MK_XBUTTON1 and
2285         MK_XBUTTON2 (buttons 4 and 5).
2286
2287         (synthesize_enter_event): Track the mouse leaving the window in
2288         the event being generated, not the one mentioned in the Windows
2289         message.
2290
2291         (propagate): Test for NULL parent earlier. Improves event
2292         generation from a grabbed pointer. Part of fix for #107320.
2293
2294         (handle_stuff_while_moving_or_resizing): New function, to
2295         dispatch the main loop (once).
2296
2297         (resize_timer_proc): New function, set to be called by an inerval
2298         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
2299
2300         (gdk_event_translate): Drop unused return_exposes parameter.
2301
2302         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
2303
2304         On WM_SYSKEYUP, generate a key release event also for just the Alt
2305         key.
2306
2307         On WM_MOUSELEAVE, generate a leave event of type
2308         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
2309         top-level window, and left the app completely.
2310
2311         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
2312         calls resize_timer_proc() at regular intervals. On
2313         WM_EXITSIZEMOVE, kill the timer.
2314
2315         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
2316         and dispatch the main loop (by calling
2317         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
2318         Herman Bloggs.
2319
2320         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
2321         also wintab messages.
2322
2323         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
2324         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
2325         the window's owner. Fixes #118093, reported by Maxime Romano.
2326
2327 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
2328
2329         * gdk/win32/gdkwindow-win32.[ch]: Implement
2330         gdk_window_set_icon_list() for Win32, with support for big and
2331         small icons and support for alpha-channel icons under Windows
2332         XP. Replaces the previous implementation of gdk_window_set_icon().
2333         (#128762)
2334         
2335 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
2336
2337         * gdk/x11/gdkprivate-x11.h: 
2338         * gdk/x11/gdkx.h: 
2339         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
2340         Rename from _gdk_x11_register_event_type(), added API docs.
2341         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
2342         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
2343         all callers.  (#121471, Bill Haneman)
2344
2345 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
2346
2347         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
2348         of gc is ignored.  (#101983, Sebastian Rittau)
2349
2350 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
2351
2352         A trick for a faster treeview, step 1. Patch to short circuit
2353         _build_tree(), inspired by Jonathan (#80868).
2354
2355         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
2356         flags by default,
2357         (gtk_tree_view_build_tree): don't even try to recurse when the
2358         model says that it is a list, remove flag unsetter,
2359         (gtk_tree_view_set_model): change flag setting logic.
2360
2361         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
2362         propagate whether or not the child model has _IS_LIST set.
2363
2364         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
2365         ditto.
2366
2367 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
2368
2369         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
2370         since it broke logical keynav. 
2371         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
2372         direction in inverted scrollbars here instead.
2373
2374 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
2375
2376         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
2377         "gravity" for RTL mode in a better way: Keep the distance from 
2378         the upper end of the page to the upper bound constant. This also 
2379         fixes problems with the initial position of the viewport in RTL 
2380         mode.  (#129063)
2381         
2382 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
2383
2384         Combo box flipping support.
2385
2386         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
2387         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
2388         patch from Matthias Clasen),
2389         (gtk_combo_box_popup): fix popup window alignment if there's a
2390         cell view frame visible (#126518, patch from Semion Chichelnitsky).
2391
2392         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
2393         (#128348, patch from Semion Chichelnitsky).
2394
2395 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
2396
2397         * examples/gtkdial/gtkdial.c:
2398         * examples/menu/menu.c:
2399         * examples/scribble-xinput/scribble-xinput.c:
2400         * examples/progressbar/progressbar.c:
2401         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
2402         in examples. (#129074, Olexiy Avramchenko)
2403         * examples/calendar/Makefile:
2404         * examples/rangewidgets/Makefile:
2405         * examples/menu/Makefile: Allow deprecated functions in
2406         examples which use deprecated widgets.
2407
2408 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
2409
2410         * gdk/gdk.c (gdk_threads_set_lock_functions): 
2411         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
2412
2413 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
2414
2415         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
2416         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
2417
2418 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
2419
2420         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
2421         unnecessarily reserve space for arrows in RTL mode.  (#129075,
2422         Semion Chichelnitsky)
2423
2424 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
2425
2426         Changes to allow "no input" windows (#64613):
2427         
2428         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
2429         field accept_focus.
2430         
2431         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
2432         set it.
2433
2434         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
2435         and gtk_window_get_focus() and gtk_window_set_focus().
2436
2437         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
2438         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
2439         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
2440         Initialize the accept_focus field to TRUE.
2441
2442         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
2443         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
2444         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
2445         Implementations for the various backends. The Win32 and linux-fb
2446         implementations set the accept_focus field, but don't use it yet 
2447         to actually implement noinput windows. The X implementation updates
2448         the WM_HINTS to select the globally active input model (see the
2449         ICCCM) if accept_focus is FALSE.
2450
2451         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
2452         WM_TAKE_FOCUS message if accept_focus is FALSE.
2453         
2454 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
2455
2456         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2457         Added toolbar items for the filter separator and the filter item.
2458         (toolbar_create): Add the filter widgets here.
2459         (filter_create): Renamed from create_filter().  Don't store the
2460         alignment in the impl structure, just return it.
2461         (toolbar_show_filters): New function.
2462         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
2463         (gtk_file_chooser_default_remove_filter): Likewise.
2464         (gtk_file_chooser_default_constructor): Don't create the filter
2465         widget here.
2466         (struct _GtkFileChooserDefault): Added a field for a current
2467         folder label.
2468         (gtk_file_chooser_default_constructor): Create the folder label.
2469         (gtk_file_chooser_default_set_current_folder): Set the current
2470         folder label.
2471
2472         * tests/testfilechooser.c (main): Dramatically improved the
2473         usability of the extra widget through careful word choice.
2474
2475 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
2476
2477         * gdk/gdk.h: include gdkspawn.h.
2478
2479 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
2480
2481         * gdk/linux-fb/gdkspawn-fb.c,
2482           gdk/win32/gdkspawn-win32.c,
2483           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
2484         s/gdk_spawn/gdk_spawn_on_screen/.
2485
2486 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
2487
2488         Utility functions for multi-screen applications which need
2489         to ensure launched applications appear on a certain screen.
2490         See bug #95897.
2491         
2492         * gdk/gdkspawn.h: header for multi-screen launching
2493         support.
2494         
2495         * gdk/Makefile.am: install gdkspawn.h.
2496         
2497         * gdk/x11/Makefile.am:
2498         * gdk/x11/gdkspawn-x11.c:
2499         (gdk_spawn_make_environment_for_screen): private function
2500         to create an environment vector with DISPLAY set appropriately
2501         for the screen.
2502         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
2503         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
2504         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
2505         
2506         * gdk/linux-fb/Makefile.am,
2507           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
2508         
2509         * gdk/win32/Makefile.am,
2510           gdk/win32/gdkspawn-win32.c: win32 impl.
2511
2512 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
2513
2514         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
2515         rather than "Username's Home" (#125964).
2516         (shortcuts_selection_changed_cb): New callback, check the
2517         sensitivity of the Remove Bookmark button at the right time.
2518         (shortcuts_row_activated_cb): It is not necessary to check the
2519         sensitivity here.
2520
2521 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
2522
2523         Improve the GDK API for dealing with group leaders (#119375):
2524         
2525         * gdk/gdkwindow.h: 
2526         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
2527         get the group leader of a toplevel window as a GdkWindow.
2528
2529         * gdk/gdkdisplay.h: 
2530         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
2531         function to get the default group leader as a GdkWindow.
2532
2533         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
2534         the GdkWindow of the default group leader.
2535         
2536         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
2537         for the default group leader.
2538
2539 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
2540
2541         * gdk/gdkkeysyms.h:
2542         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
2543         Ukrainian_GHE_WITH_UPTURN. (#128529)
2544
2545 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
2546
2547         * gtk/gtkfilechooserdefault.c:
2548         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
2549         behavior of the GtkFileSelection to determine selected paths in
2550         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
2551
2552 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
2553
2554         * gtk/gtkfilechooserdefault.c
2555         (gtk_file_chooser_default_get_paths): Don't declare the closure
2556         struct twice.
2557         (get_paths_foreach): Likewise.
2558
2559 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
2560
2561         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
2562
2563 2003-12-08  Tor Lillqvist  <tml@iki.fi>
2564
2565         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
2566         with MSVC and old headers. (#126933, John Ehresman)
2567
2568 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
2569          
2570         * === Released 2.3.1 ===
2571
2572         * NEWS: Updates for 2.3.1
2573
2574         * configure.in: Version 2.3.1, interface age 0, binary age 301.
2575
2576         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
2577         Rename from gtk_menu_item_real_can_activate_accel() to
2578         match GTK+ convention, improve comment.
2579
2580         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
2581         can ::can-activate-accel signal.
2582
2583         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
2584         in comment.
2585
2586         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
2587         up comment.
2588         
2589         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
2590         into the .c file.
2591
2592 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
2593
2594         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
2595         missing 'else'. (#128816, Jorn Baayen)
2596
2597 2003-12-02  Michael Meeks  <michael@ximian.com>
2598
2599         Based on a patch by Martin Kretzschmar; #122448
2600         
2601         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
2602         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
2603         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
2604         function pointers. Deprecate the global gdk_threads_mutex variable.
2605         
2606         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
2607         extracted from GTK_THREADS_ENTER/LEAVE macros.
2608         (gdk_threads_init): init gtk_threads_[un]lock if not set.
2609         (gdk_threads_set_lock_functions): impl.
2610
2611         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
2612
2613 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
2614
2615         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
2616         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
2617         Gonzalez)
2618
2619 2003-12-07  Tor Lillqvist  <tml@iki.fi>
2620
2621         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
2622         return value from SendMessage(WM_SETICON). That is the old
2623         icon. Fixes GDI resource leak. (#128559, Tim Evans)
2624
2625         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
2626         have a pointer grab active with a grab cursor set, destroy that
2627         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
2628
2629 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
2630
2631         * configure.in: Added Thai (th) to ALL_LINGUAS.
2632
2633 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
2634
2635         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
2636         RTL flipping for GtkAlignment.  (#127585)
2637
2638 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
2639
2640         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
2641         popup window when in RTL mode.  (#127578)
2642
2643 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
2644
2645         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
2646         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
2647         before doing anything to prevent garbage returns.
2648
2649 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
2650
2651         * gtk/gtkviewport.c: Implement RTL flipping for 
2652         GtkViewport: Adjust the "gravity" when resizing
2653         This is a bit flickery in RTL mode.  (#107526)
2654
2655 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
2656
2657         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
2658         GtkScrolledWindow: the vertical scrollbar shows up on the left
2659         side in RTL mode.  (#107526)
2660
2661 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
2662
2663         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
2664         tabs displayed at the top/bottom are rearranged, and tabs on
2665         the left/right are displayed at the opposite edge.  (#96630)
2666
2667 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
2668
2669         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
2670         gtk_label_set_attributes() take NULL. See bug #128517.
2671
2672 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
2673
2674         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
2675         the in_change flag.
2676         (completion_idle_callback): Use a temporary list store and re-set
2677         it on the completion rather than modifying the old one.  We are
2678         re-reading the folder anyway, and this gets rid of non-atomicity
2679         problems.
2680
2681 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
2682
2683         Decouple impl->current_folder from the selection in the folder
2684         tree.  This is so that going to /home/federico/.foo (e.g. from a
2685         bookmark) will work even if show_hidden == FALSE.  The folder tree
2686         needs to be fixed in this case to show such folders explicitly.
2687
2688         * gtk/gtkfilechooserdefault.c
2689         (gtk_file_chooser_default_set_current_folder): When changing
2690         folders, do the entry and list model work here, instead of
2691         tree_selection_changed().
2692         (struct _GtkFileChooserDefault): Added a changing_folder flag
2693         again, dum de dum.
2694         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
2695
2696 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
2697
2698         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
2699         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
2700
2701 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
2702
2703         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
2704         bookmarks buttons with the location entry.
2705
2706         * gtk/gtkfilechooserdefault.c
2707         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
2708         bookmarks buttons and the location entry.
2709
2710 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
2711
2712         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
2713         shortcuts tree as a drag destination.
2714         (shortcuts_drag_data_received_cb): New callback.
2715         (get_file_info): Also fetch information on whether the file is a folder.
2716         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
2717         (error_could_not_add_bookmark_dialog): New function.
2718         (shortcuts_add_bookmark_from_path): New helper function.
2719         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
2720         (shortcuts_row_activated): We no longer need the changing_folder flag.
2721         (struct _GtkFileChooserDefault): Likewise.
2722
2723 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2724
2725         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
2726         disappearing placeholders that are still visible.
2727
2728         * gtk/gtktoolbar.c: formatting fixes
2729
2730         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
2731         disappearing, for placeholders that are going to disappear.
2732
2733         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
2734
2735 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
2736
2737         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
2738         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2739         Patch from <chinen@jp.ibm.com> to handle RTL support for column
2740         resizers, #127874
2741
2742 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
2743
2744         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
2745         Don't use freed memory.  (#127698, Taavi Talvik) 
2746
2747 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
2748
2749         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
2750
2751 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
2752
2753         * gtk/gtkuimanager.c: Remove debug define.
2754
2755 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
2756
2757         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
2758         and the attach widget.
2759
2760         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
2761         sensitivity and the parent menu.
2762
2763         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
2764         checks whether accelerators may activate a widget. the default handler
2765         demands the widget be sensitive and visible+viewable.
2766
2767         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
2768
2769 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
2770
2771         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
2772         popup menus.  (#127227)
2773
2774 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
2775
2776         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
2777
2778 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2779
2780         * gtk/gtkradiotoolbutton.[ch]
2781         (gtk_radio_tool_button_new_from_widget): Make this function take a
2782         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
2783         Cumming)
2784
2785 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2786
2787         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
2788
2789 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2790
2791         * gtk/gtktoolbar.c: remove variable
2792         n_overflowed_menu_items_when_dnd_started
2793
2794 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2795
2796         Rework sliding algorithm.
2797         - No more weird jumping when items are dragged off and added to
2798         the toolbar,
2799         - More natural item movement
2800
2801         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
2802         function is now responsible for calculating intermediate positions
2803         during item sliding. It is also responsible for starting sliding
2804         if items disappear.  Also turn off expanding when there is an
2805         overflow menu.
2806         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
2807         (slide_idle_handler): New function. All the sliding is now done by
2808         gtk_toolbar_size_allocate(), so the idle handler now just checks
2809         if there is more sliding to be done.
2810         (compute_intermediate_allocation, position): new functions
2811         calculating intermediate steps in the slide animations. The new
2812         animation algorithm uses a constant speed instead of a constant
2813         must-be-finished-within time.
2814         (struct _ToolbarContent): use 
2815         GtkAllocation goal_allocation; and 
2816         GtkAllocation start_allocation; instead of 
2817         gint start/goal_width;
2818
2819         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
2820         documentation
2821
2822 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
2823
2824         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
2825         positioning Xinerama-aware.  (#127332)
2826
2827 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
2828
2829         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
2830         boundaries visible in fake Xinerama mode.
2831
2832 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
2833
2834         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
2835         for the gtk_widget_hide() call.
2836
2837 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
2838
2839         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
2840         from David Hampton to fix sorting on booleans.
2841
2842 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2843
2844         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
2845         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
2846         by Frederic Crozat).
2847
2848 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
2849
2850         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
2851
2852 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
2853
2854         Fixes to problems reported by Iain Holmes:
2855
2856         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
2857         throw up an error dialog if the desktop doesn't exist.
2858         (error_message): Handle the case where there is no real toplevel
2859
2860         yet.
2861         (list_model_filter_func): Always let folders pass through (patch
2862         by Dave Malcolm).
2863
2864 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
2865
2866         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
2867         to a somewhat more logical place,
2868         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
2869
2870 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
2871
2872         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
2873         the popup when it is visible, popdown when there are less chars
2874         than the minimum key length in the entry,
2875         (gtk_entry_completion_changed): popdown when the entry is empty.
2876
2877         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
2878         size request of the vscrollbar to (-1, 0), to get a nicely sized
2879         completion treeview (Fixes #126573, reported by Piers Cornwell),
2880         (_gtk_entry_completion_resize_popup): show/hide the action_view
2881         based on items.
2882
2883 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
2884
2885         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
2886         off the dialog's separator (thanks to Iain Holmes).
2887
2888 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2889
2890         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
2891         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
2892         on items that have a submenu. (#120104).
2893
2894 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2895
2896         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
2897         "ItemState" field indicating the overflowed-ness etc. of the item.
2898         (gtk_toolbar_size_allocate): update the field here.
2899
2900 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
2901
2902         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
2903         to the alignment.  Use the HIG-specified spacing between the
2904         filter label and the combo.
2905         (create_filename_entry): Use HIG-specified spacing between the
2906         location label and the entry.
2907         (gtk_file_chooser_default_constructor): Don't use vertical padding
2908         around the filename entry.
2909
2910 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
2911
2912         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
2913         render_icon virtual method.
2914
2915         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
2916
2917         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
2918         Implement as a stub for now.
2919
2920         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
2921         gtk_file_system_render_icon().
2922         (list_icon_data_func): Likewise.
2923         (toolbar_create): Set the toolbar style to icons only.
2924
2925         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
2926         Fix doc comments.
2927
2928 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
2929
2930         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
2931         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
2932
2933 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
2934
2935         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
2936         only unselect all items if the treeview has focus. (Fixes bug
2937         reported by Marco Pesenti Gritti).
2938
2939 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
2940
2941         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
2942         number of actions is "matches + actions - 1". (Fixes #126572).
2943
2944 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
2945
2946         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
2947         mem leaks (#119435).
2948
2949 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
2950
2951         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
2952         try to fetch the child back, since we do know that it is already
2953         gone by now (#126493, Marco Pesenti Gritti).
2954
2955 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
2956
2957         Fixes based on comments from Owen Taylor, #125264.
2958
2959         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
2960         variable,
2961         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
2962         a resize,
2963         (gtk_cell_view_get_size_of_row): new function,
2964         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
2965         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
2966         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
2967         s/cellview/cell_view/ in the function definitions, so they match
2968         with the header file.
2969
2970         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
2971         flag again (:, and use gtk_cell_view_get_size_of_row instead of
2972         the measurer, remove _set_size_request call,
2973         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
2974         instead of the measurer,
2975         (gtk_combo_box_style_set): queue a resize,
2976         (gtk_combo_box_size_request): update of _remeasure call,
2977         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
2978         (gtk_combo_box_cell_layout_pack_end),
2979         (gtk_combo_box_cell_layout_clear),
2980         (gtk_combo_box_set_model): get rid of the measurer,
2981         (gtk_combo_box_cell_layout_add_attribute),
2982         (gtk_combo_box_cell_layout_set_cell_data_func),
2983         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
2984         resize instead of calling _remeasure.
2985
2986 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
2987
2988         * gdk-pixbuf/Makefile.am
2989         * modules/input/Makefile.am: Use install-data-hook for
2990         gdk-pixbuf.loaders and gtk.immodules install generation targets.
2991         Fixes #112806.
2992
2993         * gtk/gtkexpander.h: Apply missing declarations from #124449.
2994
2995 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
2996
2997         Fix for #119555, Peter Zelezny:
2998         
2999         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
3000         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
3001         by removing the _ prefix. 
3002         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
3003         gdk/gdkwindow.c: Adjust all callers.
3004
3005 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
3006
3007         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
3008         the action is sensitive.  (#127187, Christian Persch)
3009
3010 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
3011
3012         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
3013
3014 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
3015
3016         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
3017
3018         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
3019         mapped, else resize_popup.
3020
3021         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
3022         (_gtk_entry_completion_popup): moved all popup resizing code to
3023         _gtk_entry_completion_resize_popup, and show the window when there
3024         are more than zero items in the completion list again (sigh).
3025
3026 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
3027
3028         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
3029         "use_markup" property. See bug #124449.
3030
3031         * gtk/gtkexpander.c:
3032         (gtk_expander_class_init),
3033         (gtk_expander_init), (gtk_expander_set_property),
3034         (gtk_expander_get_property), (gtk_expander_set_label),
3035         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
3036         Add a "use_markup" property and use it when creating the
3037         child label.
3038
3039 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
3040
3041         Temporary size requisition fix. Will fix it for real tonight.
3042
3043         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
3044         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
3045         a good width for the child,
3046         (gtk_combo_box_cell_layout_add_attribute),
3047         (gtk_combo_box_set_cell_data_func),
3048         (gtk_combo_box_cell_layout_clear_attributes): update.
3049
3050 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
3051
3052         Fixes #124373, Murray Cumming.
3053
3054         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
3055         is no longer construct only,
3056         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
3057         (gtk_combo_box_menu_fill): new functions,
3058         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
3059         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
3060         (gtk_combo_box_list_destroy): updated,
3061         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
3062         functions,
3063         (gtk_combo_box_set_model): is now public, updated,
3064         (gtk_combo_box_get_model): small update.
3065
3066         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
3067         text_column property is no longer construct only,
3068         (gtk_combo_box_entry_set_text_column): now public,
3069         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
3070         new/changed functions.
3071
3072         * tests/testcombo.c: updated.
3073
3074 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
3075
3076         Reinstate fixes for (#124212, Marco Pesenti Gritti):
3077         
3078         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
3079         warnings for popups.
3080         (_gtk_menu_is_empty): Return FALSE for non-menus.
3081
3082 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
3083
3084         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
3085         gtk_cell_view_cell_layout_clear instead of trying to free the
3086         structure ourselves here. (#125726, Morten Welinder).
3087
3088 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
3089
3090         * gtk/gtkfilechooser.[hc]: 
3091         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
3092         confuse gtk-doc.
3093
3094 2003-11-15  Hans Breuer  <hans@breuer.org>
3095
3096         * gdk/makefile.msc gdk/gdk.def 
3097             gtk/gtk.def gtk/makefile.msc.in : updated
3098         * tests/makefile.msc : added all the new tests
3099
3100         * gtk/gtkfilefilter.c(finalize) : initialize filter
3101         from object not from itself
3102
3103         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
3104         modified as less as posible to have aworking implementation
3105         on win32. There maybe the desire to merge the unchanged pats into
3106         a common base class.
3107         Also implemented a simple glib based bookmark handling, which
3108         is currently missing in gtkfilesystemunix.[hc] but can be copied
3109         over there.
3110         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
3111
3112         * gdk/win32/gdkwindow-win32.c : implement 
3113         gdk_window_set_keep_above() and gdk_window_set_keep_below()
3114
3115         * tests/testmerge.c : don't include unistd.h unconditionally,
3116         #define STDOUT_FILENO if it isn't defined
3117
3118         * tests/testfilechooser.c : make it compile on win32
3119
3120 2003-11-15  Tor Lillqvist  <tml@iki.fi>
3121
3122         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
3123         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
3124
3125 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
3126
3127         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
3128
3129 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
3130
3131         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
3132         GTK_DATADIR/{icons,pixmaps} instead of 
3133         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
3134
3135 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
3136
3137         Changes to improve menu positioning on Xinerama (#108328, #126150):
3138         
3139         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
3140         window of the menuitem to determine the monitor. This fixes some
3141
3142         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
3143         to store the monitor on which the menu is to be positioned.
3144
3145         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
3146         in the GtkMenuPrivate struct and fetch the monitor geometry after
3147         calling the position_func, in case it has been changed.
3148
3149         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
3150         to be used in GtkMenuPositionFunc implementations for setting
3151         the monitor_num field in GtkMenuPrivate.
3152
3153         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
3154         gtk_menu_set_monitor.
3155
3156 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
3157
3158         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
3159         label for the empty list. String change.  (#95446, Tomas Ã–gren)
3160
3161 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
3162
3163         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
3164         the definition of the values.  (#123361, Marco Pesenti Gritti)
3165
3166 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
3167
3168         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
3169         (#122941, Egmont Koblinger)
3170
3171 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
3172
3173         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
3174         opacity entry widget. Change tooltip for opacity widgets. (#126426)
3175
3176 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
3177
3178         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
3179         affect window menu position when popped from keyboard. (#102660)
3180
3181 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3182
3183         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
3184         are using the old API, make all items "is_important". That way
3185         BOTH_HORIZ will continue to show both icon and label in old API
3186         mode.
3187
3188 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
3189
3190         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
3191         Remember the new value in all cases.  (#126276, Damon Chaplin)
3192
3193 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
3194
3195         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
3196         functions with the toplevel as argument.
3197
3198         * demos/gtk-demo/geninclude.pl.in: Change the signature
3199         of GDoDemoFunc to take a widget argument
3200
3201         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
3202         * demos/gtk-demo/tree_store.c (do_tree_store): 
3203         * demos/gtk-demo/textview.c (do_textview): 
3204         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
3205         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
3206         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
3207         * demos/gtk-demo/panes.c (do_panes): 
3208         * demos/gtk-demo/menus.c (do_menus): 
3209         * demos/gtk-demo/list_store.c (do_list_store): 
3210         * demos/gtk-demo/images.c (do_images): 
3211         * demos/gtk-demo/hypertext.c (do_hypertext): 
3212         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
3213         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
3214         * demos/gtk-demo/dialog.c (do_dialog): 
3215         * demos/gtk-demo/colorsel.c (do_colorsel): 
3216         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
3217         * demos/gtk-demo/button_box.c (do_button_box): 
3218         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
3219         as argument, and make new windows or dialogs appear on the
3220         same screen.  (#80388)
3221
3222 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
3223
3224         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
3225         visible-window default to TRUE, as documented and 
3226         implemented. (#126270 Damon Chaplin)
3227
3228 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
3229
3230         * gtk/gtkicontheme.c: 
3231         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
3232         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
3233         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
3234         2.4 additions.
3235
3236 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
3237
3238         Changing GtkFileChooserEntry to use GtkEntryCompletion.
3239
3240         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
3241         a GtkListStore for the completion list.  Create a
3242         GtkEntryCompletion and attach it to the chooser entry.
3243         (gtk_file_chooser_entry_finalize): Unref the completion store.
3244         (completion_match_func): New callback for the GtkEntryCompletion.
3245         (completion_idle_callback): Fill the completion store with filenames.
3246
3247 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
3248
3249         * gtk/gtkwindow.c (gtk_window_set_role): 
3250         * gtk/gtkwindow.c (gtk_window_set_title): 
3251         * gtk/gtkwidget.c (gtk_widget_set_name): 
3252         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
3253         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
3254         safe for self-assignment.  (#122745, Soeren Sandmann)
3255
3256 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
3257
3258         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
3259         (#126369, Olexiy Avramchenko)
3260
3261 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
3262
3263         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
3264         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
3265         consistency of titles.  (#126193, Damon Chaplin)
3266
3267 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
3268
3269         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
3270         menus to be transient for the toplevel they were torn off from.
3271         (gtk_menu_get_toplevel): Auxiliary function to find the
3272         toplevel of a menu.  (#54775, Jon-Kare Hellan)
3273
3274 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
3275
3276         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
3277         min-position and max-position.  (#58431, Padraig O'Briain)
3278
3279 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
3280
3281         * gtk/gtkcolorsel.c (update_color): 
3282         (make_label_spinbutton): 
3283         (adjustment_changed): Change the ranges for Saturation and
3284         Value to be 0-100 instead of 0-255, since these axes of HSV
3285         are usually expressed in percent.  (#121519, Gregory Merchan)
3286
3287 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
3288
3289         * docs/faq/gtk-faq.sgml: More 2.x updates
3290
3291 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
3292
3293         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
3294         pkg-config command error, update copyright.
3295
3296 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
3297
3298         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
3299         well.  Use a helper function.
3300         (shortcuts_append_home): Display an error box if necessary.
3301         (shortcuts_append_desktop): Likewise.
3302         (add_bookmark_button_clicked_cb): Likewise.
3303         (gtk_file_chooser_default_select_path): Likewise.
3304         (entry_activate): Likewise.
3305         (shortcuts_append_paths): New helper function.
3306         (shortcuts_append_file_system_roots): Use
3307         shortcuts_append_paths().
3308         (shortcuts_append_bookmarks): Likewise.
3309
3310 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
3311
3312         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
3313         menu is NULL.
3314         (update_smart_separators): Remove some unneeded ifs.
3315
3316 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
3317
3318         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
3319         these usable in C++. Forgot this file in my Oct 11 commit.
3320
3321 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
3322
3323         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
3324         icon to the "Add bookmark" button.
3325
3326         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
3327         * gtk/gtkfilesystemmodel.c: Likewise.
3328         * gtk/gtkfilechooser.c: Likewise.
3329         * gtk/gtkfilechooserdefault.c: Likewise.
3330
3331 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
3332
3333         * gdk/gdk.c: 
3334         * gdk/gdkinternals.h: 
3335         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
3336         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
3337         Xinerama mode when no actual Xinerama setup is found. 
3338
3339 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
3340
3341         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
3342         (create_shortcuts_tree): Don't call the above.
3343         (bookmarks_changed_cb): Likewise.
3344         (tree_selection_changed): Unselect everything from the shortcuts
3345         list.  This is the behavior that Mac OS has.
3346         (toolbar_add_item): Return the item.
3347         (toolbar_create): Store the up_button in the impl structure.
3348         (toolbar_check_sensitivity): New function to set the sensitivity
3349         of the "Up" button in the toolbar.
3350         (tree_selection_changed): Call toolbar_check_sensitivity().
3351
3352 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
3353
3354         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
3355         not set a border width for the toplevel container.
3356         (toolbar_create): New function; create a simple toolbar for the
3357         file chooser.
3358         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
3359         the table, as per the HIG.
3360         (gtk_file_chooser_default_init): Likewise, for the default
3361         implementation's vbox.
3362
3363         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
3364         note that NULL is a valid return value for the parent path.
3365
3366 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
3367
3368         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
3369         Change on activation, not selection change (temporary
3370         workaround for #125955, needed for keynav, likely
3371         the right UI anyways.)
3372
3373         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
3374         Don't allow the separator node to be selected.
3375
3376         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
3377         Set the focus chain so that the entry gets focused first.
3378         (Not really right after initial focusing, maybe we
3379         should just have a gtk_file_chooser_focus_entry() that
3380         we call from gtk_file_chooser_dialog on creation.)
3381
3382 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
3383
3384         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
3385         residual call to gtk_window_get_private().
3386
3387 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
3388
3389         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
3390         into GtkWindowPrivate structure, fixing ABI breakage
3391         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
3392         to instance-private-data.
3393
3394 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3395
3396         * gtk/gtktoolbar.c (get_item_requisition): delete this function
3397         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
3398         instead of re-calculating for each item.
3399         (gtk_toolbar_size_allocate): Update comments
3400
3401 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3402
3403         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
3404         placeholders when include_internals is TRUE.
3405
3406 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3407
3408         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
3409         item 0 is a placeholder. (#125826)
3410         * tests/testtoolbar.c: add an assertion that 
3411         gtk_toolbar_get_nth_item (0) != NULL
3412
3413 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3414
3415         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
3416         logical == 0.(#125826)
3417
3418 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3419
3420         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
3421         return the index of a real item.
3422         (get_nth_item) assert that the returned items is not a
3423         placeholder.  (#125826, Marco Pesenti Gritti).
3424         
3425 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
3426
3427         * gtk/gtkcellrendererseptext.c
3428         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
3429         text is NULL, rather than also doing it if it is an empty string.
3430
3431 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
3432
3433         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
3434         gtk_message_dialog_new_with_format): Allow NULL
3435         for message_format, as described in the docs and
3436         as worked previously. (#125759, Richard Hult)
3437
3438         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
3439         Use g_markup_vprintf_escaped() to escape arguments.
3440
3441         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
3442         so there is some way to set literal markup.
3443
3444 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
3445  
3446         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
3447         the call to gdk_error_trap_pop() to the right place,
3448         fixing a problem where we'd pop() too many times 
3449         when bailing out. (#123302, Thomas Leonard)
3450         
3451 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
3452
3453         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
3454         Fix infinite recursion. (#125679, Christian Persch)
3455
3456 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
3457
3458         * docs/faq/gtk-faq.sgml: further 2.x updates:
3459         mirrors,compiling,g_main_context_iteration
3460
3461 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3462
3463         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
3464         function; remove gtk_toolbar_highlight_drop_location() and
3465         gtk_toolbar_unhighlight_drop_location().
3466
3467         Also fix bug where the number of overflowed items were miscounted.
3468
3469 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
3470
3471         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
3472         some accidentally committed duplicate code.
3473
3474 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
3475
3476         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
3477
3478 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
3479
3480         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
3481         gtk_has_toplevel_focus): Add getters corresponding to
3482         the is_active and has_toplevel_focus properties.
3483         (#122531)
3484
3485 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
3486
3487         * gtk/gtkexpander.c:
3488         (gtk_expander_class_init): hook up the destroy handler.
3489         (gtk_expander_destroy), (gtk_expander_unrealize):
3490         remove the expand/collapse timeout on destroy instead
3491         of unrealize to avoid leaving the expander in a inconsistent
3492         state when unrealizing during animation.
3493         (gtk_expander_start_animation): remove realized check.
3494         (gtk_expander_set_expanded): if the widget isn't realized,
3495         expand immediately.
3496
3497 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
3498
3499         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
3500         do nothing when recipient is NULL, as described in the
3501         doc comment. (#123107, Thomas Leonard)
3502
3503 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
3504
3505         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
3506         rewrite docs, mention memory management for the return
3507         value. (Partly addresses #125549, Michael Natterer)
3508
3509 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
3510
3511         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
3512         Change index to filter_index to fix compilation error.
3513
3514         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
3515
3516 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
3517
3518         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
3519         we have RandR support, for XRRUpdateConfiguration declaration.
3520
3521         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
3522         declaration.
3523
3524         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
3525         length a gsize variable, since that's what g_file_get_contents()
3526         expects.
3527
3528 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
3529
3530         * NEWS: Fix attribution for above/below EWMH work.
3531
3532 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
3533
3534         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
3535         as a construct-only property.  (#125475, Murray Cumming)
3536
3537 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3538
3539         Fix bug 116297 and 125472
3540         
3541         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
3542         this function take an index and a GtkToolItem.
3543
3544         * tests/testtoolbar.c (main): Make "Show Arrow" default to
3545         true. Make one of the separators !draw and expand.
3546         Update for new highlight_drop_location() API.
3547
3548         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
3549
3550         * gtk/gtktoolbar.h: Formatting fixes.
3551
3552         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
3553         separator tool items to expand.
3554         (logical_to_physical, physical_to_logical): Fix off-by-one errors
3555         (Fix #125472, Marco Pesenti Gritti)
3556
3557         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
3558         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
3559         return FALSE, not TRUE.
3560         (gtk_separator_too_item_{set|get}_property,
3561         (gtk_separator_tool_item_{set|get}_draw): new functions
3562
3563 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
3564
3565         * === Released 2.3.0 ===
3566
3567         * configure.in: Remove a stray comma.
3568
3569         * README.in: Fix a few notes about Xft 1 and pango-1.0.
3570
3571         * NEWS: Finish updates for 2.3.0.
3572
3573         * po/Makefile.in.in: Update to latest GLib version.
3574
3575 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
3576
3577         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
3578         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
3579         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
3580         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
3581         Sandmann).
3582
3583 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
3584
3585         * gtk/gtktreemodelfilter.h: add padding to the class structure.
3586
3587 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
3588
3589         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
3590         (gtk_file_chooser_remove_filter): Likewise.
3591         (gtk_file_chooser_select_all): Added docs.
3592         (gtk_file_chooser_unselect_all): Likewise.
3593
3594         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
3595
3596         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
3597
3598 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
3599
3600         * gtk/gtkfilefilter.c: 
3601         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
3602
3603 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
3604
3605         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
3606
3607 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
3608
3609         * NEWS: Remove a few duplicates, group the menu changes.
3610
3611 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
3612
3613         * NEWS: Updates for 2.3.0; changed header to match the style we used
3614         for 2.1.0.
3615
3616 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
3617
3618         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
3619         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
3620
3621 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
3622
3623         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
3624         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
3625         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
3626
3627 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3628
3629         * NEWS: Partial update for 2.3.0.
3630
3631 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
3632
3633         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
3634         GtkComboBox.
3635
3636 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
3637
3638         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
3639         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
3640         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
3641         Basic framework for the new file selector widget.
3642
3643         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
3644         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
3645         Initial implementation of the GtkFileChooser user interface.
3646
3647         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
3648         for Unix files.
3649
3650         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
3651         for freedesktop.org MIME system on Unix.
3652
3653         * tests/testfilechooser.c: Test program for GtkFileChooser
3654
3655         * tests/prop-editor.c: Add support for properties on interfaces.
3656
3657 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
3658
3659         * demos/gtk-demo/menus.c (do_menus): Fix some unused
3660         variables.
3661
3662         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
3663         variable warning.
3664
3665 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
3666
3667         * NEWS: Partial update for 2.3.0.
3668
3669 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
3670
3671         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
3672         ctrl_pressed and shift_pressed according to the current event
3673         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
3674
3675 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
3676
3677         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
3678         timeout when the user pressed on Enter/ESC. Fixes the bug where the
3679         completion popup popped up after the user pressed on Enter (which is
3680         just weird). Reported by the Epiphany people (all of them).
3681
3682 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3683
3684         Add support for OS X like sliding of toolbar items during drag and
3685         drop, (#110919, Dave Bordoley)
3686
3687         Make dnd highlighting the responsibility of the
3688         application. (Fixes #116298, Owen Taylor)
3689
3690         * gtk/gtktoolbar.h: Add prototypes for new API.
3691         
3692         * gtk/gtktoolbar.c
3693         (physical_to_logical, logical_to_physical): new functions
3694         converting between "position including placeholders" and "position
3695         excluding placeholders".
3696         (gtk_toolbar_class_init): remove drag_leave and drag_motion
3697         handlers
3698         (struct _ToolbarContent): new struct containing information
3699         related to toolbar items.
3700         (gtk_toolbar_highlight_drop_location): new public function
3701         (gtk_toolbar_unhighlight_drop_location): new public function
3702         
3703         * tests/testtoolbar.c
3704         (toolbar_drag_motion, toolbar_drag_leave): new functions
3705         (main): connect to dnd signals.  Make the "New" item expand to
3706         make drag and drop more exciting.
3707
3708 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
3709
3710         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
3711         _set_active, not _set_active_item.
3712
3713 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
3714
3715         * gtk/gtkcombobox.h: add padding to the class structure.
3716         * gtk/gtkcomboboxentry.h: ditto.
3717         * gtk/gtkentrycompletion.h: ditto.
3718
3719 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
3720
3721         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
3722         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
3723         value and what it means.
3724
3725         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
3726         item to -1 (default),
3727         (gtk_combo_box_entry_active_changed): do nothing when the index is
3728         < 0.
3729
3730 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
3731
3732         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
3733         to set the active row by iter.
3734
3735         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
3736         to get the active row by iter.
3737
3738 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
3739
3740         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
3741         operations on windows if the tree view is not mapped.
3742         (gtk_tree_view_button_press): Compare equal types of pointers, not
3743         GtkWidget* vs. GtkTreeView*.
3744
3745 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
3746
3747         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
3748         the reset of first_sel_changed, as after the first popup the treeview
3749         will always have a row selected and will thus not focus_to_cursor.
3750
3751         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
3752         whether the keyval should move the completion selection cursor (used
3753         to avoid ending up with extreme cluttered code), also added
3754         all KP_ equivalents of the keys here,
3755         (gtk_entry_completion_key_press): Keynav tweaks based on comments
3756         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
3757         as possible current selection, implement Home/End keys, modified
3758         the down key to stop cycling. Maybe page up/down should be implemented
3759         at some later time.
3760
3761 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
3762
3763         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
3764         as documented when pixmap or mask is NULL.  (#124081) 
3765
3766 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
3767
3768         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
3769         I was adding the signal block/unblock code. Oops. (Noticed by
3770         Marco Pesenti Gritti).
3771
3772 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
3773
3774         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
3775         (set_interp_type), (main): port over from option menu to GtkComboBox.
3776
3777 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
3778
3779         * tests/testmenus.c: Still uses option menus, so turn off
3780         GTK_DISABLE_DEPRECATED.
3781
3782 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
3783
3784         * gtk/gtkalignment.[hc]: 
3785         * gtk/gtkcombobox.[hc]: 
3786         * gtk/gtkcomboboxentry.[hc]: 
3787         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
3788         from header to implementation.
3789
3790 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
3791
3792         * tests/testtreeview.c: 
3793         * demos/testpixbuf-scale.c: 
3794         * tests/prop-editor.c: These files still use option menus,
3795         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
3796
3797 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
3798
3799         * gtk/gtkactiongroup.h: 
3800         * gtk/gtkaction.h: 
3801         * gtk/gtkradioaction.h: 
3802         * gtk/gtkradiotoolbutton.h: 
3803         * gtk/gtkseparatortoolitem.h: 
3804         * gtk/gtktoggleaction.h: 
3805         * gtk/gtktoolitem.h: 
3806         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
3807         these usable in C++.  (#124351, Murray Cumming)
3808
3809 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
3810
3811         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
3812         non-NULL before accessing it. Oops.
3813
3814 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
3815
3816         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
3817         (gtk_entry_completion_insert_action_text),
3818         (gtk_entry_completion_insert_action_markup): the gchar* parameters
3819         should be const (pointed out by both Marco Pesenti Gritti and
3820         Murray Cumming (#124356).
3821
3822 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
3823
3824         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
3825         child list mode, allocate the height allocation->height to the
3826         button instead of the height requested by the button. (Tiny
3827         size allocation screwup noticed by Macro Pesenti Gritti).
3828
3829 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
3830
3831         Fixes based on comments from Marco Pesenti Gritti.
3832
3833         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
3834         signal handler, avoids the completion popup to popup when text is
3835         set programmatically in most cases (we actually have to handle this
3836         in the _editable functions as well, but that will break popping up
3837         when the user actually typed something :),
3838         (gtk_entry_completion_key_press): when handling enter, bail out
3839         when nothing has been selected,
3840         (gtk_entry_completion_changed): don't popdown when the entry content
3841         changed.
3842
3843         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
3844         (gtk_entry_completion_selected_changed): unselect_all on the
3845         first selected changed signal. Avoids having a default row selected,
3846         (_gtk_entry_completion_popup): don't select the first row by default.
3847
3848         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
3849         first_sel_changed field.
3850
3851 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
3852
3853         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
3854         in the intro (again).
3855
3856 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
3857
3858         Fixes for (#124212, Marco Pesenti Gritti):
3859         
3860         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
3861         warnings for popups.
3862         (_gtk_menu_is_empty): Return FALSE for non-menus.
3863
3864 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
3865
3866         * gtk/gtkcombo.h: Deprecate.
3867         * gtk/gtkoptionmenu.h: Ditto.
3868
3869         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
3870         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
3871         needs some work on requesting enough size when taking the items in
3872         the list into account.
3873
3874         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
3875         deprecated" guards.
3876         * gtk/gtkinputdialog.c: ditto.
3877         * gtk/gtkitemfactory.c: ditto.
3878         * gtk/gtkoptionmenu.c: ditto.
3879
3880         * demos/gtk-demo/menus.c: remove the option menu.
3881         * demos/gtk-demo/sizegroup.c: replace the option menus with
3882         GtkComboBox.
3883         * demos/gtk-demo/textview.c: ditto.
3884         (A general GtkComboBox demo will be added later on).
3885
3886 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
3887
3888         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
3889         callback to propertly report radio actions.
3890
3891         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
3892
3893 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
3894
3895         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
3896         version in in the right field of the _XEMBED_INFO property.  
3897         (#123885, Denis Mikhalkin)
3898
3899 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
3900
3901         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
3902         the child if we have one.
3903
3904         (gtk_expander_button_release): use
3905         gtk_widget_activate instead.
3906
3907 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
3908
3909         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
3910         "right_attach" with a capital.  (#123945, Christian Rose)
3911
3912 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
3913
3914         * tests/testsocket.c (child_read_watch): Remove an
3915         extraneous unref.  (#122336, Frederic Crozat)
3916
3917 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
3918
3919         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
3920         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
3921
3922 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3923
3924         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
3925         focus arrow before pack_end items (#123851, Matthias Clasen)
3926
3927 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
3928
3929         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
3930         on ->priv->cell_view if ->priv->cell_view is non-NULL.
3931
3932         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
3933         field to GtkComboBoxEntryPrivate,
3934         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
3935         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
3936         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
3937         a construct-only "text_column" property and reorder code to use it
3938         and support inheriting this widget.
3939
3940 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
3941
3942         * gtk/gtkcombobox.c: Added API doc comments.
3943
3944         * gtk/gtkcomboboxentry.c: Ditto.
3945
3946 2003-10-02  Matthias Clasen  <maclas@gmx.de>
3947
3948         * gtk/gtktoggleaction.c: Documentation tweaks.
3949
3950 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
3951
3952         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
3953         packing/attribute/cell data functions from the header,
3954         (gtk_cell_view_set_cell_data): added support for cell data funcs.
3955
3956         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
3957         packing/attribute/cell data functions from the header, implemented
3958         cell data func support.
3959
3960         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
3961         for the move to GtkCellLayout.
3962
3963         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
3964
3965 2003-10-01  Matthias Clasen  <maclas@gmx.de>
3966
3967         * gtk/gtkaction.c (gtk_action_class_init): 
3968         (gtk_action_[gs]et_property): Introduce a separate
3969         "hide_if_empty" property for empty menu handling.
3970         (_gtk_action_sync_menu_visible): ...and use it here.
3971
3972         * tests/testmerge.c (main): ...and here.
3973
3974         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
3975         comments to pacify gtk-doc.
3976
3977         * gtk/gtkmain.c: Doc formatting tweaks.
3978
3979         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
3980
3981         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
3982         Use the same parameter names as in .c file, to pacify gtk-doc.
3983
3984         * gtk/gtktoggletoolbutton.[hc]: 
3985         * gtk/gtktoolbutton.[hc]: 
3986         * gtk/gtktoolitem.[hc]:
3987         * gtk/gtktoolbar.[hc]: 
3988         * gtk/gtkcolorbutton.[hc]: 
3989         * gtk/gtkfontbutton.[hc]: 
3990         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
3991         source, not in the header.
3992
3993         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
3994         Document these as 2.4 API additions.
3995
3996 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
3997
3998         * gtk/gtkentry.c (gtk_entry_set_completion),
3999         (gtk_entry_get_completion): Add API doc comments.
4000
4001         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
4002
4003 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
4004
4005         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
4006
4007 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
4008
4009         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
4010
4011         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
4012
4013 2003-09-30  Matthias Clasen  <maclas@gmx.de>
4014
4015         * tests/merge-*.ui: 
4016         * tests/testmerge.c: Test handling of empty menus.
4017
4018         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
4019         whether a menu is empty. Used in gtkaction.c.
4020         (update_smart_separators): Also update the visibility of empty menus.
4021         (update_node): When creating a new menu proxy, insert an "Empty" menu 
4022         item which only gets shown if the menu is empty. 
4023
4024         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
4025         "is_important" for menu proxies.
4026         (_gtk_action_sync_menu_visible): New function to sync the visibility
4027         of menu proxies. Used in gtkuimanager.c.
4028         (gtk_action_sync_visible): New function to sync the visibility of 
4029         proxies.
4030
4031 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
4032
4033         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
4034         popup_in_progress to TRUE,
4035         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
4036         won't disappear on the first button release. (Reported by Matthias
4037         Clasen).
4038
4039 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
4040
4041         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
4042
4043         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
4044         Marco Pesenti Gritti).
4045
4046 2003-09-30  Murray Cumming  <murrayc@usa.net>
4047  
4048         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
4049         instead of a GdkWindow*, because that what it is given. The 
4050         documentation was already correct. This should cause no API/ABI
4051         breakage with C compilers.
4052         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
4053         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
4054         implementation accordingly.
4055
4056 2003-09-30  Matthias Clasen  <maclas@gmx.de>
4057
4058         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
4059         "direction-changed" and "keys-changed" signals.
4060
4061         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
4062         "size-changed" signal.
4063
4064         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
4065         Document the "display-opened" signal.
4066
4067         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
4068         (gdk_display_class_init): Document the "closed" signal.
4069
4070 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4071
4072         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
4073         accepts_tab. (#122709 again).
4074
4075 2003-09-27  Matthias Clasen  <maclas@gmx.de>
4076
4077         * gtk/gtkwindow.c (gtk_window_new):
4078         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
4079         the fact that the newly created object does not come with 
4080         a floating reference.  (#103068, patch by Frederic Lespez)
4081         
4082         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
4083         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
4084         since GtkActionGroup uses it.
4085
4086         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
4087         this test uses the soon-to-be-deprecated GtkItemFactory.
4088
4089         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
4090         remove item_factory.c
4091
4092         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
4093         using GtkUIManager instead of GtkItemFactory.
4094
4095         * tests/testmerge.c: Demonstrate the use of the 
4096         connect-proxy signal.
4097
4098         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
4099         disconnect-proxy signals to do small customizations 
4100         like displaying tooltips in the statusbar without 
4101         custom actions.  (#122894, Philip Langdale)
4102
4103         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
4104
4105 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
4106
4107         Landing the new ComboBox. Note that only gtkcombobox.h and
4108         gtkcomboboxentry.h are public.
4109
4110         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
4111         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
4112
4113         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
4114
4115         * tests/testcombo.c: and a new test.
4116
4117         * tests/Makefile.am: adding the new test.
4118
4119 2003-09-25  Tor Lillqvist  <tml@iki.fi>
4120
4121         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
4122
4123 2003-09-21  Tor Lillqvist  <tml@iki.fi>
4124
4125         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
4126         function. Code split out from gdk_event_translate(). Needed
4127         because gdk_event_get_graphics_expose() couldn't do anything
4128         sensible otherwise. (Not that I think graphics exposes work anyway
4129         in gdk/win32, but at least now the code could work.)
4130
4131         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
4132         gdk_event_translate(), which couldn't have worked as it doesn't
4133         take any pre-allocated GdkEvent parameter any longer.
4134         
4135         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
4136         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
4137
4138 2003-09-24  Matthias Clasen  <maclas@gmx.de>
4139
4140         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
4141         on toolitems.
4142
4143         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
4144
4145         * gtk/gtkuimanager.c (update_node): Don't complain about missing
4146         actions on popups. Re-set "tooltip" property on toolitems after
4147         adding them to parent to trigger proxy update.
4148
4149 2003-09-22  Matthias Clasen  <maclas@gmx.de>
4150
4151         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
4152         group member to test the fix for #122904.
4153
4154         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4155         Add the action to the group before activating it, otherwise we
4156         may end up with multiple active group members.  (#122904, Marco
4157         Pesenti Gritti)
4158
4159 2003-09-21  Matthias Clasen  <maclas@gmx.de>
4160
4161         Changes to make cross-process merging feasible:
4162         
4163         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
4164         merged UI definition. Remove the "changed" signal, since its role
4165         is now filled by "notify::ui". Instead add a "actions-changed" signal
4166         which gets emitted when the set of actions changes.
4167
4168         * gtk/gtktoggleactionprivate.h:
4169         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
4170         Add a "draw_as_radio" property to toggle actions so that they can be
4171         used as proxies for radio actions much like the "draw_as_radio" 
4172         property on check menu items enables them to operate as proxies for
4173         radio actions.
4174
4175         Prevent the "show_all" trap for action-based menus (see
4176         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
4177         msg00260.html):
4178
4179         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
4180         calls from static functions.
4181
4182         * gtk/gtkuimanager.c (update_node): 
4183         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
4184         widgets whose visibility is externally controlled.
4185
4186         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
4187         "no_show_all" property with setter and getter. When TRUE, it keeps
4188         gtk_widget_{hide,show}_all() from modifying the visibility of the 
4189         widget and its children.
4190
4191 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4192
4193         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
4194
4195 2003-09-20  Tor Lillqvist  <tml@iki.fi>
4196
4197         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
4198         including editor backup files. List files we want explicitly.
4199
4200         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
4201         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
4202         LC_ALL, LC_CTYPE and LANG environment variables, than calls
4203         g_win32_getlocale().
4204
4205         (gtk_get_default_language): Code snippet moved to above function,
4206         call it.
4207
4208         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
4209         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
4210         _gtk_get_lc_ctype() instead of setlocale().
4211
4212 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4213
4214         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
4215         (#96632)
4216
4217 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4218
4219         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
4220         documentation. (#117306, Steve Chaplin)
4221
4222 2003-09-19  Tor Lillqvist  <tml@iki.fi>
4223
4224         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
4225         present on the US-International keyboard. For clarity, order
4226         keysyms in case statement according to numeric value.
4227
4228         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
4229         correctly. (#120176, Ken Rastatter and Owen Taylor)
4230
4231 2003-09-18  Matthias Clasen  <maclas@gmx.de>
4232
4233         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
4234         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
4235
4236         Install accelerators on actions, not on proxies, support
4237         accelerator-only actions:
4238         
4239         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
4240         and its lock status either via _gtk_widget_get_accel_path() or by 
4241         looking at the accel_path stored in the menu item itself and determining
4242         its lock status by peeking into the contained accel label. This was
4243         already (accidentally) committed a week ago.
4244
4245         * gtk/gtkaction.h (gtk_action_set_accel_group):
4246         (gtk_action_[dis]connect_accelerator): New functions.
4247
4248         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
4249         accel_closure and accel_count. We must have a reference to the 
4250         accel_group, since we need it in connect_proxy. The count is necessary
4251         to ensure that the accelerator isn't removed before the last proxy 
4252         requesting it has been unmerged.
4253         (connect_proxy): Connect the accelerator to the 
4254         action now, only set the accel_path on the menuitem.
4255         (remove_proxy): Disconnect the accelerator from the action, not from
4256         the menuitem.
4257         (gtk_action_set_accel_group): Set the accel group. 
4258         (gtk_action_[dis]connect_accelerator): Count the number of times
4259         this functions have been called and install/remove the accelerator if
4260         the count leaves/reaches zero.
4261
4262         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
4263         GTK_UI_MANAGER_ACCELERATOR.
4264
4265         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
4266         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
4267         <accelerator> elements.
4268         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
4269         type is GTK_UI_MANAGER_ACCELERATOR.
4270         (update_node): Set the accel group on actions before creating their
4271         proxies. Don't set the accel group on created menus. For 
4272         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
4273         (print_node): Also emit <accelerator> elements.
4274
4275         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
4276
4277         * gtk/gtkuimanager.c (update_node): Robustness improvements.
4278
4279 2003-09-17  Matthias Clasen  <maclas@gmx.de>
4280
4281         * gtk/gtkuimanager.c (text_handler): Report unexpected character
4282         data as error from the GMarkup parser, otherwise things like
4283         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
4284         pass unexpectedly.
4285
4286 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4287
4288         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
4289         committed redraw_on_allocate change.
4290
4291 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
4292
4293         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
4294         stubs to fix compilation
4295
4296         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
4297         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
4298
4299         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
4300         variable. Patch from Marc Welz (#121347).
4301
4302 2003-09-16  Matthias Clasen  <maclas@gmx.de>
4303
4304         * gtk/gtkaction.h: Apply egtk-format-protos.
4305
4306 2003-09-15  Matthias Clasen  <maclas@gmx.de>
4307
4308         * gtk/gtkuimanager.c: Doc tweaks.
4309
4310         Smart separators; see 
4311         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
4312         
4313         * gtk/gtkuimanager.c (update_smart_separators): New function which 
4314         implements "smart" separators by iterating once over the entries of a 
4315         menu, hiding and showing separators as necessary.
4316         (update_node): Mark separators used as fences of placeholders as
4317         hidden. Explicitly added separators are marked as smart. Call 
4318         update_smart_separators after updating a menu or toolbar node. 
4319         Connect update_smart_separators to "notify::visible" signal on menu
4320         and tool items.
4321         
4322         * tests/merge-[12].ui: Test smart separators.
4323
4324         Changes to allow setting action state before connecting signal; see
4325         the thread starting at 
4326         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
4327         
4328         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
4329         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
4330         setting the currently selected group member before connecting signals.
4331         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
4332         including a boolean to initialize the action state before connecting
4333         signals.
4334         (gtk_action_group_add_toggle_actions):
4335         (gtk_action_group_add_toggle_actions_full): New functions to construct
4336         toggle actions from an array of GtkToggleActionEntries.
4337
4338         * demos/gtk-demo/appwindow.c: 
4339         * tests/testactions.c: 
4340         * tests/testmerge.c: Adjust to new action group API.
4341
4342 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4343
4344         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
4345         "gtk-toolbar-arrow" so themes can special-case it.
4346
4347 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4348
4349         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
4350
4351 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4352
4353         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
4354         PangoFontMetrics. Patch from Steve Chaplin (#122257).
4355
4356 2003-09-14  Tor Lillqvist  <tml@iki.fi>
4357
4358         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
4359         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
4360         the usefulness of which was already in doubt. Removing it fixes
4361         bugs #118575 and #121851.
4362
4363 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
4364
4365         Merge from stable.
4366
4367         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
4368         pressed button (used to determine if we want to initiate a drag later
4369         on) if the current grab widget is either NULL or tree_view (Reported
4370         by Jeroen Zwartepoorte).
4371
4372 2003-09-12  Matthias Clasen  <maclas@gmx.de>
4373
4374         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
4375         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
4376
4377 2003-09-11  Matthias Clasen  <maclas@gmx.de>
4378
4379         * gdk/gdkpango.c: Doc tweaks.
4380
4381         * tests/testgtk.c: Add table menu tests.
4382
4383         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
4384         GtkMenuPrivate struct itself. Pointed out by valgrind.
4385
4386         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
4387         properly.  (#121998)
4388
4389 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
4390
4391         The table menu patch! Turns GtkMenu into a table, so you can attach
4392         menu items in numerous new ways! Be creative!
4393
4394         Contains some bug fixes and RTL adaptions from Matthias Clasen.
4395
4396         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
4397         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
4398         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
4399         the heights array in the private struct,
4400         (gtk_menu_class_init): reorder code a bit, install child properties,
4401         (get_attach_info), (get_child_attach): new utility functions,
4402         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
4403         child properties, for the attach info,
4404         (gtk_menu_remove): remove AttachInfo from menu item,
4405         (gtk_menu_real_insert): implemented algorithm to automagically place
4406         inserted menu items at the correct place in the table,
4407         (gtk_menu_size_request), (gtk_menu_size_allocate),
4408         (compute_child_offset): reworked/rewritten to support table menus,
4409         (gtk_menu_attach): new function,
4410         (find_child_containing), (gtk_menu_move_current): new functions to
4411         get table menu keynav right.
4412
4413         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
4414
4415 2003-09-10  Matthias Clasen  <maclas@gmx.de>
4416
4417         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
4418         PropertyNotify events from the stream if they have been handled,
4419         in order to enable extending the plug<->socket communication via
4420         properties.
4421
4422 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
4423
4424         Big TreeView DnD fixage, makes drops on empty models work, makes
4425         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
4426         Related bugs #95362 and #113314. I don't want to touch this code
4427         ever again.
4428
4429         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
4430
4431         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
4432         for selection_data->length.
4433
4434         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
4435         (set_dest_row), (get_dest_row): we don't store just the row ref
4436         anymore, but a struct with the row ref and additional info,
4437         (set_destination_row): handle drops on empty space and some
4438         style fixes,
4439         (get_logical_dest_row): also return path_down_mode/drop_append_mode
4440         flags, handle dropping childs on their new parents, rewrite
4441         drop append handling into something saner,
4442         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
4443         spaces,
4444         (gtk_tree_view_drag_drop): updates for updated backend,
4445         (gtk_tree_view_drag_data_received): updates for updated backend,
4446         path down mode (treestore DnD) handling,
4447         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
4448         when we are trying to drop a row on an empty model,
4449         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
4450
4451         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
4452         (gtk_list_store_row_drop_possible): style and drop-append fixes.
4453
4454         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
4455
4456 2003-09-08  Alexander Larsson  <alexl@redhat.com>
4457
4458         * gtk/gtkeventbox.[hc]:
4459         Implement gtk_event_box_get/set_input_only()
4460         
4461         * tests/testgtk.c:
4462         Tests for the new input only event boxes
4463
4464 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
4465
4466         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
4467
4468         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
4469         the call to gtk_tree_model_filter_add_root,
4470         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
4471         the virtual root, allow building levels on the second try to convert
4472         the child path to a filter path,
4473         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
4474         root when calling gtk_tree_model_filter_elt_get_path.
4475
4476 2003-09-07  Matthias Clasen  <maclas@gmx.de>
4477
4478         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
4479         Josh Beam)
4480
4481         Fixes for accelerator handling during (un)merging:
4482         
4483         * gtk/gtkuimanager.c (update_node): Move setting info-action
4484         after the switch, since the old action is needed in some cases.
4485         In cases of proxy type mismatch, disconnect the old proxy from
4486         the old action.
4487
4488         * gtk/gtkaction.c (remove_proxy): Renamed from 
4489         gtk_action_remove_proxy(). Move unsetting of the accelerator
4490         here from disconnect_proxy() in order to catch all cases of 
4491         removing a proxy.
4492         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
4493         to fail if proxy isn't a proxy of action.
4494
4495 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
4496
4497         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
4498         ALL_LINGUAS
4499
4500 2003-09-07  Matthias Clasen  <maclas@gmx.de>
4501
4502         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
4503         for toolitems.
4504
4505 2003-09-06  Matthias Clasen  <maclas@gmx.de>
4506
4507         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
4508         prev_action, not from action.  (Fix by David Hampton)
4509
4510 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
4511  
4512         * Back out locale-dependent interpretation of
4513         KP_Decimal, the official XFree86 interpretation
4514         is that KP_Decimal => . KP_Separator => ,
4515         always, independent of locale. 
4516         (#105161, Frederic Crozat, 
4517         http://bugs.xfree86.org/show_bug.cgi?id=534)
4518  
4519 2003-09-04  Matthias Clasen  <maclas@gmx.de>
4520
4521         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
4522
4523         * gtk/gtktoggleaction.c (connect_proxy): 
4524         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
4525         that a "draw_as_radio" property is needed for check buttons similar to 
4526         check menu items, in order to fully support button proxies for radio actions.
4527
4528         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
4529
4530         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
4531
4532         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
4533         'type' argument of gtk_ui_manager_add_ui().
4534
4535         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
4536         to make this function as powerful as the XML methods of adding UI.  (#120647)
4537
4538 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
4539
4540         Merge from stable.
4541
4542         * docs/RELEASE-HOWTO: updates.
4543
4544 2003-09-04  Matthias Clasen  <maclas@gmx.de>
4545
4546         * tests/merge-2.ui: Use "position" instead of "pos".
4547
4548         * gtk/gtkuimanager.c (start_element_handler): No need 
4549         to be terse: Change the name of the "pos" attribute
4550         to "position".
4551
4552 2003-09-04  Matthias Clasen  <maclas@gmx.de>
4553
4554         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
4555         GtkUIManagerNode to shorten the names and to make the
4556         GTK_UI_MANAGER_<TYPE> names available for a public enum.
4557
4558         * gtk/gtkactiongroup.c:
4559         * gtk/gtkuimanager.c: Various doc tweaks.       
4560
4561         * gtk/gtkuimanager.c (start_element_handler):
4562         (end_element_handler): Improve error reporting. 
4563
4564 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
4565
4566         Merge from stable.
4567
4568         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
4569         use end_position - page_size instead of G_MAXINT, since
4570         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
4571         reported by Havoc Pennington).
4572
4573 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
4574
4575         Merge from stable.
4576
4577         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
4578         unref it. (Fixes memleak, patch from Kjartan Maraas).
4579
4580 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
4581
4582         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
4583         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
4584         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
4585         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
4586         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
4587         gtk/gtktypeutils.h: big patch from Kjartan Maraas
4588         to fix numerous typos.
4589
4590 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
4591
4592         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
4593
4594 2003-09-02  Tor Lillqvist  <tml@iki.fi>
4595
4596         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
4597         CloseHandle() on the HMODULE returned from GetModuleHandle().
4598         Didn't cause any harm, but didn't do anything useful either. When
4599         running a GTK+ program under MS's debugger, the CloseHandle() call
4600         would cause a "first-chance exception" in ntdll.dll to show up.
4601         (The exception is caught appropriately if you let it proceed, but
4602         it confuses the person using the debugger). Thanks to Bruce
4603         Hochstetler for noticing.
4604
4605 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
4606
4607         Merge from stable.
4608
4609         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
4610         to only select when button 1 is pressed introduced in the fix of
4611         bug #120187.
4612
4613 2003-09-02  Matthias Clasen  <maclas@gmx.de>
4614
4615         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
4616
4617         * gtk/gtkuimanager.c: Shorten the names of some static 
4618         functions.
4619
4620         Support adding and removing merge nodes dynamically (#120647, 
4621         Anders Carlsson):
4622         
4623         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
4624         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
4625         and made it public.
4626         (gtk_ui_manager_add_ui): New function to add UI elements
4627         without juggling XML fragments, currently restricted to menuitems,
4628         toolitems and separators. Actions still come from registered 
4629         action groups.
4630
4631 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4632
4633         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
4634         background pixmap was being offset twice, once by the ts_origin in
4635         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
4636
4637 2003-09-01  Matthias Clasen  <maclas@gmx.de>
4638
4639         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
4640         this public again, since it's occasionally useful.  (#121128,
4641         Marco Pesenti Gritti)
4642
4643         * gtk/gtkaction.c: Add an "is_important" property and propagate
4644         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
4645
4646 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4647
4648         * tests/testtoolbar.c (main): connect to "delete_event" so the
4649         application will actually quit when you close the window
4650
4651 2003-09-01  Matthias Clasen  <maclas@gmx.de>
4652
4653         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
4654         (gtk_ui_manager_get_action): g_return_if_fail() if
4655         path is NULL.
4656         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
4657         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
4658         Marco Pesenti Gritti)
4659
4660 2003-08-31  Matthias Clasen  <maclas@gmx.de>
4661
4662         * gtk/gtktoolitem.c: Fix some typos in docs.
4663
4664         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
4665         replaces gtk_ui_manager_activate().  (#120658)
4666
4667         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
4668         gtk_ui_manager_activate().
4669
4670         * gtk/gtkaction.c: 
4671         * gtk/gtkactiongroup.c: Some doc tweaks.
4672
4673         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
4674         wasn't emitted anyway. Some doc tweaks.
4675
4676 2003-08-30  Matthias Clasen  <maclas@gmx.de>
4677
4678         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
4679         rather than to "remove" on handlebox. 
4680
4681         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
4682         activate an action found by following a path.  (#120658)
4683
4684         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
4685
4686         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
4687
4688         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
4689         setter and getter. If it is set, add tearoff menu items to regular 
4690         menus, but not to popups. Add a signal "changed", which gets emitted
4691         when the merged ui has changed.  (#120649, #120656)
4692
4693         * tests/testmerge.c: Add button to test the generation of tearoff 
4694         menu items.
4695
4696 2003-08-29  Matthias Clasen  <maclas@gmx.de>
4697
4698         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4699         Actually group the actions together rather than putting each in its 
4700         own group.
4701
4702         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
4703         proxy menu items for radio actions.
4704
4705         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
4706
4707 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4708
4709         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
4710         Fix use of uninitialized variable.
4711
4712         * gtk/gtktextutil.c
4713         (_gtk_text_util_append_special_char_menuitems): add const cast to
4714         get rid of warning
4715
4716 2003-08-29  Matthias Clasen  <maclas@gmx.de>
4717
4718         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
4719         "draw_as_radio" as a separate property, not as an alias of 
4720         "inconsistent".
4721         (gtk_check_menu_item_get_property): 
4722         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
4723
4724 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4725
4726         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
4727         are narrower than 13 time the estimated character width of the
4728         font. (#107781, David Bordoley)
4729
4730         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
4731         here if the GtkToggleButton is active. This may be the case if it
4732         is a radio button.
4733
4734         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
4735         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
4736         Suarez-Alvarez).
4737
4738         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
4739         property. (#111207, David Bordoley).
4740
4741         * gtk/gtktoggletoolbutton.c
4742         (gtk_toggle_tool_button_create_menu_proxy): use new
4743         "draw_as_radio" property on the menu item when the item is a radio
4744         tool button
4745
4746         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
4747         to only pay attention to the "use_underline" property when the
4748         button label comes from the "label" property.
4749
4750 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
4751
4752         * configure.in: Added "sq" to ALL_LINGUAS.
4753         
4754 2003-08-28  Matthias Clasen  <maclas@gmx.de>
4755
4756         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
4757         fix in the docs.
4758
4759         * gtk/gtkuimanager.c: Change the XML format:
4760         <Root> element is replaced by <ui>,
4761         <menu> element is replaced by <menubar>,
4762         <submenu> element is replaced by <menu>,
4763         <dockitem> element is replaced by <toolbar>,
4764         <popups> element is gone,
4765         verb attribute is replaced by action,
4766         name defaults to action or the element name. 
4767
4768         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
4769         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
4770         by removing the user_data, entry_type and extra_data fields, 
4771         GtkRadioActionEntry is further simplified by removing the callback. 
4772         The user_data can now be specified as an argument to 
4773         gtk_action_group_add_actions(). There is a new method 
4774         gtk_action_group_add_radio_actions(), which is similar to 
4775         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
4776         and a callback parameter in addition to the user_data. The callback
4777         is connected to the ::changed signal of the first group member.
4778         There are _full() variants taking a GDestroyNotify of 
4779         gtk_action_group_add_[radio_]actions().
4780
4781         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
4782         on every member of the radio group when the active member is changed. 
4783         Add an integer property "value", and a getter for the value of "value"
4784         on the currently active group member. 
4785
4786         * tests/testactions.c: 
4787         * tests/testmerge.c: 
4788         * tests/merge-[123].ui:  
4789         * demos/gtk-demo/appwindow.c: Adjust to these changes.
4790
4791         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
4792
4793 2003-08-27  Anders Carlsson  <andersca@gnome.org>
4794
4795         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
4796         text view, so the tool bar won't have focus.
4797
4798 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
4799
4800         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
4801         declaration not at start of block. (#120371, Damien Carbery)
4802
4803 2003-08-26  Matthias Clasen  <maclas@gmx.de>
4804
4805         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
4806         for length, not gsize.
4807
4808         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
4809         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
4810         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
4811
4812         * demos/gtk-demo/appwindow.c: 
4813         * tests/testactions.c: 
4814         * tests/testmerge.c:
4815         * tests/merge-1.ui:
4816         * tests/merge-2.ui:
4817         * tests/merge-3.ui: Adjust to the new XML format.
4818
4819 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
4820
4821         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
4822         Since we add one to the layout's reported width to
4823         account for the cursor, we need to subtract one when
4824         setting the wrap width for the layout. (Fixes infinite
4825         loop (#120325, Frederic Crozat)
4826
4827         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
4828         Be a bit more careful about rounding when converting
4829         wrapped width from Pango units to pixels.
4830
4831 2003-08-26  Matthias Clasen  <maclas@gmx.de>
4832
4833         Rename GtkMenuMerge to GtkUIManager. 
4834         
4835         * gtk/gtkuimanager.[hc]: New files. 
4836         * gtk/gtkmenumerge.[hc]: Removed. 
4837
4838         * gtk/Makefile.am: 
4839         * gtk/gtk.h:
4840         * tests/testmerge.c: 
4841         * tests/testactions.c: 
4842         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
4843         GtkUIManager.
4844
4845         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
4846         add comments to entries array, remove newlines from ui definition. Don't 
4847         use the ::add_widget signal.
4848
4849 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
4850
4851         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
4852         include page->menu_label - causes various problems,
4853         including #12047.
4854
4855 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
4856
4857         Merge from stable.
4858
4859         Fixes #115871, reported by Michael Natterer.
4860
4861         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
4862         added ctrl_pressed and shift_pressed bitfields,
4863         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
4864         arg with GtkTreeSelectMode.
4865
4866         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
4867         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
4868         (_gtk_tree_selection_internal_select_node): all updated for
4869         GdkModifierType -> GtkTreeSelectMode move.
4870
4871         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
4872         and shift_pressed around selection handling block,
4873         (gtk_tree_view_real_select_cursor_row),
4874         (gtk_tree_view_real_toggle_cursor_row),
4875         (gtk_tree_view_real_selection_cursor_parent),
4876         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
4877         instead of checking the event state. And also updates for the
4878         GdkModifierType -> GtkTreeSelectMode move.
4879
4880 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
4881
4882         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
4883         to the parent when there was no focus widget before
4884         and no focus widget after - that is, when there are
4885         no focusable widgets. (#108678, help tracking it
4886         down from Padraig O'Briain, Federico Mena Quintero, )
4887
4888         * gtk/gtkxembed.[ch]: Move various shared utilities
4889         for the XEMBED protocol eused by GtkPlug and GtkSocket 
4890         here.
4891
4892         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
4893         a flag bit that is sent with focus mesages to indicate
4894         that the focus has wrapped around on the toplevel;
4895         use this bit to catch infinite loops when there is no
4896         focusable widget at ll in the entire toplevel.
4897
4898         * tests/testsocket.c (child_read_watch): Remove an
4899         extraneous unref.
4900
4901         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
4902         Up XEMBED protocol version to 1, add logic for 
4903         sending the right version in XEMBED_EMBEDDED_NOTIFY.
4904
4905         * gtk/gtksocket.c (gtk_socket_add_window): Send
4906         the embedder window in the XEMBED_EMBEDDED_NOTIFY
4907         as the spec requires.
4908
4909 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
4910
4911         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
4912         NumLock handling for non-XKB. Add a special case
4913         hack for NumLock on Sun servers. (Patch from
4914         Robert Basch, #115819)
4915
4916 2003-08-25  Matthias Clasen  <maclas@gmx.de>
4917
4918         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
4919         Welinder)
4920
4921         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
4922         gtk_action_group_set_translation_domain): Hooks for translation of
4923         label and tooltip in GtkActionGroupEntries.  (#120620)
4924
4925 2003-08-25  Matthias Clasen  <maclas@gmx.de>
4926
4927         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
4928         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
4929         
4930         * gtk/gtkactiongroup.c: 
4931         * demos/gtk-demo/appwindow.c: 
4932         * tests/testmerge.c: 
4933         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
4934
4935 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
4936
4937         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
4938
4939 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
4940
4941         * gtk/Makefile.am: Fix accidental commit of references
4942         to gtkresizegrip.[ch]
4943
4944 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
4945
4946         * gtk/gtkrc.c: Fix some missing initializations of
4947         rc_file->directory.
4948
4949 2003-08-24  Matthias Clasen  <maclas@gmx.de>
4950
4951         * gtk/gtkaction.[ch]: 
4952         * gtk/gtktoggleaction.[ch]: 
4953         * gtk/gtktoggleactionprivate.h: 
4954         * gtk/gtkradioaction.[ch]: 
4955         * gtk/gtkactiongroup.[ch]: 
4956         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
4957         toolbars, using the EggMenu code by James Henstridge.
4958
4959         * gtk/gtk.h: Include new headers.
4960         * gtk/Makefile.am: Add new files.
4961
4962         * tests/testactions.c: Test for actions.
4963         * tests/testmerge.c: Test for menu merging.
4964         * tests/merge-[123].ui: Test data for testmerge. 
4965         * tests/Makefile.am: Add testactions and testmerge.
4966
4967         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
4968         menubar and toolbar.
4969         
4970 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
4971  
4972         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
4973         problem where rc_file->directory wasn't always getting
4974         set. (#120549, Luis Villa)
4975  
4976 2003-08-22  Christian Rose  <menthos@menthos.com>
4977
4978         * configure.in: Added "ne" to ALL_LINGUAS.
4979
4980 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
4981  
4982         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
4983         being parsed, not just the directories for those
4984         files. Use that to catch recursion. (Part of
4985         #114988)
4986  
4987 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
4988
4989         Merge from stable.
4990
4991         Fix option menu scrolling (#119821, Owen Taylor).
4992
4993         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
4994         by #80484 and the CLAMP,
4995         (get_menu_height): new function,
4996         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
4997         new_offset to handle page up/down right.
4998
4999 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
5000
5001         * gdk/x11/gdkkeys-x11.c: Change the interpretation
5002         of consumed_modifiers so that it contains:
5003          - Modifiers combinations actually found in
5004            state.
5005          - Single modifier modifier combinations.
5006         But not multi-modifier combinations that aren't
5007         in event->state. Document. (#100439)
5008
5009 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
5010
5011         Slightly modified patch from Yann Rouillard to improve selection
5012         behavior with the mouse. Fixes #120187.
5013
5014         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
5015         select/deselect items on the first button press of button 1,
5016         expand checks for row_activated to include triple clicks.
5017
5018 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
5019
5020         Merge from stable.
5021
5022         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
5023         approximate digit widths up, to avoid truncation, convert to
5024         pango pixels when we have the full string width instead of converting
5025         the approx digit width to pango pixels, take inner border and
5026         interior focus into account correctly. (Fixes #116368, patch from
5027         Morten Welinder).
5028
5029 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
5030
5031         * gtk/queryimmodules.c: Don't look at the same directory twice (in
5032         simple cases). (#120342)
5033
5034 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5035
5036         * gdk/gdkwindow.c: Make the layers in the paint stack have their
5037         own pixmap instead of sharing one. (#118317)
5038
5039         * tests/testgtk.c (create_get_image): Fixes to make the window fit
5040         on an 800x600 screen
5041
5042 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
5043
5044         Merged from stable.
5045
5046         * gtk/gtkspinbutton.c (start_spinning): change the type of step
5047         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
5048
5049 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
5050
5051         * modules/input/gtkimcontextxim.[ch]: Substantially
5052         rework the handling of status windows:
5053         
5054          - Store the current StatusWindow in the 
5055            GtkIMContextXIM structure and vice-versa, so we
5056            don't have to hunt the window hierarchy on
5057            cleanup.
5058          - Use the Gtkidget hierarchy instead of/or as well
5059            as the GdkWindow hierarchy when finding the toplevel;
5060            this helps for things like GtkHandlebox
5061          - Watch GtkWidget::hierarchy_changed to catch 
5062            changes in the toplevel without changes in the
5063            GdkWindow (reparenting)
5064          - Never create the GtkWindow for the status window
5065            unless we have text to display.
5066          - Various cleanups, add lots of comments.
5067
5068         (#115077, much help from Takuro Ashie and Hidetoshi
5069         Tajima in tracking this down and figuring out a fix.)
5070
5071         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
5072
5073         * modules/input/gtkimcontextxim.c: Track the current
5074         screen for each toplevel so that we show the status
5075         window on the right screen. (#116340, James Su)
5076
5077         * modules/input/gtkimcontextxim.c: If create a new IC
5078         when we currently have the focus, call XSetICFocus()
5079         on it.
5080         
5081         * modules/input/gtkimcontextxim.c (get_im): Fix bug
5082         with multiple open screens.
5083
5084 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
5085
5086         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
5087         Replace client_window field with 'priv' pointer,
5088         retaining binary compatibility.
5089
5090         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
5091         save use_preedit/cursor_location/focus status and set
5092         up the new slave appropriately. (#118651, Botond Botyanszki)
5093
5094 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
5095
5096         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
5097         Don't use impl->position_info.clip_rect for toplevels.
5098         (#107068, reported by Thomas Mirlacher)
5099
5100 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
5101
5102         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
5103         Add a fallback for unaligned source data for
5104         FORMAT_ARGB_MASK. (#117217)
5105
5106 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
5107
5108         * configure.in: Rework handling of REBUILD_PNGS,
5109         so that we also don't try to REBUILD_PNGS when
5110         cross-compiling and there is no gdk-pixbuf-csource.
5111         But give an error if gtk/stock-icons/gtkstockpixbufs.h
5112         is not in the source tree. (Note that REBUILDS_PNG
5113         was set backwards before, which is why you always
5114         had to manually recreate gtkstockpixbufs.h!)
5115
5116 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
5117
5118         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
5119         path to libgtk.la. (#120080, Benedikt Spranger)
5120
5121 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
5122
5123         * modules/input/imcedilla.c: Make the list of default
5124         languages more comprehensive. (Suggestion of
5125         Fco. Javier F. Serrador)
5126
5127 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
5128
5129         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
5130         parentheses when skipping args.
5131
5132 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
5133
5134         Fix major bug in row ref handling, so the new combo box
5135         will actually work right (:. Bug #107748. Patch written
5136         with help from Tim Janik.
5137
5138         The basic idea is to update the row refs in a closure,
5139         before the actual signal is emitted (rather than having
5140         the model connect signal handlers).
5141
5142         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
5143         g_signal_new calls for row_inserted, row_deleted and
5144         rows_reordered to use the new marshallers,
5145         (row_inserted_marshall), (row_deleted_marshall),
5146         (rows_reordered_marshall): the new marshallers,
5147         (gtk_tree_row_ref_inserted_callback): renamed to
5148         gtk_tree_row_ref_inserted since it isn't a callback
5149         anymore and gets called by the marshaller now,
5150         (gtk_tree_row_ref_deleted_callback): likewise,
5151         (gtk_tree_row_ref_reordered_callback): likewise,
5152         (connect_ref_callbacks), (disconnect_ref_callbacks):
5153         removed,
5154         (gtk_tree_row_reference_new_proxy),
5155         (gtk_tree_row_reference_free),
5156         (gtk_tree_row_reference_inserted),
5157         (gtk_tree_row_reference_deleted),
5158         (gtk_tree_row_reference_reordered): updated.
5159
5160 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
5161
5162         Improve Cedilla handling - based on a patch from Gustavo 
5163         De Nardin, #111334
5164
5165         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
5166         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
5167         dead_acute+c combinations. Make this the default for
5168         fr and pt.
5169
5170         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
5171         Use LC_CTYPE instead of LC_MESSAGES to pick the default
5172         input method.
5173
5174 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
5175
5176         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
5177         for Multi_key+c+apostrophe.
5178
5179 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
5180
5181         Merged from stable.
5182
5183         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
5184         on vertical scrolling. (#108035, reported by Tim Janik).
5185
5186 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
5187
5188         Merged from stable.
5189
5190         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
5191         (gtk_tree_model_sort_level_find_insert),
5192         (gtk_tree_model_sort_insert_value): fix off-by-one error.
5193         (#109292 continued, patch from Yann Rouillard).
5194
5195 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
5196
5197         (Note: This is not exactly the same as the patch which went in
5198          gtk-2-2).
5199
5200         * gtk/gtktreeview.c (gtk_tree_view_class_init),
5201         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
5202         Also support the up, down, left, right, home, end, page up and
5203         page down keys on the numpad. (#119419, reported by Alex Larsson).
5204
5205 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
5206
5207         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
5208
5209         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
5210         we link libgtk against X explicitely, since we
5211         make GTK+ calls for plug/socket.
5212
5213         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
5214         G_MODULE_SUFFIX here. 
5215
5216         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
5217         XShmPutImage with #ifdef USE_SHM.
5218
5219 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
5220
5221         * gtk/gtkfilesel.c (gtk_file_selection_populate):
5222         Don't reposition the cursor when we aren't trying
5223         to complete. (Fixes problems with selection on
5224         startup, #108433, reported by Mark Finlay.)
5225
5226         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
5227         code that tried to position the cursor after the common
5228         prefix when there was one, it wasn't working, and
5229         would be hard to fix. Just always put the cursor
5230         at the end when completing.
5231
5232 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
5233
5234         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
5235         the current directory fails because of encoding
5236         conversion problems, walk up textually to parent
5237         directories until we can convert. (#113627)
5238
5239 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
5240
5241         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
5242         Remove usage of menu_shell->ignore leave which was
5243         to deal with stray events we no longer get because
5244         we do grabbing differently. Comment it as unused in
5245         the header. (#115837, Keith Bissett)
5246
5247 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
5248
5249         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
5250         Fix some places that weren't properly Xinerama-ified.
5251
5252         * gtk/gtkmenu.c: Fix problem with windows that scroll
5253         at the top of the screen.
5254
5255 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
5256
5257         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
5258         key-press-event on the entry, so input methods get access to 
5259         key presses before GtkCombo customization.
5260         (#115451, Botond Botyanszki)
5261
5262 2003-08-13  Anders Carlsson  <andersca@gnome.org>
5263
5264         * tests/testtoolbar.c: (set_important_func), (important_toggled),
5265         (create_items_list):
5266         Add an important column.
5267         
5268 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
5269
5270         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
5271         against reentrancy from ::focus-out handlers. 
5272         (#118129, Felipe Heidrich)
5273
5274 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
5275
5276         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
5277         GDK_LOCK_MASK before calling
5278         gdk_keymap_translate_keyboard_state so bindings 
5279         and accelerators are independent of the Caps-lock
5280         key. (#115384, reported by Toni Willberg)
5281
5282 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
5283
5284         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
5285         break statements (#119494, Soeren Sandmann)
5286
5287 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
5288
5289         * gtk/gtkwidget.h: Mark parent public as well; it's
5290         extensively accessed in existing code, so there is
5291         no advantage in making people use get_parent().
5292         (Tweak to #119463 fix)
5293
5294 2003-08-11  Matthias Clasen  <maclas@gmx.de>
5295
5296         Add support for EWMH "Above" and "Below" window states.  (105100,
5297         Manuel Clos)
5298         
5299         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
5300         State" demo.
5301
5302         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
5303         gtk_window_set_keep_below.
5304
5305         * gtk/gtk.def: Add gtk_window_set_keep_above and
5306         gtk_window_set_keep_below.
5307
5308         * gtk/gtkwindow.c (gtk_window_set_keep_below):
5309         (gtk_window_set_keep_above): New functions, call the corresponding
5310         gdk functions.
5311
5312         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
5313         function, sets _NET_WM_STATE_BELOW.
5314         (gdk_window_set_keep_above): New function, sets
5315         _NET_WM_STATE_ABOVE.
5316
5317         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
5318         gdk_window_set_keep_below.
5319
5320         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
5321         GDK_WINDOW_STATE_BELOW.
5322
5323         * gdk/gdk.def: Add gdk_window_set_keep_above and
5324         gdk_window_set_keep_below.
5325
5326         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
5327         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
5328         xmlcatalog in PATH.  (#119115)
5329
5330 2003-08-10  Matthias Clasen  <maclas@gmx.de>
5331
5332         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
5333         public.  (#119463)
5334
5335 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
5336
5337         * gdk/gdkevents.h:
5338         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
5339         docs on GdkFilterFunc and GdkFilterReturn.
5340
5341 2003-08-09  Matthias Clasen  <maclas@gmx.de>
5342
5343         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
5344         to let the mouse wheels select the month. Scrolling down
5345         moves forward in time. (#53134, Abigail Brady) 
5346
5347         * gtk/gtkcalendar.c: Complete the RTL flipping support for
5348         GtkCalendar, make it possible to flip the headings using the
5349         "magic translated string" technique.  Translators, note the
5350         comment in gtk_calendar_init() explaining this.  (#102416)
5351
5352         * gtk/gtkcalendar.c: Get the information about the first day of
5353         the week from the locale using another instance of the "magic
5354         translated string" technique.  Ignore the display option
5355         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
5356
5357         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
5358         date is dragged as text, formatted via strftime %x. Text drops are
5359         accepted if g_date_set_parse() can make sense of the text. A
5360         dedicated data format for date DND has not been introduced yet,
5361         since there didn't seem to be sufficient consensus on such a
5362         format on xdg-list.  (#117297)
5363         
5364 2003-08-08  Matthias Clasen  <maclas@gmx.de>
5365
5366         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
5367         Fix a segfault.  (#115284, Jan Kratochvil)
5368
5369 2003-08-08  Tor Lillqvist  <tml@iki.fi>
5370
5371         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
5372         coordinates for events that have such. Print coordinates for enter
5373         and leave events.
5374
5375         (gdk_event_translate): Don't use event uninitialixed in the
5376         return_exposes branch of the WM_PAINT handler.
5377
5378         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
5379         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
5380         Must offset top-level window coordinates here, too.
5381
5382 2003-08-08  Matthias Clasen  <maclas@gmx.de>
5383
5384         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
5385         when maximized or fullscreen.
5386
5387 2003-08-07  Tor Lillqvist  <tml@iki.fi>
5388
5389         * gdk/win32/gdkinput-win32.h
5390         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
5391         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
5392         used.
5393
5394         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
5395         accordingly, in fact an uninitialised variable was dereferenced.
5396         
5397
5398         [Win32] Add support for multiple monitors. 
5399         
5400         * gdk/win32/gdkprivate-win32.h
5401         * gdk/win32/gdkglobals-win32.c: New global variables for
5402         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
5403         _gdk_offset_x and _gdk_offset_y.
5404         
5405         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
5406         functions, enumeration functions passed to EnumDisplayMonitors().
5407
5408         (gdk_display_open): If the EnumDisplayMonitors() and
5409         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
5410         if to find out monitor info.
5411
5412         Calculate the offset between Win32 coordinates (relative to the
5413         primary monitor's origin (and thus negative on monitors to the
5414         left of or above it), and GDK's (visible coordinates should be
5415         non-negative).
5416         
5417         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
5418         gdk_screen_get_monitor_geometry): Use information collected above.
5419
5420         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
5421         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
5422
5423         (gdk_window_get_geometry, gdk_window_get_origin,
5424         gdk_window_get_frame_extents): For top-level windows, add
5425         _gdk_offset_{x,y} to GDK root window coordinates
5426
5427         Still need to handle multiple monitors in
5428         gdk_window_fullscreen(). Probably should make the window
5429         fullscreen on the monitor where the cursor is?
5430
5431         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
5432         root window coordinates in GdkEvents.
5433
5434         
5435         [Win32] Fix geometry hint handling. Add support for resize
5436         increment and base size, and aspect ratio geometry hints. The
5437         "gridded geometry" test in testgtk now works beautifully.
5438
5439         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
5440         Turns out this function shouldn't actually ever modify the
5441         window's size, just store the hints. (Old code kept for a while
5442         inside #if 0.)
5443
5444         (gdk_window_set_hints): Remove presumably broken code that handles
5445         the position hints, this function is obsolete anyway.
5446
5447         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
5448         variables, not used.
5449
5450         (adjust_drag): New function, used to implement resize increment
5451         hints.
5452
5453         (gdk_event_translate): Handle WM_SIZING, implement resize
5454         increment and base size, and aspect ratio geometry hints here. The
5455         WM_GETMINMAXINFO handler takes care of the minimum and maximum
5456         size hints as before. Fix the WM_GETMINMAXINFO handler to take
5457         into account window decorations. No need to modify the
5458         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
5459         the defaults are fine.
5460         
5461         * gdk/win32/gdkprivate-win32.h 
5462         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
5463         _gdk_win32_get_adjusted_client_rect): New helper functions.
5464
5465 2003-08-07  Matthias Clasen  <maclas@gmx.de>
5466
5467         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
5468         toplevel->have_* flags before iterating over the _NET_WM_STATE 
5469         atoms.  (#119217) 
5470
5471 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
5472  
5473         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
5474         Fix a bug where on theme change, resize/redraw wasn't
5475         properly getting queued on toplevel windows. (#116346,
5476         Rajkumar Siva)
5477  
5478         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
5479         Fix bug where wrong coordinates were used for toplevel
5480         window.
5481  
5482 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
5483
5484         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
5485         page_num variable (Archit Baweja)
5486
5487 2003-08-07  Matthias Clasen  <maclas@gmx.de>
5488
5489         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
5490         cope with C libraries with crippled locale support.  (#115293)
5491
5492 2003-08-07  Hans Breuer  <hans@breuer.org>
5493
5494         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
5495         (only if the new window not known to Gdk) to get proper
5496         leave notification, and get rid of the wrong placed 
5497         tooltips, bug #102283
5498  
5499         (gdk_event_translate) : small code reordering to not get
5500         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
5501         menus, bug #117367
5502
5503 2003-08-07  Tor Lillqvist  <tml@iki.fi>
5504
5505         * gdk/gdk.def
5506         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
5507         missing function, trivially implement.
5508
5509 2003-08-07  Matthias Clasen  <maclas@gmx.de>
5510
5511         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
5512         rendering.  (#118646, Charles Kerr) 
5513
5514 2003-08-06  Hans Breuer  <hans@breuer.org>
5515
5516         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
5517         initialize bits to 0 (probably default on NT)
5518
5519         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
5520         now it works as intended ;-)
5521
5522 2003-08-04  Hans Breuer  <hans@breuer.org>
5523
5524         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
5525         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
5526
5527         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
5528         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
5529
5530         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
5531         against all expectations it is basically ony a call with WM_SETICON
5532         needed (the visual effect is there, though colors or mask are
5533         still somewhat wrong).
5534         * gdk/win32/gdkwindow-win32.h : place to store the HICON
5535
5536         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
5537         pixel drawing as it was fixed at 1999-08-23
5538
5539         gtk/gtk.def : updated
5540
5541 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
5542
5543         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
5544         Add a missing break. (#119156, Callum McKenzie)
5545
5546 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5547
5548         * gtk/gtkmenu.c (gtk_menu_position): New positioning
5549         algorithm.(#116649)
5550
5551 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5552
5553         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
5554         property
5555         
5556         * gtk/gtkradiotoolbutton.c
5557         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
5558
5559         * gtk/gtkradiotoolbutton.c
5560         (gtk_radio_tool_button_new_with_stock_from_widget): make this
5561         function take a stock_id.
5562
5563         * gtk/toolbar: documentation
5564
5565 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
5566
5567         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
5568         Fix problem where use_xshm was getting set wrong if
5569         MIT_SHM wasn't found. (George Lebel)
5570
5571 2003-08-04  Tor Lillqvist  <tml@iki.fi
5572
5573         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
5574         actually use the passed-in filter list. The function also needs a
5575         GdkWindow parameter, as filter functions expect
5576         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
5577
5578 2003-08-03  Matthias Clasen  <maclas@gmx.de>
5579
5580         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
5581         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
5582         the term "virtual screen".  (#119030, Tor Lillqvist)
5583
5584 2003-08-02  Matthias Clasen  <maclas@gmx.de>
5585
5586         * tests/testtext.c (test_init): 
5587         * tests/testgtk.c (test_init): 
5588         * tests/testdnd.c (test_init): 
5589         * demos/pixbuf-init.c (pixbuf_init): 
5590         * demos/gtk-demo/main.c (main): Use g_setenv().
5591
5592         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
5593         g_unsetenv(). 
5594
5595 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
5596
5597         * configure.in: Requires glib-2.3.0, pango-1.2.0.
5598
5599         * configure.in: Require Xft version 2,
5600         remove code for handling older versions of pango and Xft.
5601         Many miscellaneous improvements to X checks
5602
5603         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
5604         a library to a variable, avoiding dups.
5605
5606         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
5607         Always load "fixed"
5608
5609         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
5610         for pangox.
5611
5612 2003-08-02  Matthias Clasen  <maclas@gmx.de>
5613
5614         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
5615         (palette_drop_handle): 
5616         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
5617         drops with the wrong format, since the KDE color chooser incorrectly
5618         drops application/x-color with format 8.  (#118810)
5619
5620         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
5621         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
5622         Accept drops with the wrong format, since the KDE color chooser 
5623         incorrectly drops application/x-color with format 8.  (#118810)
5624
5625 2003-08-02  Tor Lillqvist  <tml@iki.fi>
5626
5627         Fix gdk/win32 window geometry handling again. The window position
5628         in a GDK_CONFIGURE event should be that of the client area, not of
5629         the window decorations. (I was confused by the term "window
5630         border" in X11. It does *not* mean the window manager
5631         decorations. There are no X11-style window borders in Win32.)
5632         Also, this time do take the geometry hints into account
5633         appropriately when moving windows. Now testgtk's gravity test's
5634         move buttons work OK. There are stil problems with taking gravity
5635         into account when showing a hidden window.
5636
5637         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
5638         instead of separate fields.
5639         
5640         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
5641         adjust for decorations.
5642
5643         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
5644         adjust_for_gravity_hints): New functions.
5645         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
5646         above functions, take geometry hints into account.
5647         (gdk_window_set_geometry_hints): Size hints specicy client area,
5648         not including decorations.
5649
5650 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
5651
5652         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
5653         return an absolute path (#115590), fix a problem where
5654         you could crash the file selector with a looong name
5655         by returning a newly allocated buffer.
5656
5657 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
5658
5659         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
5660         bug in rarely or never hit code path (#118071,
5661         Tor Lillqvist)
5662
5663 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
5664
5665         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
5666         If the check for missing depths, try actually creating pixmaps
5667         of the depths to deal with Xinerama not reporting
5668         all the depths it should. (#115822)
5669
5670 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
5671
5672         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
5673         forward KeyRelease events as well as KeyPress events.
5674         (#115597)
5675
5676 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
5677  
5678         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
5679         if argc is 0 as well, instead of leaving it unset.
5680         (#116023, Michael Meeks)
5681  
5682 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5683
5684         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
5685         default to TRUE; ignore the property when api_mode != NEW_API
5686
5687 2003-07-31  Matthias Clasen  <maclas@gmx.de>
5688
5689         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
5690         to icon, to pacify gtk-doc.
5691
5692         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
5693         example. 
5694
5695 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5696
5697         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
5698
5699 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5700
5701         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
5702         overflow_item field.
5703
5704 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5705
5706         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
5707         an internal function
5708
5709         * gtk/gtktoolitem.h: remove unused declaration of
5710         _gtk_tool_item_get_drag_window().
5711
5712 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5713
5714         * gtk/gtktoolbutton.[ch]:
5715         (gtk_tool_button_new): swap icon_widget and label arguments to
5716         match BonoboUIToolbarButton.
5717
5718         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
5719
5720 2003-07-30  Matthias Clasen  <maclas@gmx.de>
5721
5722         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
5723         signal docs. 
5724
5725 2003-07-29  Tor Lillqvist  <tml@iki.fi>
5726
5727         Fix for #108007, #112402, #117042: There was confusion in
5728         gdk/win32 at various places whether a window position refers to
5729         the decoration position or the client area position. Also whether
5730         window size includes decorations or not.
5731         
5732         The correct interpretation apparently is that in GDK (like in
5733         X11), a top-level window position means the decoration's position,
5734         but size means the window's inner size (client area size). In the
5735         Win32 API, the window size usually includes the decorations,
5736         though.
5737         
5738         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
5739         #ifdef G_ENABLE_DEBUG.
5740         (handle_configure_event): New function, generates GDK_CONFIGURE
5741         events from WM_SIZE and WM_MOVE messages. Even if no event is
5742         generated because of the event mask, still set the private
5743         position and size fields. Calculate position and size correctly.
5744         (gdk_event_translate): Call handle_configure_event().
5745
5746         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
5747
5748         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
5749         macros. Cosmetic debugging output changes.
5750         (SafeAdjustWindowRectEx): Remove. If an application wants to
5751         locate a window outside of the screen, it's not GDK's business to
5752         prevent it. And anyway, with multiple monitors, negative
5753         coordinates are perfectly normal.
5754         (gdk_window_new): Adjust the window size for decorations after
5755         _gdk_window_init_position() has done its job. (But the big window
5756         code currently is presumably broken on Win32 anyway.)
5757         (gdk_window_move): The position passed in is supposed to be that
5758         of the window border, so don't need to adjust for decorations.
5759         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
5760
5761 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5762
5763         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
5764         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
5765         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
5766         gtk_toolbar_append_space, gtk_toolbar_insert_item,
5767         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
5768         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
5769         gtk_toolbar_new, gtk_toolbar_prepend_item):
5770
5771         Move documentation inline from template files.
5772
5773         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
5774         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
5775         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
5776         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
5777         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
5778         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
5779         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
5780
5781         Copy documentation from stable that was added after the EggToolbar
5782         branched.
5783
5784         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
5785
5786 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5787
5788         * gtk+/docs/: Commit autogenerated changes, so patches will make
5789         sense.
5790
5791 2003-07-27  Tor Lillqvist  <tml@iki.fi>
5792
5793         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
5794         the keyboard state returned by GetKeyboardState() doesn't
5795         distinguish between the left and right Control and Alt keys. Thus
5796         we cannot detect AltGr (which is supposed to be left Control +
5797         right Alt) the same way as on NT-based systems, but have to accept
5798         either Control + either Alt as AltGr.
5799
5800 2003-07-27  Matthias Clasen  <maclas@gmx.de>
5801
5802         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
5803         Fix function name in warning message.  (#118156, Tim-Philipp
5804         Mller)
5805
5806         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
5807         is-expander and is-expanded are boolean properties, not ints.
5808         (#118359, Josh Parsons)
5809
5810 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5811
5812         * gtk/gtkimagemenuitem.c
5813         (gtk_image_menu_item_toggle_size_request): don't request
5814         toggle_space when the image width is 0.
5815
5816 2003-07-25  Tor Lillqvist  <tml@iki.fi>
5817
5818         * gdk/win32/gdkprivate-win32.h
5819         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
5820         and _gdk_keyboard_has_altgr.
5821         
5822         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
5823         ones detailled here.
5824
5825         Code that has been ifdeffed out for a long time removed. Remove
5826         some really old doc comments that were left behind for some public
5827         functions, the official ones are in the X11 backend anyway. Change
5828         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
5829         multi-line boolean expressions to have the operators at ends of
5830         lines.
5831
5832         As mouse capture with SetCapture() indeed seems to work OK, no
5833         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
5834
5835         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
5836         needed at some time, and things seem to work fine now without
5837         (knock on wood).
5838
5839         Ifdef out the search for some Latin locale keyboard layout being
5840         loaded. Not used currently, but might be needed after all, if we
5841         decide that we want to be able to generate ASCII control character
5842         events with a non-Latin keyboard.
5843
5844         (assign_object): New helper function, handles the g_object_ref()
5845         and unref() calls when assigning GObject pointers.
5846                 
5847         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
5848         enter event when the pointer has moved to an ancestor window. Was
5849         left out by mistake.
5850
5851         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
5852
5853         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
5854         functionality, using ClipCursor().
5855                 
5856         (find_window_for_mouse_event): Splice part of code into new
5857         function find_real_window_for_grabbed_mouse_event().
5858
5859         (fixup_event, append_event, apply_filters): New functions, code
5860         refactored out from elsewhere.
5861
5862         (synthesize_enter_or_leave_event, synthesize_leave_event,
5863         synthesize_enter_event,
5864         synthesize_leave_events,synthesize_enter_events): Also take a
5865         GdkCrossingMode parameter, in preparation to generating
5866         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
5867
5868         (fixup_event, append_event, fill_key_event_string): New functions,
5869         code refactoring.
5870
5871         (vk_from_char, build_keypress_event, build_keyrelease_event):
5872         Removed as part of dropping WM_CHAR handling.
5873
5874         (build_key_event_state,gdk_event_translate): Call
5875         GetKeyboardState(), once, for each keyboard message, instead of
5876         several calls to GetKeyState() here and there.
5877
5878         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
5879         at it, do some major refactoring, and some fixes for potential
5880         problems noticed while going through the code.
5881
5882         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
5883         WM_KEYUP. Don't need the state variables related to whether to
5884         wait for WM_CHAR or not, and whether the current key is
5885         AltGr. Remove lots of complexity. Thus don't need the
5886         use_ime_composition flag.
5887
5888         Not handling WM_CHAR means dead key handling will have to be taken
5889         care of by GTK, but that seems to work fine, so no worry.
5890
5891         Another side-effect is that Alt+keypad digits don't work any
5892         longer, but it's better to learn to use GTK's ISO14755 support is
5893         anyway.
5894
5895         Be more careful in checking whether AltGr is involved. Only
5896         attempt to handle it if the keyboard actually has it. And
5897         explicitly check for *left* Control plus *right* Alt being
5898         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
5899         chars.
5900
5901         Handle keys using similar code as in the X11 backend. As we have
5902         built a keymap in gdkkeys-win32.c anyway, use it by calling
5903         gdk_keymap_translate_keyboard_state() to look up the keysym from
5904         the virtual key code and keyboard state. Build the key event
5905         string in exactly the same way as the X11 backend.
5906
5907         If an IME is being used, don't generate GDK events for keys
5908         between receiving WM_IME_STARTCOMPOSITION and
5909         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
5910         
5911         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
5912         the IME, not just the first one.
5913
5914         gdk_event_translate() is still quite complex, could split the
5915         message handler cases out into separate functions.
5916
5917         On mouse events, when the mouse is grabbed, use
5918         find_real_window_for_grabbed_mouse_event() in order to be able to
5919         generate correct crossing events.
5920         
5921         No longer take a pre-allocated GdkEvent as parameter. Instead,
5922         allocate events as needed and append them to the queue. (This is
5923         different from how gdk_event_translate() in the X11 backend
5924         works.) This change made the code much clearer, especially in the
5925         cases where we have to generate several GDK events for one Windows
5926         message.  Return FALSE if DefWindowProc() should be called, TRUE
5927         if not. If DefWindowProc() should not be called, also return the
5928         value to be returned from the window procedure.
5929
5930         (Previously, the interaction with gdk_event_translate()'s caller
5931         was much more complex, when we had to indicate whether the
5932         already-queued event should be left in the queue or removed, and
5933         in addition also had to indicate whether to call DefWindowProc()
5934         or not, and what value to return from the window procedure if
5935         not.)
5936
5937         Don't use a separate "private" variable required to be pointing to
5938         the GdkWindowObject of the "window" variable at all times. Just
5939         use casts, even if looks a bit uglier.
5940
5941         Notice destroyed windows as early as possible, and break out of
5942         the messsage switch.
5943
5944         Use _gdk_pointer_root as current_window when the pointer is
5945         outside GDK's top-level windows.
5946         
5947         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
5948         appropriate, based on ImmIsIME().
5949         
5950         (gdk_event_translate, gdk_event_send_client_message_for_display,
5951         gdk_screen_broadcast_client_message): Implement client messages.
5952         Use a registered Windows message to pass GDK client messages. Note
5953         that the amount of user data is restricted to four bytes, as it is
5954         carried in the LPARAM. (The WPARAM is used for the message type
5955         "atom".)
5956         
5957         (real_window_procedure): Adapt for new gdk_event_translate()
5958         interface.
5959
5960         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
5961         _gdk_input_locale_is_ime initially.
5962
5963         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
5964         of g_colormap_ref()/unref().
5965
5966         (gdk_window_new): Made code a bit more like the X11 one, pretend
5967         to handle screens (although we just have one for now).
5968
5969         * gdk/x11/gdkevents-x11.c
5970         (gdk_event_send_client_message_for_display,
5971         gdk_screen_broadcast_client_message): Document the user data
5972         limitation on Win32.
5973
5974         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
5975         and leave notify detail output.
5976
5977         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
5978         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
5979         for those, so that the GtkIMContextCimple compose tables will
5980         work. Deduce if the keyboard layout has the AltGr key, and set the
5981         above flag accordingly.
5982
5983 2003-07-26  Matthias Clasen  <maclas@gmx.de>
5984
5985         * gtk/gtkwidget.c: Document DND signals.
5986
5987 2003-07-24  Matthias Clasen  <maclas@gmx.de>
5988
5989         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
5990         insensitive when editing isn't possible.  (#118150)
5991
5992 2003-07-23  Matthias Clasen  <maclas@gmx.de>
5993
5994         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
5995         spinbutton wrap.  (#118097, John Darrington)
5996
5997         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
5998
5999 2003-07-20  Hans Breuer  <hans@breuer.org>
6000
6001         * makefile.msc : new file to build it all
6002         * Makefile.am : ... added to EXTRA_DIST
6003
6004         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
6005           gtk/makefile.msc.in tests/makefile.msc : updated
6006
6007         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
6008         functions
6009
6010         * gtk/gtkbbox.c : use g_return_val_if_fail() if
6011         there is a value to return
6012
6013         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
6014         static correctness
6015
6016         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
6017         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
6018
6019         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
6020
6021         * gtk/gtkimmulticontext.c : use gtkprivate.h
6022
6023         * gtk/stock-icons/stock_color_picker_25.png
6024           gtk/stock-icons/stock_jump_to_rtl_16.png
6025           gtk/stock-icons/stock_jump_to_rtl_24.png
6026           gtk/stock-icons/stock_redo_rtl_16.png
6027           gtk/stock-icons/stock_redo_rtl_24.png
6028           gtk/stock-icons/stock_undelete_rtl_16.png
6029           gtk/stock-icons/stock_undelete_rtl_24.png
6030           gtk/stock-icons/stock_undo_rtl_16.png :
6031           gtk/stock-icons/stock_undo_rtl_24.png :
6032         readded as binary
6033
6034 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6035
6036         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
6037         leftover request of {xy}thickness
6038
6039 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6040
6041         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
6042         attempt to add a NULL icon to the box.
6043
6044 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6045
6046         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
6047         on focus in/out.
6048
6049 2003-07-19  Matthias Clasen  <maclas@gmx.de>
6050
6051         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
6052         * gtk/gtkiconfactory.c (get_default_icons): Add
6053         stock_dialog_authentication_48.  (#65765) 
6054         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
6055         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
6056
6057         * gtk/gtkbbox.h: 
6058         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
6059         function. (#64562) 
6060
6061 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6062
6063         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
6064         declaration
6065
6066         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
6067         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
6068         instead of full draws.
6069
6070 2003-07-18  Matthias Clasen  <maclas@gmx.de>
6071
6072         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
6073
6074         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
6075         signal, move_viewport. 
6076         (gtk_text_view_move_viewport): New function which implements the
6077         move_viewport functionality. 
6078         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
6079         the viewport. (#78669) 
6080
6081         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
6082         move_viewport argument. 
6083
6084         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
6085         property.  (#111779) 
6086
6087         * gtk/gtkwindow.h: 
6088         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
6089
6090         * gtk/gtkmessagedialog.h:
6091         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
6092         (#65501, Sebastian Rittau)
6093
6094 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6095
6096         * gtk/gtktextview.c (changed_handler): use
6097         gtk_widget_queue_resize_noredraw().
6098
6099 2003-07-16  Jody Goldberg <jody@gnome.org>
6100
6101         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
6102
6103 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6104
6105         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
6106         API. 
6107
6108 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6109
6110         By popular request give toolbuttons a border.
6111         
6112         * gtk/gtktoolitem.c
6113         (gtk_tool_item_size_allocate):
6114         (gtk_tool_item_size_request): don't request and allocate a border
6115         around the child
6116
6117         * gtk/gtktoolbutton.c 
6118         (gtk_tool_button_size_allocate):
6119         (gtk_tool_button_size_request): remove these functions
6120
6121         * gtk/gtktoolbar.c 
6122         (gtk_toolbar_size_request):
6123         (gtk_toolbar_size_allocate): request and allocate a border if we
6124         have a shadow.
6125
6126 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
6127
6128         Merged from stable.
6129
6130         Fixes issues pointed out by Morten Welinder in #115140.
6131
6132         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
6133         (do_validate_rows): update validated_area with a logic OR instead
6134         of a bitwise OR,
6135         (validate_rows_handler): make the if statement match the one in
6136         validate_rows(), so we don't leak the timeout.
6137
6138 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
6139
6140         Merged from stable.
6141
6142         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
6143         should only grab focus back if the "cell_editable" widget still
6144         has focus. (Fixes #110104, testcase provided by Marco Pesenti
6145         Gritti).
6146
6147 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
6148
6149         Merged from stable.
6150
6151         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
6152         Don't set attr.event_mask twice, those things were meant to be
6153         ORred. (#115139, pointed out by Morten Welinder).
6154
6155 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
6156
6157         Merged from stable.
6158
6159         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
6160         if needed. (Fixes #115869, reported by Michael Natterer).
6161
6162 2003-07-15  Matthias Clasen  <maclas@gmx.de>
6163
6164         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
6165         Fight against gtk-doc stupidity.
6166
6167 2003-07-13  Matthias Clasen  <maclas@gmx.de>
6168
6169         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
6170         targets, to pacify gtk-doc.
6171
6172 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6173
6174         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
6175         label_text, label_widget and icon_widget. (#117312, 
6176         Christian Persch)
6177         
6178 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6179
6180         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
6181         "horizontal-offset" and "vertical-offset" that determines the
6182         position of the menu when it is a submenu. 
6183
6184         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
6185         submenus according to new vertical- and horizontal-offset
6186         properties.
6187
6188 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
6189
6190         Merged from stable.
6191
6192         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
6193         case drags to "0", scroll to the top after dropping. (Fixes #94968,
6194         reported by Alp Toker).
6195
6196 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
6197
6198         Merged from stable.
6199
6200         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
6201         code (#115784, Owen Taylor).
6202
6203 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
6204
6205         Merged from stable.
6206
6207         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
6208         free the old text and extra_attrs *after* we parsed the new
6209         markup string. (Fixes #114485, reported by Owen Taylor).
6210
6211 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
6212
6213         Merged from stable.
6214
6215         Fixes #113904, testcase provided by Rene Seindal.
6216
6217         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
6218         pressed_button to -1 when a row has been activated,
6219         (gtk_tree_view_motion_bin_window): only start a drag if there's
6220         a button being pressed.
6221
6222 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
6223
6224         Merged from stable.
6225
6226         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
6227         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
6228         to avoid a roundtrip (#110272, Owen Taylor).
6229
6230 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
6231
6232         Merged from stable.
6233
6234         This patch really really fixes scrolling. Related bugs: #81627,
6235         testcase provided by Timo Sirainen, #111500, testcase provided by
6236         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
6237
6238         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
6239         which is equal to the lower border of the window means scrolling
6240         to an invisible row, always update the dy when scrolling to an
6241         invisible row, corrected area_above/below calculations for
6242         invisible rows, when walking the tree correct the size
6243         subtracted for invalidated rows, fix wrong logic in comment.
6244
6245 2003-07-11  Matthias Clasen  <maclas@gmx.de>
6246
6247         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
6248         mime_types.  (#117219, Steve Chaplin)
6249
6250 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
6251
6252         * gdk/x11/gdkevents-x11.c (get_real_window)
6253         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
6254         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
6255         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
6256         Don't assume that all events start with XEventAny - Xkb events
6257         don't! (#105745). So, only do that for core events, and for
6258         non-core events, add a system for registering event types
6259         that start with XEventAny.
6260
6261         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
6262         Check to see if the result of gdk_window_lookup_for_display()
6263         is actually a window.
6264
6265 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
6266
6267         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
6268         check a silent assert, so it follows the g_free() behaviour.
6269
6270 2003-07-11  Matthias Clasen  <maclas@gmx.de>
6271
6272         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
6273         vertically.  (#109823, Joe Shaw)
6274
6275 2003-07-11  Morten Welinder  <terra@gnome.org>
6276
6277         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
6278         access error.  (#69436)
6279
6280 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
6281
6282         Landing GtkTreeModelFilter and the completion code. (Test program
6283         and documentation will follow next week).
6284
6285         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
6286         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
6287
6288         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
6289         necessary code to hook up completion.
6290
6291         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
6292         GtkCellLayout interface.
6293
6294         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
6295
6296         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
6297         source files.
6298
6299 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
6300
6301         Merge from stable.
6302
6303         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
6304         directly return from ->window_at_pointer, but set win_x and win_y
6305         first if needed. (Fixes #110166, reported by Arno Charlet).
6306
6307         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
6308         function to accept GdkDrawables and not just GdkWindows. This was
6309         already done in some other functions a while back, but this patch
6310         got lost for some reason.
6311
6312 2003-07-09  Matthias Clasen  <maclas@gmx.de>
6313
6314         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
6315         direction when sorting children.  (#116540, Soeren Sandmann)
6316
6317 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
6318
6319         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
6320         Change _gdk_x11_send_xevent_async() to 
6321         _gdk_x11_send_client_message_async() avoid using Xlib
6322         internals that are different on Solaris. 
6323         (#116917, Morten Welinder)
6324
6325 2003-07-08  Matthias Clasen  <maclas@gmx.de>
6326
6327         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
6328         (#116501, Doug Quale)
6329
6330 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6331
6332         * gtk/gtktoggletoolbutton.h: remove strange #define
6333         * gtk/gtktoolbutton.h: fix cut'n'paste error
6334         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
6335         private data
6336         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
6337         private data instead of g_new0()
6338         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
6339         instance private data
6340
6341 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6342
6343         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
6344         for INPUT_ONLY window
6345         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
6346         * gtk/gtknotebook.c (gtk_notebook_realize): same
6347         * gtk/gtkexpander.c (gtk_expander_realize): same
6348         * gtk/gtkrange.c (gtk_range_realize): same
6349
6350         Fix #116303
6351
6352 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6353
6354         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
6355         when detail is "menuitem". With the new menu look is isn't needed
6356         anymore.
6357
6358         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
6359         resize here, so that tool items will get a chance to relayout
6360         themselves based on the toolbar configuration.
6361
6362         change DEFAULT_SPACE_SIZE to 4 instead of 5
6363
6364         * gtk/gtktoolbar.c 
6365         Get rid of "!GTK_BIN (item)->child means separator". Separators
6366         are widgets in their own right
6367
6368         change DEFAULT_SPACE_SIZE to 4 instead of 5
6369         
6370         (get_space_size): remove this function
6371         (toolbar_item_is_homogeneous): new function
6372
6373         * gtk/gtkseparatortoolitem.c
6374         (gtk_separator_tool_item_size_request): new function.
6375
6376 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6377
6378         * gtk/gtktoggletoolbutton.h: use private data, add new
6379         internal function _gtk_toggle_tool_button_get_button()
6380
6381         * gtk/gtktoolbutton.h: move to private data
6382
6383         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
6384         private data.
6385
6386 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6387
6388         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
6389         type check, (#116947, Krasimir Angelov)
6390
6391         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
6392         
6393         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
6394         data. Not instance private data yet, because of bug 116921.
6395
6396         * gtk/gtktoolitem.h: new accessors:
6397                 gtk_tool_item_get_homogeneous ()
6398                 gtk_tool_item_get_expand ()
6399                 gtk_tool_item_get_pack_end ()
6400                 gtk_tool_item_get_use_drag_window ()
6401
6402 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6403
6404         * gtk/gtkcellrenderertext.c
6405         (gtk_cell_renderer_text_class_init): remove accidentally committed
6406         debugging spew
6407
6408         * gtk/gtktoolbar.c
6409         (gtk_toolbar_paint_space_line): remove this function
6410         (gtk_toolbar_expose): always propagate expose, even if the item is
6411         a separator item
6412
6413         * gtk/gtkseparatortoolitem.c
6414         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
6415         (get_space_size): new function.
6416         (get_space_style): new function
6417
6418 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
6419
6420         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
6421         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
6422         of GDK_POINTER_MOTION_HINT_MASK.
6423
6424         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
6425         of the drag into an idle as a superior form of 
6426         expose compression.
6427
6428         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
6429         creation here, so that we have an icon at the start
6430         of the drag (e.g., when retrieving the window cache
6431         information.)
6432
6433 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6434
6435         * docs/widget_geometry.txt: better drawing of GtkMenuItem
6436         * docs/widget_geometry.txt: add notes about GtkMenu
6437         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
6438
6439 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6440
6441         * gtk/gtkmenu.c: add vertical_padding style property.
6442         
6443         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
6444         arrow_spacing and horizontal_padding. Also center separators and
6445         make them a bit taller.
6446
6447         * gtk/*menuitem.c: use new style properties.
6448         
6449         * docs/widget_geometry.txt: Add note about GtkMenuItem
6450
6451         * gtk/gtkstyle.c 
6452         (gtk_default_draw_vline, gtk_default_draw_hline):
6453         fix +/-1 errors. 
6454
6455         (gtk_default_draw_shadow): draw a black border around menus.
6456
6457         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
6458         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
6459         x2 and y1, y2 respectively, not x, width and y, height).
6460
6461 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
6462
6463         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
6464         all the atoms in the target list at once.
6465
6466         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
6467         Local drag short-circuit.
6468
6469         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
6470         local case, poke the actions in directly instead of
6471         going through xdnd_set_actions.
6472
6473         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
6474         the local case.
6475
6476         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
6477         XSelectInput()/add a filter if the drag is local.
6478
6479         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
6480         Simplify handling of "XdndSelection".
6481
6482         * gdk/x11/gdkevents-x11.c
6483         (gdk_event_send_client_message_to_all_recurse): Somehow,  
6484         a WM_STATE => _NET_WM_STATE change hand been made here.
6485
6486         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
6487         xatom_names, not atom_names.
6488
6489         * tests/testdnd.c (target_drag_motion): Make the trashcan
6490         open again. (Got lost in deprecation cleanup.)
6491
6492 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
6493
6494         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
6495         earlier, so we don't get a big pile of uncompressed
6496         motion events before the grab takes effect.
6497
6498         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
6499         gdk_window_process_all_updates() so that the area
6500         we are dragging over gets a change to redraw.
6501
6502         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
6503         gdk_window_get_position(), not gdk_window_get_origin().
6504
6505         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
6506         gdkdisplay-x11.h: use XShapeQueryExtension to 
6507         avoid duplicate XQueryExtension when we actually
6508         use it. Remove unnecessary caching in GdkDisplayX11.
6509
6510 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
6511
6512         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
6513         Function to get a range of information about all the
6514         children of a window in a single pass.
6515
6516         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
6517         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
6518         _gdk_x11_get_window_child_info() to greatly reduce
6519         the number of roundtrips.
6520
6521 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
6522
6523         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
6524         a function to XSendEvent() and call a calback on
6525         failure/success.
6526
6527         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
6528         messages to the same process, use _gdk_send_xevent_async().
6529
6530 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
6531
6532         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
6533         toplevel-specific pieces of GdkWindowImplX11 into
6534         a separate GdkToplevelX11 structure.
6535
6536 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
6537
6538         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
6539         some leftover fields.
6540
6541 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
6542
6543         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
6544         Use asynchronously _gdk_x11_set_input_focus_safe
6545         to avoid having to trap errors and XSync().
6546
6547         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
6548         _gdk_x11_set_input_focus_safe() here as well.
6549
6550         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
6551         Rework handling of property notifies on _NET_WM_STATE
6552         so that we ignore _NET_WM_DESKTOP notifies unless we
6553         really care.
6554
6555         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
6556         XShmQueryExtension() rather than XQueryExtension() to
6557         avoid extra rountrip.
6558
6559         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
6560         Remove unused call to XGetWindowAttributes()
6561         
6562         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
6563         unused call to XGetKeyboardControl().
6564
6565         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
6566         Add (#99571)
6567
6568         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
6569         No-op implementations of gdk_display_flush().
6570
6571         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
6572         gdk_display_flush() rather than gdk_flush() to avoid
6573         XSync().
6574         
6575         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
6576         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
6577         so that we don't have to get the property back from the server.
6578
6579         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
6580         the serial of when we map a toplevel to allow optimizing
6581         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
6582
6583         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
6584         XTranslateCoordinates() for override-redirect windows.
6585
6586 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
6587
6588         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
6589         about setting window group after the window is mapped from docs
6590         - nothing the ICCCM forbids that.
6591
6592         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
6593         Fix g_return_val_if_fail() in void return function.
6594
6595         * configure.in: Fix misplaced comma that was resulting
6596         in XShm always being disabled.
6597
6598 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6599
6600         * tests/stresstest-toolbar: remove this accidentally committed
6601         file.
6602         
6603         * tests/stresstest-toolbar.c: really add this new test
6604
6605 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6606
6607         * tests/stresstest-toolbar.c: new test for removing items
6608         
6609         * tests/testtoolbar.c: add a popup menu
6610
6611         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
6612           assert widget->parent == container when the container is a
6613           toolbar.
6614
6615         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
6616         simpler. Also make correct.
6617
6618         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
6619         popup_context_menu a boolean handled signal.
6620
6621 2003-07-04  Tor Lillqvist  <tml@iki.fi>
6622
6623         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
6624         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
6625         the width and height of the bounding rectangle only after the
6626         minumum x and y have been found, and need a separate loop for
6627         it. Thanks to Bruce Hochstetler for providing a sample program
6628         exhibiting the bug.
6629
6630 2003-07-03  Tor Lillqvist  <tml@iki.fi>
6631
6632         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
6633         (#116537, Peter Zelezny)
6634
6635 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6636
6637         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
6638         fix warning. Assign something to old_value to quiet gcc
6639
6640         * gtk/gtkcalendar.c 
6641         (start_spinning): gtk_timeout_add->g_timeout_add
6642
6643         * gtk/gtkicontheme.c 
6644         (theme_lookup_icon): Make it compile (remove double semicolon)
6645
6646         * gtk/gtktoolbutton.c
6647         (gtk_tool_button_class_init): Long comment about properties.
6648         (gtk_tool_button_class_init): Improve text for "use_underline"
6649         property
6650         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
6651         on whether the passed-in label has use_mnemonic set
6652         (gtk_tool_button_create_menu_proxy): Split image cloning out in
6653         new function. Make that function also handle image with pixbuf
6654         storage.
6655         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
6656         instead of gtk_container_remove().
6657         (gtk_tool_button_construct_contents): Fix eliding bug
6658
6659         * gtk/gtktoolbar.c
6660         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
6661         by Morten Welinder
6662         (gtk_toolbar_button_press): Make popup_context_menu signal provide
6663         coordinates and button number
6664
6665         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
6666
6667         * tests/apple-red.png: new file
6668
6669 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
6670          
6671         * gtk/gtkicontheme.[ch]: Implement a loader for
6672         named themed icon based on from gnome-desktop library
6673         by Alex Larsson.
6674
6675         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
6676         from gnome-desktop.
6677
6678         * gtk/gtkiconfactory.[ch]: Add
6679         gtk_icon_source_set/get_icon_name() to allow stock icons
6680         to be based off of named theme icons.
6681
6682         * gtk/gtkiconfactory.c: Rework sources so that the source
6683         is *either* a pixbuf, or a filename, or an icon name,
6684         instead of the pixbuf/filename mix it was before. Put a
6685         workaround for get_pixbuf() so that it can return the
6686         filename pixbuf, e.g, for render_icon().
6687
6688         * gtk/gtkiconfactory.c: Make the default setup use
6689         themed icons, and add builtin icons to the default
6690         icon theme for all the standard pixbufs, so we
6691         don't rely on actually having an icon theme on disk.
6692
6693         * gtk/gtkrc.c: Add support for @"icon-name" to specify
6694         a themed icon for a stock icon source.
6695
6696         * tests/Makefile.am test/testicontheme.c: Add a test
6697         program from gnome-desktop.
6698
6699         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
6700         Net/IconThemeName / gtk-icon-theme-name setting.
6701
6702         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
6703         update the icon cache serial so we don't continually
6704         think we are out-of-date.
6705
6706         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
6707         to ::direction_set that should have been to ::direction-changed
6708
6709 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
6710
6711         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
6712         style to the widget.
6713
6714 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6715
6716         * gtk/gtk.h: Add new toolbar headers
6717
6718         * tests/testtoolbar.c: new file
6719
6720         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
6721
6722         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
6723
6724 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6725
6726         * gtk/gtktoolbar.c:
6727         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
6728         inside a for loop (pointed out by Morten Welinder).
6729         (gtk_toolbar_focus_home_or_end): Minor formatting change
6730
6731         Comments from Owen:
6732
6733         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
6734         gtk_toolbar_elide_underscores instead.
6735
6736         * gtk/gtktoolbar.c: rename signal from focus_ends to
6737         focus_home_or_end.
6738         (_gtk_toolbar_elide_underscores): export this as an internal
6739         function.
6740         (gtk_toolbar_move_focus): add comment explaining difference to
6741         gtk_toolbar_focus();
6742         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
6743         TAB_BACKWARD focus the right widgets in RTL mode
6744
6745         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
6746         "label" and "icon" parameters
6747
6748         * gtk/gtktoolbutton.[ch]: remove icon_set property.
6749
6750 2003-07-01  Matthias Clasen  <maclas@gmx.de>
6751
6752         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
6753         (116364, Morten Welinder) 
6754
6755         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
6756         corresponding dialogs.
6757
6758         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
6759         gtkcolorbutton.h.  
6760         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
6761
6762         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
6763
6764         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
6765
6766         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
6767
6768         * gtk/gtkexpander.c: Small additions to the docs. 
6769
6770 2003-07-01  Tor Lillqvist  <tml@iki.fi>
6771
6772         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
6773         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
6774
6775 2003-07-01  Matthias Clasen  <maclas@gmx.de>
6776
6777         * configure.in: Check for Xcursor.
6778         
6779         * gdk/x11/gdkcursor-x11.c:
6780         * gdk/gdkdisplay.h: 
6781         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
6782         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
6783         gdk_display_supports_cursor_color(),
6784         gdk_display_get_default_cursor_size() and 
6785         gdk_display_get_maximal_cursor_size().  (#69436)
6786
6787 2003-06-30  Tor Lillqvist  <tml@iki.fi>
6788
6789         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
6790         callback proc for EnumWindows().
6791         (gdk_drag_find_window_for_screen): Actually take the drag_window
6792         argument into account: Instead of using WindowFromPoint(), use
6793         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
6794         M Brown, Herman Bloggs)
6795
6796         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
6797         gdk_window_ref()/unref() calls with g_object_ref()/unref().
6798         Consistently use %p format in debugging output of pointers and
6799         HANDLEs.
6800
6801 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
6802
6803         * gtk/gtkexpander.h: kill some stray characters
6804         breaking the build.
6805
6806 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
6807
6808         Add GtkExpander. See discussion in bug #60553.
6809
6810         * gtk/gtkexpander.[ch]: add.
6811         
6812         * gtk/Makefile.am: build gtk-expander.[ch].
6813         
6814         * docs/widget_geometry.txt: add info on the layout
6815         of GtkExpander.
6816
6817 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6818
6819         * gtkradiotoolbutton.c:         new file
6820         * gtkradiotoolbutton.h:            "
6821         * gtktoggletoolbutton.c:           "
6822         * gtktoggletoolbutton.h:           "
6823         * gtktoolbutton.c:                 "
6824         * gtktoolbutton.h:                 "
6825         * gtktoolitem.c:                   "
6826         * gtktoolitem.h:                   "
6827         * gtktoolbar.c: many changes
6828         * gtktoolbar.h: many changes
6829         * gtkseparatortoolitem.c:       new file
6830         * gtkseparatortoolitem.h           "
6831
6832         New toolbar.
6833         
6834         - Items on a toolbar are now separate widgets, instances of a
6835           subclass of GtkToolItem.
6836
6837         - Items there aren't room for on the toolbar are unmapped, and an
6838           overflow menu with a proxy menu item is added instead.
6839
6840         - The toolbar is keyboard navigatable. Press TAB to focus the
6841           first item, then use arrow keys and Ctrl TAB to move around the
6842           toolbar. TAB moves focus out of the toolbar.
6843
6844         - Bascially all of the old toolbar API is deprecated in favor of
6845           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
6846
6847         - The toolbar is backwards compatible with the old toolbar.
6848
6849 2003-06-29  Matthias Clasen  <maclas@gmx.de>
6850
6851         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
6852         from docs, some more formatting fixes. 
6853
6854 2003-06-28  Tor Lillqvist  <tml@iki.fi>
6855
6856         Fix for #111028, thanks to J. Ali Harlow, who writes:
6857         I found that the GdkPixmap->GdkImage reference really isn't
6858         important. It's only really there to have somewhere convenient to
6859         store the location of the pixel data in the pixmap and as an easy
6860         way of accessing the dimensions of that data. I have therefore put
6861         together a fix which removes this reference entirely which seems
6862         to solve the problem.
6863
6864         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
6865         Instead of a pointer to a GdkImage, keep a pointer to the pixels
6866         directly.
6867
6868         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
6869         (_gdk_win32_new_image): New function, replacing the above. Creates
6870         a GdkImage without any associated GdkPixmap.
6871         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
6872
6873         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
6874
6875         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
6876         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
6877         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
6878         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
6879         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
6880         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
6881         Corresponding changes.
6882
6883 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6884
6885         * gtk/gtktreeviewcolumn.c
6886         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
6887         and "is_expanded" if the new value is different fromt he old one.
6888
6889 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
6890
6891         * docs/faq/gtk-faq.sgml: Fix typos. Update
6892         thread example I missed yesterday.
6893
6894 2003-06-24  Matthias Clasen  <maclas@gmx.de>
6895
6896         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
6897         shadow_type. 
6898
6899         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
6900         (gtk_widget_class_list_style_properties): Use same parameter names as in  
6901         header (to silence gtk-doc).
6902
6903         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
6904
6905 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
6906
6907         * docs/faq/gtk-faq.sgml: Thread support updates
6908         from Owen. Various suggestions from Steve Chaplin.
6909
6910 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
6911
6912         * po/id.po: Updated Indonesian translation
6913
6914 2003-06-21  Tor Lillqvist  <tml@iki.fi>
6915
6916         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
6917         emulating X11's automatic grab on button down, pass owner_events
6918         as FALSE. According to the XLib spec, automatic grabs use True for
6919         owner_events when OwnerGrabButtonMask is selected, and I don't see
6920         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
6921         (find_window_for_pointer_event): Improve debugging output.
6922
6923 2003-06-17  Tor Lillqvist  <tml@iki.fi>
6924
6925         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
6926         subdirectory, where libtool 1.5 installs them.
6927
6928         * README.win32: Point to FSF's binary Win32 distribution of
6929         gettext-runtime.
6930
6931 2003-06-17  Matthias Clasen  <maclas@gmx.de>
6932
6933         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
6934         macros to check for XML catalog contents and path, borrowed from
6935         gtk-doc. 
6936         * configure.in: New option --enable-man to enable regeneration of
6937         man pages from Docbook, if the necessary tools are found.
6938
6939 2003-06-15  Matthias Clasen  <maclas@gmx.de>
6940
6941         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
6942         * gtk/gtknotebook.c (gtk_notebook_class_init): 
6943         * gtk/gtkalignment.c (gtk_alignment_class_init): 
6944         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
6945         as 2.4 additions.
6946
6947         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
6948         to the proper place, immediately before the g_signal_new() call.
6949
6950         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
6951         more obvious.  (#115122, Jeff Franks)
6952
6953 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
6954
6955         * gtk/gtkwidget.c: (event_window_is_still_viewable):
6956         Special case pixmaps. (#114880)
6957         
6958 2003-06-12  Matthias Clasen  <maclas@gmx.de>
6959
6960         * gtk/gtkwidget.c: Document child-notify and drag-data-received
6961         signals. Owen, we need to figure out where the best place for
6962         these comments in the source is. I currently put them in front of
6963         the signals enum.
6964
6965 2003-06-11  Matthias Clasen  <maclas@gmx.de>
6966
6967         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
6968
6969 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
6970
6971         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
6972         silly typo fix. s/seperator/separator/. This gets rid of the
6973         assert spam when using TreeView.
6974
6975 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
6976
6977         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
6978         function for XIM instantiate callback.
6979         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
6980         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
6981         actually made.
6982         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
6983         for XIM's destroy callback.
6984         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
6985         is set or not - if it's not set, call xim_info_try_im() to try to
6986         initiaize it.
6987         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
6988         filter_key_release flag of the context.
6989         * modules/input/gtkimcontextxim.c (get_ic_real): removed
6990         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
6991         code from the removed get_ic_real().
6992
6993         For XIM instantiation, destruction and re-instantiation. With
6994         this, Gtk+ apps will be able to connect or reconnect to the XIM,
6995         when it starts after the apps, or when the XIM gets lost and recover.
6996         (#113099, #107782).
6997
6998 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
6999
7000         Merged from stable.
7001
7002         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
7003         check if width is !null, not *width. Doh.
7004
7005 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
7006
7007         Merged from stable.
7008
7009         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
7010         Remove the weird dx logic, get all cell_area and background_area
7011         calculations right. Not sure what was up with it before. (Fixes
7012         #110989, testcase from Vasco Alexandre da Silva Costa).
7013
7014 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7015
7016         * tests/testgtk.c: Make it compile with C89 compilers
7017
7018 2003-06-10  Matthias Clasen  <maclas@gmx.de>
7019
7020         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
7021         property "overwrite".
7022         (gtk_text_view_[gs]et_property): Handle "overwrite".
7023         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
7024         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
7025
7026 2003-06-09  Matthias Clasen  <maclas@gmx.de>
7027
7028         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
7029         properties "resize" and "shrink".
7030         (gtk_paned_[gs]et_child_property): Implementations of 
7031         GtkContainer::[gs]et_child_property.  
7032         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
7033         paned child properties instead of remove/add hacks.  (#114667, 
7034         Soeren Sandmann) 
7035
7036 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
7037
7038         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
7039         out event->window test - it wasn't needed because
7040         of the call to get_widget_coordinates().
7041
7042         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
7043         call to gtk_widget_grab_focus() when not clicking on
7044         any tabs. (Real fix for #114534)
7045
7046 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
7047
7048         * tests/testdnd.c: Use application/x-rootwindow-drop for
7049         root window drops. (#108670, Alex Larsson)
7050
7051         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
7052         Accept either application/x-rootwin-drop (what GTK+ has always used)
7053         or application/x-rootwindow-drop (what the XDND standard specifies).
7054
7055 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
7056
7057         * gtk/gtkwidget.c (event_window_still_viewable): 
7058         Before delivering an event to a widget, check that
7059         (if relevant), the event's window is still viewable.
7060         (#105642, Dennis Björklund)
7061
7062         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
7063         NULL out private->parent, since after destruction
7064         it might not be valid any more.
7065
7066         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
7067         accesses before g_return_val_if_fail(). Treat 
7068         DESTROYED windows as unmapped.
7069
7070 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
7071
7072         * gtk/gtkentry.c: Recompute unconditionally in
7073         gtk_entry_style_set, and in a new gtk_label_screen_changed().
7074         Protect the guts of recompute_idle_func() with
7075         gtk_widget_has_screen(). (#114040, Morten Welinder) 
7076         Fix FALSE/0 confusion.
7077         
7078 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7079
7080         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
7081         Fixes (#114669)
7082
7083 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
7084
7085         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
7086         set_adjustment (viewport, NULL);
7087
7088 2003-06-07  Matthias Clasen  <maclas@gmx.de>
7089
7090         * gtk/gtkiconfactory.c (get_default_icons): 
7091         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
7092         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
7093         undelete and revert.  (#96633)
7094         
7095 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
7096
7097         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
7098         refactoring of code to reduce duplication; fixes include:
7099
7100         - gtk_viewport_realize(): Position the window correct from adjustment 
7101         values. (#110737, Michael Natterer)
7102
7103         - Remove some division-by-zero checks in places where there is no 
7104         longer division. (#110737)
7105
7106         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
7107         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
7108         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
7109
7110         - Switch over to encapsulated lazy-creation for hadjustment/
7111         vadjustment; even with the CONSTRUCT property, we need this after
7112         destroy.
7113
7114         - When updating the adjustment, immediate set their values to
7115         match the the current range of the viewport, and update the 
7116         viewport position to match the value of the new adjustments. 
7117         (Part of #1165)
7118
7119 2003-06-06  Tor Lillqvist  <tml@iki.fi>
7120
7121         * gdk/win32/gdkprivate-win32.h: Fix typo.
7122
7123         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
7124         graphics_exposures and subwindow_mode, too, even if they aren't
7125         currently used.
7126
7127 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
7128
7129         Merged from stable.
7130
7131         * gtk/gtktreeview.c (do_expand_collapse),
7132         (expand_collapse_timeout), (cancel_arrow_animation): made
7133         expand_collapse_timeout a wrapper with locks around     
7134         do_expand_collapse, made cancel_arrow_animation use
7135         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
7136         Peter Bloomfield).
7137
7138 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7139
7140         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
7141         * modules/input/gtkimcontextxim.c (preedit_start_callback,
7142         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
7143         to keep preedit-[start,changed,end] signals from being called during
7144         finalization (#111861).
7145
7146 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
7147
7148         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
7149         presses that are not on the tab (#114534).
7150
7151 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
7152
7153         * demos/Makefile.am: Conditionalize dependencies for
7154         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlowe). 
7155         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
7156         test-inline-pixbufs.h if we don't have libpng.
7157
7158         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
7159         Add a dependency on gdk-pixbuf.loaders when not 
7160         cross-compiling, remove the dependency on gdk-pixbuf-csource
7161         when not cross compiling.
7162
7163 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
7164
7165         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
7166         gtk_window_get_geometry_info() returning NULL.
7167         (#107311, John Finlay)
7168
7169 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
7170
7171         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
7172         twice the border width from the width/height, not
7173         1x the border width. (#106336, Rodney Dawes)
7174
7175 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
7176  
7177         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
7178         If at the end of the buffer, move to the end iter -
7179         parallels behavior of move_iter_to_previous_line.
7180         (#81960, Padraig O'Briain)
7181  
7182 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
7183
7184         #80023, Yao Zhang, TOKUNAGA Hiroyuki
7185
7186         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
7187         Account for the preedit cursor offset if the iter passed
7188         in is at the same place as the insertion cursor.
7189
7190         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
7191         Encapsulate getting the insertion cursor location.
7192
7193         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
7194         Pass the real y/height to the IM context. Take 
7195         text_view->x/yoffset into account.
7196
7197 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
7198
7199         * gtk/gtktextview.[ch]: Never scroll on focus in
7200         (#81893, Patch from Paolo Maggi)
7201
7202         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
7203         Scroll to the current cursor location before handling
7204         the action, in case the user just tabbed in
7205         and the cursor is offscreen.
7206
7207 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
7208          
7209          #107883, Gustavo Giráldez
7210
7211         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
7212         Split out the case where we know we changed, and 
7213         already dealt with our cached line being invalidated
7214         from external calls to gtk_text_layout_changed.
7215
7216         * gtk/gtktextlayout.c (gtk_text_layout_changed):
7217         Check if the invalidate yrange intersects our
7218         cached line, and clear it if necessary.
7219
7220 2003-06-05  Tor Lillqvist  <tml@iki.fi>
7221
7222         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
7223         filters.
7224
7225 2003-06-05  Matthias Clasen  <maclas@gmx.de>
7226
7227         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
7228         (gtk_text_view_grab_notify): 
7229         (gtk_text_view_state_changed): Implement these
7230         to unobscure cursor when grab shadowed or insensitised.
7231         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
7232         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
7233         gtk_text_view_motion_event().
7234         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
7235
7236         * gtk/gtktextview.c (select_all): New keybinding signal for
7237         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
7238
7239         * gtk/gtkcalendar.c (calendar_timer): 
7240         (stop_spinning): Replace deprecated gtk_timeout_* functions by
7241         their GLib counterparts.  (#114429)
7242
7243         * gtk/gtktreestore.c (gtk_tree_store_new): 
7244         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
7245         types.
7246
7247 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
7248
7249         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
7250         When drawing underlines, join up adjacent runs
7251         where possible, so we don't get changes in 
7252         shaper/font/etc. breaking underlines. (#103662,
7253         Kang Jeong-Hee)
7254
7255 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
7256
7257         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
7258         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
7259         improve the speed of inserting rows into an already sorted list,
7260         #109292
7261
7262 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
7263
7264         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
7265         track of when we have a clip mask set for the GC,
7266         and when we unset it, or switch to a clip region,
7267         immediately call XSetClipMask (..., None) to avoid
7268         Xlib caching stale data. (#111806)
7269
7270         * gtk/gtktextdisplay.c: Don't set a clip mask
7271         when drawing alpha pixmaps; it isn't necessary any more.
7272         (#111806)
7273
7274 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
7275
7276         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
7277         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
7278         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
7279         (#92548, Tim Evans)
7280
7281         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
7282         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
7283         Use state_type = STATE_INSENSITIVE for insensitive menu items.
7284
7285 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
7286
7287         Merged from stable.
7288
7289         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
7290         assert for get_info. (reported by Michael Natterer),
7291         (gtk_tree_view_expand_all_emission_helper),
7292         (gtk_tree_view_expand_all_helper): emit row_expanded for all
7293         expanded rows during an _expand_all operation. (Fixes #111280,
7294         reported by Benjamin Bayart).
7295
7296 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
7297
7298         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
7299         respond to pings on a root window; prevents infinite
7300         loops if we are selecting for SubstructureNotify on the
7301         root window. (#111945, Sergey V. Udaltsov)
7302
7303 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
7304
7305         #71597, reported by Morten Welinder
7306
7307         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
7308         (Patch from Christian Petig)
7309
7310         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
7311         Major rewrite of 555 and 565 conversion routines:
7312
7313         - Move all the bit shifting into a small block of macros,
7314           eliminating much duplication of complicated arithmetic.
7315         - Get rid of 2-pixels at a time code, which was buggy,
7316           hard to maintain, caused unaligned accesses, and
7317           probably didn't actually perform any better.
7318         - Simplify cases where different data types were
7319           used for the little and big endian cases, use
7320           GUINT16_SWAP_LE_BE() where appropriate.
7321                 
7322 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
7323
7324         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
7325         bad optimization for src_rowstride == dest_stride.
7326         (Didn't consider the case where we were copying only
7327         partial widths of a wider source buffer)
7328         (#113034, reported by Hans Petter Jansson)
7329
7330 2003-06-03  Michael Natterer  <mitch@gimp.org>
7331
7332         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
7333         reenabled button_release events for xinput devices. (#113948)
7334
7335 2003-06-03  Christian Rose  <menthos@menthos.com>
7336
7337         * configure.in: Added "li" to ALL_LINGUAS.
7338
7339 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
7340
7341         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
7342         map the event window if the notebook isn't mapped. (#113980,
7343         Richard Reich)
7344
7345 2003-06-02  Sven Neumann  <sven@gimp.org>
7346
7347         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
7348
7349         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
7350
7351 2003-06-01  Matthias Clasen  <maclas@gmx.de>
7352
7353         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
7354         Since: 2.4 to the docs.
7355
7356         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
7357         an example to the docs.  (#98427)
7358
7359 2003-05-30  Murray Cumming  <murrayc@usa.net>
7360
7361         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
7362         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
7363         uses the new private data system - see g_type_class_add_private() in
7364         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
7365
7366 2003-05-30  Matthias Clasen  <maclas@gmx.de>
7367         
7368         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
7369         signature of gtk_notebook_draw_arrow() for Solaris builds to go
7370         through.  (#114043, Anand Subramanian)
7371
7372 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7373
7374         * modules/input/imipa.c: 
7375         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
7376
7377 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7378
7379         * gtk/gtkimmodule.c (_gtk_im_module_list):
7380         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
7381
7382 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7383
7384         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
7385         label of default input method localizable.
7386         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
7387         use translations of input method context names
7388         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
7389           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
7390           modules/input/imti-er.c, modules/input/imti-et.c
7391           modules/input/imviqr.c, modules/input/imxim.c
7392         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
7393         (#113850).
7394
7395 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
7396
7397         Merged from stable.
7398
7399         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
7400         grab separate, the user might clear the tree in the focus-in
7401         callback. (Fixes #113086, testcase from Felipe Heidrich).
7402
7403 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
7404
7405         Merged from stable.
7406
7407         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
7408         of row reference when we unset the model. Also reset
7409         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
7410
7411 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
7412
7413         Merged from stable.
7414
7415         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
7416         the current editing, if it exists. (Fixes #108956, reported by
7417         Michael Natterer).
7418
7419 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
7420
7421         Merged from stable.
7422
7423         * gtk/gtktreeview.c (check_selection_helper): new function,
7424         (gtk_tree_view_row_deleted): traverse the tree from the
7425         deleted node to see whether the selection changed, instead of
7426         just checking this node. (Fixes #107400, reported by 'Duncan').
7427
7428 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
7429
7430         Merged from stable.
7431
7432         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
7433         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
7434         instead of _maybe_begin_dragging_row, so the icon can be
7435         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
7436
7437 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
7438
7439         Merged from stable.
7440
7441         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
7442         cell_area x/width for the expander if needed. (Fixes #101748,
7443         reported by Dave Cook and Mariano Suarez-Alvarez).
7444
7445 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
7446
7447         Merged from stable.
7448
7449         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
7450         if tree/node are still the same after _internal_select_node.
7451         (Fixes #92256, reported by edscott).
7452
7453 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
7454
7455         Fixes #75745, reported by Richard Hult. Merged from stable.
7456
7457         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
7458         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
7459         cursor or not.
7460
7461         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
7462         if we are rendering a cursor row, and the cell the be
7463         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
7464         flag (else we unset it).
7465
7466 2003-05-27  Matthias Clasen  <maclas@gmx.de>
7467
7468         * gtk/gtkwindow-decorate.c: 
7469         * gtk/gtktreeprivate.h: 
7470         * gtk/gtkdnd.c: 
7471         * gdk/win32/gdkwindow-win32.h: 
7472         * gdk/linux-fb/gdkprivate-fb.h: 
7473         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
7474         unspecified signedness.  (#112919, Morten Welinder)
7475
7476         * gtk/queryimmodules.c (escape_string): 
7477         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
7478         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
7479         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
7480         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
7481         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
7482         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
7483         Morten Welinder) 
7484
7485 2003-05-27  Tor Lillqvist  <tml@iki.fi>
7486
7487         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
7488         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
7489
7490         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
7491         win32/libgdk-win32.la.
7492
7493         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
7494
7495 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7496
7497         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
7498         scrollbar slider length 21 instead of 7.
7499
7500 2003-05-23  Matthias Clasen  <maclas@gmx.de>
7501
7502         * gtk/gtknotebook.c: Add support for up to four scroll
7503         arrows. Control their display by new style properties
7504         "has_forward_stepper", "has_backward_stepper",
7505         "has_secondary_forward_stepper" and
7506         has_secondary_backward_stepper". (#110540)
7507
7508         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
7509         click_child three bits wide, add
7510         has_{before,after}_{previous,next} fields.
7511
7512         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
7513         focus out of hex_entry.  (#112665)
7514         (hex_focus_out): New signal handler for focus out of hex entry.
7515
7516 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
7517
7518         * gtk/gtkwidget.c (gtk_widget_realize): 
7519         g_return_if_fail() if
7520         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
7521         (#107872, Christian Reis)
7522
7523 2003-05-22  Matthias Clasen  <maclas@gmx.de>
7524
7525         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
7526         (gtk_file_selection_rename_file): Some keynav improvements for the
7527         "Rename File" and "Create Directory" subdialogs: Enter in entry
7528         activates default, default is "Create"/"Rename", Escape cancels
7529         dialog.  (#113110)
7530         (gtk_file_selection_set_filename): Add a hint about opening 
7531         directories.  (#113175)
7532
7533 2003-05-22  Matthias Clasen  <maclas@gmx.de>
7534
7535         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
7536         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
7537         anyway.  (#113476)
7538
7539 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
7540
7541         * gtk/gtkprogress.c (gtk_progress_set_format_string,
7542         gtk_progress_set_show_text): Always queue a resize ... 
7543         we rely on the size-allocate to do the update, plus a 
7544         different format can actually change our size requisition.
7545         (#111052, Vasco Alexandre da Silva Costa)
7546
7547         * gtk/gtkprogress.c (gtk_progress_changed): Track
7548         ::changed as well as ::value_changed, and queue a
7549         resize on ::changed when necessary.
7550
7551         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
7552         Call gtk_progress_changed() here to update or 
7553         queue a resize as necessary.
7554
7555 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7556
7557         * gtk/gtkimcontextsimple.c: added composing rules of
7558         Greek accented letters, patch by Vasilis Vasaitis (#107507)
7559
7560 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7561
7562         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
7563         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
7564         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
7565
7566 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7567
7568         * gtk/gtkimcontextsimple.c: 
7569         code that can check the compose table for ascending order,
7570         by Vasilis Vasaitis (#104862).
7571
7572 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
7573
7574         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
7575         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
7576         to handle the case where a modifier not in the mask
7577         (like Num_Lock) changes the key value, so replace
7578         the masked state with a state/mask pair. (#106913,
7579         Olivier Ripoll)
7580
7581         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
7582         in state/mask pair to _gtk_key_hash_lookup()
7583
7584 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
7585
7586         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
7587         fix a memory leak, free input context list (#113259).
7588
7589 2003-05-21  Matthias Clasen  <maclas@gmx.de>
7590
7591         * configure.in (all_loaders): Add pcx.
7592
7593         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
7594
7595 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
7596
7597         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
7598         accept a missing gtk.immodules file, some people
7599         want to run without one. (#112406, patch from
7600         Arnaud Charlet)
7601
7602 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
7603
7604         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
7605         height/width confusion (#113370, Xan Lopez)
7606
7607 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
7608
7609         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
7610         zero all unused parts of client messages (Mainly Motif DND
7611         and EWMH). Also, fix a couple places where we were putting
7612         contents into Motif DND messages that didn't belong.
7613         (#113361, EWMH problem reported by Lubos Lunak)
7614
7615         * gtk/gtkselection.c (_gtk_selection_request): Handle the
7616         case where the property type for the multiple atoms is
7617         ATOM_PAIR by doing the conversions ourselve. This is
7618         needed for Xt inter-operation.
7619
7620 2003-05-19 Arafat Medini <lumina@silverpen.de>
7621
7622         * configure.in: Added ar to ALL_LINGUAS
7623
7624 2003-05-19  Matthias Clasen  <maclas@gmx.de>
7625
7626         * gtk/gtksettings.c (gtk_rc_property_parse_border,
7627         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
7628         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
7629         Add docs.
7630
7631         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
7632         gtk_widget_class_install_style_property_parser): Add docs. 
7633
7634 2003-05-17  Matthias Clasen  <maclas@gmx.de>
7635
7636         * tests/prop-editor.c: Add navigation for object properties, so
7637         that you can easily edit the properties of the parent of a widget.
7638         (#113152)
7639
7640 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
7641
7642         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
7643         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
7644         inconsistency and leave the old name as an aliass (#104873)
7645
7646 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
7647
7648         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
7649         from Charles Schmidt to add missing notify (#108305)
7650
7651 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
7652  
7653         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
7654         (#105500, Morten Welinder.)
7655  
7656 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
7657
7658         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
7659         instead of gumake for XNFilterEvents event mask(#110493).
7660
7661 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
7662
7663         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
7664         a GObject. (#112762)
7665
7666 2003-05-08  Sven Neumann  <sven@gimp.org>
7667
7668         * configure.in: set the HAVE_X11R6 automake conditional to false
7669         if not compiling for X11.
7670
7671 2003-05-08  Matthias Clasen  <maclas@gmx.de>
7672
7673         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
7674         (gtk_calendar_get_display_options): New functions.
7675         (gtk_calendar_display_options): Depreate.  (#64567)
7676         (gtk_calendar_class_init): Add boolean properties for the display
7677         options.  (#50949)
7678
7679 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
7680
7681         Patch from James Henstridge to update to automake-1.7
7682         (#109542)
7683  
7684         * autogen.sh: update to call newer tools.
7685  
7686         * configure.in: various updates, to use M4 macros to put
7687         variables that change each release at the top.
7688         Use AC_HELP_STRING to format help strings.
7689         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
7690  
7691         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
7692         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
7693         during distcheck.
7694  
7695         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
7696         makefile fragment.
7697  
7698         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
7699         Use BUILT_SOURCES where appropriate.
7700         Build generated files in builddir rather than srcdir.
7701         Fix uninstall and distclean targets to satisfy distcheck.
7702
7703         ===
7704
7705         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
7706         built first, since we are now using BUILT_SOURCES.
7707
7708         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
7709
7710         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
7711         with geninclude.pl.
7712
7713         * configure.in: Update versions to 2.3.0.
7714  
7715 2003-05-06  Tor Lillqvist  <tml@iki.fi>
7716
7717         Fix for #110165 (thanks to Arnaud Charlet):
7718         
7719         * gdk/win32/gdkevents-win32.c (build_keypress_event,
7720         build_keyrelease_event): For unshifted control char, use
7721         lowercase ASCII keyval.
7722         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
7723         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
7724         lowercase keyval. Use build_key_event_state() here, too, instead
7725         of minor code duplication.
7726
7727 2003-05-06  Matthias Clasen  <maclas@gmx.de>
7728
7729         * tests/testmultidisplay.c: Don't include strings.h, it's not
7730         needed anymore.  (#112388)
7731
7732         * examples/menu/itemfactory.c: 
7733         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
7734         itemfactory example.
7735
7736 2003-05-05  Matthias Clasen  <maclas@gmx.de>
7737
7738         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
7739         icon type to the stock icon type.  (#111735, Dave Bordoley)
7740
7741 2003-05-05  Christian Rose  <menthos@menthos.com>
7742
7743         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
7744         Removed sp, it's replaced by sr@Latn.
7745
7746 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
7747
7748         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
7749         Gonzalo Odiard
7750
7751 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
7752
7753         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
7754         data iff the destroy func isn't NULL.
7755
7756 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
7757
7758         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
7759
7760 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
7761
7762         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
7763
7764 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
7765
7766         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
7767         of UTF-8. (#106419, Roozbeh Pournader)
7768
7769 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
7770
7771         * configure.in: Only check for XFT2 if we found pango-xft
7772         (#105692, Jon Nall)
7773
7774 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
7775
7776         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
7777         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
7778
7779 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
7780
7781         * docs/faq/gtk-faq.sgml: add note about version converage.
7782
7783 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
7784
7785         * gtk/gtksocket.c (activate_key): Fix prototype for
7786         activate_key. (#108927, Jason D. Hildebrand)
7787
7788 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
7789
7790         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
7791         Remove geninclude.pl from CVS and don't dist it either,
7792         it is generated. (#108970, Rich Kinder)
7793
7794 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
7795
7796         * gtk/gtkobject.h: Remove a couple of obsolete comments,
7797         fix another comment. (#109737, Britton Kerin)
7798
7799 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
7800
7801         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
7802         the source list, not just it's contents (Patch
7803         from Charles Kerr, #108243)
7804
7805 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
7806
7807         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
7808         from Alex Larsson fixing problem with restacking during
7809         DND. (#108671)
7810
7811 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
7812
7813         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
7814         Calling XFlush() after ungrabbing, to avoid problems if
7815         the app subsequently blocks on a long-running operation.
7816         (#106520, reported by Rajkumar Siva)
7817
7818 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
7819
7820         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
7821         SKIP_TASKBAR/SKIP_PAGER to set of properties we
7822         might set on map. (#110019, problem reported
7823         by Loban Rahman)
7824
7825 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
7826
7827         * gdk/gdkevents.c (gdk_event_copy): Fix for the
7828         case when gdk_event_copy() is called on a non-allocated
7829         event. (#109716, reported by Rich Burridge)
7830
7831 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
7832
7833         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
7834         Fix pointer arithmetic on 'void *'. (#108322)
7835
7836 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
7837
7838         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
7839         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
7840         use of XAddConnectionWatch. Remove --enable-xim config option.
7841         Should fix building on X11R6 (#110523, Albert Chin)
7842
7843 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
7844
7845         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
7846         Patch from Morten Welinder to catch Sun servers with a 
7847         broken implementation of the RENDER extension. (#108309)
7848
7849 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
7850
7851         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
7852         gdk_free_compound_text(), not g_free(). (#107643,
7853         Michael Zucchi)
7854
7855 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
7856
7857         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
7858         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
7859         wrong use of base_finalize. (#105126, Sven Neumann)
7860
7861 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
7862
7863         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
7864         '/' vs. '*' problem in aspect ration computations. (#108237)
7865
7866 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
7867
7868         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
7869         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
7870         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
7871         event, so select for both. (#108406, Egmont Koblinger)
7872
7873 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
7874
7875         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
7876         caused by not clearing the scroll_to_path.
7877
7878 2003-04-16  Matthias Clasen  <maclas@gmx.de>
7879
7880         * gtk/gtkstyle.c: Doc additions and fixes.
7881
7882         * gtk/gtktreeviewcolumn.c
7883         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
7884
7885 2003-04-14  Michael Natterer  <mitch@gimp.org>
7886
7887         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
7888         that the iter is not reordered to its own position. Prevents model
7889         corruption for the case that the store contains only a single item
7890         (fixes bug #108387).
7891
7892         Unrelated:
7893
7894         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
7895         new list element later so we don't leak it if we decide to return
7896         early.
7897
7898         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
7899         set selection->tree_view->priv->anchor to NULL after freeing it.
7900
7901 2003-04-13  Matthias Clasen  <maclas@gmx.de>
7902
7903         * gtk/gtktreeviewcolumn.c
7904         (gtk_tree_view_column_cell_get_position): Document. 
7905
7906         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
7907         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
7908         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
7909         these as 2.4 additions.
7910
7911 2003-04-09  Matthias Clasen  <maclas@gmx.de>
7912
7913         * INSTALL.in: Fix the real thing.
7914
7915         * INSTALL: Typo fix.
7916
7917 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
7918
7919         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
7920         after ungrabbing the server.
7921  
7922         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
7923         calls to XFlush().
7924
7925         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
7926         Use gdk_x11_display_grab/ungrab.
7927
7928         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
7929         use_xshm to TRUE so SHM gets used when present.
7930  
7931 2003-04-07  Matthias Clasen  <maclas@gmx.de>
7932
7933         * gtk/gtktextlayout.c (set_para_values): 
7934         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
7935         David Brigada)
7936
7937         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
7938         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
7939         misspellings of possessive "its".  (#110027, Doug Quale)
7940
7941 2003-04-03  Matthias Clasen  <maclas@gmx.de>
7942
7943         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
7944         current directory if it looks like the srcdir.  (#109357)
7945
7946 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7947
7948         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
7949         focus_on_click
7950
7951         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
7952         navigation not wrap around.
7953
7954 2003-04-02  Matthias Clasen  <maclas@gmx.de>
7955
7956         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
7957         Return 0 if lower == upper.  (#109155)
7958         (gtk_progress_get_current_percentage): Use
7959         gtk_progress_get_percentage_from_value().
7960
7961 2003-04-01  Matthias Clasen  <maclas@gmx.de>
7962
7963         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
7964         (#109510, Noah Levitt)
7965
7966 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
7967
7968         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
7969         members so Purify won't complain.
7970
7971         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
7972
7973 2003-03-31  Matthias Clasen  <maclas@gmx.de>
7974
7975         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
7976         gtk_window_[gs]et_role().  (#93904)
7977
7978 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
7979
7980         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
7981         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
7982
7983 2003-03-29  Matthias Clasen  <maclas@gmx.de>
7984
7985         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
7986         of labels back to normal before reparenting back.  (#102387)
7987
7988         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
7989         a default window title to match the GtkFontSelectionDialog behavior.
7990  
7991         (gtk_color_selection_dialog_new): Don't call
7992         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
7993
7994 2003-03-29  Matthias Clasen  <maclas@gmx.de>
7995
7996         Fix for bug #78499:
7997         
7998         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
7999         select_lines. 
8000
8001         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
8002         select_lines on double/triple click.
8003
8004         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
8005         select-by-words and select-by-lines behaviour.
8006
8007         Fixes for bug #56248:
8008         
8009         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
8010         timer and queue a redraw. 
8011         (gtk_notebook_grab_notify): 
8012         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
8013         if necessary.   
8014         (gtk_notebook_button_release): Use stop_scrolling().
8015         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
8016
8017         * gtk/gtkrange.c (stop_scrolling): New function to remove the
8018         grab, remove the timer and queue a redraw.
8019         (gtk_range_grab_notify): 
8020         (gtk_range_state_changed): New functions to call stop_scrolling() 
8021         if necessary.   
8022         (gtk_range_button_release): Use stop_scrolling().
8023
8024         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
8025         (gtk_spin_button_state_changed): Redraw after stop_spinning.
8026         (gtk_spin_button_stop_spinning): Reset click_child to correct the
8027         drawing of the arrows.
8028         (gtk_spin_button_button_release): Use a local copy of click_child,
8029         since stop_spinning() resets it.
8030
8031         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
8032         C-A-PgDown as alternatives to the A-less variants. (This slipped
8033         in accidentally some time ago).  (#97860)
8034
8035 2003-03-26  Sven Neumann  <sven@gimp.org>
8036
8037         * gtk/gtktreeview.c: rewrote the function that does node and arrow
8038         prelighting, queue all redraws from here (Fixes bug #108792).
8039
8040 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
8041
8042         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
8043         Fixes bug #108778.
8044
8045 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
8046
8047         * configure.in: Added "ml" in ALL_LINGUAS
8048
8049 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
8050
8051         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
8052         G_DISABLE_DEPRECATED.
8053
8054 2003-03-14  Tor Lillqvist  <tml@iki.fi>
8055
8056         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
8057         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
8058         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
8059         multiple monitors can have negative coordinates on some of the
8060         monitors. (partial fix for #99496, Arnaud Charlet)
8061
8062 2003-03-15  Matthias Clasen  <maclas@gmx.de>
8063
8064         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
8065
8066 2003-03-13  Sven Neumann  <sven@gimp.org>
8067
8068         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
8069         removed redundant calls to g_object_notify().
8070         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
8071         bug #108236.
8072
8073         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
8074         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
8075         functions return an integer value).
8076
8077 2003-03-13  Tor Lillqvist  <tml@iki.fi>
8078
8079         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
8080         WM_MOUSEMOVE, the test whether we have actually moved (and thus
8081         shouldn't generate an GDK event) moved after the call to
8082         propagate() and translate_mouse_coords(). Otherwise we were
8083         testing wrong values. (#108115, Allin Cottrell)
8084         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
8085         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
8086
8087         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
8088         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
8089         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
8090         cursor right away with SetCursor(), as we won't get any
8091         WM_SETCURSOR messages while the mouse is captured. 
8092         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
8093         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
8094
8095         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
8096         WM_SYSCHAR, return FALSE from the window procedure to prevent the
8097         DefWindowProc from being called. Otherwise Windows would beep,
8098         thinking you are tring to access a (nonexistent) menu when you
8099         press Alt-something. Don't do this for Alt-Space,
8100         though. (#107454, Martyn Russell)
8101
8102         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
8103
8104 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
8105
8106         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
8107         [left/right] expands/collapses the tree, #108092
8108
8109 2003-03-09  Tor Lillqvist  <tml@iki.fi>
8110
8111         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
8112         compensate for LineTo() not drawing the end pixel. It causes more
8113         harm than benefits, see bug #81895.
8114
8115 2003-03-08  Matthias Clasen  <maclas@gmx.de>
8116
8117         Bug #107664 continued:
8118
8119         * gdk/x11/gdkinputprivate.h: 
8120         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
8121         (_gdk_input_other_event): Return gboolean.
8122         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
8123         (_gdk_input_other_event): Return gboolean.
8124         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
8125
8126         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
8127         gboolean, remove pointless call to _gdk_input_window_none_event.
8128
8129         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
8130         (_gdk_input_window_none_event): Remove.
8131
8132         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
8133         (_gtk_text_iter_get_any_segment): 
8134         (_gtk_text_iter_get_segment_byte): 
8135         (_gtk_text_iter_get_segment_char): 
8136         (_gtk_text_iter_get_text_line): 
8137         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
8138         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
8139         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
8140         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
8141         (gdk_window_get_origin): 
8142         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
8143
8144 2003-03-06  Matthias Clasen  <maclas@gmx.de>
8145
8146         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
8147         (#107664, Morten Welinder)
8148
8149         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
8150         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
8151         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
8152         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
8153
8154         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
8155         * gtk/gtkeditable.c (gtk_editable_get_chars): 
8156         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
8157         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
8158         (#107648, Morten Welinder)Fix NULL/FALSE confusion
8159         (#107648, Morten Welinder)
8160
8161 2003-03-04  Matthias Clasen  <maclas@gmx.de>
8162
8163         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
8164
8165 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
8166
8167         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
8168         handle rtl code.  Thanks to Matthias Clasen for an initial patch
8169         to handle the RTL code.
8170
8171         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
8172
8173         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
8174
8175         * gtk/gtktreeview.c: (invalidate_column),
8176         (invalidate_last_column),
8177         (gtk_tree_view_get_real_requested_width_from_column),
8178         (gtk_tree_view_size_allocate_columns),
8179         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
8180         (gtk_tree_view_button_release_drag_column),
8181         (gtk_tree_view_update_current_reorder),
8182         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
8183         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
8184         (gtk_tree_view_get_background_xrange),
8185         (gtk_tree_view_get_arrow_xrange),
8186         (gtk_tree_view_is_expander_column),
8187         (gtk_tree_view_set_column_drag_info),
8188         (gtk_tree_view_move_cursor_left_right):
8189         Add RTL support.
8190
8191         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
8192         expand flag.
8193
8194         * gtk/gtktreeviewcolumn.c:
8195         (gtk_tree_view_column_class_init),
8196         (gtk_tree_view_column_set_property),
8197         (gtk_tree_view_column_get_property),
8198         (gtk_tree_view_column_set_expand),
8199         (gtk_tree_view_column_get_expand),
8200         (gtk_tree_view_column_cell_process_action):
8201         Add support for expand flag.  Thanks to Kristian Rietveld for an
8202         initial patch for this.
8203
8204 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
8205
8206
8207 2003-03-02  Tor Lillqvist  <tml@iki.fi>
8208
8209         * gdk/gdk.def
8210         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
8211         Gustin.
8212
8213 2003-03-01  Matthias Clasen  <maclas@gmx.de>
8214
8215         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
8216         (gtk_scrolled_window_set_hadjustment): Replace uses of
8217         gtk_object_new by g_object_new.
8218
8219 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
8220
8221         * demos/gtk-demo/main.c
8222         * demos/gtk-demo/tree_store.c
8223         * gdk/x11/gdkscreen-x11.c
8224         * gtk/gtkcellrenderertoggle.c
8225         * gtk/gtkcolorsel.c
8226         * gtk/gtkdnd.c
8227         * gtk/gtkeditable.c
8228         * gtk/gtkentry.c
8229         * gtk/gtkmenu.c
8230         * gtk/gtkmenubar.c
8231         * gtk/gtkmenuitem.c
8232         * gtk/gtkmenushell.c
8233         * gtk/gtkrc.c
8234         * gtk/gtksettings.c
8235         * gtk/gtkstyle.c
8236         * gtk/gtktextbuffer.c
8237         * gtk/gtktextview.c
8238         * gtk/gtktreeviewcolumn.c
8239         * tests/testgtk.c
8240         * tests/testtext.c
8241         * tests/testtreeedit.c
8242         * tests/testtreefocus.c
8243         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
8244
8245 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
8246
8247         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
8248         code.
8249
8250 2003-02-24  Sven Neumann  <sven@gimp.org>
8251
8252         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
8253
8254 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
8255
8256         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
8257
8258 2003-02-20  Matthias Clasen  <maclas@gmx.de>
8259
8260         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
8261         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
8262
8263         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
8264         (gtk_text_view_update_adjustments): Make sure cursor stays visible
8265         during horizontal scrolling.  (#75270)
8266
8267 2003-02-19  Matthias Clasen  <maclas@gmx.de>
8268
8269         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
8270         counterparts. (#106532)
8271
8272         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
8273         keys_changed virtual function with the keys_changed signal.
8274         (#106512, Jeff Franks)
8275
8276 2003-02-15  Larry Ewing  <lewing@ximian.com>
8277
8278         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
8279
8280 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
8281
8282         * po/id.po: Added Indonesian translation
8283         * configure.in: Added "id" to ALL_LINGUAS
8284
8285 2003-02-14  Matthias Clasen  <maclas@gmx.de>
8286
8287         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
8288
8289 2003-02-12  Christian Rose  <menthos@menthos.com>
8290
8291         * configure.in: Added "yi" to ALL_LINGUAS.
8292
8293 2003-02-12  Matthias Clasen  <maclas@gmx.de>
8294
8295         Fix for #82734 and #78216:
8296         
8297         * gtk/gtktextview.c (delete_cb): 
8298         (select_all_cb): New callbacks for context menu items.
8299         (popup_targets_received): Add "Delete" and "Select All" to context
8300         menu, mnemonics and title caps for all items.
8301
8302         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
8303         context menu item.
8304         (popup_targets_received): Add "Delete" to context menu, mnemonics
8305         and title caps for all items.
8306
8307 2003-02-09  Tor Lillqvist  <tml@iki.fi>
8308
8309         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
8310         GetDriveType() to recognize removable drives (in order to avoid
8311         hanging if trying to access an empty floppy drive), instead of
8312         hardcoding A: and B: (#105654).
8313
8314 2003-02-09  Matthias Clasen  <maclas@gmx.de>
8315
8316         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
8317         names.  (#57680)
8318
8319 2003-02-09  Christian Rose  <menthos@menthos.com>
8320
8321         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
8322
8323 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
8324
8325         * gtk/gtkobject.c: remove quark_user_data usage in
8326         gtk_object_{g|s}et_user_data(). fixes get_user_data()
8327         returning NULL for user_data set through property interface.
8328
8329         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
8330         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
8331         need to be a programming error (in case of loaded data), (b) it breaks
8332         with 2.0 behaviour where extra magic could be used to create empty
8333         images. don't attempt to retrieve pixbufs from NULL extra_data.
8334
8335 2003-02-06  Matthias Clasen  <maclas@gmx.de>
8336
8337         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
8338         a GdkVisual *, not a GdkVisual **.  (#105243)
8339
8340         * gtk/gtkclist.c: 
8341         * gtk/gtkctree.c: 
8342         * gtk/gtkcontainer.c: 
8343         * gtk/gtkdnd.c: 
8344         * gtk/gtkentry.c: 
8345         * gtk/gtklist.c:
8346         * gtk/gtkmenu.c:
8347         * gtk/gtkmenuitem.c:
8348         * gtk/gtknotebook.c:
8349         * gtk/gtkselection.c:
8350         * gtk/gtkspinbutton.c:
8351         * gtk/gtktext.c:
8352         * gtk/gtktextview.c:
8353         * gtk/gtktooltips.c:
8354         * gtk/gtktreeview.c:
8355         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
8356         their non-deprecated GLib counterparts.
8357         
8358         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
8359         
8360 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
8361
8362         * docs/tutorial/gtk-tut.sgml: cleanups from
8363         Sebastian Rittau (#104832)
8364
8365 2003-02-01  Tor Lillqvist  <tml@iki.fi>
8366
8367         Merge from stable:
8368
8369         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
8370         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
8371         (#104108, Naofumi Yasufuku)
8372
8373         * gdk/gdk.def: Export the above. Export
8374         gdk_screen_get_system_visual, noticed by Ed Woods.
8375
8376 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
8377
8378         * demos/pixbuf-demo.c
8379         * demos/testpixbuf.c
8380         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
8381
8382 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
8383                                                                                 
8384         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
8385         on the tab_label before unparenting it, in case the unparent
8386         drops the refcount to 0.
8387
8388 2003-02-01  Matthias Clasen  <maclas@gmx.de>
8389
8390         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
8391         headers. Sorry about gtk_selection_clear, Yosh.
8392
8393 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
8394
8395         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
8396         too, for gtkwidget.c. Remember people, when introducing new
8397         deprecations, make sure internal code isn't using it, or if so,
8398         reorganize appropriately like I've done in other places.
8399
8400         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
8401
8402 2003-01-31  Matthias Clasen  <maclas@gmx.de>
8403
8404         * gtk/gtkselection.h: 
8405         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
8406
8407         * gdk/gdkpixbuf.h: 
8408         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
8409         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
8410
8411         * gtk/gtkcolorsel.h:
8412         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
8413         Deprecate.  (#98167)
8414
8415         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
8416
8417         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
8418         and gtk_input_* functions.  (#71596)
8419         
8420         * gtk/gtkentry.c (gtk_entry_move_cursor): 
8421         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
8422         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
8423
8424         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
8425
8426         * gtk/gtkitemfactory.h: 
8427         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
8428         (#69244)
8429
8430 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
8431
8432         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
8433         only count the special cell if it is also visible,
8434         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
8435         account from visible cells,
8436         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
8437         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
8438         tracking bug was #104563).
8439         
8440 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
8441
8442         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
8443         subtract expander space and focus line space from the extra space
8444         we are about the allocate. (Fixes #104635).
8445
8446 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
8447
8448         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
8449         (Fixes #96242, patch from Soeren Sandmann).
8450
8451 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
8452
8453         * gtk/gtknotebook.c: Patch from Soeren Sandmann
8454         to update the states of the tab label child
8455         widgets to match the state of the tabs. 
8456         (#93389, Reported by Tommi Komulainen)
8457
8458 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
8459
8460         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
8461         EXTRA_DIST, and from dist rules. (#102231)
8462
8463 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
8464
8465         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
8466         function that sets the icon's and label's packing options and
8467         visibility based on toolbar->style.
8468
8469         (gtk_toolbar_internal_insert_element):
8470         (gtk_real_toolbar_style_changed): Make use of
8471         set_child_packing_and_visibility() to clean up the code and get
8472         the packing right for icon-only/text-only toolbars. (#104679)
8473
8474         (get_first_child): Remove, and use gtk_bin_get_child() instead.
8475
8476 2003-01-30  Matthias Clasen  <maclas@gmx.de>
8477
8478         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
8479         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
8480
8481         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
8482         
8483 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
8484
8485         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
8486         attempt-to-allocate then free code. To handle multiple
8487         people allocating colors at the same time, we need
8488         to just go ahead and try. (#102213, Shivram U)
8489         
8490 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
8491
8492         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
8493         rectangle using the background color rather than relying on
8494         gdk_window_clear_area(), so that the palette works properly with
8495         pixmap themes. (#101732)
8496
8497         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
8498         to fill the drawing area in the background color.
8499
8500 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
8501
8502         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
8503         initialization error for selecting input style (#103549).
8504
8505 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
8506
8507         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
8508         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
8509         (#101225)
8510
8511 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
8512
8513         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
8514         Make up from the menu bar go to the end of the submenu.
8515         (#96114, Ian Peters.)
8516
8517         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
8518         Only do the select-but-not-activate stuff if the
8519         menu is already active. Otherwise, just activate.
8520         (#101690, Arvind Samptur)
8521
8522 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
8523
8524         * autogen.sh (have_automake): Fix version in complaint
8525         message about automake. (#104366, Rich Burridge)
8526
8527 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
8528
8529         * configure.in: Remove SOEXT stuff; it doesn't work portably.
8530
8531 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
8532
8533         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
8534         we appended/prepended, send the rows_reordered signal to the 
8535         correct level ... (Reported by Matthew Tuck).
8536
8537 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
8538
8539         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
8540         out if the level only has one item, recurse over the child if there
8541         is one. (Fixes #100458, reported by Gaël Le Mignot).
8542
8543 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
8544
8545         * gtk/gtktreeview.c (gtk_tree_view_set_model),
8546         (gtk_tree_view_search_equal_func): make TreeView search handle
8547         all types which are transformable by GValue. (Fixes #99803, reported
8548         by Muktha Narayan).
8549
8550 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
8551
8552         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
8553         *really* handle unsetting the ID. Slightly modified patch from
8554         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
8555
8556 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
8557
8558         Fixes the total GtkTreeSortable mess, and #83195, reported by
8559         Jarek Dukat
8560
8561         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
8562         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
8563         (gtk_tree_store_set_default_sort_func): use the constant
8564         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
8565         work as advertised by the documentation.
8566
8567         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
8568         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
8569         (gtk_list_store_set_default_sort_func): likewise.
8570
8571         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
8572         (gtk_tree_model_set_sort_func),
8573         (gtk_tree_model_sort_set_default_sort_func): make functions work
8574         as advertised by the documentation.
8575
8576 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
8577
8578         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
8579         before we decide if we edit. (fixes #100973, reported by Dave Cook).
8580
8581 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
8582
8583         Bug report and test case from Paolo Maggi via IRC.
8584
8585         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
8586         (gtk_list_store_move): update tail if needed.
8587
8588 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
8589
8590         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
8591         might be NULL. Use gtk_widget_get_display (widget) 
8592         (#102860, Thomas Leonard)
8593
8594 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
8595
8596         * configure.in: Fix --without-modules/--disable-modules
8597         confusion that was causing --disable-modules not to work.
8598         (#102865, Akira Tagoh)
8599
8600         * configure.in: Fix problem with plain --with-xinput
8601         (#104266, Akira Tagoh)
8602
8603 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
8604
8605         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
8606         patch.
8607
8608 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
8609
8610         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
8611
8612 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
8613
8614         * docs/faq/gtk-faq.sgml: Learn to spell Library
8615
8616 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
8617         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
8618
8619            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
8620            Composite widget" to modern standards. (I.e. use gobject instead of
8621            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
8622
8623         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
8624         code in Appendix C to reflect above changes.
8625
8626         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
8627         auto resize on page size change
8628
8629 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
8630
8631         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
8632         in addition to show_all in order to keep them symmetric. (#102201)
8633
8634 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
8635
8636         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
8637         the end of the function, so there is a statement following the "out"
8638         label in all cases (fixes #101961)
8639
8640 2003-01-22  Christian Rose  <menthos@menthos.com>
8641
8642         * configure.in: Added "mn" to ALL_LINGUAS.
8643
8644 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
8645  
8646         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
8647         Fix off-by-one error on the backward iteration loop,
8648         that was causing the wrong range to be redrawn.
8649         (at least part of #72734)
8650         
8651 2003-01-21  Matthias Clasen  <maclas@gmx.de>
8652
8653         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
8654         vadjustment value after changing its bounds.  (fixes #101963 and 
8655         #73562)
8656
8657         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
8658         unnecessary roundtrip failures.  (#93500)
8659
8660 2003-01-19  Tor Lillqvist  <tml@iki.fi>
8661
8662         Merge from stable:
8663         
8664         Fix for #103614 and some other problems with GtkFileSelection on
8665         Windows:
8666                 
8667         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
8668         g_ascii_tolower(). Windows file names are case-insensitive for all
8669         Unicode letters.
8670
8671         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
8672         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
8673         earlier, as it includes config.h unconditionally, and gtkprivate.h
8674         redefines GTK_LOCALEDIR.
8675         (struct _CompletionDirSent): Ifdef out the fields not used on
8676         Windows.
8677         (compare_utf8_filenames, compare_sys_filenames): Need different
8678         comparison implementation for UTF-8 file names and system locale
8679         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
8680         need to casefold all Unicode letters.
8681         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
8682         variables not used on Win32 to avoid warnings about unused
8683         variables.
8684         (open_ref_dir): Use g_path_skip_root() to skip past potential
8685         drive letter in front of the leading (back)slash.
8686         (open_new_dir): Ifdef out use of CompletionDirSent fields not
8687         there on Win32.
8688         (correct_parent): Bypass inode check also on Cygwin.
8689
8690         Fix bug noticed by Alex Shaduri: Tooltips and other
8691         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
8692         was a regression from earlier versions.
8693         
8694         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
8695         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
8696         (gdk_window_move, gdk_window_resize): Add debug logging.
8697
8698         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
8699         WM_SIZE message for a non-visible (withdrawn) window, don't clear
8700         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
8701         even if its size changes.
8702
8703 2003-01-16  Matthias Clasen  <maclas@gmx.de>
8704
8705         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
8706         (totally_invisible_line): Fix an incorrect optimization which
8707         caused invisible paragraphs to be occasionally misrendered.
8708
8709 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
8710
8711         * gtk/gtksettings.c: Set the double click speed from
8712         XSETTINGS when creating a new GtkSettings object
8713         as well as when getting a notify. (#103601, reported
8714         by Louis Garcia)
8715
8716 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
8717  
8718         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
8719         Show/hide the notebook event window as necessary,
8720         we weren't previously keeping the visibility updated
8721         properly.  (#103599)
8722  
8723 2003-01-15  Matthias Clasen  <maclas@gmx.de>
8724
8725         * examples/menu/itemfactory.c: 
8726         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
8727         example.  (#103211)
8728
8729 2002-12-29  Murray Cumming  <murrayc@usa.net>
8730
8731         Fixes #102168.
8732
8733         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
8734         Actually implement the GtkTreeDragSource::row_draggable virtual 
8735         function in GtkListStore and GtkTreeStore instead of just checking 
8736         whether it's implemented at all. This means that DnD isn't broken by
8737         gtkmm's virtual function wrappers. The alternative would be to
8738         hard-code the TRUE return value into gtkmm's wrappers, but that's 
8739         part of GTK+'s implementation, not it's API.
8740
8741 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
8742
8743         * gtk/gtktreeview.c: fix compiler warning.
8744
8745 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
8746
8747         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
8748         make sure exposed pixbufs are clipped to the exposed area before
8749         drawing, which is a slight speedup. (#102379, patch from Soeren
8750         Sandmann).
8751
8752 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
8753
8754         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
8755         only free scroll_to_path when the complete tree has been validated.
8756         This makes sure that we scrolled to the correct path.
8757
8758 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
8759
8760         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
8761         background of widget->window and bin->window. (Fixes #96650, reported
8762         by Dave Camp).
8763
8764 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
8765
8766         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
8767         updates before scrolling, avoiding a "selection streak". (Fixes
8768         #101235, patch from Soeren Sandmann).
8769
8770 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
8771
8772         * gtk/gtktreeview.c (validate_visible_area): actually put values
8773         in the requisition using gtk_widget_size_request. (Fixes #100172,
8774         reported by Kjartan Maraas).
8775
8776 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
8777
8778         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
8779         arrow animation timeout before we actually reorder the rbtree. If
8780         we don't do this we can get stuck arrows,
8781         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
8782         reported and testcase provided by Hans Petter Jansson).
8783
8784 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
8785
8786         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
8787         anchor_path should be start_path, not end_path. (Fixes #102618,
8788         patch from Carlos Garnacho Parro).
8789
8790 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
8791
8792         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
8793         only correct new_pos if we don't move to the head/tail.
8794
8795 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
8796
8797         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
8798         the parent_iter if depth >= 1, so we send the reordered signal to
8799         the correct level, remove debugging printfs which I forgot the remove
8800         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
8801         testcase provided by Matthew Tuck).
8802
8803 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
8804
8805         * gtk/gtktreeview.c (invalite_last_column): split out actual column
8806         invalidation into invalidate_column(),
8807         (gtk_tree_view_size_allocate_columns): invalidate column if the
8808         new width is larger than the old width.
8809         (fixes #102890, reported by Alex Duggan).
8810
8811 2003-01-14  Matthias Clasen  <maclas@gmx.de>
8812
8813         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
8814         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
8815         GTK_MOVEMENT_WORDS.
8816
8817         * gtk/gtktextiter.c,
8818         gtk/gtktextiter.h: Add some variant movement functions which
8819         skip invisible chars, and do some cleanups.
8820
8821 2003-01-12  Tor Lillqvist  <tml@iki.fi>
8822
8823         Merge from stable:
8824                 
8825         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
8826         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
8827         lookup.
8828
8829         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
8830         gdk.def.
8831
8832         * gdk/gdk.def
8833         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
8834
8835         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
8836         gtk-demo}.exe and share/gtk-2.0.
8837
8838         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
8839         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
8840         window style.
8841         (gdk_window_set_type_hint): Add all cases to the switch (not all
8842         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
8843         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
8844         won't know that the skip_taskbar hint is on for the window, is
8845         this bad?
8846
8847 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
8848
8849         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
8850         <string.h> for strlen.
8851
8852         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
8853         <string.h> for strrchr.
8854
8855         * tests/testgtk.c (create_saved_position): "x" and "y" properties
8856         for widgets no longer exist, use gtk_window_move instead.
8857
8858         * test/testtextbuffer.c (check_get_set_text): cast strlen to
8859         int for g_error.
8860
8861 2003-01-08  Matthias Clasen  <maclas@gmx.de>
8862
8863         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
8864         the selection in the presence of invisible segments.
8865
8866 2003-01-07  Matthias Clasen  <maclas@gmx.de>
8867
8868         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
8869         to "select all" and "unselect all".  (#102065)
8870
8871         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
8872         the just_selected_element is unused.
8873
8874         * gtk/gtktextview.c (extend_selection): New helper function to
8875         find the range that should be added to the selection. 
8876         (selection_motion_event_handler): 
8877         (gtk_text_view_start_selection_drag): 
8878         (gtk_text_view_end_selection_drag): 
8879         (selection_motion_event_handler): 
8880         (selection_scan_timeout): Support select-by-words/lines.
8881         (gtk_text_view_button_press_event): Start a selection drag on
8882         double/triple clicks.  (#78499)
8883
8884 2003-01-06  Matthias Clasen  <maclas@gmx.de>
8885
8886         Implement a utility function proposed in #102534:
8887         
8888         * gtk/gtktextbtree.h: 
8889         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
8890         (_gtk_text_btree_place_cursor): Now a simple wrapper around
8891         _gtk_text_btree_select_range().   
8892
8893         * gtk/gtktextbuffer.h: 
8894         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
8895         (gtk_text_buffer_place_cursor): Now a simple wrapper around
8896         gtk_text_buffer_select_range(). 
8897
8898 2003-01-05  Havoc Pennington  <hp@pobox.com>
8899
8900         * configure.in: fix a stray bracket that was breaking the build
8901
8902 2003-01-05  Tor Lillqvist  <tml@iki.fi>
8903
8904         * gtk-zip.sh.in: Use correct DLL and import library names, with
8905         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
8906         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
8907
8908         * configure.in: Improve check for dimm.h.
8909
8910         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
8911         gdk-pixbuf/Makefile.am.
8912
8913         * gdk-pixbuf/makefile.mingw.in
8914         * gdk-pixbuf/pixops/makefile.mingw.in
8915         * gdk/makefile.mingw.in
8916         * gdk/win32/makefile.mingw.in
8917         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
8918
8919         * gdk-pixbuf/Makefile.am
8920         * gdk-pixbuf/pixops/Makefile.am
8921         * gdk/Makefile.am
8922         * gdk/win32/Makefile.am
8923         * gtk/Makefile.am
8924         * configure.in: Remove makefile.mingw{,.in} from here, too.
8925         
8926         * README.win32: Updates. Don't mention the now removed
8927         makefile.mingw files.
8928
8929         * gdk/gdk.def
8930         * gtk/gtk.def: Add a couple of missing entries.
8931
8932         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
8933
8934         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
8935         earlier.
8936
8937         * gdk/win32/rc/Makefile.am: Add hack to help
8938         build/win32/lt-compile-resource decide which kind of libtool
8939         object file to produce.
8940
8941 2003-01-05  Matthias Clasen  <maclas@gmx.de>
8942
8943         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
8944         C-Down step through the sequence of paragraph ends (old behaviour
8945         included paragraph starts).  (#80340, patch by Narayana Pattipati)
8946
8947         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
8948         Check for a tag toggle at the start iterator before calling
8949         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
8950         Elstner)
8951
8952 2003-01-04  Matthias Clasen  <maclas@gmx.de>
8953
8954         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
8955         and /*< private >*/ as appropriate.  (#97211)
8956
8957 2003-01-04  Tor Lillqvist  <tml@iki.fi>
8958
8959         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
8960         distribute gtk-zip.sh.in.
8961
8962         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
8963
8964 2003-01-03  Havoc Pennington  <hp@pobox.com>
8965
8966         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
8967
8968         * docs/text_widget_internals.txt: add a file documenting some of
8969         the text widget internals
8970
8971 2003-01-02  Matthias Clasen  <maclas@gmx.de>
8972
8973         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
8974         return NULL.  (#102069)
8975
8976 2003-01-01  Matthias Clasen  <maclas@gmx.de>
8977
8978         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
8979         a main() in the library is obviously bad. 
8980
8981 2002-12-27  Matthias Clasen  <maclas@gmx.de>
8982
8983         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
8984         cursor at drop point.  (#72384)
8985         (gtk_text_view_size_allocate): Update the horizontal adjustment
8986         value.  (#75694)
8987
8988 2002-12-25  Matthias Clasen  <maclas@gmx.de>
8989
8990         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
8991         selection wrt. to empty lines.  (#90435, #90582, #91619)
8992
8993         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
8994         Keep the cursor on screen.  (#96929)
8995
8996 2002-12-24  Matthias Clasen  <maclas@gmx.de>
8997
8998         * gtk/gtktextbuffer.c (paste_from_buffer): 
8999         (clipboard_text_received): Let the user action span the insertion
9000         and the deletion of the old selection.  (#82844)
9001
9002 2002-12-23  Matthias Clasen  <maclas@gmx.de>
9003
9004         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
9005         Don't call gtk_text_iter_backward_sentence_start() if
9006         count is zero.  (#99115)
9007
9008         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
9009         move_cursor() even if the cursor hasn't moved, since it has the
9010         side effect of canceling the selection.  (#81395, #98537, #98333)
9011
9012 2002-12-22  Matthias Clasen  <maclas@gmx.de>
9013
9014         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
9015         with empty ranges.  (fixes #101564 and #80637)
9016
9017 2002-12-21  Tor Lillqvist  <tml@iki.fi>
9018
9019         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
9020         sets the window style and extended window style, and adjusts the
9021         width and height to take the window decorations into account
9022         earlier. The adjusted width and height used to be ignored. Remove
9023         the local x, y, width and height variables, no need to further
9024         confuse the code by having local copies. (Partial fix, I hope, for
9025         #101588)
9026
9027         (gdk_window_move): When moving top-level windows, take title bar
9028         and border width into account, offsetting the coordinates before
9029         calling SetWindowPos().
9030
9031         (gdk_window_set_decorations, gdk_window_set_functions):
9032         Reimplement, taking into account the peculiar semantics of
9033         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
9034
9035         (gdk_window_get_decorations): Implement. (#98981)
9036         
9037         (gdk_window_set_type_hint): When setting
9038         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
9039         (#79036)
9040
9041         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
9042
9043 2002-12-21  Matthias Clasen  <maclas@gmx.de>
9044
9045         * gtk/gtktextview.c (gtk_text_view_set_background): New static
9046         function to set the background of all windows.
9047         (gtk_text_view_style_set): Use gtk_text_view_set_background().
9048         (gtk_text_view_state_changed): New function; change background
9049         according to state.  (#88126)
9050
9051 2002-12-21  Havoc Pennington  <hp@pobox.com>
9052
9053         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
9054