diff options
author | Tim Janik <timj@gtk.org> | 1998-12-03 06:52:48 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-12-03 06:52:48 +0000 |
commit | 1ec6733573ac3d0ff8d7359f25adc45fb0f42376 (patch) | |
tree | 91f413467b168e8f8e29298888726fbbb429634e /ChangeLog.pre-2-8 | |
parent | 7cc3040412061f147c21c3c701bd211458029f9d (diff) | |
download | gtk+-1ec6733573ac3d0ff8d7359f25adc45fb0f42376.tar.gz |
moved checks upon focus setting from gtk_window_real_set_focus to
Thu Dec 3 06:20:59 1998 Tim Janik <timj@gtk.org>
* gtk/gtkwindow.c: moved checks upon focus setting from
gtk_window_real_set_focus to gtk_window_set_focus, so we don't
emit the signal if unneccessary.
* gtk/gtkwidget.c (gtk_widget_grab_focus): clear up the old focus
containers when grabbing focus on a new widget. this is based on
a patch from Alexis Mikhailov, submitted to gtk-list on 4 Nov 1998.
* gtk/gtkclist.c (gtk_clist_focus_out): set CLIST_CHILD_HAS_FOCUS
flag, so we take the buttons into consideration upon the next focus
request.
* gtk/gtkcontainer.c (gtk_container_set_focus_child): fixed an
assertment.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 66dba6fc56..f3097e17a1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,20 @@ +Thu Dec 3 06:20:59 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkwindow.c: moved checks upon focus setting from + gtk_window_real_set_focus to gtk_window_set_focus, so we don't + emit the signal if unneccessary. + + * gtk/gtkwidget.c (gtk_widget_grab_focus): clear up the old focus + containers when grabbing focus on a new widget. this is based on + a patch from Alexis Mikhailov, submitted to gtk-list on 4 Nov 1998. + + * gtk/gtkclist.c (gtk_clist_focus_out): set CLIST_CHILD_HAS_FOCUS + flag, so we take the buttons into consideration upon the next focus + request. + + * gtk/gtkcontainer.c (gtk_container_set_focus_child): fixed an + assertment. + Wed Dec 2 17:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkpixmap.c: Fixes for low-color displays and a slight |