diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-19 05:39:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-19 05:39:43 +0000 |
commit | c77a8b918371334e6b24823107a246e66fd62574 (patch) | |
tree | d394fd0725a1796be62db095df3d4a60da90877d /modules/engines/pixbuf/ChangeLog | |
parent | 3f100bb8191d8e40cc55dbed3ee0ce3c09d480d5 (diff) | |
download | gtk+-c77a8b918371334e6b24823107a246e66fd62574.tar.gz |
Add an extrodinarily ugly example.
Sat Jan 19 00:32:14 2002 Owen Taylor <otaylor@redhat.com>
* examples/*: Add an extrodinarily ugly example.
* src/pixbuf-draw.c (draw_simple_image): Never shape
the window, even if we are allowed to. Shaping is
ugly -- if the widget isn't NO_WINDOW (most are),
you'll just have to draw it rectangular.
* src/pixbuf-render.c (pixbuf_render): Always use
gdk_pixbuf_render_alpha() with FULL_ALPHA() as the
type.
* pixbuf.h src/pixbuf-render.c (theme_pixbuf_compute_hints): To
speed up scaling, cache whether pixbufs have constant rows
or constant columns.
* src/pixbuf-render.c (pixbuf_render): Speed up scaling
by using the hints from compute_hints().
Diffstat (limited to 'modules/engines/pixbuf/ChangeLog')
-rw-r--r-- | modules/engines/pixbuf/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index 7ee358dd54..72c1bba1da 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,28 @@ +Sat Jan 19 00:32:14 2002 Owen Taylor <otaylor@redhat.com> + + * examples/*: Add an extrodinarily ugly example. + + * src/pixbuf-draw.c (draw_simple_image): Never shape + the window, even if we are allowed to. Shaping is + ugly -- if the widget isn't NO_WINDOW (most are), + you'll just have to draw it rectangular. + + * src/pixbuf-render.c (pixbuf_render): Always use + gdk_pixbuf_render_alpha() with FULL_ALPHA() as the + type. + + * pixbuf.h src/pixbuf-render.c (theme_pixbuf_compute_hints): To + speed up scaling, cache whether pixbufs have constant rows + or constant columns. + + * src/pixbuf-render.c (pixbuf_render): Speed up scaling + by using the hints from compute_hints(). + +Fri Jan 18 20:49:48 2002 Owen Taylor <otaylor@redhat.com> + + * configure.in: Use pkg-config to get the binray version + of GTK+ that we use for an install path. + Fri Jan 18 18:14:11 2002 Owen Taylor <otaylor@redhat.com> * src/pixbuf-draw.c (draw_focus): Fix for changes to draw_focus. |