]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
move function to a somewhat more logical place,
[~andy/gtk] / ChangeLog.pre-2-10
1 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
2
3         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
4         to a somewhat more logical place,
5         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
6
7 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
8
9         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
10         the popup when it is visible, popdown when there are less chars
11         than the minimum key length in the entry,
12         (gtk_entry_completion_changed): popdown when the entry is empty.
13
14         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
15         size request of the vscrollbar to (-1, 0), to get a nicely sized
16         completion treeview (Fixes #126573, reported by Piers Cornwell),
17         (_gtk_entry_completion_resize_popup): show/hide the action_view
18         based on items.
19
20 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
21
22         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
23         off the dialog's separator (thanks to Iain Holmes).
24
25 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
26
27         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
28         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
29         on items that have a submenu. (#120104).
30
31 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
32
33         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
34         "ItemState" field indicating the overflowed-ness etc. of the item.
35         (gtk_toolbar_size_allocate): update the field here.
36
37 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
38
39         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
40         to the alignment.  Use the HIG-specified spacing between the
41         filter label and the combo.
42         (create_filename_entry): Use HIG-specified spacing between the
43         location label and the entry.
44         (gtk_file_chooser_default_constructor): Don't use vertical padding
45         around the filename entry.
46
47 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
48
49         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
50         render_icon virtual method.
51
52         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
53
54         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
55         Implement as a stub for now.
56
57         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
58         gtk_file_system_render_icon().
59         (list_icon_data_func): Likewise.
60         (toolbar_create): Set the toolbar style to icons only.
61
62         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
63         Fix doc comments.
64
65 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
66
67         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
68         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
69
70 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
71
72         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
73         only unselect all items if the treeview has focus. (Fixes bug
74         reported by Marco Pesenti Gritti).
75
76 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
77
78         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
79         number of actions is "matches + actions - 1". (Fixes #126572).
80
81 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
82
83         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
84         mem leaks (#119435).
85
86 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
87
88         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
89         try to fetch the child back, since we do know that it is already
90         gone by now (#126493, Marco Pesenti Gritti).
91
92 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
93
94         Fixes based on comments from Owen Taylor, #125264.
95
96         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
97         variable,
98         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
99         a resize,
100         (gtk_cell_view_get_size_of_row): new function,
101         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
102         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
103         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
104         s/cellview/cell_view/ in the function definitions, so they match
105         with the header file.
106
107         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
108         flag again (:, and use gtk_cell_view_get_size_of_row instead of
109         the measurer, remove _set_size_request call,
110         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
111         instead of the measurer,
112         (gtk_combo_box_style_set): queue a resize,
113         (gtk_combo_box_size_request): update of _remeasure call,
114         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
115         (gtk_combo_box_cell_layout_pack_end),
116         (gtk_combo_box_cell_layout_clear),
117         (gtk_combo_box_set_model): get rid of the measurer,
118         (gtk_combo_box_cell_layout_add_attribute),
119         (gtk_combo_box_cell_layout_set_cell_data_func),
120         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
121         resize instead of calling _remeasure.
122
123 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
124
125         * gdk-pixbuf/Makefile.am
126         * modules/input/Makefile.am: Use install-data-hook for
127         gdk-pixbuf.loaders and gtk.immodules install generation targets.
128         Fixes #112806.
129
130         * gtk/gtkexpander.h: Apply missing declarations from #124449.
131
132 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
133
134         Fix for #119555, Peter Zelesny:
135         
136         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
137         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
138         by removing the _ prefix. 
139         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
140         gdk/gdkwindow.c: Adjust all callers.
141
142 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
143
144         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
145         the action is sensitive.  (#127187, Christian Persch)
146
147 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
148
149         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
150
151 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
152
153         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
154
155         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
156         mapped, else resize_popup.
157
158         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
159         (_gtk_entry_completion_popup): moved all popup resizing code to
160         _gtk_entry_completion_resize_popup, and show the window when there
161         are more than zero items in the completion list again (sigh).
162
163 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
164
165         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
166         "use_markup" property. See bug #124449.
167
168         * gtk/gtkexpander.c:
169         (gtk_expander_class_init),
170         (gtk_expander_init), (gtk_expander_set_property),
171         (gtk_expander_get_property), (gtk_expander_set_label),
172         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
173         Add a "use_markup" property and use it when creating the
174         child label.
175
176 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
177
178         Temporary size requisition fix. Will fix it for real tonight.
179
180         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
181         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
182         a good width for the child,
183         (gtk_combo_box_cell_layout_add_attribute),
184         (gtk_combo_box_set_cell_data_func),
185         (gtk_combo_box_cell_layout_clear_attributes): update.
186
187 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
188
189         Fixes #124373, Murray Cumming.
190
191         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
192         is no longer construct only,
193         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
194         (gtk_combo_box_menu_fill): new functions,
195         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
196         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
197         (gtk_combo_box_list_destroy): updated,
198         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
199         functions,
200         (gtk_combo_box_set_model): is now public, updated,
201         (gtk_combo_box_get_model): small update.
202
203         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
204         text_column property is no longer construct only,
205         (gtk_combo_box_entry_set_text_column): now public,
206         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
207         new/changed functions.
208
209         * tests/testcombo.c: updated.
210
211 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
212
213         Reinstate fixes for (#124212, Marco Pesenti Gritti):
214         
215         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
216         warnings for popups.
217         (_gtk_menu_is_empty): Return FALSE for non-menus.
218
219 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
220
221         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
222         gtk_cell_view_cell_layout_clear instead of trying to free the
223         structure ourselves here. (#125726, Morten Welinder).
224
225 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
226
227         * gtk/gtkfilechooser.[hc]: 
228         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
229         confuse gtk-doc.
230
231 2003-11-15  Hans Breuer  <hans@breuer.org>
232
233         * gdk/makefile.msc gdk/gdk.def 
234             gtk/gtk.def gtk/makefile.msc.in : updated
235         * tests/makefile.msc : added all the new tests
236
237         * gtk/gtkfilefilter.c(finalize) : initialize filter
238         from object not from itself
239
240         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
241         modified as less as posible to have aworking implementation
242         on win32. There maybe the desire to merge the unchanged pats into
243         a common base class.
244         Also implemented a simple glib based bookmark handling, which
245         is currently missing in gtkfilesystemunix.[hc] but can be copied
246         over there.
247         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
248
249         * gdk/win32/gdkwindow-win32.c : implement 
250         gdk_window_set_keep_above() and gdk_window_set_keep_below()
251
252         * tests/testmerge.c : don't include unistd.h unconditionally,
253         #define STDOUT_FILENO if it isn't defined
254
255         * tests/testfilechooser.c : make it compile on win32
256
257 2003-11-15  Tor Lillqvist  <tml@iki.fi>
258
259         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
260         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
261
262 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
263
264         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
265
266 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
267
268         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
269         GTK_DATADIR/{icons,pixmaps} instead of 
270         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
271
272 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
273
274         Changes to improve menu positioning on Xinerama (#108328, #126150):
275         
276         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
277         window of the menuitem to determine the monitor. This fixes some
278
279         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
280         to store the monitor on which the menu is to be positioned.
281
282         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
283         in the GtkMenuPrivate struct and fetch the monitor geometry after
284         calling the position_func, in case it has been changed.
285
286         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
287         to be used in GtkMenuPositionFunc implementations for setting
288         the monitor_num field in GtkMenuPrivate.
289
290         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
291         gtk_menu_set_monitor.
292
293 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
294
295         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
296         label for the empty list. String change.  (#95446, Tomas Ã–gren)
297
298 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
299
300         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
301         the definition of the values.  (#123361, Marco Pesenti Gritti)
302
303 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
304
305         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
306         (#122941, Egmont Koblinger)
307
308 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
309
310         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
311         opacity entry widget. Change tooltip for opacity widgets. (#126426)
312
313 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
314
315         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
316         affect window menu position when popped from keyboard. (#102660)
317
318 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
319
320         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
321         are using the old API, make all items "is_important". That way
322         BOTH_HORIZ will continue to show both icon and label in old API
323         mode.
324
325 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
326
327         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
328         Remember the new value in all cases.  (#126276, Damon Chaplin)
329
330 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
331
332         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
333         functions with the toplevel as argument.
334
335         * demos/gtk-demo/geninclude.pl.in: Change the signature
336         of GDoDemoFunc to take a widget argument
337
338         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
339         * demos/gtk-demo/tree_store.c (do_tree_store): 
340         * demos/gtk-demo/textview.c (do_textview): 
341         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
342         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
343         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
344         * demos/gtk-demo/panes.c (do_panes): 
345         * demos/gtk-demo/menus.c (do_menus): 
346         * demos/gtk-demo/list_store.c (do_list_store): 
347         * demos/gtk-demo/images.c (do_images): 
348         * demos/gtk-demo/hypertext.c (do_hypertext): 
349         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
350         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
351         * demos/gtk-demo/dialog.c (do_dialog): 
352         * demos/gtk-demo/colorsel.c (do_colorsel): 
353         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
354         * demos/gtk-demo/button_box.c (do_button_box): 
355         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
356         as argument, and make new windows or dialogs appear on the
357         same screen.  (#80388)
358
359 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
360
361         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
362         visible-window default to TRUE, as documented and 
363         implemented. (#126270 Damon Chaplin)
364
365 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
366
367         * gtk/gtkicontheme.c: 
368         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
369         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
370         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
371         2.4 additions.
372
373 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
374
375         Changing GtkFileChooserEntry to use GtkEntryCompletion.
376
377         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
378         a GtkListStore for the completion list.  Create a
379         GtkEntryCompletion and attach it to the chooser entry.
380         (gtk_file_chooser_entry_finalize): Unref the completion store.
381         (completion_match_func): New callback for the GtkEntryCompletion.
382         (completion_idle_callback): Fill the completion store with filenames.
383
384 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
385
386         * gtk/gtkwindow.c (gtk_window_set_role): 
387         * gtk/gtkwindow.c (gtk_window_set_title): 
388         * gtk/gtkwidget.c (gtk_widget_set_name): 
389         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
390         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
391         safe for self-assignment.  (#122745, Soeren Sandmann)
392
393 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
394
395         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
396         (#126369, Olexiy Avramchenko)
397
398 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
399
400         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
401         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
402         consistency of titles.  (#126193, Damon Chaplin)
403
404 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
405
406         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
407         menus to be transient for the toplevel they were torn off from.
408         (gtk_menu_get_toplevel): Auxiliary function to find the
409         toplevel of a menu.  (#54775, Jon-Kare Hellan)
410
411 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
412
413         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
414         min-position and max-position.  (#58431, Padraig O'Briain)
415
416 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
417
418         * gtk/gtkcolorsel.c (update_color): 
419         (make_label_spinbutton): 
420         (adjustment_changed): Change the ranges for Saturation and
421         Value to be 0-100 instead of 0-255, since these axes of HSV
422         are usually expressed in percent.  (#121519, Gregory Merchan)
423
424 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
425
426         * docs/faq/gtk-faq.sgml: More 2.x updates
427
428 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
429
430         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
431         pkg-config command error, update copyright.
432
433 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
434
435         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
436         well.  Use a helper function.
437         (shortcuts_append_home): Display an error box if necessary.
438         (shortcuts_append_desktop): Likewise.
439         (add_bookmark_button_clicked_cb): Likewise.
440         (gtk_file_chooser_default_select_path): Likewise.
441         (entry_activate): Likewise.
442         (shortcuts_append_paths): New helper function.
443         (shortcuts_append_file_system_roots): Use
444         shortcuts_append_paths().
445         (shortcuts_append_bookmarks): Likewise.
446
447 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
448
449         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
450         menu is NULL.
451         (update_smart_separators): Remove some unneeded ifs.
452
453 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
454
455         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
456         these usable in C++. Forgot this file in my Oct 11 commit.
457
458 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
459
460         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
461         icon to the "Add bookmark" button.
462
463         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
464         * gtk/gtkfilesystemmodel.c: Likewise.
465         * gtk/gtkfilechooser.c: Likewise.
466         * gtk/gtkfilechooserdefault.c: Likewise.
467
468 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
469
470         * gdk/gdk.c: 
471         * gdk/gdkinternals.h: 
472         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
473         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
474         Xinerama mode when no actual Xinerama setup is found. 
475
476 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
477
478         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
479         (create_shortcuts_tree): Don't call the above.
480         (bookmarks_changed_cb): Likewise.
481         (tree_selection_changed): Unselect everything from the shortcuts
482         list.  This is the behavior that Mac OS has.
483         (toolbar_add_item): Return the item.
484         (toolbar_create): Store the up_button in the impl structure.
485         (toolbar_check_sensitivity): New function to set the sensitivity
486         of the "Up" button in the toolbar.
487         (tree_selection_changed): Call toolbar_check_sensitivity().
488
489 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
490
491         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
492         not set a border width for the toplevel container.
493         (toolbar_create): New function; create a simple toolbar for the
494         file chooser.
495         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
496         the table, as per the HIG.
497         (gtk_file_chooser_default_init): Likewise, for the default
498         implementation's vbox.
499
500         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
501         note that NULL is a valid return value for the parent path.
502
503 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
504
505         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
506         Change on activation, not selection change (temporary
507         workaround for #125955, needed for keynav, likely
508         the right UI anyways.)
509
510         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
511         Don't allow the separator node to be selected.
512
513         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
514         Set the focus chain so that the entry gets focused first.
515         (Not really right after initial focusing, maybe we
516         should just have a gtk_file_chooser_focus_entry() that
517         we call from gtk_file_chooser_dialog on creation.)
518
519 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
520
521         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
522         residual call to gtk_window_get_private().
523
524 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
525
526         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
527         into GtkWindowPrivate structure, fixing ABI breakage
528         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
529         to instance-private-data.
530
531 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
532
533         * gtk/gtktoolbar.c (get_item_requisition): delete this function
534         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
535         instead of re-calculating for each item.
536         (gtk_toolbar_size_allocate): Update comments
537
538 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
539
540         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
541         placeholders when include_internals is TRUE.
542
543 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
544
545         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
546         item 0 is a placeholder. (#125826)
547         * tests/testtoolbar.c: add an assertion that 
548         gtk_toolbar_get_nth_item (0) != NULL
549
550 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
551
552         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
553         logical == 0.(#125826)
554
555 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
556
557         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
558         return the index of a real item.
559         (get_nth_item) assert that the returned items is not a
560         placeholder.  (#125826, Marco Pesenti Gritti).
561         
562 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
563
564         * gtk/gtkcellrendererseptext.c
565         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
566         text is NULL, rather than also doing it if it is an empty string.
567
568 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
569
570         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
571         gtk_message_dialog_new_with_format): Allow NULL
572         for message_format, as described in the docs and
573         as worked previously. (#125759, Richard Hult)
574
575         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
576         Use g_markup_vprintf_escaped() to escape argumetns.
577
578         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
579         so there is some way to set literal markup.
580
581 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
582  
583         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
584         the call to gdk_error_trap_pop() to the right place,
585         fixing a problem where we'd pop() too many times 
586         when bailing out. (#123302, Thomas Leonard)
587         
588 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
589
590         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
591         Fix infinite recursion. (#125679, Christian Persch)
592
593 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
594
595         * docs/faq/gtk-faq.sgml: further 2.x updates:
596         mirrors,compiling,g_main_context_iteration
597
598 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
599
600         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
601         function; remove gtk_toolbar_highlight_drop_location() and
602         gtk_toolbar_unhighlight_drop_location().
603
604         Also fix bug where the number of overflowed items were miscounted.
605
606 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
607
608         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
609         some accidentally committed duplicate code.
610
611 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
612
613         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
614
615 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
616
617         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
618         gtk_has_toplevel_focus): Add getters corresponding to
619         the is_active and has_toplevel_focus properties.
620         (#122531)
621
622 Tue Oct 28 10:18:55 2003  Owen Taylor  <otaylor@redhat.com>
623
624         * gtk/gtkwindow.c (gtk_window_is_active): 
625
626 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
627
628         * gtk/gtkexpander.c:
629         (gtk_expander_class_init): hook up the destroy handler.
630         (gtk_expander_destroy), (gtk_expander_unrealize):
631         remove the expand/collapse timeout on destroy instead
632         of unrealize to avoid leaving the expander in a inconsistent
633         state when unrealizing during animation.
634         (gtk_expander_start_animation): remove realized check.
635         (gtk_expander_set_expanded): if the widget isn't realized,
636         expand immediately.
637
638 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
639
640         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
641         do nothing when recipient is NULL, as described in the
642         doc comment. (#123107, Thomas Leonard)
643
644 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
645
646         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
647         rewrite docs, mention memory management for the return
648         value. (Partly addresses #125549, Michael Natterer)
649
650 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
651
652         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
653         Changew index to filter_index to fix compilation error.
654
655         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
656
657 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
658
659         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
660         we have RandR support, for XRRUpdateConfiguration declaration.
661
662         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
663         declaration.
664
665         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
666         length a gsize variable, since that's what g_file_get_contents()
667         expects.
668
669 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
670
671         * NEWS: Fix attribution for above/below EWMH work.
672
673 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
674
675         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
676         as a construct-only property.  (#125475, Murray Cumming)
677
678 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
679
680         Fix bug 116297 and 125472
681         
682         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
683         this function take an index and a GtkToolItem.
684
685         * tests/testtoolbar.c (main): Make "Show Arrow" default to
686         true. Make one of the separators !draw and expand.
687         Update for new highlight_drop_location() API.
688
689         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
690
691         * gtk/gtktoolbar.h: Formatting fixes.
692
693         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
694         separator tool items to expand.
695         (logical_to_physical, physical_to_logical): Fix off-by-one errors
696         (Fix #125472, Marco Pesenti Gritti)
697
698         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
699         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
700         return FALSE, not TRUE.
701         (gtk_separator_too_item_{set|get}_property,
702         (gtk_separator_tool_item_{set|get}_draw): new functions
703
704 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
705
706         * === Released 2.3.0 ===
707
708         * configure.in: Remove a stray comma.
709
710         * README.in: Fix a few notes about Xft 1 and pango-1.0.
711
712         * NEWS: Finish updates for 2.3.0.
713
714         * po/Makefile.in.in: Update to latest GLib version.
715
716 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
717
718         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
719         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
720         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
721         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
722         Sandmann).
723
724 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
725
726         * gtk/gtktreemodelfilter.h: add padding to the class structure.
727
728 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
729
730         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
731         (gtk_file_chooser_remove_filter): Likewise.
732         (gtk_file_chooser_select_all): Added docs.
733         (gtk_file_chooser_unselect_all): Likewise.
734
735         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
736
737         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
738
739 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
740
741         * gtk/gtkfilefilter.c: 
742         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
743
744 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
745
746         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
747
748 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
749
750         * NEWS: Remove a few duplicates, group the menu changes.
751
752 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
753
754         * NEWS: Updates for 2.3.0; changed header to match the style we used
755         for 2.1.0.
756
757 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
758
759         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
760         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
761
762 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
763
764         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
765         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
766         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
767
768 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
769
770         * NEWS: Partial update for 2.3.0.
771
772 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
773
774         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
775         GtkComboBox.
776
777 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
778
779         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
780         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
781         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
782         Basic framework for the new file selector widget.
783
784         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
785         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
786         Initial implementation of the GtkFileChooser user interface.
787
788         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
789         for Unix files.
790
791         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
792         for freedesktop.org MIME system on Unix.
793
794         * tests/testfilechooser.c: Test program for GtkFileChooser
795
796         * tests/prop-editor.c: Add support for properties on interfaces.
797
798 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
799
800         * demos/gtk-demo/menus.c (do_menus): Fix some unused
801         variables.
802
803         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
804         variable warning.
805
806 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
807
808         * NEWS: Partial update for 2.3.0.
809
810 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
811
812         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
813         ctrl_pressed and shift_pressed according to the current event
814         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
815
816 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
817
818         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
819         timeout when the user pressed on Enter/ESC. Fixes the bug where the
820         completion popup popped up after the user pressed on Enter (which is
821         just weird). Reported by the Epiphany people (all of them).
822
823 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
824
825         Add support for OS X like sliding of toolbar items during drag and
826         drop, (#110919, Dave Bordoley)
827
828         Make dnd highlighting the responsibility of the
829         application. (Fixes #116298, Owen Taylor)
830
831         * gtk/gtktoolbar.h: Add prototypes for new API.
832         
833         * gtk/gtktoolbar.c
834         (physical_to_logical, logical_to_physical): new functions
835         converting between "position including placeholders" and "position
836         excluding placeholders".
837         (gtk_toolbar_class_init): remove drag_leave and drag_motion
838         handlers
839         (struct _ToolbarContent): new struct containing information
840         related to toolbar items.
841         (gtk_toolbar_highlight_drop_location): new public function
842         (gtk_toolbar_unhighlight_drop_location): new public function
843         
844         * tests/testtoolbar.c
845         (toolbar_drag_motion, toolbar_drag_leave): new functions
846         (main): connect to dnd signals.  Make the "New" item expand to
847         make drag and drop more exciting.
848
849 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
850
851         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
852         _set_active, not _set_active_item.
853
854 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
855
856         * gtk/gtkcombobox.h: add padding to the class structure.
857         * gtk/gtkcomboboxentry.h: ditto.
858         * gtk/gtkentrycompletion.h: ditto.
859
860 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
861
862         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
863         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
864         value and what it means.
865
866         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
867         item to -1 (default),
868         (gtk_combo_box_entry_active_changed): do nothing when the index is
869         < 0.
870
871 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
872
873         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
874         to set the active row by iter.
875
876         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
877         to get the active row by iter.
878
879 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
880
881         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
882         operations on windows if the tree view is not mapped.
883         (gtk_tree_view_button_press): Compare equal types of pointers, not
884         GtkWidget* vs. GtkTreeView*.
885
886 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
887
888         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
889         the reset of first_sel_changed, as after the first popup the treeview
890         will always have a row selected and will thus not focus_to_cursor.
891
892         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
893         whether the keyval should move the completion selection cursor (used
894         to avoid ending up with extreme cluttered code), also added
895         all KP_ equivalents of the keys here,
896         (gtk_entry_completion_key_press): Keynav tweaks based on comments
897         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
898         as possible current selection, implement Home/End keys, modified
899         the down key to stop cycling. Maybe page up/down should be implemented
900         at some later time.
901
902 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
903
904         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
905         as documented when pixmap or mask is NULL.  (#124081) 
906
907 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
908
909         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
910         I was adding the signal block/unblock code. Oops. (Noticed by
911         Marco Pesenti Gritti).
912
913 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
914
915         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
916         (set_interp_type), (main): port over from option menu to GtkComboBox.
917
918 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
919
920         * tests/testmenus.c: Still uses option menus, so turn off
921         GTK_DISABLE_DEPRECATED.
922
923 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
924
925         * gtk/gtkalignment.[hc]: 
926         * gtk/gtkcombobox.[hc]: 
927         * gtk/gtkcomboboxentry.[hc]: 
928         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
929         from header to implementation.
930
931 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
932
933         * tests/testtreeview.c: 
934         * demos/testpixbuf-scale.c: 
935         * tests/prop-editor.c: These files still use option menus,
936         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
937
938 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
939
940         * gtk/gtkactiongroup.h: 
941         * gtk/gtkaction.h: 
942         * gtk/gtkradioaction.h: 
943         * gtk/gtkradiotoolbutton.h: 
944         * gtk/gtkseparatortoolitem.h: 
945         * gtk/gtktoggleaction.h: 
946         * gtk/gtktoolitem.h: 
947         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
948         these usable in C++.  (#124351, Murray Cumming)
949
950 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
951
952         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
953         non-NULL before accessing it. Oops.
954
955 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
956
957         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
958         (gtk_entry_completion_insert_action_text),
959         (gtk_entry_completion_insert_action_markup): the gchar* parameters
960         should be const (pointed out by both Marco Pesenti Gritti and
961         Murray Cumming (#124356).
962
963 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
964
965         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
966         child list mode, allocate the height allocation->height to the
967         button instead of the height requested by the button. (Tiny
968         size allocation screwup noticed by Macro Pesenti Gritti).
969
970 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
971
972         Fixes based on comments from Marco Pesenti Gritti.
973
974         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
975         signal handler, avoids the completion popup to popup when text is
976         set programmatically in most cases (we actually have to handle this
977         in the _editable functions as well, but that will break popping up
978         when the user actually typed something :),
979         (gtk_entry_completion_key_press): when handling enter, bail out
980         when nothing has been selected,
981         (gtk_entry_completion_changed): don't popdown when the entry content
982         changed.
983
984         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
985         (gtk_entry_completion_selected_changed): unselect_all on the
986         first selected changed signal. Avoids having a default row selected,
987         (_gtk_entry_completion_popup): don't select the first row by default.
988
989         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
990         first_sel_changed field.
991
992 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
993
994         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
995         in the intro (again).
996
997 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
998
999         Fixes for (#124212, Marco Pesenti Gritti):
1000         
1001         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
1002         warnings for popups.
1003         (_gtk_menu_is_empty): Return FALSE for non-menus.
1004
1005 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
1006
1007         * gtk/gtkcombo.h: Deprecate.
1008         * gtk/gtkoptionmenu.h: Ditto.
1009
1010         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
1011         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
1012         needs some work on requesting enough size when taking the items in
1013         the list into account.
1014
1015         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
1016         deprecated" guards.
1017         * gtk/gtkinputdialog.c: ditto.
1018         * gtk/gtkitemfactory.c: ditto.
1019         * gtk/gtkoptionmenu.c: ditto.
1020
1021         * demos/gtk-demo/menus.c: remove the option menu.
1022         * demos/gtk-demo/sizegroup.c: replace the option menus with
1023         GtkComboBox.
1024         * demos/gtk-demo/textview.c: ditto.
1025         (A general GtkComboBox demo will be added later on).
1026
1027 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
1028
1029         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
1030         callback to propertly report radio actions.
1031
1032         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
1033
1034 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
1035
1036         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
1037         version in in the right field of the _XEMBED_INFO property.  
1038         (#123885, Denis Mikhalkin)
1039
1040 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
1041
1042         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
1043         the child if we have one.
1044
1045         (gtk_expander_button_release): use
1046         gtk_widget_activate instead.
1047
1048 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
1049
1050         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
1051         "right_attach" with a capital.  (#123945, Christian Rose)
1052
1053 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
1054
1055         * tests/testsocket.c (child_read_watch): Remove an
1056         extraneous unref.  (#122336, Frederic Crozat)
1057
1058 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
1059
1060         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
1061         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
1062
1063 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1064
1065         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
1066         focus arrow before pack_end items (#123851, Matthias Clasen)
1067
1068 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
1069
1070         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
1071         on ->priv->cell_view if ->priv->cell_view is non-NULL.
1072
1073         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
1074         field to GtkComboBoxEntryPrivate,
1075         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
1076         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
1077         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
1078         a construct-only "text_column" property and reorder code to use it
1079         and support inheriting this widget.
1080
1081 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
1082
1083         * gtk/gtkcombobox.c: Added API doc comments.
1084
1085         * gtk/gtkcomboboxentry.c: Ditto.
1086
1087 2003-10-02  Matthias Clasen  <maclas@gmx.de>
1088
1089         * gtk/gtktoggleaction.c: Documentation tweaks.
1090
1091 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
1092
1093         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
1094         packing/attribute/cell data functions from the header,
1095         (gtk_cell_view_set_cell_data): added support for cell data funcs.
1096
1097         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
1098         packing/attribute/cell data functions from the header, implemented
1099         cell data func support.
1100
1101         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
1102         for the move to GtkCellLayout.
1103
1104         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
1105
1106 2003-10-01  Matthias Clasen  <maclas@gmx.de>
1107
1108         * gtk/gtkaction.c (gtk_action_class_init): 
1109         (gtk_action_[gs]et_property): Introduce a separate
1110         "hide_if_empty" property for empty menu handling.
1111         (_gtk_action_sync_menu_visible): ...and use it here.
1112
1113         * tests/testmerge.c (main): ...and here.
1114
1115         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
1116         comments to pacify gtk-doc.
1117
1118         * gtk/gtkmain.c: Doc formatting tweaks.
1119
1120         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
1121
1122         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
1123         Use the same parameter names as in .c file, to pacify gtk-doc.
1124
1125         * gtk/gtktoggletoolbutton.[hc]: 
1126         * gtk/gtktoolbutton.[hc]: 
1127         * gtk/gtktoolitem.[hc]:
1128         * gtk/gtktoolbar.[hc]: 
1129         * gtk/gtkcolorbutton.[hc]: 
1130         * gtk/gtkfontbutton.[hc]: 
1131         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
1132         source, not in the header.
1133
1134         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
1135         Document these as 2.4 API additions.
1136
1137 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
1138
1139         * gtk/gtkentry.c (gtk_entry_set_completion),
1140         (gtk_entry_get_completion): Add API doc comments.
1141
1142         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
1143
1144 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
1145
1146         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
1147
1148 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
1149
1150         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
1151
1152         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
1153
1154 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1155
1156         * tests/merge-*.ui: 
1157         * tests/testmerge.c: Test handling of empty menus.
1158
1159         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
1160         whether a menu is empty. Used in gtkaction.c.
1161         (update_smart_separators): Also update the visibility of empty menus.
1162         (update_node): When creating a new menu proxy, insert an "Empty" menu 
1163         item which only gets shown if the menu is empty. 
1164
1165         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
1166         "is_important" for menu proxies.
1167         (_gtk_action_sync_menu_visible): New function to sync the visibility
1168         of menu proxies. Used in gtkuimanager.c.
1169         (gtk_action_sync_visible): New function to sync the visibility of 
1170         proxies.
1171
1172 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
1173
1174         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
1175         popup_in_progress to TRUE,
1176         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
1177         won't disappear on the first button release. (Reported by Matthias
1178         Clasen).
1179
1180 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
1181
1182         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
1183
1184         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
1185         Marco Pesenti Gritti).
1186
1187 2003-09-30  Murray Cumming  <murrayc@usa.net>
1188  
1189         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
1190         instead of a GdkWindow*, because that what it is given. The 
1191         documentation was already correct. This should cause no API/ABI
1192         breakage with C compilers.
1193         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
1194         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
1195         implementation accordingly.
1196
1197 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1198
1199         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
1200         "direction-changed" and "keys-changed" signals.
1201
1202         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
1203         "size-changed" signal.
1204
1205         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
1206         Document the "display-opened" signal.
1207
1208         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
1209         (gdk_display_class_init): Document the "closed" signal.
1210
1211 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1212
1213         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
1214         accepts_tab. (#122709 again).
1215
1216 2003-09-27  Matthias Clasen  <maclas@gmx.de>
1217
1218         * gtk/gtkwindow.c (gtk_window_new):
1219         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
1220         the fact that the newly created object does not come with 
1221         a floating reference.  (#103068, patch by Frederic Lespez)
1222         
1223         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
1224         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
1225         since GtkActionGroup uses it.
1226
1227         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
1228         this test uses the soon-to-be-deprecated GtkItemFactory.
1229
1230         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
1231         remove item_factory.c
1232
1233         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
1234         using GtkUIManager instead of GtkItemFactory.
1235
1236         * tests/testmerge.c: Demonstrate the use of the 
1237         connect-proxy signal.
1238
1239         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
1240         disconnect-proxy signals to do small customizations 
1241         like displaying tooltips in the statusbar without 
1242         custom actions.  (#122894, Philip Langdale)
1243
1244         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
1245
1246 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
1247
1248         Landing the new ComboBox. Note that only gtkcombobox.h and
1249         gtkcomboboxentry.h are public.
1250
1251         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
1252         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
1253
1254         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
1255
1256         * tests/testcombo.c: and a new test.
1257
1258         * tests/Makefile.am: adding the new test.
1259
1260 2003-09-25  Tor Lillqvist  <tml@iki.fi>
1261
1262         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
1263
1264 2003-09-21  Tor Lillqvist  <tml@iki.fi>
1265
1266         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
1267         function. Code split out from gdk_event_translate(). Needed
1268         because gdk_event_get_graphics_expose() couldn't do anything
1269         sensible otherwise. (Not that I think graphics exposes work anyway
1270         in gdk/win32, but at least now the code could work.)
1271
1272         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
1273         gdk_event_translate(), which couldn't have worked as it doesn't
1274         take any pre-allocated GdkEvent parameter any longer.
1275         
1276         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
1277         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
1278
1279 2003-09-24  Matthias Clasen  <maclas@gmx.de>
1280
1281         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
1282         on toolitems.
1283
1284         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
1285
1286         * gtk/gtkuimanager.c (update_node): Don't complain about missing
1287         actions on popups. Re-set "tooltip" property on toolitems after
1288         adding them to parent to trigger proxy update.
1289
1290 2003-09-22  Matthias Clasen  <maclas@gmx.de>
1291
1292         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
1293         group member to test the fix for #122904.
1294
1295         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
1296         Add the action to the group before activating it, otherwise we
1297         may end up with multiple active group members.  (#122904, Marco
1298         Pesenti Gritti)
1299
1300 2003-09-21  Matthias Clasen  <maclas@gmx.de>
1301
1302         Changes to make cross-process merging feasible:
1303         
1304         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
1305         merged UI definition. Remove the "changed" signal, since its role
1306         is now filled by "notify::ui". Instead add a "actions-changed" signal
1307         which gets emitted when the set of actions changes.
1308
1309         * gtk/gtktoggleactionprivate.h:
1310         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
1311         Add a "draw_as_radio" property to toggle actions so that they can be
1312         used as proxies for radio actions much like the "draw_as_radio" 
1313         property on check menu items enables them to operate as proxies for
1314         radio actions.
1315
1316         Prevent the "show_all" trap for action-based menus (see
1317         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
1318         msg00260.html):
1319
1320         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
1321         calls from static functions.
1322
1323         * gtk/gtkuimanager.c (update_node): 
1324         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
1325         widgets whose visibility is externally controlled.
1326
1327         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
1328         "no_show_all" property with setter and getter. When TRUE, it keeps
1329         gtk_widget_{hide,show}_all() from modifying the visibility of the 
1330         widget and its children.
1331
1332 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1333
1334         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
1335
1336 2003-09-20  Tor Lillqvist  <tml@iki.fi>
1337
1338         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
1339         including editor backup files. List files we want explicitly.
1340
1341         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
1342         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
1343         LC_ALL, LC_CTYPE and LANG environment variables, than calls
1344         g_win32_getlocale().
1345
1346         (gtk_get_default_language): Code snippet moved to above function,
1347         call it.
1348
1349         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
1350         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
1351         _gtk_get_lc_ctype() instead of setlocale().
1352
1353 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1354
1355         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
1356         (#96632)
1357
1358 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1359
1360         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
1361         documentation. (#117306, Steve Chaplin)
1362
1363 2003-09-19  Tor Lillqvist  <tml@iki.fi>
1364
1365         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
1366         present on the US-International keyboard. For clarity, order
1367         keysyms in case statement according to numeric value.
1368
1369         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
1370         correctly. (#120176, Ken Rastatter and Owen Taylor)
1371
1372 2003-09-18  Matthias Clasen  <maclas@gmx.de>
1373
1374         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
1375         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
1376
1377         Install accelerators on actions, not on proxies, support
1378         accelerator-only actions:
1379         
1380         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
1381         and its lock status either via _gtk_widget_get_accel_path() or by 
1382         looking at the accel_path stored in the menu item itself and determining
1383         its lock status by peeking into the contained accel label. This was
1384         already (accidentally) committed a week ago.
1385
1386         * gtk/gtkaction.h (gtk_action_set_accel_group):
1387         (gtk_action_[dis]connect_accelerator): New functions.
1388
1389         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
1390         accel_closure and accel_count. We must have a reference to the 
1391         accel_group, since we need it in connect_proxy. The count is necessary
1392         to ensure that the accelerator isn't removed before the last proxy 
1393         requesting it has been unmerged.
1394         (connect_proxy): Connect the accelerator to the 
1395         action now, only set the accel_path on the menuitem.
1396         (remove_proxy): Disconnect the accelerator from the action, not from
1397         the menuitem.
1398         (gtk_action_set_accel_group): Set the accel group. 
1399         (gtk_action_[dis]connect_accelerator): Count the number of times
1400         this functions have been called and install/remove the accelerator if
1401         the count leaves/reaches zero.
1402
1403         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
1404         GTK_UI_MANAGER_ACCELERATOR.
1405
1406         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
1407         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
1408         <accelerator> elements.
1409         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
1410         type is GTK_UI_MANAGER_ACCELERATOR.
1411         (update_node): Set the accel group on actions before creating their
1412         proxies. Don't set the accel group on created menus. For 
1413         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
1414         (print_node): Also emit <accelerator> elements.
1415
1416         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
1417
1418         * gtk/gtkuimanager.c (update_node): Robustness improvements.
1419
1420 2003-09-17  Matthias Clasen  <maclas@gmx.de>
1421
1422         * gtk/gtkuimanager.c (text_handler): Report unexpected character
1423         data as error from the GMarkup parser, otherwise things like
1424         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
1425         pass unexpectedly.
1426
1427 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1428
1429         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
1430         committed redraw_on_allocate change.
1431
1432 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
1433
1434         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
1435         stubs to fix compilation
1436
1437         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
1438         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
1439
1440         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
1441         variable. Patch from Marc Welz (#121347).
1442
1443 2003-09-16  Matthias Clasen  <maclas@gmx.de>
1444
1445         * gtk/gtkaction.h: Apply egtk-format-protos.
1446
1447 2003-09-15  Matthias Clasen  <maclas@gmx.de>
1448
1449         * gtk/gtkuimanager.c: Doc tweaks.
1450
1451         Smart separators; see 
1452         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
1453         
1454         * gtk/gtkuimanager.c (update_smart_separators): New function which 
1455         implements "smart" separators by iterating once over the entries of a 
1456         menu, hiding and showing separators as necessary.
1457         (update_node): Mark separators used as fences of placeholders as
1458         hidden. Explicitly added separators are marked as smart. Call 
1459         update_smart_separators after updating a menu or toolbar node. 
1460         Connect update_smart_separators to "notify::visible" signal on menu
1461         and tool items.
1462         
1463         * tests/merge-[12].ui: Test smart separators.
1464
1465         Changes to allow setting action state before connecting signal; see
1466         the thread starting at 
1467         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
1468         
1469         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
1470         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
1471         setting the currently selected group member before connecting signals.
1472         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
1473         including a boolean to initialize the action state before connecting
1474         signals.
1475         (gtk_action_group_add_toggle_actions):
1476         (gtk_action_group_add_toggle_actions_full): New functions to construct
1477         toggle actions from an array of GtkToggleActionEntries.
1478
1479         * demos/gtk-demo/appwindow.c: 
1480         * tests/testactions.c: 
1481         * tests/testmerge.c: Adjust to new action group API.
1482
1483 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1484
1485         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
1486         "gtk-toolbar-arrow" so themes can special-case it.
1487
1488 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1489
1490         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
1491
1492 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1493
1494         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
1495         PangoFontMetrics. Patch from Steve Chaplin (#122257).
1496
1497 2003-09-14  Tor Lillqvist  <tml@iki.fi>
1498
1499         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
1500         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
1501         the usefulness of which was already in doubt. Removing it fixes
1502         bugs #118575 and #121851.
1503
1504 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
1505
1506         Merge from stable.
1507
1508         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
1509         pressed button (used to determine if we want to initiate a drag later
1510         on) if the current grab widget is either NULL or tree_view (Reported
1511         by Jeroen Zwartepoorte).
1512
1513 2003-09-12  Matthias Clasen  <maclas@gmx.de>
1514
1515         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
1516         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
1517
1518 2003-09-11  Matthias Clasen  <maclas@gmx.de>
1519
1520         * gdk/gdkpango.c: Doc tweaks.
1521
1522         * tests/testgtk.c: Add table menu tests.
1523
1524         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
1525         GtkMenuPrivate struct itself. Pointed out by valgrind.
1526
1527         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
1528         properly.  (#121998)
1529
1530 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
1531
1532         The table menu patch! Turns GtkMenu into a table, so you can attach
1533         menu items in numerous new ways! Be creative!
1534
1535         Contains some bug fixes and RTL adaptions from Matthias Clasen.
1536
1537         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
1538         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
1539         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
1540         the heights array in the private struct,
1541         (gtk_menu_class_init): reorder code a bit, install child properties,
1542         (get_attach_info), (get_child_attach): new utility functions,
1543         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
1544         child properties, for the attach info,
1545         (gtk_menu_remove): remove AttachInfo from menu item,
1546         (gtk_menu_real_insert): implemented algorithm to automagically place
1547         inserted menu items at the correct place in the table,
1548         (gtk_menu_size_request), (gtk_menu_size_allocate),
1549         (compute_child_offset): reworked/rewritten to support table menus,
1550         (gtk_menu_attach): new function,
1551         (find_child_containing), (gtk_menu_move_current): new functions to
1552         get table menu keynav right.
1553
1554         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
1555
1556 2003-09-10  Matthias Clasen  <maclas@gmx.de>
1557
1558         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
1559         PropertyNotify events from the stream if they have been handled,
1560         in order to enable extending the plug<->socket communication via
1561         properties.
1562
1563 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
1564
1565         Big TreeView DnD fixage, makes drops on empty models work, makes
1566         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
1567         Related bugs #95362 and #113314. I don't want to touch this code
1568         ever again.
1569
1570         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
1571
1572         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
1573         for selection_data->length.
1574
1575         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
1576         (set_dest_row), (get_dest_row): we don't store just the row ref
1577         anymore, but a struct with the row ref and additional info,
1578         (set_destination_row): handle drops on empty space and some
1579         style fixes,
1580         (get_logical_dest_row): also return path_down_mode/drop_append_mode
1581         flags, handle dropping childs on their new parents, rewrite
1582         drop append handling into something saner,
1583         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
1584         spaces,
1585         (gtk_tree_view_drag_drop): updates for updated backend,
1586         (gtk_tree_view_drag_data_received): updates for updated backend,
1587         path down mode (treestore DnD) handling,
1588         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
1589         when we are trying to drop a row on an empty model,
1590         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
1591
1592         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
1593         (gtk_list_store_row_drop_possible): style and drop-append fixes.
1594
1595         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
1596
1597 2003-09-08  Alexander Larsson  <alexl@redhat.com>
1598
1599         * gtk/gtkeventbox.[hc]:
1600         Implement gtk_event_box_get/set_input_only()
1601         
1602         * tests/testgtk.c:
1603         Tests for the new input only event boxes
1604
1605 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
1606
1607         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
1608
1609         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
1610         the call to gtk_tree_model_filter_add_root,
1611         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
1612         the virtual root, allow building levels on the second try to convert
1613         the child path to a filter path,
1614         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
1615         root when calling gtk_tree_model_filter_elt_get_path.
1616
1617 2003-09-07  Matthias Clasen  <maclas@gmx.de>
1618
1619         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
1620         Josh Beam)
1621
1622         Fixes for accelerator handling during (un)merging:
1623         
1624         * gtk/gtkuimanager.c (update_node): Move setting info-action
1625         after the switch, since the old action is needed in some cases.
1626         In cases of proxy type mismatch, disconnect the old proxy from
1627         the old action.
1628
1629         * gtk/gtkaction.c (remove_proxy): Renamed from 
1630         gtk_action_remove_proxy(). Move unsetting of the accelerator
1631         here from disconnect_proxy() in order to catch all cases of 
1632         removing a proxy.
1633         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
1634         to fail if proxy isn't a proxy of action.
1635
1636 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
1637
1638         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
1639         ALL_LINGUAS
1640
1641 2003-09-07  Matthias Clasen  <maclas@gmx.de>
1642
1643         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
1644         for toolitems.
1645
1646 2003-09-06  Matthias Clasen  <maclas@gmx.de>
1647
1648         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
1649         prev_action, not from action.  (Fix by David Hampton)
1650
1651 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
1652  
1653         * Back out locale-dependent interpretation of
1654         KP_Decimal, the official XFree86 interpretation
1655         is that KP_Decimal => . KP_Separator => ,
1656         always, independent of locale. 
1657         (#105161, Frederic Crozat, 
1658         http://bugs.xfree86.org/show_bug.cgi?id=534)
1659  
1660 2003-09-04  Matthias Clasen  <maclas@gmx.de>
1661
1662         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
1663
1664         * gtk/gtktoggleaction.c (connect_proxy): 
1665         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
1666         that a "draw_as_radio" property is needed for check buttons similar to 
1667         check menu items, in order to fully support button proxies for radio actions.
1668
1669         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
1670
1671         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
1672
1673         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
1674         'type' argument of gtk_ui_manager_add_ui().
1675
1676         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
1677         to make this function as powerful as the XML methods of adding UI.  (#120647)
1678
1679 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
1680
1681         Merge from stable.
1682
1683         * docs/RELEASE-HOWTO: updates.
1684
1685 2003-09-04  Matthias Clasen  <maclas@gmx.de>
1686
1687         * tests/merge-2.ui: Use "position" instead of "pos".
1688
1689         * gtk/gtkuimanager.c (start_element_handler): No need 
1690         to be terse: Change the name of the "pos" attribute
1691         to "position".
1692
1693 2003-09-04  Matthias Clasen  <maclas@gmx.de>
1694
1695         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
1696         GtkUIManagerNode to shorten the names and to make the
1697         GTK_UI_MANAGER_<TYPE> names available for a public enum.
1698
1699         * gtk/gtkactiongroup.c:
1700         * gtk/gtkuimanager.c: Various doc tweaks.       
1701
1702         * gtk/gtkuimanager.c (start_element_handler):
1703         (end_element_handler): Improve error reporting. 
1704
1705 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
1706
1707         Merge from stable.
1708
1709         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
1710         use end_position - page_size instead of G_MAXINT, since
1711         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
1712         reported by Havoc Pennington).
1713
1714 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
1715
1716         Merge from stable.
1717
1718         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
1719         unref it. (Fixes memleak, patch from Kjartan Maraas).
1720
1721 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
1722
1723         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
1724         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
1725         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
1726         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
1727         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
1728         gtk/gtktypeutils.h: big patch from Kjartan Maraas
1729         to fix numerous typos.
1730
1731 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
1732
1733         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
1734
1735 2003-09-02  Tor Lillqvist  <tml@iki.fi>
1736
1737         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
1738         CloseHandle() on the HMODULE returned from GetModuleHandle().
1739         Didn't cause any harm, but didn't do anything useful either. When
1740         running a GTK+ program under MS's debugger, the CloseHandle() call
1741         would cause a "first-chance exception" in ntdll.dll to show up.
1742         (The exception is caught appropriately if you let it proceed, but
1743         it confuses the person using the debugger). Thanks to Bruce
1744         Hochstetler for noticing.
1745
1746 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
1747
1748         Merge from stable.
1749
1750         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
1751         to only select when button 1 is pressed introduced in the fix of
1752         bug #120187.
1753
1754 2003-09-02  Matthias Clasen  <maclas@gmx.de>
1755
1756         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
1757
1758         * gtk/gtkuimanager.c: Shorten the names of some static 
1759         functions.
1760
1761         Support adding and removing merge nodes dynamically (#120647, 
1762         Anders Carlsson):
1763         
1764         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
1765         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
1766         and made it public.
1767         (gtk_ui_manager_add_ui): New function to add UI elements
1768         without juggling XML fragments, currently restricted to menuitems,
1769         toolitems and separators. Actions still come from registered 
1770         action groups.
1771
1772 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1773
1774         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
1775         background pixmap was being offset twice, once by the ts_origin in
1776         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
1777
1778 2003-09-01  Matthias Clasen  <maclas@gmx.de>
1779
1780         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
1781         this public again, since it's occasionally useful.  (#121128,
1782         Marco Pesenti Gritti)
1783
1784         * gtk/gtkaction.c: Add an "is_important" property and propagate
1785         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
1786
1787 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1788
1789         * tests/testtoolbar.c (main): connect to "delete_event" so the
1790         application will actually quit when you close the window
1791
1792 2003-09-01  Matthias Clasen  <maclas@gmx.de>
1793
1794         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
1795         (gtk_ui_manager_get_action): g_return_if_fail() if
1796         path is NULL.
1797         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
1798         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
1799         Marco Pesenti Gritti)
1800
1801 2003-08-31  Matthias Clasen  <maclas@gmx.de>
1802
1803         * gtk/gtktoolitem.c: Fix some typos in docs.
1804
1805         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
1806         replaces gtk_ui_manager_activate().  (#120658)
1807
1808         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
1809         gtk_ui_manager_activate().
1810
1811         * gtk/gtkaction.c: 
1812         * gtk/gtkactiongroup.c: Some doc tweaks.
1813
1814         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
1815         wasn't emitted anyway. Some doc tweaks.
1816
1817 2003-08-30  Matthias Clasen  <maclas@gmx.de>
1818
1819         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
1820         rather than to "remove" on handlebox. 
1821
1822         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
1823         activate an action found by following a path.  (#120658)
1824
1825         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
1826
1827         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
1828
1829         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
1830         setter and getter. If it is set, add tearoff menu items to regular 
1831         menus, but not to popups. Add a signal "changed", which gets emitted
1832         when the merged ui has changed.  (#120649, #120656)
1833
1834         * tests/testmerge.c: Add button to test the generation of tearoff 
1835         menu items.
1836
1837 2003-08-29  Matthias Clasen  <maclas@gmx.de>
1838
1839         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
1840         Actually group the actions together rather than putting each in its 
1841         own group.
1842
1843         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
1844         proxy menu items for radio actions.
1845
1846         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
1847
1848 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1849
1850         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
1851         Fix use of uninitialized variable.
1852
1853         * gtk/gtktextutil.c
1854         (_gtk_text_util_append_special_char_menuitems): add const cast to
1855         get rid of warning
1856
1857 2003-08-29  Matthias Clasen  <maclas@gmx.de>
1858
1859         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
1860         "draw_as_radio" as a separate property, not as an alias of 
1861         "inconsistent".
1862         (gtk_check_menu_item_get_property): 
1863         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
1864
1865 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1866
1867         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
1868         are narrower than 13 time the estimated character width of the
1869         font. (#107781, David Bordoley)
1870
1871         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
1872         here if the GtkToggleButton is active. This may be the case if it
1873         is a radio button.
1874
1875         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
1876         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
1877         Suarez-Alvarez).
1878
1879         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
1880         property. (#111207, David Bordoley).
1881
1882         * gtk/gtktoggletoolbutton.c
1883         (gtk_toggle_tool_button_create_menu_proxy): use new
1884         "draw_as_radio" property on the menu item when the item is a radio
1885         tool button
1886
1887         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
1888         to only pay attention to the "use_underline" property when the
1889         button label comes from the "label" property.
1890
1891 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
1892
1893         * configure.in: Added "sq" to ALL_LINGUAS.
1894         
1895 2003-08-28  Matthias Clasen  <maclas@gmx.de>
1896
1897         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
1898         fix in the docs.
1899
1900         * gtk/gtkuimanager.c: Change the XML format:
1901         <Root> element is replaced by <ui>,
1902         <menu> element is replaced by <menubar>,
1903         <submenu> element is replaced by <menu>,
1904         <dockitem> element is replaced by <toolbar>,
1905         <popups> element is gone,
1906         verb attribute is replaced by action,
1907         name defaults to action or the element name. 
1908
1909         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
1910         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
1911         by removing the user_data, entry_type and extra_data fields, 
1912         GtkRadioActionEntry is further simplified by removing the callback. 
1913         The user_data can now be specified as an argument to 
1914         gtk_action_group_add_actions(). There is a new method 
1915         gtk_action_group_add_radio_actions(), which is similar to 
1916         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
1917         and a callback parameter in addition to the user_data. The callback
1918         is connected to the ::changed signal of the first group member.
1919         There are _full() variants taking a GDestroyNotify of 
1920         gtk_action_group_add_[radio_]actions().
1921
1922         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
1923         on every member of the radio group when the active member is changed. 
1924         Add an integer property "value", and a getter for the value of "value"
1925         on the currently active group member. 
1926
1927         * tests/testactions.c: 
1928         * tests/testmerge.c: 
1929         * tests/merge-[123].ui:  
1930         * demos/gtk-demo/appwindow.c: Adjust to these changes.
1931
1932         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
1933
1934 2003-08-27  Anders Carlsson  <andersca@gnome.org>
1935
1936         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
1937         text view, so the tool bar won't have focus.
1938
1939 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
1940
1941         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
1942         declaration not at start of block. (#120371, Damien Carbery)
1943
1944 2003-08-26  Matthias Clasen  <maclas@gmx.de>
1945
1946         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
1947         for length, not gsize.
1948
1949         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
1950         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
1951         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
1952
1953         * demos/gtk-demo/appwindow.c: 
1954         * tests/testactions.c: 
1955         * tests/testmerge.c:
1956         * tests/merge-1.ui:
1957         * tests/merge-2.ui:
1958         * tests/merge-3.ui: Adjust to the new XML format.
1959
1960 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
1961
1962         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
1963         Since we add one to the layout's reported width to
1964         account for the cursor, we need to subtract one when
1965         setting the wrap width for the layout. (Fixes infinite
1966         loop (#120325, Frederic Crozat)
1967
1968         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
1969         Be a bit more careful about rounding when converting
1970         wrapped width from Pango units to pixels.
1971
1972 2003-08-26  Matthias Clasen  <maclas@gmx.de>
1973
1974         Rename GtkMenuMerge to GtkUIManager. 
1975         
1976         * gtk/gtkuimanager.[hc]: New files. 
1977         * gtk/gtkmenumerge.[hc]: Removed. 
1978
1979         * gtk/Makefile.am: 
1980         * gtk/gtk.h:
1981         * tests/testmerge.c: 
1982         * tests/testactions.c: 
1983         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
1984         GtkUIManager.
1985
1986         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
1987         add comments to entries array, remove newlines from ui definition. Don't 
1988         use the ::add_widget signal.
1989
1990 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
1991
1992         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
1993         include page->menu_label - causes various problems,
1994         including #12047.
1995
1996 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
1997
1998         Merge from stable.
1999
2000         Fixes #115871, reported by Michael Natterer.
2001
2002         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
2003         added ctrl_pressed and shift_pressed bitfields,
2004         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
2005         arg with GtkTreeSelectMode.
2006
2007         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
2008         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
2009         (_gtk_tree_selection_internal_select_node): all updated for
2010         GdkModifierType -> GtkTreeSelectMode move.
2011
2012         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
2013         and shift_pressed around selection handling block,
2014         (gtk_tree_view_real_select_cursor_row),
2015         (gtk_tree_view_real_toggle_cursor_row),
2016         (gtk_tree_view_real_selection_cursor_parent),
2017         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
2018         instead of checking the event state. And also updates for the
2019         GdkModifierType -> GtkTreeSelectMode move.
2020
2021 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
2022
2023         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
2024         to the parent when there was no focus widget before
2025         and no focus widget after - that is, when there are
2026         no focusable widgets. (#108678, help tracking it
2027         down from Padraig O'Briain, Federico Mena Quintero, )
2028
2029         * gtk/gtkxembed.[ch]: Move various shared utilities
2030         for the XEMBED protocol eused by GtkPlug and GtkSocket 
2031         here.
2032
2033         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
2034         a flag bit that is sent with focus mesages to indicate
2035         that the focus has wrapped around on the toplevel;
2036         use this bit to catch infinite loops when there is no
2037         focusable widget at ll in the entire toplevel.
2038
2039         * tests/testsocket.c (child_read_watch): Remove an
2040         extraneous unref.
2041
2042         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
2043         Up XEMBED protocol version to 1, add logic for 
2044         sending the right version in XEMBED_EMBEDDED_NOTIFY.
2045
2046         * gtk/gtksocket.c (gtk_socket_add_window): Send
2047         the embedder window in the XEMBED_EMBEDDED_NOTIFY
2048         as the spec requires.
2049
2050 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
2051
2052         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
2053         NumLock handling for non-XKB. Add a special case
2054         hack for NumLock on Sun servers. (Patch from
2055         Robert Basch, #115819)
2056
2057 2003-08-25  Matthias Clasen  <maclas@gmx.de>
2058
2059         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
2060         Welinder)
2061
2062         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
2063         gtk_action_group_set_translation_domain): Hooks for translation of
2064         label and tooltip in GtkActionGroupEntries.  (#120620)
2065
2066 2003-08-25  Matthias Clasen  <maclas@gmx.de>
2067
2068         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
2069         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
2070         
2071         * gtk/gtkactiongroup.c: 
2072         * demos/gtk-demo/appwindow.c: 
2073         * tests/testmerge.c: 
2074         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
2075
2076 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
2077
2078         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
2079
2080 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
2081
2082         * gtk/Makefile.am: Fix accidental commit of references
2083         to gtkresizegrip.[ch]
2084
2085 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
2086
2087         * gtk/gtkrc.c: Fix some missing initializations of
2088         rc_file->directory.
2089
2090 2003-08-24  Matthias Clasen  <maclas@gmx.de>
2091
2092         * gtk/gtkaction.[ch]: 
2093         * gtk/gtktoggleaction.[ch]: 
2094         * gtk/gtktoggleactionprivate.h: 
2095         * gtk/gtkradioaction.[ch]: 
2096         * gtk/gtkactiongroup.[ch]: 
2097         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
2098         toolbars, using the EggMenu code by James Henstridge.
2099
2100         * gtk/gtk.h: Include new headers.
2101         * gtk/Makefile.am: Add new files.
2102
2103         * tests/testactions.c: Test for actions.
2104         * tests/testmerge.c: Test for menu merging.
2105         * tests/merge-[123].ui: Test data for testmerge. 
2106         * tests/Makefile.am: Add testactions and testmerge.
2107
2108         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
2109         menubar and toolbar.
2110         
2111 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
2112  
2113         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
2114         problem where rc_file->directory wasn't always getting
2115         set. (#120549, Luis Villa)
2116  
2117 2003-08-22  Christian Rose  <menthos@menthos.com>
2118
2119         * configure.in: Added "ne" to ALL_LINGUAS.
2120
2121 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
2122  
2123         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
2124         being parsed, not just the directories for those
2125         files. Use that to catch recursion. (Part of
2126         #114988)
2127  
2128 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
2129
2130         Merge from stable.
2131
2132         Fix option menu scrolling (#119821, Owen Taylor).
2133
2134         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
2135         by #80484 and the CLAMP,
2136         (get_menu_height): new function,
2137         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
2138         new_offset to handle page up/down right.
2139
2140 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
2141
2142         * gdk/x11/gdkkeys-x11.c: Change the interpretation
2143         of consumed_modifiers so that it contains:
2144          - Modifiers combinations actually found in
2145            state.
2146          - Single modifier modifier combinations.
2147         But not multi-modifier combinations that aren't
2148         in event->state. Document. (#100439)
2149
2150 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
2151
2152         Slightly modified patch from Yann Rouillard to improve selection
2153         behavior with the mouse. Fixes #120187.
2154
2155         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
2156         select/deselect items on the first button press of button 1,
2157         expand checks for row_activated to include triple clicks.
2158
2159 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
2160
2161         Merge from stable.
2162
2163         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
2164         approximate digit widths up, to avoid truncation, convert to
2165         pango pixels when we have the full string width instead of converting
2166         the approx digit width to pango pixels, take inner border and
2167         interior focus into account correctly. (Fixes #116368, patch from
2168         Morten Welinder).
2169
2170 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
2171
2172         * gtk/queryimmodules.c: Don't look at the same directory twice (in
2173         simple cases). (#120342)
2174
2175 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2176
2177         * gdk/gdkwindow.c: Make the layers in the paint stack have their
2178         own pixmap instead of sharing one. (#118317)
2179
2180         * tests/testgtk.c (create_get_image): Fixes to make the window fit
2181         on an 800x600 screen
2182
2183 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
2184
2185         Merged from stable.
2186
2187         * gtk/gtkspinbutton.c (start_spinning): change the type of step
2188         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
2189
2190 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
2191
2192         * modules/input/gtkimcontextxim.[ch]: Substantially
2193         rework the handling of status windows:
2194         
2195          - Store the current StatusWindow in the 
2196            GtkIMContextXIM structure and vice-versa, so we
2197            don't have to hunt the window hierarchy on
2198            cleanup.
2199          - Use the Gtkidget hierarchy instead of/or as well
2200            as the GdkWindow hierarchy when finding the toplevel;
2201            this helps for things like GtkHandlebox
2202          - Watch GtkWidget::hierarchy_changed to catch 
2203            changes in the toplevel without changes in the
2204            GdkWindow (reparenting)
2205          - Never create the GtkWindow for the status window
2206            unless we have text to display.
2207          - Various cleanups, add lots of comments.
2208
2209         (#115077, much help from Takuro Ashie and Hidetoshi
2210         Tajima in tracking this down and figuring out a fix.)
2211
2212         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
2213
2214         * modules/input/gtkimcontextxim.c: Track the current
2215         screen for each toplevel so that we show the status
2216         window on the right screen. (#116340, James Su)
2217
2218         * modules/input/gtkimcontextxim.c: If create a new IC
2219         when we currently have the focus, call XSetICFocus()
2220         on it.
2221         
2222         * modules/input/gtkimcontextxim.c (get_im): Fix bug
2223         with multiple open screens.
2224
2225 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
2226
2227         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
2228         Replace client_window field with 'priv' pointer,
2229         retaining binary compatibility.
2230
2231         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
2232         save use_preedit/cursor_location/focus status and set
2233         up the new slave appropriately. (#118651, Botond Botyanszki)
2234
2235 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
2236
2237         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
2238         Don't use impl->position_info.clip_rect for toplevels.
2239         (#107068, reported by Thomas Mirlacher)
2240
2241 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
2242
2243         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
2244         Add a fallback for unaligned source data for
2245         FORMAT_ARGB_MASK. (#117217)
2246
2247 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
2248
2249         * configure.in: Rework handling of REBUILD_PNGS,
2250         so that we also don't try to REBUILD_PNGS when
2251         cross-compiling and there is no gdk-pixbuf-csource.
2252         But give an error if gtk/stock-icons/gtkstockpixbufs.h
2253         is not in the source tree. (Note that REBUILDS_PNG
2254         was set backwards before, which is why you always
2255         had to manually recreate gtkstockpixbufs.h!)
2256
2257 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
2258
2259         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
2260         path to libgtk.la. (#120080, Benedikt Spranger)
2261
2262 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
2263
2264         * modules/input/imcedilla.c: Make the list of default
2265         languages more comprehensive. (Suggestion of
2266         Fco. Javier F. Serrador)
2267
2268 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
2269
2270         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
2271         parentheses when skipping args.
2272
2273 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
2274
2275         Fix major bug in row ref handling, so the new combo box
2276         will actually work right (:. Bug #107748. Patch written
2277         with help from Tim Janik.
2278
2279         The basic idea is to update the row refs in a closure,
2280         before the actual signal is emitted (rather than having
2281         the model connect signal handlers).
2282
2283         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
2284         g_signal_new calls for row_inserted, row_deleted and
2285         rows_reordered to use the new marshallers,
2286         (row_inserted_marshall), (row_deleted_marshall),
2287         (rows_reordered_marshall): the new marshallers,
2288         (gtk_tree_row_ref_inserted_callback): renamed to
2289         gtk_tree_row_ref_inserted since it isn't a callback
2290         anymore and gets called by the marshaller now,
2291         (gtk_tree_row_ref_deleted_callback): likewise,
2292         (gtk_tree_row_ref_reordered_callback): likewise,
2293         (connect_ref_callbacks), (disconnect_ref_callbacks):
2294         removed,
2295         (gtk_tree_row_reference_new_proxy),
2296         (gtk_tree_row_reference_free),
2297         (gtk_tree_row_reference_inserted),
2298         (gtk_tree_row_reference_deleted),
2299         (gtk_tree_row_reference_reordered): updated.
2300
2301 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
2302
2303         Improve Cedilla handling - based on a patch from Gustavo 
2304         De Nardin, #111334
2305
2306         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
2307         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
2308         dead_acute+c combinations. Make this the default for
2309         fr and pt.
2310
2311         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
2312         Use LC_CTYPE instead of LC_MESSAGES to pick the default
2313         input method.
2314
2315 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
2316
2317         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
2318         for Multi_key+c+apostrophe.
2319
2320 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
2321
2322         Merged from stable.
2323
2324         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
2325         on vertical scrolling. (#108035, reported by Tim Janik).
2326
2327 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
2328
2329         Merged from stable.
2330
2331         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
2332         (gtk_tree_model_sort_level_find_insert),
2333         (gtk_tree_model_sort_insert_value): fix off-by-one error.
2334         (#109292 continued, patch from Yann Rouillard).
2335
2336 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
2337
2338         (Note: This is not exactly the same as the patch which went in
2339          gtk-2-2).
2340
2341         * gtk/gtktreeview.c (gtk_tree_view_class_init),
2342         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
2343         Also support the up, down, left, right, home, end, page up and
2344         page down keys on the numpad. (#119419, reported by Alex Larsson).
2345
2346 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
2347
2348         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
2349
2350         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
2351         we link libgtk against X explicitely, since we
2352         make GTK+ calls for plug/socket.
2353
2354         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
2355         G_MODULE_SUFFIX here. 
2356
2357         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
2358         XShmPutImage with #ifdef USE_SHM.
2359
2360 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
2361
2362         * gtk/gtkfilesel.c (gtk_file_selection_populate):
2363         Don't reposition the cursor when we aren't trying
2364         to complete. (Fixes problems with selection on
2365         startup, #108433, reported by Mark Finlay.)
2366
2367         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
2368         code that tried to position the cursor after the common
2369         prefix when there was one, it wasn't working, and
2370         would be hard to fix. Just always put the cursor
2371         at the end when completing.
2372
2373 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
2374
2375         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
2376         the current directory fails because of encoding
2377         conversion problems, walk up textually to parent
2378         directories until we can convert. (#113627)
2379
2380 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
2381
2382         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
2383         Remove usage of menu_shell->ignore leave which was
2384         to deal with stray events we no longer get because
2385         we do grabbing differently. Comment it as unused in
2386         the header. (#115837, Keith Bissett)
2387
2388 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
2389
2390         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
2391         Fix some places that weren't properly Xinerama-ified.
2392
2393         * gtk/gtkmenu.c: Fix problem with windows that scroll
2394         at the top of the screen.
2395
2396 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
2397
2398         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
2399         key-press-event on the entry, so input methods get access to 
2400         key presses before GtkCombo customization.
2401         (#115451, Botond Botyanszki)
2402
2403 2003-08-13  Anders Carlsson  <andersca@gnome.org>
2404
2405         * tests/testtoolbar.c: (set_important_func), (important_toggled),
2406         (create_items_list):
2407         Add an important column.
2408         
2409 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
2410
2411         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
2412         against reentrancy from ::focus-out handlers. 
2413         (#118129, Felipe Heidrich)
2414
2415 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
2416
2417         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
2418         GDK_LOCK_MASK before calling
2419         gdk_keymap_translate_keyboard_state so bindings 
2420         and accelerators are independent of the Caps-lock
2421         key. (#115384, reported by Toni Willberg)
2422
2423 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
2424
2425         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
2426         break statements (#119494, Soeren Sandmann)
2427
2428 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
2429
2430         * gtk/gtkwidget.h: Mark parent public as well; it's
2431         extensively accessed in existing code, so there is
2432         no advantage in making people use get_parent().
2433         (Tweak to #119463 fix)
2434
2435 2003-08-11  Matthias Clasen  <maclas@gmx.de>
2436
2437         Add support for EWMH "Above" and "Below" window states.  (105100,
2438         Manuel Clos)
2439         
2440         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
2441         State" demo.
2442
2443         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
2444         gtk_window_set_keep_below.
2445
2446         * gtk/gtk.def: Add gtk_window_set_keep_above and
2447         gtk_window_set_keep_below.
2448
2449         * gtk/gtkwindow.c (gtk_window_set_keep_below):
2450         (gtk_window_set_keep_above): New functions, call the corresponding
2451         gdk functions.
2452
2453         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
2454         function, sets _NET_WM_STATE_BELOW.
2455         (gdk_window_set_keep_above): New function, sets
2456         _NET_WM_STATE_ABOVE.
2457
2458         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
2459         gdk_window_set_keep_below.
2460
2461         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
2462         GDK_WINDOW_STATE_BELOW.
2463
2464         * gdk/gdk.def: Add gdk_window_set_keep_above and
2465         gdk_window_set_keep_below.
2466
2467         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
2468         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
2469         xmlcatalog in PATH.  (#119115)
2470
2471 2003-08-10  Matthias Clasen  <maclas@gmx.de>
2472
2473         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
2474         public.  (#119463)
2475
2476 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
2477
2478         * gdk/gdkevents.h:
2479         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
2480         docs on GdkFilterFunc and GdkFilterReturn.
2481
2482 2003-08-09  Matthias Clasen  <maclas@gmx.de>
2483
2484         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
2485         to let the mouse wheels select the month. Scrolling down
2486         moves forward in time. (#53134, Abigail Brady) 
2487
2488         * gtk/gtkcalendar.c: Complete the RTL flipping support for
2489         GtkCalendar, make it possible to flip the headings using the
2490         "magic translated string" technique.  Translators, note the
2491         comment in gtk_calendar_init() explaining this.  (#102416)
2492
2493         * gtk/gtkcalendar.c: Get the information about the first day of
2494         the week from the locale using another instance of the "magic
2495         translated string" technique.  Ignore the display option
2496         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
2497
2498         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
2499         date is dragged as text, formatted via strftime %x. Text drops are
2500         accepted if g_date_set_parse() can make sense of the text. A
2501         dedicated data format for date DND has not been introduced yet,
2502         since there didn't seem to be sufficient consensus on such a
2503         format on xdg-list.  (#117297)
2504         
2505 2003-08-08  Matthias Clasen  <maclas@gmx.de>
2506
2507         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
2508         Fix a segfault.  (#115284, Jan Kratochvil)
2509
2510 2003-08-08  Tor Lillqvist  <tml@iki.fi>
2511
2512         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
2513         coordinates for events that have such. Print coordinates for enter
2514         and leave events.
2515
2516         (gdk_event_translate): Don't use event uninitialixed in the
2517         return_exposes branch of the WM_PAINT handler.
2518
2519         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
2520         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
2521         Must offset top-level window coordinates here, too.
2522
2523 2003-08-08  Matthias Clasen  <maclas@gmx.de>
2524
2525         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
2526         when maximized or fullscreen.
2527
2528 2003-08-07  Tor Lillqvist  <tml@iki.fi>
2529
2530         * gdk/win32/gdkinput-win32.h
2531         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
2532         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
2533         used.
2534
2535         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
2536         accordingly, in fact an uninitialised variable was dereferenced.
2537         
2538
2539         [Win32] Add support for multiple monitors. 
2540         
2541         * gdk/win32/gdkprivate-win32.h
2542         * gdk/win32/gdkglobals-win32.c: New global variables for
2543         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
2544         _gdk_offset_x and _gdk_offset_y.
2545         
2546         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
2547         functions, enumeration functions passed to EnumDisplayMonitors().
2548
2549         (gdk_display_open): If the EnumDisplayMonitors() and
2550         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
2551         if to find out monitor info.
2552
2553         Calculate the offset between Win32 coordinates (relative to the
2554         primary monitor's origin (and thus negative on monitors to the
2555         left of or above it), and GDK's (visible coordinates should be
2556         non-negative).
2557         
2558         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
2559         gdk_screen_get_monitor_geometry): Use information collected above.
2560
2561         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
2562         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
2563
2564         (gdk_window_get_geometry, gdk_window_get_origin,
2565         gdk_window_get_frame_extents): For top-level windows, add
2566         _gdk_offset_{x,y} to GDK root window coordinates
2567
2568         Still need to handle multiple monitors in
2569         gdk_window_fullscreen(). Probably should make the window
2570         fullscreen on the monitor where the cursor is?
2571
2572         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
2573         root window coordinates in GdkEvents.
2574
2575         
2576         [Win32] Fix geometry hint handling. Add support for resize
2577         increment and base size, and aspect ratio geometry hints. The
2578         "gridded geometry" test in testgtk now works beautifully.
2579
2580         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
2581         Turns out this function shouldn't actually ever modify the
2582         window's size, just store the hints. (Old code kept for a while
2583         inside #if 0.)
2584
2585         (gdk_window_set_hints): Remove presumably broken code that handles
2586         the position hints, this function is obsolete anyway.
2587
2588         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
2589         variables, not used.
2590
2591         (adjust_drag): New function, used to implement resize increment
2592         hints.
2593
2594         (gdk_event_translate): Handle WM_SIZING, implement resize
2595         increment and base size, and aspect ratio geometry hints here. The
2596         WM_GETMINMAXINFO handler takes care of the minimum and maximum
2597         size hints as before. Fix the WM_GETMINMAXINFO handler to take
2598         into account window decorations. No need to modify the
2599         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
2600         the defaults are fine.
2601         
2602         * gdk/win32/gdkprivate-win32.h 
2603         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
2604         _gdk_win32_get_adjusted_client_rect): New helper functions.
2605
2606 2003-08-07  Matthias Clasen  <maclas@gmx.de>
2607
2608         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
2609         toplevel->have_* flags before iterating over the _NET_WM_STATE 
2610         atoms.  (#119217) 
2611
2612 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
2613  
2614         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
2615         Fix a bug where on theme change, resize/redraw wasn't
2616         properly getting queued on toplevel windows. (#116346,
2617         Rajkumar Siva)
2618  
2619         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
2620         Fix bug where wrong coordinates were used for toplevel
2621         window.
2622  
2623 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
2624
2625         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
2626         page_num variable (Archit Baweja)
2627
2628 2003-08-07  Matthias Clasen  <maclas@gmx.de>
2629
2630         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
2631         cope with C libraries with crippled locale support.  (#115293)
2632
2633 2003-08-07  Hans Breuer  <hans@breuer.org>
2634
2635         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
2636         (only if the new window not known to Gdk) to get proper
2637         leave notification, and get rid of the wrong placed 
2638         tooltips, bug #102283
2639  
2640         (gdk_event_translate) : small code reordering to not get
2641         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
2642         menus, bug #117367
2643
2644 2003-08-07  Tor Lillqvist  <tml@iki.fi>
2645
2646         * gdk/gdk.def
2647         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
2648         missing function, trivially implement.
2649
2650 2003-08-07  Matthias Clasen  <maclas@gmx.de>
2651
2652         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
2653         rendering.  (#118646, Charles Kerr) 
2654
2655 2003-08-06  Hans Breuer  <hans@breuer.org>
2656
2657         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
2658         initialize bits to 0 (probably default on NT)
2659
2660         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
2661         now it works as intended ;-)
2662
2663 2003-08-04  Hans Breuer  <hans@breuer.org>
2664
2665         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
2666         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
2667
2668         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
2669         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
2670
2671         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
2672         against all expectations it is basically ony a call with WM_SETICON
2673         needed (the visual effect is there, though colors or mask are
2674         still somewhat wrong).
2675         * gdk/win32/gdkwindow-win32.h : place to store the HICON
2676
2677         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
2678         pixel drawing as it was fixed at 1999-08-23
2679
2680         gtk/gtk.def : updated
2681
2682 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
2683
2684         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
2685         Add a missing break. (#119156, Callum McKenzie)
2686
2687 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2688
2689         * gtk/gtkmenu.c (gtk_menu_position): New positioning
2690         algorithm.(#116649)
2691
2692 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2693
2694         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
2695         property
2696         
2697         * gtk/gtkradiotoolbutton.c
2698         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
2699
2700         * gtk/gtkradiotoolbutton.c
2701         (gtk_radio_tool_button_new_with_stock_from_widget): make this
2702         function take a stock_id.
2703
2704         * gtk/toolbar: documentation
2705
2706 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
2707
2708         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
2709         Fix problem where use_xshm was getting set wrong if
2710         MIT_SHM wasn't found. (George Lebel)
2711
2712 2003-08-04  Tor Lillqvist  <tml@iki.fi
2713
2714         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
2715         actually use the passed-in filter list. The function also needs a
2716         GdkWindow parameter, as filter functions expect
2717         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
2718
2719 2003-08-03  Matthias Clasen  <maclas@gmx.de>
2720
2721         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
2722         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
2723         the term "virtual screen".  (#119030, Tor Lillquist)
2724
2725 2003-08-02  Matthias Clasen  <maclas@gmx.de>
2726
2727         * tests/testtext.c (test_init): 
2728         * tests/testgtk.c (test_init): 
2729         * tests/testdnd.c (test_init): 
2730         * demos/pixbuf-init.c (pixbuf_init): 
2731         * demos/gtk-demo/main.c (main): Use g_setenv().
2732
2733         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
2734         g_unsetenv(). 
2735
2736 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
2737
2738         * configure.in: Requires glib-2.3.0, pango-1.2.0.
2739
2740         * configure.in: Require Xft version 2,
2741         remove code for handling older versions of pango and Xft.
2742         Many miscellaneous improvements to X checks
2743
2744         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
2745         a library to a variable, avoiding dups.
2746
2747         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
2748         Always load "fixed"
2749
2750         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
2751         for pangox.
2752
2753 2003-08-02  Matthias Clasen  <maclas@gmx.de>
2754
2755         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
2756         (palette_drop_handle): 
2757         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
2758         drops with the wrong format, since the KDE color chooser incorrectly
2759         drops application/x-color with format 8.  (#118810)
2760
2761         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
2762         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
2763         Accept drops with the wrong format, since the KDE color chooser 
2764         incorrectly drops application/x-color with format 8.  (#118810)
2765
2766 2003-08-02  Tor Lillqvist  <tml@iki.fi>
2767
2768         Fix gdk/win32 window geometry handling again. The window position
2769         in a GDK_CONFIGURE event should be that of the client area, not of
2770         the window decorations. (I was confused by the term "window
2771         border" in X11. It does *not* mean the window manager
2772         decorations. There are no X11-style window borders in Win32.)
2773         Also, this time do take the geometry hints into account
2774         appropriately when moving windows. Now testgtk's gravity test's
2775         move buttons work OK. There are stil problems with taking gravity
2776         into account when showing a hidden window.
2777
2778         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
2779         instead of separate fields.
2780         
2781         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
2782         adjust for decorations.
2783
2784         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
2785         adjust_for_gravity_hints): New functions.
2786         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
2787         above functions, take geometry hints into account.
2788         (gdk_window_set_geometry_hints): Size hints specicy client area,
2789         not including decorations.
2790
2791 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
2792
2793         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
2794         return an absolute path (#115590), fix a problem where
2795         you could crash the file selector with a looong name
2796         by returning a newly allocated buffer.
2797
2798 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
2799
2800         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
2801         bug in rarely or never hit code path (#118071,
2802         Tor Lillqvist)
2803
2804 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
2805
2806         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
2807         If the check for missing depths, try actually creating pixmaps
2808         of the depths to deal with Xinerama not reporting
2809         all the depths it should. (#115822)
2810
2811 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
2812
2813         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
2814         forward KeyRelease events as well as KeyPress events.
2815         (#115597)
2816
2817 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
2818  
2819         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
2820         if argc is 0 as well, instead of leaving it unset.
2821         (#116023, Michael Meeks)
2822  
2823 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2824
2825         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
2826         default to TRUE; ignore the property when api_mode != NEW_API
2827
2828 2003-07-31  Matthias Clasen  <maclas@gmx.de>
2829
2830         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
2831         to icon, to pacify gtk-doc.
2832
2833         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
2834         example. 
2835
2836 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2837
2838         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
2839
2840 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2841
2842         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
2843         overflow_item field.
2844
2845 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2846
2847         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
2848         an internal function
2849
2850         * gtk/gtktoolitem.h: remove unused declaration of
2851         _gtk_tool_item_get_drag_window().
2852
2853 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2854
2855         * gtk/gtktoolbutton.[ch]:
2856         (gtk_tool_button_new): swap icon_widget and label arguments to
2857         match BonoboUIToolbarButton.
2858
2859         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
2860
2861 2003-07-30  Matthias Clasen  <maclas@gmx.de>
2862
2863         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
2864         signal docs. 
2865
2866 2003-07-29  Tor Lillqvist  <tml@iki.fi>
2867
2868         Fix for #108007, #112402, #117042: There was confusion in
2869         gdk/win32 at various places whether a window position refers to
2870         the decoration position or the client area position. Also whether
2871         window size includes decorations or not.
2872         
2873         The correct interpretation apparently is that in GDK (like in
2874         X11), a top-level window position means the decoration's position,
2875         but size means the window's inner size (client area size). In the
2876         Win32 API, the window size usually includes the decorations,
2877         though.
2878         
2879         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
2880         #ifdef G_ENABLE_DEBUG.
2881         (handle_configure_event): New function, generates GDK_CONFIGURE
2882         events from WM_SIZE and WM_MOVE messages. Even if no event is
2883         generated because of the event mask, still set the private
2884         position and size fields. Calculate position and size correctly.
2885         (gdk_event_translate): Call handle_configure_event().
2886
2887         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
2888
2889         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
2890         macros. Cosmetic debugging output changes.
2891         (SafeAdjustWindowRectEx): Remove. If an application wants to
2892         locate a window outside of the screen, it's not GDK's business to
2893         prevent it. And anyway, with multiple monitors, negative
2894         coordinates are perfectly normal.
2895         (gdk_window_new): Adjust the window size for decorations after
2896         _gdk_window_init_position() has done its job. (But the big window
2897         code currently is presumably broken on Win32 anyway.)
2898         (gdk_window_move): The position passed in is supposed to be that
2899         of the window border, so don't need to adjust for decorations.
2900         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
2901
2902 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2903
2904         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
2905         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
2906         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
2907         gtk_toolbar_append_space, gtk_toolbar_insert_item,
2908         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
2909         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
2910         gtk_toolbar_new, gtk_toolbar_prepend_item):
2911
2912         Move documentation inline from template files.
2913
2914         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
2915         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
2916         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
2917         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
2918         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
2919         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
2920         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
2921
2922         Copy documentation from stable that was added after the EggToolbar
2923         branched.
2924
2925         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
2926
2927 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2928
2929         * gtk+/docs/: Commit autogenerated changes, so patches will make
2930         sense.
2931
2932 2003-07-27  Tor Lillqvist  <tml@iki.fi>
2933
2934         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
2935         the keyboard state returned by GetKeyboardState() doesn't
2936         distinguish between the left and right Control and Alt keys. Thus
2937         we cannot detect AltGr (which is supposed to be left Control +
2938         right Alt) the same way as on NT-based systems, but have to accept
2939         either Control + either Alt as AltGr.
2940
2941 2003-07-27  Matthias Clasen  <maclas@gmx.de>
2942
2943         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
2944         Fix function name in warning message.  (#118156, Tim-Philipp
2945         Mller)
2946
2947         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
2948         is-expander and is-expanded are boolean properties, not ints.
2949         (#118359, Josh Parsons)
2950
2951 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2952
2953         * gtk/gtkimagemenuitem.c
2954         (gtk_image_menu_item_toggle_size_request): don't request
2955         toggle_space when the image width is 0.
2956
2957 2003-07-25  Tor Lillqvist  <tml@iki.fi>
2958
2959         * gdk/win32/gdkprivate-win32.h
2960         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
2961         and _gdk_keyboard_has_altgr.
2962         
2963         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
2964         ones detailled here.
2965
2966         Code that has been ifdeffed out for a long time removed. Remove
2967         some really old doc comments that were left behind for some public
2968         functions, the official ones are in the X11 backend anyway. Change
2969         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
2970         multi-line boolean expressions to have the operators at ends of
2971         lines.
2972
2973         As mouse capture with SetCapture() indeed seems to work OK, no
2974         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
2975
2976         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
2977         needed at some time, and things seem to work fine now without
2978         (knock on wood).
2979
2980         Ifdef out the search for some Latin locale keyboard layout being
2981         loaded. Not used currently, but might be needed after all, if we
2982         decide that we want to be able to generate ASCII control character
2983         events with a non-Latin keyboard.
2984
2985         (assign_object): New helper function, handles the g_object_ref()
2986         and unref() calls when assigning GObject pointers.
2987                 
2988         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
2989         enter event when the pointer has moved to an ancestor window. Was
2990         left out by mistake.
2991
2992         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
2993
2994         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
2995         functionality, using ClipCursor().
2996                 
2997         (find_window_for_mouse_event): Splice part of code into new
2998         function find_real_window_for_grabbed_mouse_event().
2999
3000         (fixup_event, append_event, apply_filters): New functions, code
3001         refactored out from elsewhere.
3002
3003         (synthesize_enter_or_leave_event, synthesize_leave_event,
3004         synthesize_enter_event,
3005         synthesize_leave_events,synthesize_enter_events): Also take a
3006         GdkCrossingMode parameter, in preparation to generating
3007         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
3008
3009         (fixup_event, append_event, fill_key_event_string): New functions,
3010         code refactoring.
3011
3012         (vk_from_char, build_keypress_event, build_keyrelease_event):
3013         Removed as part of dropping WM_CHAR handling.
3014
3015         (build_key_event_state,gdk_event_translate): Call
3016         GetKeyboardState(), once, for each keyboard message, instead of
3017         several calls to GetKeyState() here and there.
3018
3019         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
3020         at it, do some major refactoring, and some fixes for potential
3021         problems noticed while going through the code.
3022
3023         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
3024         WM_KEYUP. Don't need the state variables related to whether to
3025         wait for WM_CHAR or not, and whether the current key is
3026         AltGr. Remove lots of complexity. Thus don't need the
3027         use_ime_composition flag.
3028
3029         Not handling WM_CHAR means dead key handling will have to be taken
3030         care of by GTK, but that seems to work fine, so no worry.
3031
3032         Another side-effect is that Alt+keypad digits don't work any
3033         longer, but it's better to learn to use GTK's ISO14755 support is
3034         anyway.
3035
3036         Be more careful in checking whether AltGr is involved. Only
3037         attempt to handle it if the keyboard actually has it. And
3038         explicitly check for *left* Control plus *right* Alt being
3039         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
3040         chars.
3041
3042         Handle keys using similar code as in the X11 backend. As we have
3043         built a keymap in gdkkeys-win32.c anyway, use it by calling
3044         gdk_keymap_translate_keyboard_state() to look up the keysym from
3045         the virtual key code and keyboard state. Build the key event
3046         string in exactly the same way as the X11 backend.
3047
3048         If an IME is being used, don't generate GDK events for keys
3049         between receiving WM_IME_STARTCOMPOSITION and
3050         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
3051         
3052         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
3053         the IME, not just the first one.
3054
3055         gdk_event_translate() is still quite complex, could split the
3056         message handler cases out into separate functions.
3057
3058         On mouse events, when the mouse is grabbed, use
3059         find_real_window_for_grabbed_mouse_event() in order to be able to
3060         generate correct crossing events.
3061         
3062         No longer take a pre-allocated GdkEvent as parameter. Instead,
3063         allocate events as needed and append them to the queue. (This is
3064         different from how gdk_event_translate() in the X11 backend
3065         works.) This change made the code much clearer, especially in the
3066         cases where we have to generate several GDK events for one Windows
3067         message.  Return FALSE if DefWindowProc() should be called, TRUE
3068         if not. If DefWindowProc() should not be called, also return the
3069         value to be returned from the window procedure.
3070
3071         (Previously, the interaction with gdk_event_translate()'s caller
3072         was much more complex, when we had to indicate whether the
3073         already-queued event should be left in the queue or removed, and
3074         in addition also had to indicate whether to call DefWindowProc()
3075         or not, and what value to return from the window procedure if
3076         not.)
3077
3078         Don't use a separate "private" variable required to be pointing to
3079         the GdkWindowObject of the "window" variable at all times. Just
3080         use casts, even if looks a bit uglier.
3081
3082         Notice destroyed windows as early as possible, and break out of
3083         the messsage switch.
3084
3085         Use _gdk_pointer_root as current_window when the pointer is
3086         outside GDK's top-level windows.
3087         
3088         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
3089         appropriate, based on ImmIsIME().
3090         
3091         (gdk_event_translate, gdk_event_send_client_message_for_display,
3092         gdk_screen_broadcast_client_message): Implement client messages.
3093         Use a registered Windows message to pass GDK client messages. Note
3094         that the amount of user data is restricted to four bytes, as it is
3095         carried in the LPARAM. (The WPARAM is used for the message type
3096         "atom".)
3097         
3098         (real_window_procedure): Adapt for new gdk_event_translate()
3099         interface.
3100
3101         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
3102         _gdk_input_locale_is_ime initially.
3103
3104         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
3105         of g_colormap_ref()/unref().
3106
3107         (gdk_window_new): Made code a bit more like the X11 one, pretend
3108         to handle screens (although we just have one for now).
3109
3110         * gdk/x11/gdkevents-x11.c
3111         (gdk_event_send_client_message_for_display,
3112         gdk_screen_broadcast_client_message): Document the user data
3113         limitation on Win32.
3114
3115         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
3116         and leave notify detail output.
3117
3118         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
3119         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
3120         for those, so that the GtkIMContextCimple compose tables will
3121         work. Deduce if the keyboard layout has the AltGr key, and set the
3122         above flag accordingly.
3123
3124 2003-07-26  Matthias Clasen  <maclas@gmx.de>
3125
3126         * gtk/gtkwidget.c: Document DND signals.
3127
3128 2003-07-24  Matthias Clasen  <maclas@gmx.de>
3129
3130         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
3131         insensitive when editing isn't possible.  (#118150)
3132
3133 2003-07-23  Matthias Clasen  <maclas@gmx.de>
3134
3135         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
3136         spinbutton wrap.  (#118097, John Darrington)
3137
3138         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
3139
3140 2003-07-20  Hans Breuer  <hans@breuer.org>
3141
3142         * makefile.msc : new file to build it all
3143         * Makefile.am : ... added to EXTRA_DIST
3144
3145         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
3146           gtk/makefile.msc.in tests/makefile.msc : updated
3147
3148         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
3149         functions
3150
3151         * gtk/gtkbbox.c : use g_return_val_if_fail() if
3152         there is a value to return
3153
3154         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
3155         static correctness
3156
3157         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
3158         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
3159
3160         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
3161
3162         * gtk/gtkimmulticontext.c : use gtkprivate.h
3163
3164         * gtk/stock-icons/stock_color_picker_25.png
3165           gtk/stock-icons/stock_jump_to_rtl_16.png
3166           gtk/stock-icons/stock_jump_to_rtl_24.png
3167           gtk/stock-icons/stock_redo_rtl_16.png
3168           gtk/stock-icons/stock_redo_rtl_24.png
3169           gtk/stock-icons/stock_undelete_rtl_16.png
3170           gtk/stock-icons/stock_undelete_rtl_24.png
3171           gtk/stock-icons/stock_undo_rtl_16.png :
3172           gtk/stock-icons/stock_undo_rtl_24.png :
3173         readded as binary
3174
3175 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3176
3177         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
3178         leftover request of {xy}thickness
3179
3180 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3181
3182         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
3183         attempt to add a NULL icon to the box.
3184
3185 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3186
3187         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
3188         on focus in/out.
3189
3190 2003-07-19  Matthias Clasen  <maclas@gmx.de>
3191
3192         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
3193         * gtk/gtkiconfactory.c (get_default_icons): Add
3194         stock_dialog_authentication_48.  (#65765) 
3195         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
3196         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
3197
3198         * gtk/gtkbbox.h: 
3199         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
3200         function. (#64562) 
3201
3202 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3203
3204         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
3205         declaration
3206
3207         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
3208         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
3209         instead of full draws.
3210
3211 2003-07-18  Matthias Clasen  <maclas@gmx.de>
3212
3213         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
3214
3215         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
3216         signal, move_viewport. 
3217         (gtk_text_view_move_viewport): New function which implements the
3218         move_viewport functionality. 
3219         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
3220         the viewport. (#78669) 
3221
3222         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
3223         move_viewport argument. 
3224
3225         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
3226         property.  (#111779) 
3227
3228         * gtk/gtkwindow.h: 
3229         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
3230
3231         * gtk/gtkmessagedialog.h:
3232         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
3233         (#65501, Sebastian Rittau)
3234
3235 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3236
3237         * gtk/gtktextview.c (changed_handler): use
3238         gtk_widget_queue_resize_noredraw().
3239
3240 2003-07-16  Jody Goldberg <jody@gnome.org>
3241
3242         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
3243
3244 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3245
3246         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
3247         API. 
3248
3249 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3250
3251         By popular request give toolbuttons a border.
3252         
3253         * gtk/gtktoolitem.c
3254         (gtk_tool_item_size_allocate):
3255         (gtk_tool_item_size_request): don't request and allocate a border
3256         around the child
3257
3258         * gtk/gtktoolbutton.c 
3259         (gtk_tool_button_size_allocate):
3260         (gtk_tool_button_size_request): remove these functions
3261
3262         * gtk/gtktoolbar.c 
3263         (gtk_toolbar_size_request):
3264         (gtk_toolbar_size_allocate): request and allocate a border if we
3265         have a shadow.
3266
3267 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
3268
3269         Merged from stable.
3270
3271         Fixes issues pointed out by Morten Welinder in #115140.
3272
3273         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
3274         (do_validate_rows): update validated_area with a logic OR instead
3275         of a bitwise OR,
3276         (validate_rows_handler): make the if statement match the one in
3277         validate_rows(), so we don't leak the timeout.
3278
3279 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
3280
3281         Merged from stable.
3282
3283         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
3284         should only grab focus back if the "cell_editable" widget still
3285         has focus. (Fixes #110104, testcase provided by Marco Pesenti
3286         Gritti).
3287
3288 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
3289
3290         Merged from stable.
3291
3292         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
3293         Don't set attr.event_mask twice, those things were meant to be
3294         ORred. (#115139, pointed out by Morten Welinder).
3295
3296 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
3297
3298         Merged from stable.
3299
3300         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
3301         if needed. (Fixes #115869, reported by Michael Natterer).
3302
3303 2003-07-15  Matthias Clasen  <maclas@gmx.de>
3304
3305         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
3306         Fight against gtk-doc stupidity.
3307
3308 2003-07-13  Matthias Clasen  <maclas@gmx.de>
3309
3310         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
3311         targets, to pacify gtk-doc.
3312
3313 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3314
3315         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
3316         label_text, label_widget and icon_widget. (#117312, 
3317         Christian Persch)
3318         
3319 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3320
3321         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
3322         "horizontal-offset" and "vertical-offset" that determines the
3323         position of the menu when it is a submenu. 
3324
3325         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
3326         submenus according to new vertical- and horizontal-offset
3327         properties.
3328
3329 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
3330
3331         Merged from stable.
3332
3333         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
3334         case drags to "0", scroll to the top after dropping. (Fixes #94968,
3335         reported by Alp Toker).
3336
3337 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
3338
3339         Merged from stable.
3340
3341         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
3342         code (#115784, Owen Taylor).
3343
3344 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
3345
3346         Merged from stable.
3347
3348         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
3349         free the old text and extra_attrs *after* we parsed the new
3350         markup string. (Fixes #114485, reported by Owen Taylor).
3351
3352 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
3353
3354         Merged from stable.
3355
3356         Fixes #113904, testcase provided by Rene Seindal.
3357
3358         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
3359         pressed_button to -1 when a row has been activated,
3360         (gtk_tree_view_motion_bin_window): only start a drag if there's
3361         a button being pressed.
3362
3363 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
3364
3365         Merged from stable.
3366
3367         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
3368         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
3369         to avoid a roundtrip (#110272, Owen Taylor).
3370
3371 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
3372
3373         Merged from stable.
3374
3375         This patch really really fixes scrolling. Related bugs: #81627,
3376         testcase provided by Timo Sirainen, #111500, testcase provided by
3377         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
3378
3379         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
3380         which is equal to the lower border of the window means scrolling
3381         to an invisible row, always update the dy when scrolling to an
3382         invisible row, corrected area_above/below calculations for
3383         invisible rows, when walking the tree correct the size
3384         subtracted for invalidated rows, fix wrong logic in comment.
3385
3386 2003-07-11  Matthias Clasen  <maclas@gmx.de>
3387
3388         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
3389         mime_types.  (#117219, Steve Chaplin)
3390
3391 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
3392
3393         * gdk/x11/gdkevents-x11.c (get_real_window)
3394         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
3395         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
3396         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
3397         Don't assume that all events start with XEventAny - Xkb events
3398         don't! (#105745). So, only do that for core events, and for
3399         non-core events, add a system for registering event types
3400         that start with XEventAny.
3401
3402         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
3403         Check to see if the result of gdk_window_lookup_for_display()
3404         is actually a window.
3405
3406 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
3407
3408         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
3409         check a silent assert, so it follows the g_free() behaviour.
3410
3411 2003-07-11  Matthias Clasen  <maclas@gmx.de>
3412
3413         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
3414         vertically.  (#109823, Joe Shaw)
3415
3416 2003-07-11  Morten Welinder  <terra@gnome.org>
3417
3418         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
3419         access error.  (#69436)
3420
3421 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
3422
3423         Landing GtkTreeModelFilter and the completion code. (Test program
3424         and documentation will follow next week).
3425
3426         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
3427         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
3428
3429         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
3430         necessary code to hook up completion.
3431
3432         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
3433         GtkCellLayout interface.
3434
3435         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
3436
3437         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
3438         source files.
3439
3440 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
3441
3442         Merge from stable.
3443
3444         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
3445         directly return from ->window_at_pointer, but set win_x and win_y
3446         first if needed. (Fixes #110166, reported by Arno Charlet).
3447
3448         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
3449         function to accept GdkDrawables and not just GdkWindows. This was
3450         already done in some other functions a while back, but this patch
3451         got lost for some reason.
3452
3453 2003-07-09  Matthias Clasen  <maclas@gmx.de>
3454
3455         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
3456         direction when sorting children.  (#116540, Soeren Sandmann)
3457
3458 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
3459
3460         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
3461         Change _gdk_x11_send_xevent_async() to 
3462         _gdk_x11_send_client_message_async() avoid using Xlib
3463         internals that are different on Solaris. 
3464         (#116917, Morten Welinder)
3465
3466 2003-07-08  Matthias Clasen  <maclas@gmx.de>
3467
3468         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
3469         (#116501, Doug Quale)
3470
3471 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3472
3473         * gtk/gtktoggletoolbutton.h: remove strange #define
3474         * gtk/gtktoolbutton.h: fix cut'n'paste error
3475         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
3476         private data
3477         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
3478         private data instead of g_new0()
3479         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
3480         instance private data
3481
3482 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3483
3484         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
3485         for INPUT_ONLY window
3486         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
3487         * gtk/gtknotebook.c (gtk_notebook_realize): same
3488         * gtk/gtkexpander.c (gtk_expander_realize): same
3489         * gtk/gtkrange.c (gtk_range_realize): same
3490
3491         Fix #116303
3492
3493 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3494
3495         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
3496         when detail is "menuitem". With the new menu look is isn't needed
3497         anymore.
3498
3499         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
3500         resize here, so that tool items will get a chance to relayout
3501         themselves based on the toolbar configuration.
3502
3503         change DEFAULT_SPACE_SIZE to 4 instead of 5
3504
3505         * gtk/gtktoolbar.c 
3506         Get rid of "!GTK_BIN (item)->child means separator". Separators
3507         are widgets in their own right
3508
3509         change DEFAULT_SPACE_SIZE to 4 instead of 5
3510         
3511         (get_space_size): remove this function
3512         (toolbar_item_is_homogeneous): new function
3513
3514         * gtk/gtkseparatortoolitem.c
3515         (gtk_separator_tool_item_size_request): new function.
3516
3517 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3518
3519         * gtk/gtktoggletoolbutton.h: use private data, add new
3520         internal function _gtk_toggle_tool_button_get_button()
3521
3522         * gtk/gtktoolbutton.h: move to private data
3523
3524         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
3525         private data.
3526
3527 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3528
3529         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
3530         type check, (#116947, Krasimir Angelov)
3531
3532         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
3533         
3534         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
3535         data. Not instance private data yet, because of bug 116921.
3536
3537         * gtk/gtktoolitem.h: new accessors:
3538                 gtk_tool_item_get_homogeneous ()
3539                 gtk_tool_item_get_expand ()
3540                 gtk_tool_item_get_pack_end ()
3541                 gtk_tool_item_get_use_drag_window ()
3542
3543 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3544
3545         * gtk/gtkcellrenderertext.c
3546         (gtk_cell_renderer_text_class_init): remove accidentally committed
3547         debugging spew
3548
3549         * gtk/gtktoolbar.c
3550         (gtk_toolbar_paint_space_line): remove this function
3551         (gtk_toolbar_expose): always propagate expose, even if the item is
3552         a separator item
3553
3554         * gtk/gtkseparatortoolitem.c
3555         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
3556         (get_space_size): new function.
3557         (get_space_style): new function
3558
3559 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
3560
3561         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
3562         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
3563         of GDK_POINTER_MOTION_HINT_MASK.
3564
3565         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
3566         of the drag into an idle as a superior form of 
3567         expose compression.
3568
3569         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
3570         creation here, so that we have an icon at the start
3571         of the drag (e.g., when retrieving the window cache
3572         information.)
3573
3574 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3575
3576         * docs/widget_geometry.txt: better drawing of GtkMenuItem
3577         * docs/widget_geometry.txt: add notes about GtkMenu
3578         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
3579
3580 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3581
3582         * gtk/gtkmenu.c: add vertical_padding style property.
3583         
3584         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
3585         arrow_spacing and horizontal_padding. Also center separators and
3586         make them a bit taller.
3587
3588         * gtk/*menuitem.c: use new style properties.
3589         
3590         * docs/widget_geometry.txt: Add note about GtkMenuItem
3591
3592         * gtk/gtkstyle.c 
3593         (gtk_default_draw_vline, gtk_default_draw_hline):
3594         fix +/-1 errors. 
3595
3596         (gtk_default_draw_shadow): draw a black border around menus.
3597
3598         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
3599         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
3600         x2 and y1, y2 respectively, not x, width and y, height).
3601
3602 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
3603
3604         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
3605         all the atoms in the target list at once.
3606
3607         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
3608         Local drag short-circuit.
3609
3610         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
3611         local case, poke the actions in directly instead of
3612         going through xdnd_set_actions.
3613
3614         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
3615         the local case.
3616
3617         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
3618         XSelectInput()/add a filter if the drag is local.
3619
3620         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
3621         Simplify handling of "XdndSelection".
3622
3623         * gdk/x11/gdkevents-x11.c
3624         (gdk_event_send_client_message_to_all_recurse): Somehow,  
3625         a WM_STATE => _NET_WM_STATE change hand been made here.
3626
3627         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
3628         xatom_names, not atom_names.
3629
3630         * tests/testdnd.c (target_drag_motion): Make the trashcan
3631         open again. (Got lost in deprecation cleanup.)
3632
3633 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
3634
3635         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
3636         earlier, so we don't get a big pile of uncompressed
3637         motion events before the grab takes effect.
3638
3639         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
3640         gdk_window_process_all_updates() so that the area
3641         we are dragging over gets a change to redraw.
3642
3643         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
3644         gdk_window_get_position(), not gdk_window_get_origin().
3645
3646         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
3647         gdkdisplay-x11.h: use XShapeQueryExtension to 
3648         avoid duplicate XQueryExtension when we actually
3649         use it. Remove unnecessary caching in GdkDisplayX11.
3650
3651 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
3652
3653         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
3654         Function to get a range of information about all the
3655         children of a window in a single pass.
3656
3657         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
3658         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
3659         _gdk_x11_get_window_child_info() to greatly reduce
3660         the number of roundtrips.
3661
3662 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
3663
3664         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
3665         a function to XSendEvent() and call a calback on
3666         failure/success.
3667
3668         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
3669         messages to the same process, use _gdk_send_xevent_async().
3670
3671 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
3672
3673         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
3674         toplevel-specific pieces of GdkWindowImplX11 into
3675         a separate GdkToplevelX11 structure.
3676
3677 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
3678
3679         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
3680         some leftover fields.
3681
3682 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
3683
3684         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
3685         Use asynchronously _gdk_x11_set_input_focus_safe
3686         to avoid having to trap errors and XSync().
3687
3688         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
3689         _gdk_x11_set_input_focus_safe() here as well.
3690
3691         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
3692         Rework handling of property notifies on _NET_WM_STATE
3693         so that we ignore _NET_WM_DESKTOP notifies unless we
3694         really care.
3695
3696         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
3697         XShmQueryExtension() rather than XQueryExtension() to
3698         avoid extra rountrip.
3699
3700         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
3701         Remove unused call to XGetWindowAttributes()
3702         
3703         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
3704         unused call to XGetKeyboardControl().
3705
3706         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
3707         Add (#99571)
3708
3709         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
3710         No-op implementations of gdk_display_flush().
3711
3712         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
3713         gdk_display_flush() rather than gdk_flush() to avoid
3714         XSync().
3715         
3716         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
3717         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
3718         so that we don't have to get the property back from the server.
3719
3720         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
3721         the serial of when we map a toplevel to allow optimizing
3722         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
3723
3724         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
3725         XTranslateCoordinates() for override-redirect windows.
3726
3727 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
3728
3729         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
3730         about setting window group after the window is mapped from docs
3731         - nothing the ICCCM forbids that.
3732
3733         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
3734         Fix g_return_val_if_fail() in void return function.
3735
3736         * configure.in: Fix misplaced comma that was resulting
3737         in XShm always being disabled.
3738
3739 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3740
3741         * tests/stresstest-toolbar: remove this accidentally committed
3742         file.
3743         
3744         * tests/stresstest-toolbar.c: really add this new test
3745
3746 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3747
3748         * tests/stresstest-toolbar.c: new test for removing items
3749         
3750         * tests/testtoolbar.c: add a popup menu
3751
3752         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
3753           assert widget->parent == container when the container is a
3754           toolbar.
3755
3756         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
3757         simpler. Also make correct.
3758
3759         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
3760         popup_context_menu a boolean handled signal.
3761
3762 2003-07-04  Tor Lillqvist  <tml@iki.fi>
3763
3764         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
3765         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
3766         the width and height of the bounding rectangle only after the
3767         minumum x and y have been found, and need a separate loop for
3768         it. Thanks to Bruce Hochstetler for providing a sample program
3769         exhibiting the bug.
3770
3771 2003-07-03  Tor Lillqvist  <tml@iki.fi>
3772
3773         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
3774         (#116537, Peter Zelezny)
3775
3776 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3777
3778         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
3779         fix warning. Assign something to old_value to quiet gcc
3780
3781         * gtk/gtkcalendar.c 
3782         (start_spinning): gtk_timeout_add->g_timeout_add
3783
3784         * gtk/gtkicontheme.c 
3785         (theme_lookup_icon): Make it compile (remove double semicolon)
3786
3787         * gtk/gtktoolbutton.c
3788         (gtk_tool_button_class_init): Long comment about properties.
3789         (gtk_tool_button_class_init): Improve text for "use_underline"
3790         property
3791         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
3792         on whether the passed-in label has use_mnemonic set
3793         (gtk_tool_button_create_menu_proxy): Split image cloning out in
3794         new function. Make that function also handle image with pixbuf
3795         storage.
3796         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
3797         instead of gtk_container_remove().
3798         (gtk_tool_button_construct_contents): Fix eliding bug
3799
3800         * gtk/gtktoolbar.c
3801         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
3802         by Morten Welinder
3803         (gtk_toolbar_button_press): Make popup_context_menu signal provide
3804         coordinates and button number
3805
3806         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
3807
3808         * tests/apple-red.png: new file
3809
3810 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
3811          
3812         * gtk/gtkicontheme.[ch]: Implement a loader for
3813         named themed icon based on from gnome-desktop library
3814         by Alex Larsson.
3815
3816         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
3817         from gnome-desktop.
3818
3819         * gtk/gtkiconfactory.[ch]: Add
3820         gtk_icon_source_set/get_icon_name() to allow stock icons
3821         to be based off of named theme icons.
3822
3823         * gtk/gtkiconfactory.c: Rework sources so that the source
3824         is *either* a pixbuf, or a filename, or an icon name,
3825         instead of the pixbuf/filename mix it was before. Put a
3826         workaround for get_pixbuf() so that it can return the
3827         filename pixbuf, e.g, for render_icon().
3828
3829         * gtk/gtkiconfactory.c: Make the default setup use
3830         themed icons, and add builtin icons to the default
3831         icon theme for all the standard pixbufs, so we
3832         don't rely on actually having an icon theme on disk.
3833
3834         * gtk/gtkrc.c: Add support for @"icon-name" to specify
3835         a themed icon for a stock icon source.
3836
3837         * tests/Makefile.am test/testicontheme.c: Add a test
3838         program from gnome-desktop.
3839
3840         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
3841         Net/IconThemeName / gtk-icon-theme-name setting.
3842
3843         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
3844         update the icon cache serial so we don't continually
3845         think we are out-of-date.
3846
3847         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
3848         to ::direction_set that should have been to ::direction-changed
3849
3850 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
3851
3852         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
3853         style to the widget.
3854
3855 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3856
3857         * gtk/gtk.h: Add new toolbar headers
3858
3859         * tests/testtoolbar.c: new file
3860
3861         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
3862
3863         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
3864
3865 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3866
3867         * gtk/gtktoolbar.c:
3868         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
3869         inside a for loop (pointed out by Morten Welinder).
3870         (gtk_toolbar_focus_home_or_end): Minor formatting change
3871
3872         Comments from Owen:
3873
3874         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
3875         gtk_toolbar_elide_underscores instead.
3876
3877         * gtk/gtktoolbar.c: rename signal from focus_ends to
3878         focus_home_or_end.
3879         (_gtk_toolbar_elide_underscores): export this as an internal
3880         function.
3881         (gtk_toolbar_move_focus): add comment explaining difference to
3882         gtk_toolbar_focus();
3883         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
3884         TAB_BACKWARD focus the right widgets in RTL mode
3885
3886         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
3887         "label" and "icon" parameters
3888
3889         * gtk/gtktoolbutton.[ch]: remove icon_set property.
3890
3891 2003-07-01  Matthias Clasen  <maclas@gmx.de>
3892
3893         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
3894         (116364, Morten Welinder) 
3895
3896         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
3897         corresponding dialogs.
3898
3899         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
3900         gtkcolorbutton.h.  
3901         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
3902
3903         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
3904
3905         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
3906
3907         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
3908
3909         * gtk/gtkexpander.c: Small additions to the docs. 
3910
3911 2003-07-01  Tor Lillqvist  <tml@iki.fi>
3912
3913         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
3914         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
3915
3916 2003-07-01  Matthias Clasen  <maclas@gmx.de>
3917
3918         * configure.in: Check for Xcursor.
3919         
3920         * gdk/x11/gdkcursor-x11.c:
3921         * gdk/gdkdisplay.h: 
3922         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
3923         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
3924         gdk_display_supports_cursor_color(),
3925         gdk_display_get_default_cursor_size() and 
3926         gdk_display_get_maximal_cursor_size().  (#69436)
3927
3928 2003-06-30  Tor Lillqvist  <tml@iki.fi>
3929
3930         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
3931         callback proc for EnumWindows().
3932         (gdk_drag_find_window_for_screen): Actually take the drag_window
3933         argument into account: Instead of using WindowFromPoint(), use
3934         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
3935         M Brown, Herman Bloggs)
3936
3937         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
3938         gdk_window_ref()/unref() calls with g_object_ref()/unref().
3939         Consistently use %p format in debugging output of pointers and
3940         HANDLEs.
3941
3942 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
3943
3944         * gtk/gtkexpander.h: kill some stray characters
3945         breaking the build.
3946
3947 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
3948
3949         Add GtkExpander. See discussion in bug #60553.
3950
3951         * gtk/gtkexpander.[ch]: add.
3952         
3953         * gtk/Makefile.am: build gtk-expander.[ch].
3954         
3955         * docs/widget_geometry.txt: add info on the layout
3956         of GtkExpander.
3957
3958 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3959
3960         * gtkradiotoolbutton.c:         new file
3961         * gtkradiotoolbutton.h:            "
3962         * gtktoggletoolbutton.c:           "
3963         * gtktoggletoolbutton.h:           "
3964         * gtktoolbutton.c:                 "
3965         * gtktoolbutton.h:                 "
3966         * gtktoolitem.c:                   "
3967         * gtktoolitem.h:                   "
3968         * gtktoolbar.c: many changes
3969         * gtktoolbar.h: many changes
3970         * gtkseparatortoolitem.c:       new file
3971         * gtkseparatortoolitem.h           "
3972
3973         New toolbar.
3974         
3975         - Items on a toolbar are now separate widgets, instances of a
3976           subclass of GtkToolItem.
3977
3978         - Items there aren't room for on the toolbar are unmapped, and an
3979           overflow menu with a proxy menu item is added instead.
3980
3981         - The toolbar is keyboard navigatable. Press TAB to focus the
3982           first item, then use arrow keys and Ctrl TAB to move around the
3983           toolbar. TAB moves focus out of the toolbar.
3984
3985         - Bascially all of the old toolbar API is deprecated in favor of
3986           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
3987
3988         - The toolbar is backwards compatible with the old toolbar.
3989
3990 2003-06-29  Matthias Clasen  <maclas@gmx.de>
3991
3992         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
3993         from docs, some more formatting fixes. 
3994
3995 2003-06-28  Tor Lillqvist  <tml@iki.fi>
3996
3997         Fix for #111028, thanks to J. Ali Harlow, who writes:
3998         I found that the GdkPixmap->GdkImage reference really isn't
3999         important. It's only really there to have somewhere convenient to
4000         store the location of the pixel data in the pixmap and as an easy
4001         way of accessing the dimensions of that data. I have therefore put
4002         together a fix which removes this reference entirely which seems
4003         to solve the problem.
4004
4005         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
4006         Instead of a pointer to a GdkImage, keep a pointer to the pixels
4007         directly.
4008
4009         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
4010         (_gdk_win32_new_image): New function, replacing the above. Creates
4011         a GdkImage without any associated GdkPixmap.
4012         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
4013
4014         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
4015
4016         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
4017         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
4018         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
4019         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
4020         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
4021         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
4022         Corresponding changes.
4023
4024 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4025
4026         * gtk/gtktreeviewcolumn.c
4027         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
4028         and "is_expanded" if the new value is different fromt he old one.
4029
4030 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
4031
4032         * docs/faq/gtk-faq.sgml: Fix typos. Update
4033         thread example I missed yesterday.
4034
4035 2003-06-24  Matthias Clasen  <maclas@gmx.de>
4036
4037         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
4038         shadow_type. 
4039
4040         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
4041         (gtk_widget_class_list_style_properties): Use same parameter names as in  
4042         header (to silence gtk-doc).
4043
4044         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
4045
4046 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
4047
4048         * docs/faq/gtk-faq.sgml: Thread support updates
4049         from Owen. Various suggestions from Steve Chaplin.
4050
4051 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
4052
4053         * po/id.po: Updated Indonesian translation
4054
4055 2003-06-21  Tor Lillqvist  <tml@iki.fi>
4056
4057         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
4058         emulating X11's automatic grab on button down, pass owner_events
4059         as FALSE. According to the XLib spec, automatic grabs use True for
4060         owner_events when OwnerGrabButtonMask is selected, and I don't see
4061         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
4062         (find_window_for_pointer_event): Improve debugging output.
4063
4064 2003-06-17  Tor Lillqvist  <tml@iki.fi>
4065
4066         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
4067         subdirectory, where libtool 1.5 installs them.
4068
4069         * README.win32: Point to FSF's binary Win32 distribution of
4070         gettext-runtime.
4071
4072 2003-06-17  Matthias Clasen  <maclas@gmx.de>
4073
4074         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
4075         macros to check for XML catalog contents and path, borrowed from
4076         gtk-doc. 
4077         * configure.in: New option --enable-man to enable regeneration of
4078         man pages from Docbook, if the necessary tools are found.
4079
4080 2003-06-15  Matthias Clasen  <maclas@gmx.de>
4081
4082         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
4083         * gtk/gtknotebook.c (gtk_notebook_class_init): 
4084         * gtk/gtkalignment.c (gtk_alignment_class_init): 
4085         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
4086         as 2.4 additions.
4087
4088         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
4089         to the proper place, immediately before the g_signal_new() call.
4090
4091         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
4092         more obvious.  (#115122, Jeff Franks)
4093
4094 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
4095
4096         * gtk/gtkwidget.c: (event_window_is_still_viewable):
4097         Special case pixmaps. (#114880)
4098         
4099 2003-06-12  Matthias Clasen  <maclas@gmx.de>
4100
4101         * gtk/gtkwidget.c: Document child-notify and drag-data-received
4102         signals. Owen, we need to figure out where the best place for
4103         these comments in the source is. I currently put them in front of
4104         the signals enum.
4105
4106 2003-06-11  Matthias Clasen  <maclas@gmx.de>
4107
4108         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
4109
4110 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
4111
4112         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4113         silly typo fix. s/seperator/separator/. This gets rid of the
4114         assert spam when using TreeView.
4115
4116 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4117
4118         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
4119         function for XIM instantiate callback.
4120         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
4121         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
4122         actually made.
4123         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
4124         for XIM's destroy callback.
4125         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
4126         is set or not - if it's not set, call xim_info_try_im() to try to
4127         initiaize it.
4128         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
4129         filter_key_release flag of the context.
4130         * modules/input/gtkimcontextxim.c (get_ic_real): removed
4131         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
4132         code from the removed get_ic_real().
4133
4134         For XIM instantiation, destruction and re-instantiation. With
4135         this, Gtk+ apps will be able to connect or reconnect to the XIM,
4136         when it starts after the apps, or when the XIM gets lost and recover.
4137         (#113099, #107782).
4138
4139 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
4140
4141         Merged from stable.
4142
4143         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
4144         check if width is !null, not *width. Doh.
4145
4146 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
4147
4148         Merged from stable.
4149
4150         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4151         Remove the weird dx logic, get all cell_area and background_area
4152         calculations right. Not sure what was up with it before. (Fixes
4153         #110989, testcase from Vasco Alexandre da Silva Costa).
4154
4155 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4156
4157         * tests/testgtk.c: Make it compile with C89 compilers
4158
4159 2003-06-10  Matthias Clasen  <maclas@gmx.de>
4160
4161         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
4162         property "overwrite".
4163         (gtk_text_view_[gs]et_property): Handle "overwrite".
4164         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
4165         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
4166
4167 2003-06-09  Matthias Clasen  <maclas@gmx.de>
4168
4169         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
4170         properties "resize" and "shrink".
4171         (gtk_paned_[gs]et_child_property): Implementations of 
4172         GtkContainer::[gs]et_child_property.  
4173         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
4174         paned child properties instead of remove/add hacks.  (#114667, 
4175         Soeren Sandmann) 
4176
4177 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
4178
4179         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
4180         out event->window test - it wasn't needed because
4181         of the call to get_widget_coordinates().
4182
4183         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
4184         call to gtk_widget_grab_focus() when not clicking on
4185         any tabs. (Real fix for #114534)
4186
4187 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
4188
4189         * tests/testdnd.c: Use application/x-rootwindow-drop for
4190         root window drops. (#108670, Alex Larsson)
4191
4192         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
4193         Accept either application/x-rootwin-drop (what GTK+ has always used)
4194         or application/x-rootwindow-drop (what the XDND standard specifies).
4195
4196 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
4197
4198         * gtk/gtkwidget.c (event_window_still_viewable): 
4199         Before delivering an event to a widget, check that
4200         (if relevant), the event's window is still viewable.
4201         (#105642, Dennis Björklund)
4202
4203         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
4204         NULL out private->parent, since after destruction
4205         it might not be valid any more.
4206
4207         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
4208         accesses before g_return_val_if_fail(). Treat 
4209         DESTROYED windows as unmapped.
4210
4211 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
4212
4213         * gtk/gtkentry.c: Recompute unconditionally in
4214         gtk_entry_style_set, and in a new gtk_label_screen_changed().
4215         Protect the guts of recompute_idle_func() with
4216         gtk_widget_has_screen(). (#114040, Morten Welinder) 
4217         Fix FALSE/0 confusion.
4218         
4219 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4220
4221         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
4222         Fixes (#114669)
4223
4224 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
4225
4226         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
4227         set_adjustment (viewport, NULL);
4228
4229 2003-06-07  Matthias Clasen  <maclas@gmx.de>
4230
4231         * gtk/gtkiconfactory.c (get_default_icons): 
4232         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
4233         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
4234         undelete and revert.  (#96633)
4235         
4236 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
4237
4238         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
4239         refactoring of code to reduce duplication; fixes include:
4240
4241         - gtk_viewport_realize(): Position the window correct from adjustment 
4242         values. (#110737, Michael Natterer)
4243
4244         - Remove some division-by-zero checks in places where there is no 
4245         longer division. (#110737)
4246
4247         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
4248         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
4249         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
4250
4251         - Switch over to encapsulated lazy-creation for hadjustment/
4252         vadjustment; even with the CONSTRUCT property, we need this after
4253         destroy.
4254
4255         - When updating the adjustment, immediate set their values to
4256         match the the current range of the viewport, and update the 
4257         viewport position to match the value of the new adjustments. 
4258         (Part of #1165)
4259
4260 2003-06-06  Tor Lillqvist  <tml@iki.fi>
4261
4262         * gdk/win32/gdkprivate-win32.h: Fix typo.
4263
4264         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
4265         graphics_exposures and subwindow_mode, too, even if they aren't
4266         currently used.
4267
4268 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
4269
4270         Merged from stable.
4271
4272         * gtk/gtktreeview.c (do_expand_collapse),
4273         (expand_collapse_timeout), (cancel_arrow_animation): made
4274         expand_collapse_timeout a wrapper with locks around     
4275         do_expand_collapse, made cancel_arrow_animation use
4276         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
4277         Peter Bloomfield).
4278
4279 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4280
4281         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
4282         * modules/input/gtkimcontextxim.c (preedit_start_callback,
4283         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
4284         to keep preedit-[start,changed,end] signals from being called during
4285         finalization (#111861).
4286
4287 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
4288
4289         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
4290         presses that are not on the tab (#114534).
4291
4292 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
4293
4294         * demos/Makefile.am: Conditionalize dependencies for
4295         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlowe). 
4296         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
4297         test-inline-pixbufs.h if we don't have libpng.
4298
4299         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
4300         Add a dependency on gdk-pixbuf.loaders when not 
4301         cross-compiling, remove the dependency on gdk-pixbuf-csource
4302         when not cross compiling.
4303
4304 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
4305
4306         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
4307         gtk_window_get_geometry_info() returning NULL.
4308         (#107311, John Finlay)
4309
4310 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
4311
4312         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
4313         twice the border width from the width/height, not
4314         1x the border width. (#106336, Rodney Dawes)
4315
4316 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
4317  
4318         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
4319         If at the end of the buffer, move to the end iter -
4320         parallels behavior of move_iter_to_previous_line.
4321         (#81960, Padraig O'Briain)
4322  
4323 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
4324
4325         #80023, Yao Zhang, TOKUNAGA Hiroyuki
4326
4327         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
4328         Account for the preedit cursor offset if the iter passed
4329         in is at the same place as the insertion cursor.
4330
4331         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
4332         Encapsulate getting the insertion cursor location.
4333
4334         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
4335         Pass the real y/height to the IM context. Take 
4336         text_view->x/yoffset into account.
4337
4338 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
4339
4340         * gtk/gtktextview.[ch]: Never scroll on focus in
4341         (#81893, Patch from Paolo Maggi)
4342
4343         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
4344         Scroll to the current cursor location before handling
4345         the action, in case the user just tabbed in
4346         and the cursor is offscreen.
4347
4348 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
4349          
4350          #107883, Gustavo Giráldez
4351
4352         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
4353         Split out the case where we know we changed, and 
4354         already dealt with our cached line being invalidated
4355         from external calls to gtk_text_layout_changed.
4356
4357         * gtk/gtktextlayout.c (gtk_text_layout_changed):
4358         Check if the invalidate yrange intersects our
4359         cached line, and clear it if necessary.
4360
4361 2003-06-05  Tor Lillqvist  <tml@iki.fi>
4362
4363         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
4364         filters.
4365
4366 2003-06-05  Matthias Clasen  <maclas@gmx.de>
4367
4368         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
4369         (gtk_text_view_grab_notify): 
4370         (gtk_text_view_state_changed): Implement these
4371         to unobscure cursor when grab shadowed or insensitised.
4372         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
4373         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
4374         gtk_text_view_motion_event().
4375         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
4376
4377         * gtk/gtktextview.c (select_all): New keybinding signal for
4378         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
4379
4380         * gtk/gtkcalendar.c (calendar_timer): 
4381         (stop_spinning): Replace deprecated gtk_timeout_* functions by
4382         their GLib counterparts.  (#114429)
4383
4384         * gtk/gtktreestore.c (gtk_tree_store_new): 
4385         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
4386         types.
4387
4388 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
4389
4390         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
4391         When drawing underlines, join up adjacent runs
4392         where possible, so we don't get changes in 
4393         shaper/font/etc. breaking underlines. (#103662,
4394         Kang Jeong-Hee)
4395
4396 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
4397
4398         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
4399         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
4400         improve the speed of inserting rows into an already sorted list,
4401         #109292
4402
4403 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
4404
4405         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
4406         track of when we have a clip mask set for the GC,
4407         and when we unset it, or switch to a clip region,
4408         immediately call XSetClipMask (..., None) to avoid
4409         Xlib caching stale data. (#111806)
4410
4411         * gtk/gtktextdisplay.c: Don't set a clip mask
4412         when drawing alpha pixmaps; it isn't necessary any more.
4413         (#111806)
4414
4415 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
4416
4417         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
4418         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
4419         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
4420         (#92548, Tim Evans)
4421
4422         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
4423         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
4424         Use state_type = STATE_INSENSITIVE for insensitive menu items.
4425
4426 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
4427
4428         Merged from stable.
4429
4430         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
4431         assert for get_info. (reported by Michael Natterer),
4432         (gtk_tree_view_expand_all_emission_helper),
4433         (gtk_tree_view_expand_all_helper): emit row_expanded for all
4434         expanded rows during an _expand_all operation. (Fixes #111280,
4435         reported by Benjamin Bayart).
4436
4437 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
4438
4439         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
4440         respond to pings on a root window; prevents infinite
4441         loops if we are selecting for SubstructureNotify on the
4442         root window. (#111945, Sergey V. Udaltsov)
4443
4444 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
4445
4446         #71597, reported by Morten Welinder
4447
4448         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
4449         (Patch from Christian Petig)
4450
4451         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
4452         Major rewrite of 555 and 565 conversion routines:
4453
4454         - Move all the bit shifting into a small block of macros,
4455           eliminating much duplication of complicated arithmetic.
4456         - Get rid of 2-pixels at a time code, which was buggy,
4457           hard to maintain, caused unaligned accesses, and
4458           probably didn't actually perform any better.
4459         - Simplify cases where different data types were
4460           used for the little and big endian cases, use
4461           GUINT16_SWAP_LE_BE() where appropriate.
4462                 
4463 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
4464
4465         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
4466         bad optimization for src_rowstride == dest_stride.
4467         (Didn't consider the case where we were copying only
4468         partial widths of a wider source buffer)
4469         (#113034, reported by Hans Petter Jansson)
4470
4471 2003-06-03  Michael Natterer  <mitch@gimp.org>
4472
4473         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
4474         reenabled button_release events for xinput devices. (#113948)
4475
4476 2003-06-03  Christian Rose  <menthos@menthos.com>
4477
4478         * configure.in: Added "li" to ALL_LINGUAS.
4479
4480 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
4481
4482         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
4483         map the event window if the notebook isn't mapped. (#113980,
4484         Richard Reich)
4485
4486 2003-06-02  Sven Neumann  <sven@gimp.org>
4487
4488         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
4489
4490         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
4491
4492 2003-06-01  Matthias Clasen  <maclas@gmx.de>
4493
4494         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
4495         Since: 2.4 to the docs.
4496
4497         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
4498         an example to the docs.  (#98427)
4499
4500 2003-05-30  Murray Cumming  <murrayc@usa.net>
4501
4502         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
4503         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
4504         uses the new private data system - see g_type_class_add_private() in
4505         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
4506
4507 2003-05-30  Matthias Clasen  <maclas@gmx.de>
4508         
4509         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
4510         signature of gtk_notebook_draw_arrow() for Solaris builds to go
4511         through.  (#114043, Anand Subramanian)
4512
4513 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4514
4515         * modules/input/imipa.c: 
4516         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
4517
4518 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4519
4520         * gtk/gtkimmodule.c (_gtk_im_module_list):
4521         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
4522
4523 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4524
4525         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
4526         label of default input method localizable.
4527         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
4528         use translations of input method context names
4529         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
4530           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
4531           modules/input/imti-er.c, modules/input/imti-et.c
4532           modules/input/imviqr.c, modules/input/imxim.c
4533         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
4534         (#113850).
4535
4536 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
4537
4538         Merged from stable.
4539
4540         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
4541         grab separate, the user might clear the tree in the focus-in
4542         callback. (Fixes #113086, testcase from Felipe Heidrich).
4543
4544 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
4545
4546         Merged from stable.
4547
4548         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
4549         of row reference when we unset the model. Also reset
4550         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
4551
4552 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
4553
4554         Merged from stable.
4555
4556         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
4557         the current editing, if it exists. (Fixes #108956, reported by
4558         Michael Natterer).
4559
4560 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
4561
4562         Merged from stable.
4563
4564         * gtk/gtktreeview.c (check_selection_helper): new function,
4565         (gtk_tree_view_row_deleted): traverse the tree from the
4566         deleted node to see whether the selection changed, instead of
4567         just checking this node. (Fixes #107400, reported by 'Duncan').
4568
4569 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
4570
4571         Merged from stable.
4572
4573         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
4574         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
4575         instead of _maybe_begin_dragging_row, so the icon can be
4576         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
4577
4578 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
4579
4580         Merged from stable.
4581
4582         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
4583         cell_area x/width for the expander if needed. (Fixes #101748,
4584         reported by Dave Cook and Mariano Suarez-Alvarez).
4585
4586 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
4587
4588         Merged from stable.
4589
4590         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
4591         if tree/node are still the same after _internal_select_node.
4592         (Fixes #92256, reported by edscott).
4593
4594 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
4595
4596         Fixes #75745, reported by Richard Hult. Merged from stable.
4597
4598         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
4599         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
4600         cursor or not.
4601
4602         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4603         if we are rendering a cursor row, and the cell the be
4604         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
4605         flag (else we unset it).
4606
4607 2003-05-27  Matthias Clasen  <maclas@gmx.de>
4608
4609         * gtk/gtkwindow-decorate.c: 
4610         * gtk/gtktreeprivate.h: 
4611         * gtk/gtkdnd.c: 
4612         * gdk/win32/gdkwindow-win32.h: 
4613         * gdk/linux-fb/gdkprivate-fb.h: 
4614         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
4615         unspecified signedness.  (#112919, Morten Welinder)
4616
4617         * gtk/queryimmodules.c (escape_string): 
4618         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
4619         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
4620         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
4621         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
4622         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
4623         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
4624         Morten Welinder) 
4625
4626 2003-05-27  Tor Lillqvist  <tml@iki.fi>
4627
4628         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
4629         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
4630
4631         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
4632         win32/libgdk-win32.la.
4633
4634         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
4635
4636 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4637
4638         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
4639         scrollbar slider length 21 instead of 7.
4640
4641 2003-05-23  Matthias Clasen  <maclas@gmx.de>
4642
4643         * gtk/gtknotebook.c: Add support for up to four scroll
4644         arrows. Control their display by new style properties
4645         "has_forward_stepper", "has_backward_stepper",
4646         "has_secondary_forward_stepper" and
4647         has_secondary_backward_stepper". (#110540)
4648
4649         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
4650         click_child three bits wide, add
4651         has_{before,after}_{previous,next} fields.
4652
4653         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
4654         focus out of hex_entry.  (#112665)
4655         (hex_focus_out): New signal handler for focus out of hex entry.
4656
4657 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
4658
4659         * gtk/gtkwidget.c (gtk_widget_realize): 
4660         g_return_if_fail() if
4661         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
4662         (#107872, Christian Reis)
4663
4664 2003-05-22  Matthias Clasen  <maclas@gmx.de>
4665
4666         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
4667         (gtk_file_selection_rename_file): Some keynav improvements for the
4668         "Rename File" and "Create Directory" subdialogs: Enter in entry
4669         activates default, default is "Create"/"Rename", Escape cancels
4670         dialog.  (#113110)
4671         (gtk_file_selection_set_filename): Add a hint about opening 
4672         directories.  (#113175)
4673
4674 2003-05-22  Matthias Clasen  <maclas@gmx.de>
4675
4676         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
4677         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
4678         anyway.  (#113476)
4679
4680 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
4681
4682         * gtk/gtkprogress.c (gtk_progress_set_format_string,
4683         gtk_progress_set_show_text): Always queue a resize ... 
4684         we rely on the size-allocate to do the update, plus a 
4685         different format can actually change our size requisition.
4686         (#111052, Vasco Alexandre da Silva Costa)
4687
4688         * gtk/gtkprogress.c (gtk_progress_changed): Track
4689         ::changed as well as ::value_changed, and queue a
4690         resize on ::changed when necessary.
4691
4692         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
4693         Call gtk_progress_changed() here to update or 
4694         queue a resize as necessary.
4695
4696 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4697
4698         * gtk/gtkimcontextsimple.c: added composing rules of
4699         Greek accented letters, patch by Vasilis Vasaitis (#107507)
4700
4701 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4702
4703         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
4704         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
4705         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
4706
4707 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4708
4709         * gtk/gtkimcontextsimple.c: 
4710         code that can check the compose table for ascending order,
4711         by Vasilis Vasaitis (#104862).
4712
4713 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
4714
4715         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
4716         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
4717         to handle the case where a modifier not in the mask
4718         (like Num_Lock) changes the key value, so replace
4719         the masked state with a state/mask pair. (#106913,
4720         Olivier Ripoll)
4721
4722         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
4723         in state/mask pair to _gtk_key_hash_lookup()
4724
4725 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4726
4727         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
4728         fix a memory leak, free input context list (#113259).
4729
4730 2003-05-21  Matthias Clasen  <maclas@gmx.de>
4731
4732         * configure.in (all_loaders): Add pcx.
4733
4734         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
4735
4736 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
4737
4738         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
4739         accept a missing gtk.immodules file, some people
4740         want to run without one. (#112406, patch from
4741         Arnaud Charlet)
4742
4743 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
4744
4745         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
4746         height/width confusion (#113370, Xan Lopez)
4747
4748 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
4749
4750         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
4751         zero all unused parts of client messages (Mainly Motif DND
4752         and EWMH). Also, fix a couple places where we were putting
4753         contents into Motif DND messages that didn't belong.
4754         (#113361, EWMH problem reported by Lubos Lunak)
4755
4756         * gtk/gtkselection.c (_gtk_selection_request): Handle the
4757         case where the property type for the multiple atoms is
4758         ATOM_PAIR by doing the conversions ourselve. This is
4759         needed for Xt inter-operation.
4760
4761 2003-05-19 Arafat Medini <lumina@silverpen.de>
4762
4763         * configure.in: Added ar to ALL_LINGUAS
4764
4765 2003-05-19  Matthias Clasen  <maclas@gmx.de>
4766
4767         * gtk/gtksettings.c (gtk_rc_property_parse_border,
4768         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
4769         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
4770         Add docs.
4771
4772         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
4773         gtk_widget_class_install_style_property_parser): Add docs. 
4774
4775 2003-05-17  Matthias Clasen  <maclas@gmx.de>
4776
4777         * tests/prop-editor.c: Add navigation for object properties, so
4778         that you can easily edit the properties of the parent of a widget.
4779         (#113152)
4780
4781 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
4782
4783         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
4784         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
4785         inconsistency and leave the old name as an aliass (#104873)
4786
4787 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
4788
4789         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
4790         from Charles Schmidt to add missing notify (#108305)
4791
4792 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
4793  
4794         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
4795         (#105500, Morten Welinder.)
4796  
4797 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
4798
4799         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
4800         instead of gumake for XNFilterEvents event mask(#110493).
4801
4802 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
4803
4804         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
4805         a GObject. (#112762)
4806
4807 2003-05-08  Sven Neumann  <sven@gimp.org>
4808
4809         * configure.in: set the HAVE_X11R6 automake conditional to false
4810         if not compiling for X11.
4811
4812 2003-05-08  Matthias Clasen  <maclas@gmx.de>
4813
4814         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
4815         (gtk_calendar_get_display_options): New functions.
4816         (gtk_calendar_display_options): Depreate.  (#64567)
4817         (gtk_calendar_class_init): Add boolean properties for the display
4818         options.  (#50949)
4819
4820 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
4821
4822         Patch from James Henstridge to update to automake-1.7
4823         (#109542)
4824  
4825         * autogen.sh: update to call newer tools.
4826  
4827         * configure.in: various updates, to use M4 macros to put
4828         variables that change each release at the top.
4829         Use AC_HELP_STRING to format help strings.
4830         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
4831  
4832         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
4833         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
4834         during distcheck.
4835  
4836         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
4837         makefile fragment.
4838  
4839         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
4840         Use BUILT_SOURCES where appropriate.
4841         Build generated files in builddir rather than srcdir.
4842         Fix uninstall and distclean targets to satisfy distcheck.
4843
4844         ===
4845
4846         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
4847         built first, since we are now using BUILT_SOURCES.
4848
4849         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
4850
4851         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
4852         with geninclude.pl.
4853
4854         * configure.in: Update versions to 2.3.0.
4855  
4856 2003-05-06  Tor Lillqvist  <tml@iki.fi>
4857
4858         Fix for #110165 (thanks to Arnaud Charlet):
4859         
4860         * gdk/win32/gdkevents-win32.c (build_keypress_event,
4861         build_keyrelease_event): For unshifted control char, use
4862         lowercase ASCII keyval.
4863         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
4864         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
4865         lowercase keyval. Use build_key_event_state() here, too, instead
4866         of minor code duplication.
4867
4868 2003-05-06  Matthias Clasen  <maclas@gmx.de>
4869
4870         * tests/testmultidisplay.c: Don't include strings.h, it's not
4871         needed anymore.  (#112388)
4872
4873         * examples/menu/itemfactory.c: 
4874         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
4875         itemfactory example.
4876
4877 2003-05-05  Matthias Clasen  <maclas@gmx.de>
4878
4879         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
4880         icon type to the stock icon type.  (#111735, Dave Bordoley)
4881
4882 2003-05-05  Christian Rose  <menthos@menthos.com>
4883
4884         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
4885         Removed sp, it's replaced by sr@Latn.
4886
4887 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
4888
4889         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
4890         Gonzalo Odiard
4891
4892 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
4893
4894         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
4895         data iff the destroy func isn't NULL.
4896
4897 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
4898
4899         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
4900
4901 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
4902
4903         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
4904
4905 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
4906
4907         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
4908         of UTF-8. (#106419, Roozbeh Pournader)
4909
4910 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
4911
4912         * configure.in: Only check for XFT2 if we found pango-xft
4913         (#105692, Jon Nall)
4914
4915 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
4916
4917         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
4918         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
4919
4920 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
4921
4922         * docs/faq/gtk-faq.sgml: add note about version converage.
4923
4924 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
4925
4926         * gtk/gtksocket.c (activate_key): Fix prototype for
4927         activate_key. (#108927, Jason D. Hildebrand)
4928
4929 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
4930
4931         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
4932         Remove geninclude.pl from CVS and don't dist it either,
4933         it is generated. (#108970, Rich Kinder)
4934
4935 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
4936
4937         * gtk/gtkobject.h: Remove a couple of obsolete comments,
4938         fix another comment. (#109737, Britton Kerin)
4939
4940 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
4941
4942         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
4943         the source list, not just it's contents (Patch
4944         from Charles Kerr, #108243)
4945
4946 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
4947
4948         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
4949         from Alex Larsson fixing problem with restacking during
4950         DND. (#108671)
4951
4952 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
4953
4954         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
4955         Calling XFlush() after ungrabbing, to avoid problems if
4956         the app subsequently blocks on a long-running operation.
4957         (#106520, reported by Rajkumar Siva)
4958
4959 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
4960
4961         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
4962         SKIP_TASKBAR/SKIP_PAGER to set of properties we
4963         might set on map. (#110019, problem reported
4964         by Loban Rahman)
4965
4966 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
4967
4968         * gdk/gdkevents.c (gdk_event_copy): Fix for the
4969         case when gdk_event_copy() is called on a non-allocated
4970         event. (#109716, reported by Rich Burridge)
4971
4972 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
4973
4974         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
4975         Fix pointer arithmetic on 'void *'. (#108322)
4976
4977 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
4978
4979         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
4980         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
4981         use of XAddConnectionWatch. Remove --enable-xim config option.
4982         Should fix building on X11R6 (#110523, Albert Chin)
4983
4984 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
4985
4986         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
4987         Patch from Morten Welinder to catch Sun servers with a 
4988         broken implementation of the RENDER extension. (#108309)
4989
4990 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
4991
4992         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
4993         gdk_free_compound_text(), not g_free(). (#107643,
4994         Michael Zucchi)
4995
4996 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
4997
4998         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
4999         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
5000         wrong use of base_finalize. (#105126, Sven Neumann)
5001
5002 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
5003
5004         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
5005         '/' vs. '*' problem in aspect ration computations. (#108237)
5006
5007 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
5008
5009         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
5010         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
5011         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
5012         event, so select for both. (#108406, Egmont Koblinger)
5013
5014 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
5015
5016         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
5017         caused by not clearing the scroll_to_path.
5018
5019 2003-04-16  Matthias Clasen  <maclas@gmx.de>
5020
5021         * gtk/gtkstyle.c: Doc additions and fixes.
5022
5023         * gtk/gtktreeviewcolumn.c
5024         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
5025
5026 2003-04-14  Michael Natterer  <mitch@gimp.org>
5027
5028         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
5029         that the iter is not reordered to its own position. Prevents model
5030         corruption for the case that the store contains only a single item
5031         (fixes bug #108387).
5032
5033         Unrelated:
5034
5035         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
5036         new list element later so we don't leak it if we decide to return
5037         early.
5038
5039         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
5040         set selection->tree_view->priv->anchor to NULL after freeing it.
5041
5042 2003-04-13  Matthias Clasen  <maclas@gmx.de>
5043
5044         * gtk/gtktreeviewcolumn.c
5045         (gtk_tree_view_column_cell_get_position): Document. 
5046
5047         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
5048         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
5049         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
5050         these as 2.4 additions.
5051
5052 2003-04-09  Matthias Clasen  <maclas@gmx.de>
5053
5054         * INSTALL.in: Fix the real thing.
5055
5056         * INSTALL: Typo fix.
5057
5058 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
5059
5060         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
5061         after ungrabbing the server.
5062  
5063         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
5064         calls to XFlush().
5065
5066         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
5067         Use gdk_x11_display_grab/ungrab.
5068
5069         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
5070         use_xshm to TRUE so SHM gets used when present.
5071  
5072 2003-04-07  Matthias Clasen  <maclas@gmx.de>
5073
5074         * gtk/gtktextlayout.c (set_para_values): 
5075         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
5076         David Brigada)
5077
5078         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
5079         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
5080         misspellings of possessive "its".  (#110027, Doug Quale)
5081
5082 2003-04-03  Matthias Clasen  <maclas@gmx.de>
5083
5084         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
5085         current directory if it looks like the srcdir.  (#109357)
5086
5087 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5088
5089         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
5090         focus_on_click
5091
5092         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
5093         navigation not wrap around.
5094
5095 2003-04-02  Matthias Clasen  <maclas@gmx.de>
5096
5097         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
5098         Return 0 if lower == upper.  (#109155)
5099         (gtk_progress_get_current_percentage): Use
5100         gtk_progress_get_percentage_from_value().
5101
5102 2003-04-01  Matthias Clasen  <maclas@gmx.de>
5103
5104         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
5105         (#109510, Noah Levitt)
5106
5107 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
5108
5109         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
5110         members so Purify won't complain.
5111
5112         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
5113
5114 2003-03-31  Matthias Clasen  <maclas@gmx.de>
5115
5116         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
5117         gtk_window_[gs]et_role().  (#93904)
5118
5119 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
5120
5121         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
5122         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
5123
5124 2003-03-29  Matthias Clasen  <maclas@gmx.de>
5125
5126         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
5127         of labels back to normal before reparenting back.  (#102387)
5128
5129         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
5130         a default window title to match the GtkFontSelectionDialog behavior.
5131  
5132         (gtk_color_selection_dialog_new): Don't call
5133         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
5134
5135 2003-03-29  Matthias Clasen  <maclas@gmx.de>
5136
5137         Fix for bug #78499:
5138         
5139         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
5140         select_lines. 
5141
5142         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
5143         select_lines on double/triple click.
5144
5145         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
5146         select-by-words and select-by-lines behaviour.
5147
5148         Fixes for bug #56248:
5149         
5150         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
5151         timer and queue a redraw. 
5152         (gtk_notebook_grab_notify): 
5153         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
5154         if necessary.   
5155         (gtk_notebook_button_release): Use stop_scrolling().
5156         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
5157
5158         * gtk/gtkrange.c (stop_scrolling): New function to remove the
5159         grab, remove the timer and queue a redraw.
5160         (gtk_range_grab_notify): 
5161         (gtk_range_state_changed): New functions to call stop_scrolling() 
5162         if necessary.   
5163         (gtk_range_button_release): Use stop_scrolling().
5164
5165         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
5166         (gtk_spin_button_state_changed): Redraw after stop_spinning.
5167         (gtk_spin_button_stop_spinning): Reset click_child to correct the
5168         drawing of the arrows.
5169         (gtk_spin_button_button_release): Use a local copy of click_child,
5170         since stop_spinning() resets it.
5171
5172         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
5173         C-A-PgDown as alternatives to the A-less variants. (This slipped
5174         in accidentally some time ago).  (#97860)
5175
5176 2003-03-26  Sven Neumann  <sven@gimp.org>
5177
5178         * gtk/gtktreeview.c: rewrote the function that does node and arrow
5179         prelighting, queue all redraws from here (Fixes bug #108792).
5180
5181 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
5182
5183         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
5184         Fixes bug #108778.
5185
5186 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
5187
5188         * configure.in: Added "ml" in ALL_LINGUAS
5189
5190 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
5191
5192         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
5193         G_DISABLE_DEPRECATED.
5194
5195 2003-03-14  Tor Lillqvist  <tml@iki.fi>
5196
5197         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
5198         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
5199         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
5200         multiple monitors can have negative coordinates on some of the
5201         monitors. (partial fix for #99496, Arnaud Charlet)
5202
5203 2003-03-15  Matthias Clasen  <maclas@gmx.de>
5204
5205         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
5206
5207 2003-03-13  Sven Neumann  <sven@gimp.org>
5208
5209         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
5210         removed redundant calls to g_object_notify().
5211         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
5212         bug #108236.
5213
5214         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
5215         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
5216         functions return an integer value).
5217
5218 2003-03-13  Tor Lillqvist  <tml@iki.fi>
5219
5220         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
5221         WM_MOUSEMOVE, the test whether we have actually moved (and thus
5222         shouldn't generate an GDK event) moved after the call to
5223         propagate() and translate_mouse_coords(). Otherwise we were
5224         testing wrong values. (#108115, Allin Cottrell)
5225         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
5226         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
5227
5228         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
5229         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
5230         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
5231         cursor right away with SetCursor(), as we won't get any
5232         WM_SETCURSOR messages while the mouse is captured. 
5233         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
5234         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
5235
5236         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
5237         WM_SYSCHAR, return FALSE from the window procedure to prevent the
5238         DefWindowProc from being called. Otherwise Windows would beep,
5239         thinking you are tring to access a (nonexistent) menu when you
5240         press Alt-something. Don't do this for Alt-Space,
5241         though. (#107454, Martyn Russell)
5242
5243         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
5244
5245 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
5246
5247         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
5248         [left/right] expands/collapses the tree, #108092
5249
5250 2003-03-09  Tor Lillqvist  <tml@iki.fi>
5251
5252         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
5253         compensate for LineTo() not drawing the end pixel. It causes more
5254         harm than benefits, see bug #81895.
5255
5256 2003-03-08  Matthias Clasen  <maclas@gmx.de>
5257
5258         Bug #107664 continued:
5259
5260         * gdk/x11/gdkinputprivate.h: 
5261         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
5262         (_gdk_input_other_event): Return gboolean.
5263         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
5264         (_gdk_input_other_event): Return gboolean.
5265         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
5266
5267         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
5268         gboolean, remove pointless call to _gdk_input_window_none_event.
5269
5270         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
5271         (_gdk_input_window_none_event): Remove.
5272
5273         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
5274         (_gtk_text_iter_get_any_segment): 
5275         (_gtk_text_iter_get_segment_byte): 
5276         (_gtk_text_iter_get_segment_char): 
5277         (_gtk_text_iter_get_text_line): 
5278         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
5279         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
5280         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
5281         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
5282         (gdk_window_get_origin): 
5283         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
5284
5285 2003-03-06  Matthias Clasen  <maclas@gmx.de>
5286
5287         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
5288         (#107664, Morten Welinder)
5289
5290         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
5291         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
5292         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
5293         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
5294
5295         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
5296         * gtk/gtkeditable.c (gtk_editable_get_chars): 
5297         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
5298         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
5299         (#107648, Morten Welinder)Fix NULL/FALSE confusion
5300         (#107648, Morten Welinder)
5301
5302 2003-03-04  Matthias Clasen  <maclas@gmx.de>
5303
5304         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
5305
5306 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
5307
5308         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
5309         handle rtl code.  Thanks to Matthias Clasen for an initial patch
5310         to handle the RTL code.
5311
5312         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
5313
5314         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
5315
5316         * gtk/gtktreeview.c: (invalidate_column),
5317         (invalidate_last_column),
5318         (gtk_tree_view_get_real_requested_width_from_column),
5319         (gtk_tree_view_size_allocate_columns),
5320         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
5321         (gtk_tree_view_button_release_drag_column),
5322         (gtk_tree_view_update_current_reorder),
5323         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
5324         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
5325         (gtk_tree_view_get_background_xrange),
5326         (gtk_tree_view_get_arrow_xrange),
5327         (gtk_tree_view_is_expander_column),
5328         (gtk_tree_view_set_column_drag_info),
5329         (gtk_tree_view_move_cursor_left_right):
5330         Add RTL support.
5331
5332         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
5333         expand flag.
5334
5335         * gtk/gtktreeviewcolumn.c:
5336         (gtk_tree_view_column_class_init),
5337         (gtk_tree_view_column_set_property),
5338         (gtk_tree_view_column_get_property),
5339         (gtk_tree_view_column_set_expand),
5340         (gtk_tree_view_column_get_expand),
5341         (gtk_tree_view_column_cell_process_action):
5342         Add support for expand flag.  Thanks to Kristian Rietveld for an
5343         initial patch for this.
5344
5345 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
5346
5347
5348 2003-03-02  Tor Lillqvist  <tml@iki.fi>
5349
5350         * gdk/gdk.def
5351         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
5352         Gustin.
5353
5354 2003-03-01  Matthias Clasen  <maclas@gmx.de>
5355
5356         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
5357         (gtk_scrolled_window_set_hadjustment): Replace uses of
5358         gtk_object_new by g_object_new.
5359
5360 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
5361
5362         * demos/gtk-demo/main.c
5363         * demos/gtk-demo/tree_store.c
5364         * gdk/x11/gdkscreen-x11.c
5365         * gtk/gtkcellrenderertoggle.c
5366         * gtk/gtkcolorsel.c
5367         * gtk/gtkdnd.c
5368         * gtk/gtkeditable.c
5369         * gtk/gtkentry.c
5370         * gtk/gtkmenu.c
5371         * gtk/gtkmenubar.c
5372         * gtk/gtkmenuitem.c
5373         * gtk/gtkmenushell.c
5374         * gtk/gtkrc.c
5375         * gtk/gtksettings.c
5376         * gtk/gtkstyle.c
5377         * gtk/gtktextbuffer.c
5378         * gtk/gtktextview.c
5379         * gtk/gtktreeviewcolumn.c
5380         * tests/testgtk.c
5381         * tests/testtext.c
5382         * tests/testtreeedit.c
5383         * tests/testtreefocus.c
5384         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
5385
5386 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
5387
5388         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
5389         code.
5390
5391 2003-02-24  Sven Neumann  <sven@gimp.org>
5392
5393         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
5394
5395 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
5396
5397         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
5398
5399 2003-02-20  Matthias Clasen  <maclas@gmx.de>
5400
5401         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
5402         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
5403
5404         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
5405         (gtk_text_view_update_adjustments): Make sure cursor stays visible
5406         during horizontal scrolling.  (#75270)
5407
5408 2003-02-19  Matthias Clasen  <maclas@gmx.de>
5409
5410         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
5411         counterparts. (#106532)
5412
5413         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
5414         keys_changed virtual function with the keys_changed signal.
5415         (#106512, Jeff Franks)
5416
5417 2003-02-15  Larry Ewing  <lewing@ximian.com>
5418
5419         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
5420
5421 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
5422
5423         * po/id.po: Added Indonesian translation
5424         * configure.in: Added "id" to ALL_LINGUAS
5425
5426 2003-02-14  Matthias Clasen  <maclas@gmx.de>
5427
5428         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
5429
5430 2003-02-12  Christian Rose  <menthos@menthos.com>
5431
5432         * configure.in: Added "yi" to ALL_LINGUAS.
5433
5434 2003-02-12  Matthias Clasen  <maclas@gmx.de>
5435
5436         Fix for #82734 and #78216:
5437         
5438         * gtk/gtktextview.c (delete_cb): 
5439         (select_all_cb): New callbacks for context menu items.
5440         (popup_targets_received): Add "Delete" and "Select All" to context
5441         menu, mnemonics and title caps for all items.
5442
5443         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
5444         context menu item.
5445         (popup_targets_received): Add "Delete" to context menu, mnemonics
5446         and title caps for all items.
5447
5448 2003-02-09  Tor Lillqvist  <tml@iki.fi>
5449
5450         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
5451         GetDriveType() to recognize removable drives (in order to avoid
5452         hanging if trying to access an empty floppy drive), instead of
5453         hardcoding A: and B: (#105654).
5454
5455 2003-02-09  Matthias Clasen  <maclas@gmx.de>
5456
5457         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
5458         names.  (#57680)
5459
5460 2003-02-09  Christian Rose  <menthos@menthos.com>
5461
5462         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
5463
5464 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
5465
5466         * gtk/gtkobject.c: remove quark_user_data usage in
5467         gtk_object_{g|s}et_user_data(). fixes get_user_data()
5468         returning NULL for user_data set through property interface.
5469
5470         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
5471         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
5472         need to be a programming error (in case of loaded data), (b) it breaks
5473         with 2.0 behaviour where extra magic could be used to create empty
5474         images. don't attempt to retrieve pixbufs from NULL extra_data.
5475
5476 2003-02-06  Matthias Clasen  <maclas@gmx.de>
5477
5478         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
5479         a GdkVisual *, not a GdkVisual **.  (#105243)
5480
5481         * gtk/gtkclist.c: 
5482         * gtk/gtkctree.c: 
5483         * gtk/gtkcontainer.c: 
5484         * gtk/gtkdnd.c: 
5485         * gtk/gtkentry.c: 
5486         * gtk/gtklist.c:
5487         * gtk/gtkmenu.c:
5488         * gtk/gtkmenuitem.c:
5489         * gtk/gtknotebook.c:
5490         * gtk/gtkselection.c:
5491         * gtk/gtkspinbutton.c:
5492         * gtk/gtktext.c:
5493         * gtk/gtktextview.c:
5494         * gtk/gtktooltips.c:
5495         * gtk/gtktreeview.c:
5496         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
5497         their non-deprecated GLib counterparts.
5498         
5499         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
5500         
5501 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
5502
5503         * docs/tutorial/gtk-tut.sgml: cleanups from
5504         Sebastian Rittau (#104832)
5505
5506 2003-02-01  Tor Lillqvist  <tml@iki.fi>
5507
5508         Merge from stable:
5509
5510         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
5511         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
5512         (#104108, Naofumi Yasufuku)
5513
5514         * gdk/gdk.def: Export the above. Export
5515         gdk_screen_get_system_visual, noticed by Ed Woods.
5516
5517 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
5518
5519         * demos/pixbuf-demo.c
5520         * demos/testpixbuf.c
5521         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
5522
5523 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
5524                                                                                 
5525         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
5526         on the tab_label before unparenting it, in case the unparent
5527         drops the refcount to 0.
5528
5529 2003-02-01  Matthias Clasen  <maclas@gmx.de>
5530
5531         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
5532         headers. Sorry about gtk_selection_clear, Yosh.
5533
5534 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
5535
5536         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
5537         too, for gtkwidget.c. Remember people, when introducing new
5538         deprecations, make sure internal code isn't using it, or if so,
5539         reorganize appropriately like I've done in other places.
5540
5541         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
5542
5543 2003-01-31  Matthias Clasen  <maclas@gmx.de>
5544
5545         * gtk/gtkselection.h: 
5546         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
5547
5548         * gdk/gdkpixbuf.h: 
5549         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
5550         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
5551
5552         * gtk/gtkcolorsel.h:
5553         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
5554         Deprecate.  (#98167)
5555
5556         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
5557
5558         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
5559         and gtk_input_* functions.  (#71596)
5560         
5561         * gtk/gtkentry.c (gtk_entry_move_cursor): 
5562         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
5563         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
5564
5565         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
5566
5567         * gtk/gtkitemfactory.h: 
5568         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
5569         (#69244)
5570
5571 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
5572
5573         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
5574         only count the special cell if it is also visible,
5575         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
5576         account from visible cells,
5577         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
5578         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
5579         tracking bug was #104563).
5580         
5581 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
5582
5583         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
5584         subtract expander space and focus line space from the extra space
5585         we are about the allocate. (Fixes #104635).
5586
5587 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
5588
5589         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
5590         (Fixes #96242, patch from Soeren Sandmann).
5591
5592 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
5593
5594         * gtk/gtknotebook.c: Patch from Soeren Sandmann
5595         to update the states of the tab label child
5596         widgets to match the state of the tabs. 
5597         (#93389, Reported by Tommi Komulainen)
5598
5599 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
5600
5601         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
5602         EXTRA_DIST, and from dist rules. (#102231)
5603
5604 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
5605
5606         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
5607         function that sets the icon's and label's packing options and
5608         visibility based on toolbar->style.
5609
5610         (gtk_toolbar_internal_insert_element):
5611         (gtk_real_toolbar_style_changed): Make use of
5612         set_child_packing_and_visibility() to clean up the code and get
5613         the packing right for icon-only/text-only toolbars. (#104679)
5614
5615         (get_first_child): Remove, and use gtk_bin_get_child() instead.
5616
5617 2003-01-30  Matthias Clasen  <maclas@gmx.de>
5618
5619         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
5620         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
5621
5622         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
5623         
5624 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
5625
5626         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
5627         attempt-to-allocate then free code. To handle multiple
5628         people allocating colors at the same time, we need
5629         to just go ahead and try. (#102213, Shivram U)
5630         
5631 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
5632
5633         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
5634         rectangle using the background color rather than relying on
5635         gdk_window_clear_area(), so that the palette works properly with
5636         pixmap themes. (#101732)
5637
5638         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
5639         to fill the drawing area in the background color.
5640
5641 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5642
5643         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
5644         initialization error for selecting input style (#103549).
5645
5646 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
5647
5648         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
5649         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
5650         (#101225)
5651
5652 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
5653
5654         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
5655         Make up from the menu bar go to the end of the submenu.
5656         (#96114, Ian Peters.)
5657
5658         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
5659         Only do the select-but-not-activate stuff if the
5660         menu is already active. Otherwise, just activate.
5661         (#101690, Arvind Samptur)
5662
5663 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
5664
5665         * autogen.sh (have_automake): Fix version in complaint
5666         message about automake. (#104366, Rich Burridge)
5667
5668 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
5669
5670         * configure.in: Remove SOEXT stuff; it doesn't work portably.
5671
5672 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
5673
5674         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
5675         we appended/prepended, send the rows_reordered signal to the 
5676         correct level ... (Reported by Matthew Tuck).
5677
5678 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
5679
5680         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
5681         out if the level only has one item, recurse over the child if there
5682         is one. (Fixes #100458, reported by Gaël Le Mignot).
5683
5684 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
5685
5686         * gtk/gtktreeview.c (gtk_tree_view_set_model),
5687         (gtk_tree_view_search_equal_func): make TreeView search handle
5688         all types which are transformable by GValue. (Fixes #99803, reported
5689         by Muktha Narayan).
5690
5691 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
5692
5693         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
5694         *really* handle unsetting the ID. Slightly modified patch from
5695         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
5696
5697 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
5698
5699         Fixes the total GtkTreeSortable mess, and #83195, reported by
5700         Jarek Dukat
5701
5702         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
5703         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
5704         (gtk_tree_store_set_default_sort_func): use the constant
5705         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
5706         work as advertised by the documentation.
5707
5708         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
5709         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
5710         (gtk_list_store_set_default_sort_func): likewise.
5711
5712         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
5713         (gtk_tree_model_set_sort_func),
5714         (gtk_tree_model_sort_set_default_sort_func): make functions work
5715         as advertised by the documentation.
5716
5717 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
5718
5719         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
5720         before we decide if we edit. (fixes #100973, reported by Dave Cook).
5721
5722 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
5723
5724         Bug report and test case from Paolo Maggi via IRC.
5725
5726         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
5727         (gtk_list_store_move): update tail if needed.
5728
5729 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
5730
5731         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
5732         might be NULL. Use gtk_widget_get_display (widget) 
5733         (#102860, Thomas Leonard)
5734
5735 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
5736
5737         * configure.in: Fix --without-modules/--disable-modules
5738         confusion that was causing --disable-modules not to work.
5739         (#102865, Akira Tagoh)
5740
5741         * configure.in: Fix problem with plain --with-xinput
5742         (#104266, Akira Tagoh)
5743
5744 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
5745
5746         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
5747         patch.
5748
5749 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
5750
5751         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
5752
5753 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
5754
5755         * docs/faq/gtk-faq.sgml: Learn to spell Library
5756
5757 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
5758         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
5759
5760            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
5761            Composite widget" to modern standards. (I.e. use gobject instead of
5762            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
5763
5764         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
5765         code in Appendix C to reflect above changes.
5766
5767         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
5768         auto resize on page size change
5769
5770 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
5771
5772         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
5773         in addition to show_all in order to keep them symmetric. (#102201)
5774
5775 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
5776
5777         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
5778         the end of the function, so there is a statement following the "out"
5779         label in all cases (fixes #101961)
5780
5781 2003-01-22  Christian Rose  <menthos@menthos.com>
5782
5783         * configure.in: Added "mn" to ALL_LINGUAS.
5784
5785 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
5786  
5787         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
5788         Fix off-by-one error on the backward iteration loop,
5789         that was causing the wrong range to be redrawn.
5790         (at least part of #72734)
5791         
5792 2003-01-21  Matthias Clasen  <maclas@gmx.de>
5793
5794         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
5795         vadjustment value after changing its bounds.  (fixes #101963 and 
5796         #73562)
5797
5798         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
5799         unnecessary roundtrip failures.  (#93500)
5800
5801 2003-01-19  Tor Lillqvist  <tml@iki.fi>
5802
5803         Merge from stable:
5804         
5805         Fix for #103614 and some other problems with GtkFileSelection on
5806         Windows:
5807                 
5808         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
5809         g_ascii_tolower(). Windows file names are case-insensitive for all
5810         Unicode letters.
5811
5812         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
5813         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
5814         earlier, as it includes config.h unconditionally, and gtkprivate.h
5815         redefines GTK_LOCALEDIR.
5816         (struct _CompletionDirSent): Ifdef out the fields not used on
5817         Windows.
5818         (compare_utf8_filenames, compare_sys_filenames): Need different
5819         comparison implementation for UTF-8 file names and system locale
5820         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
5821         need to casefold all Unicode letters.
5822         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
5823         variables not used on Win32 to avoid warnings about unused
5824         variables.
5825         (open_ref_dir): Use g_path_skip_root() to skip past potential
5826         drive letter in front of the leading (back)slash.
5827         (open_new_dir): Ifdef out use of CompletionDirSent fields not
5828         there on Win32.
5829         (correct_parent): Bypass inode check also on Cygwin.
5830
5831         Fix bug noticed by Alex Shaduri: Tooltips and other
5832         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
5833         was a regression from earlier versions.
5834         
5835         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
5836         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
5837         (gdk_window_move, gdk_window_resize): Add debug logging.
5838
5839         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
5840         WM_SIZE message for a non-visible (withdrawn) window, don't clear
5841         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
5842         even if its size changes.
5843
5844 2003-01-16  Matthias Clasen  <maclas@gmx.de>
5845
5846         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
5847         (totally_invisible_line): Fix an incorrect optimization which
5848         caused invisible paragraphs to be occasionally misrendered.
5849
5850 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
5851
5852         * gtk/gtksettings.c: Set the double click speed from
5853         XSETTINGS when creating a new GtkSettings object
5854         as well as when getting a notify. (#103601, reported
5855         by Louis Garcia)
5856
5857 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
5858  
5859         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
5860         Show/hide the notebook event window as necessary,
5861         we weren't previously keeping the visibility updated
5862         properly.  (#103599)
5863  
5864 2003-01-15  Matthias Clasen  <maclas@gmx.de>
5865
5866         * examples/menu/itemfactory.c: 
5867         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
5868         example.  (#103211)
5869
5870 2002-12-29  Murray Cumming  <murrayc@usa.net>
5871
5872         Fixes #102168.
5873
5874         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
5875         Actually implement the GtkTreeDragSource::row_draggable virtual 
5876         function in GtkListStore and GtkTreeStore instead of just checking 
5877         whether it's implemented at all. This means that DnD isn't broken by
5878         gtkmm's virtual function wrappers. The alternative would be to
5879         hard-code the TRUE return value into gtkmm's wrappers, but that's 
5880         part of GTK+'s implementation, not it's API.
5881
5882 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
5883
5884         * gtk/gtktreeview.c: fix compiler warning.
5885
5886 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
5887
5888         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
5889         make sure exposed pixbufs are clipped to the exposed area before
5890         drawing, which is a slight speedup. (#102379, patch from Soeren
5891         Sandmann).
5892
5893 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
5894
5895         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
5896         only free scroll_to_path when the complete tree has been validated.
5897         This makes sure that we scrolled to the correct path.
5898
5899 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
5900
5901         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
5902         background of widget->window and bin->window. (Fixes #96650, reported
5903         by Dave Camp).
5904
5905 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
5906
5907         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
5908         updates before scrolling, avoiding a "selection streak". (Fixes
5909         #101235, patch from Soeren Sandmann).
5910
5911 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
5912
5913         * gtk/gtktreeview.c (validate_visible_area): actually put values
5914         in the requisition using gtk_widget_size_request. (Fixes #100172,
5915         reported by Kjartan Maraas).
5916
5917 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
5918
5919         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
5920         arrow animation timeout before we actually reorder the rbtree. If
5921         we don't do this we can get stuck arrows,
5922         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
5923         reported and testcase provided by Hans Petter Jansson).
5924
5925 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
5926
5927         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
5928         anchor_path should be start_path, not end_path. (Fixes #102618,
5929         patch from Carlos Garnacho Parro).
5930
5931 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
5932
5933         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
5934         only correct new_pos if we don't move to the head/tail.
5935
5936 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
5937
5938         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
5939         the parent_iter if depth >= 1, so we send the reordered signal to
5940         the correct level, remove debugging printfs which I forgot the remove
5941         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
5942         testcase provided by Matthew Tuck).
5943
5944 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
5945
5946         * gtk/gtktreeview.c (invalite_last_column): split out actual column
5947         invalidation into invalidate_column(),
5948         (gtk_tree_view_size_allocate_columns): invalidate column if the
5949         new width is larger than the old width.
5950         (fixes #102890, reported by Alex Duggan).
5951
5952 2003-01-14  Matthias Clasen  <maclas@gmx.de>
5953
5954         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
5955         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
5956         GTK_MOVEMENT_WORDS.
5957
5958         * gtk/gtktextiter.c,
5959         gtk/gtktextiter.h: Add some variant movement functions which
5960         skip invisible chars, and do some cleanups.
5961
5962 2003-01-12  Tor Lillqvist  <tml@iki.fi>
5963
5964         Merge from stable:
5965                 
5966         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
5967         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
5968         lookup.
5969
5970         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
5971         gdk.def.
5972
5973         * gdk/gdk.def
5974         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
5975
5976         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
5977         gtk-demo}.exe and share/gtk-2.0.
5978
5979         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
5980         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
5981         window style.
5982         (gdk_window_set_type_hint): Add all cases to the switch (not all
5983         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
5984         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
5985         won't know that the skip_taskbar hint is on for the window, is
5986         this bad?
5987
5988 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
5989
5990         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
5991         <string.h> for strlen.
5992
5993         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
5994         <string.h> for strrchr.
5995
5996         * tests/testgtk.c (create_saved_position): "x" and "y" properties
5997         for widgets no longer exist, use gtk_window_move instead.
5998
5999         * test/testtextbuffer.c (check_get_set_text): cast strlen to
6000         int for g_error.
6001
6002 2003-01-08  Matthias Clasen  <maclas@gmx.de>
6003
6004         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
6005         the selection in the presence of invisible segments.
6006
6007 2003-01-07  Matthias Clasen  <maclas@gmx.de>
6008
6009         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
6010         to "select all" and "unselect all".  (#102065)
6011
6012         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
6013         the just_selected_element is unused.
6014
6015         * gtk/gtktextview.c (extend_selection): New helper function to
6016         find the range that should be added to the selection. 
6017         (selection_motion_event_handler): 
6018         (gtk_text_view_start_selection_drag): 
6019         (gtk_text_view_end_selection_drag): 
6020         (selection_motion_event_handler): 
6021         (selection_scan_timeout): Support select-by-words/lines.
6022         (gtk_text_view_button_press_event): Start a selection drag on
6023         double/triple clicks.  (#78499)
6024
6025 2003-01-06  Matthias Clasen  <maclas@gmx.de>
6026
6027         Implement a utility function proposed in #102534:
6028         
6029         * gtk/gtktextbtree.h: 
6030         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
6031         (_gtk_text_btree_place_cursor): Now a simple wrapper around
6032         _gtk_text_btree_select_range().   
6033
6034         * gtk/gtktextbuffer.h: 
6035         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
6036         (gtk_text_buffer_place_cursor): Now a simple wrapper around
6037         gtk_text_buffer_select_range(). 
6038
6039 2003-01-05  Havoc Pennington  <hp@pobox.com>
6040
6041         * configure.in: fix a stray bracket that was breaking the build
6042
6043 2003-01-05  Tor Lillqvist  <tml@iki.fi>
6044
6045         * gtk-zip.sh.in: Use correct DLL and import library names, with
6046         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
6047         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
6048
6049         * configure.in: Improve check for dimm.h.
6050
6051         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
6052         gdk-pixbuf/Makefile.am.
6053
6054         * gdk-pixbuf/makefile.mingw.in
6055         * gdk-pixbuf/pixops/makefile.mingw.in
6056         * gdk/makefile.mingw.in
6057         * gdk/win32/makefile.mingw.in
6058         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
6059
6060         * gdk-pixbuf/Makefile.am
6061         * gdk-pixbuf/pixops/Makefile.am
6062         * gdk/Makefile.am
6063         * gdk/win32/Makefile.am
6064         * gtk/Makefile.am
6065         * configure.in: Remove makefile.mingw{,.in} from here, too.
6066         
6067         * README.win32: Updates. Don't mention the now removed
6068         makefile.mingw files.
6069
6070         * gdk/gdk.def
6071         * gtk/gtk.def: Add a couple of missing entries.
6072
6073         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
6074
6075         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
6076         earlier.
6077
6078         * gdk/win32/rc/Makefile.am: Add hack to help
6079         build/win32/lt-compile-resource decide which kind of libtool
6080         object file to produce.
6081
6082 2003-01-05  Matthias Clasen  <maclas@gmx.de>
6083
6084         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
6085         C-Down step through the sequence of paragraph ends (old behaviour
6086         included paragraph starts).  (#80340, patch by Narayana Pattipati)
6087
6088         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
6089         Check for a tag toggle at the start iterator before calling
6090         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
6091         Elstner)
6092
6093 2003-01-04  Matthias Clasen  <maclas@gmx.de>
6094
6095         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
6096         and /*< private >*/ as appropriate.  (#97211)
6097
6098 2003-01-04  Tor Lillqvist  <tml@iki.fi>
6099
6100         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
6101         distribute gtk-zip.sh.in.
6102
6103         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
6104
6105 2003-01-03  Havoc Pennington  <hp@pobox.com>
6106
6107         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
6108
6109         * docs/text_widget_internals.txt: add a file documenting some of
6110         the text widget internals
6111
6112 2003-01-02  Matthias Clasen  <maclas@gmx.de>
6113
6114         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
6115         return NULL.  (#102069)
6116
6117 2003-01-01  Matthias Clasen  <maclas@gmx.de>
6118
6119         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
6120         a main() in the library is obviously bad. 
6121
6122 2002-12-27  Matthias Clasen  <maclas@gmx.de>
6123
6124         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
6125         cursor at drop point.  (#72384)
6126         (gtk_text_view_size_allocate): Update the horizontal adjustment
6127         value.  (#75694)
6128
6129 2002-12-25  Matthias Clasen  <maclas@gmx.de>
6130
6131         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
6132         selection wrt. to empty lines.  (#90435, #90582, #91619)
6133
6134         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
6135         Keep the cursor on screen.  (#96929)
6136
6137 2002-12-24  Matthias Clasen  <maclas@gmx.de>
6138
6139         * gtk/gtktextbuffer.c (paste_from_buffer): 
6140         (clipboard_text_received): Let the user action span the insertion
6141         and the deletion of the old selection.  (#82844)
6142
6143 2002-12-23  Matthias Clasen  <maclas@gmx.de>
6144
6145         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
6146         Don't call gtk_text_iter_backward_sentence_start() if
6147         count is zero.  (#99115)
6148
6149         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
6150         move_cursor() even if the cursor hasn't moved, since it has the
6151         side effect of canceling the selection.  (#81395, #98537, #98333)
6152
6153 2002-12-22  Matthias Clasen  <maclas@gmx.de>
6154
6155         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
6156         with empty ranges.  (fixes #101564 and #80637)
6157
6158 2002-12-21  Tor Lillqvist  <tml@iki.fi>
6159
6160         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
6161         sets the window style and extended window style, and adjusts the
6162         width and height to take the window decorations into account
6163         earlier. The adjusted width and height used to be ignored. Remove
6164         the local x, y, width and height variables, no need to further
6165         confuse the code by having local copies. (Partial fix, I hope, for
6166         #101588)
6167
6168         (gdk_window_move): When moving top-level windows, take title bar
6169         and border width into account, offsetting the coordinates before
6170         calling SetWindowPos().
6171
6172         (gdk_window_set_decorations, gdk_window_set_functions):
6173         Reimplement, taking into account the peculiar semantics of
6174         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
6175
6176         (gdk_window_get_decorations): Implement. (#98981)
6177         
6178         (gdk_window_set_type_hint): When setting
6179         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
6180         (#79036)
6181
6182         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
6183
6184 2002-12-21  Matthias Clasen  <maclas@gmx.de>
6185
6186         * gtk/gtktextview.c (gtk_text_view_set_background): New static
6187         function to set the background of all windows.
6188         (gtk_text_view_style_set): Use gtk_text_view_set_background().
6189         (gtk_text_view_state_changed): New function; change background
6190         according to state.  (#88126)
6191
6192 2002-12-21  Havoc Pennington  <hp@pobox.com>
6193
6194         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
6195