summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-02-10 04:17:10 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-02-10 04:17:10 +0000
commitf98686da856ea0c0dfb6050f233c0cb02ee8c861 (patch)
tree8ab8e1b0ebaf90368f6c6e2a91d9d6edef62a78e /ChangeLog.pre-2-6
parent6246db92880e152e6ccbb4583162c96143d88e8d (diff)
downloadgtk+-f98686da856ea0c0dfb6050f233c0cb02ee8c861.tar.gz
Check for the RESIZE_NEEDED flag and remove the widget from the list.
Mon Feb 9 23:08:16 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkwidget.c (gtk_widget_unparent): Check for the RESIZE_NEEDED flag and remove the widget from the list. Remove the check from gtk_widget_destroy (no longer needed). * Unrealize widget _before_ calling "destroy" signal, and unset VISIBLE flag. * Unrealize child widgets _after_ unrealizing parent to improve visual appearance.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-614
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index fd06441f0a..d6f2beb9d6 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,15 @@
+Mon Feb 9 23:08:16 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gtk/gtkwidget.c (gtk_widget_unparent): Check for
+ the RESIZE_NEEDED flag and remove the widget from the list.
+ Remove the check from gtk_widget_destroy (no longer needed).
+
+ * Unrealize widget _before_ calling "destroy" signal, and
+ unset VISIBLE flag.
+
+ * Unrealize child widgets _after_ unrealizing parent to improve
+ visual appearance.
+
Mon Feb 9 16:42:21 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtksignal.c (gtk_signal_get_handlers): no longer a private
@@ -6,7 +18,7 @@ Mon Feb 9 16:42:21 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
Sun Feb 8 07:06:54 1998 Tim Janik <timj@gimp.org>
- * gtk/gtkmenu.c (gtk_menu_get_attach_widget): new fundtion to return
+ * gtk/gtkmenu.c (gtk_menu_get_attach_widget): new function to return
the widget that the menu is attached to.
Sat Feb 7 11:33:08 1998 Owen Taylor <owt1@cornell.edu>