summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-09-23 22:59:42 +0000
committerTim Janik <timj@src.gnome.org>1999-09-23 22:59:42 +0000
commit8e8ac56db5c759d38a9b7b4550946fd991042d57 (patch)
tree32a21dea8d9ab31629162bbef607e4ee2113b0e5
parent54a90a6c611c226771051009e82cd14701b77f2e (diff)
downloadgdk-pixbuf-8e8ac56db5c759d38a9b7b4550946fd991042d57.tar.gz
check for container DRAWABLE (instead of VISIBLE), so we don't queue
Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org> * gtk/gtkcontainer.c (gtk_container_queue_resize): check for container DRAWABLE (instead of VISIBLE), so we don't queue resizes on non-toplevel containers.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-06
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkcontainer.c2
8 files changed, 43 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 8ccc50ddf..9e85b96b6 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Fri Sep 24 00:51:45 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
+ container DRAWABLE (instead of VISIBLE), so we don't queue
+ resizes on non-toplevel containers.
+
Thu Sep 23 17:59:59 1999 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 03e70b2c0..0869de479 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -875,7 +875,7 @@ gtk_container_queue_resize (GtkContainer *container)
if (resize_container)
{
- if (GTK_WIDGET_VISIBLE (resize_container))
+ if (GTK_WIDGET_DRAWABLE (resize_container))
{
switch (resize_container->resize_mode)
{