diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-12 21:08:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-12 21:08:29 +0000 |
commit | ff9c2c56699814687000669029a7bfef0d7ae1ba (patch) | |
tree | a8902fa36a15b3d27bee723a58419b698ce96ceb /ChangeLog.pre-2-2 | |
parent | 3b5d33adc78b8d548f37bb00bf774e20bfd9c5b9 (diff) | |
download | gtk+-ff9c2c56699814687000669029a7bfef0d7ae1ba.tar.gz |
Add _gtk_window_unset_focus_and_default(), use to clear the focus and
Tue Nov 12 15:13:58 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c gtk/gtkwindow.[ch]: Add
_gtk_window_unset_focus_and_default(), use to clear
the focus and default out of parts of the widget
heirarchy that we are hiding.
* gtk/gtkwidget.c (gtk_widget_propagate_screen_changed_recurse):
Fix typo that was resulting in missed screen-change
notifies.
* gtk/gtkwindow.c (do_focus_change): Allow for
widget->window == NULL.
* gtk/gtklabel.c (gtk_label_screen_changed): Clear the
layout here not in hierarchy changed to handle the case
where the toplevel was moved between screens.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e2c72e9340..3f698b05ca 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,21 @@ +Tue Nov 12 15:13:58 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwidget.c gtk/gtkwindow.[ch]: Add + _gtk_window_unset_focus_and_default(), use to clear + the focus and default out of parts of the widget + heirarchy that we are hiding. + + * gtk/gtkwidget.c (gtk_widget_propagate_screen_changed_recurse): + Fix typo that was resulting in missed screen-change + notifies. + + * gtk/gtkwindow.c (do_focus_change): Allow for + widget->window == NULL. + + * gtk/gtklabel.c (gtk_label_screen_changed): Clear the + layout here not in hierarchy changed to handle the case + where the toplevel was moved between screens. + Tue Nov 12 14:20:53 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkmenu.c (gtk_menu_enter_notify): Do not return when |