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