]> Pileus Git - ~andy/gtk/commit
corrects a small resize bug in the viewport widget. The viewport widget
authorShawn Amundson <amundson@src.gnome.org>
Fri, 2 Jan 1998 20:22:38 +0000 (20:22 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Fri, 2 Jan 1998 20:22:38 +0000 (20:22 +0000)
commitdc4e9e2fe18e612c12c45961238799286693c6ac
treee37f2d29b95d0b9b644568a4a114d96d9928016c
parent0e9ff02e85c6b8b6476d47a264b98fd56335be5a
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
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcontainer.c
gtk/gtkmenu.c
gtk/gtkmenuitem.c
gtk/gtknotebook.c
gtk/gtkoptionmenu.c
gtk/gtkviewport.c
gtk/gtkwidget.c
gtk/gtkwidget.h