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