diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-30 00:08:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-30 00:08:41 +0000 |
commit | 6488296fc00b72f4028ebf631366cda1d2b8db6a (patch) | |
tree | d30966de1d1a4d00ff5045d43409d5a406fcc93d /ChangeLog | |
parent | 708b3f408d6279924faa5c8afae8c587e122eb58 (diff) | |
download | gtk+-6488296fc00b72f4028ebf631366cda1d2b8db6a.tar.gz |
Document that a size of (GtkIconSize)-1 means don't scale.
Tue Jan 29 19:04:41 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.c (gtk_style_render_icon): Document that
a size of (GtkIconSize)-1 means don't scale.
* gtk/gtkstyle.c (gtk_default_render_icon): Obey the
-1 convention.
* gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
gtk_style_render_icon() to make sure that we catch it
obviously if the style's render function tries to
scale.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Tue Jan 29 19:04:41 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkstyle.c (gtk_style_render_icon): Document that + a size of (GtkIconSize)-1 means don't scale. + + * gtk/gtkstyle.c (gtk_default_render_icon): Obey the + -1 convention. + + * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to + gtk_style_render_icon() to make sure that we catch it + obviously if the style's render function tries to + scale. + Tue Jan 29 18:50:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of |