summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1998-01-02 20:22:38 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-01-02 20:22:38 +0000
commitdc4e9e2fe18e612c12c45961238799286693c6ac (patch)
treee37f2d29b95d0b9b644568a4a114d96d9928016c /ChangeLog.pre-2-6
parent0e9ff02e85c6b8b6476d47a264b98fd56335be5a (diff)
downloadgtk+-dc4e9e2fe18e612c12c45961238799286693c6ac.tar.gz
corrects a small resize bug in the viewport widget. The viewport widget
* gtk/gtkviewport.c: corrects a small resize bug in the viewport widget. The viewport widget provides a _set_shadow function to draw its shadows. But if GTK_SHADOW_NONE is sent to this function, the viewport isn't resized correctly (it's still considered as a shadowed widget). (gtk-fortier-971213-0) * gtk/gtknotebook.c: this patch fixes the redraw problems of notebook tabs, without using gdk_gc_set_clip_rectangle. (gtk-hamann_jeske-971218-0) * add gtk_widget_(show/hide)_all (Stefan Wille) (gtk-wille-301297-0) Patch for testgtk not included because it did not patch clean. -Shawn
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-617
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 7406c9631a..6c6060eb24 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,19 @@
+Fri Jan 2 12:07:33 CST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+ * gtk/gtkviewport.c: corrects a small resize bug in the
+ viewport widget. The viewport widget provides a _set_shadow
+ function to draw its shadows. But if GTK_SHADOW_NONE is sent
+ to this function, the viewport isn't resized correctly (it's
+ still considered as a shadowed widget). (gtk-fortier-971213-0)
+
+ * gtk/gtknotebook.c: this patch fixes the redraw problems of
+ notebook tabs, without using gdk_gc_set_clip_rectangle.
+ (gtk-hamann_jeske-971218-0)
+
+ * add gtk_widget_(show/hide)_all (Stefan Wille)
+ (gtk-wille-301297-0) Patch for testgtk not included
+ because it did not patch clean.
+
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
@@ -11,6 +27,7 @@ Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>
Sat Dec 27 20:39:99 1997 Elliot Lee <sopwith@redhat.com>
* gtk/gtkhandlebox.c: It mostly works now, please test it and make
fixes as needed.
+
Fri Dec 26 11:20:03 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gtk/Makefile.am (gtkinclude_HEADERS): added gtkhandlebox.c