summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-12-03 06:52:48 +0000
committerTim Janik <timj@src.gnome.org>1998-12-03 06:52:48 +0000
commit1ec6733573ac3d0ff8d7359f25adc45fb0f42376 (patch)
tree91f413467b168e8f8e29298888726fbbb429634e /ChangeLog.pre-2-8
parent7cc3040412061f147c21c3c701bd211458029f9d (diff)
downloadgtk+-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-817
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