aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@helixcode.com>2000-05-08 13:06:12 +0800
committerLarry Ewing <lewing@src.gnome.org>2000-05-08 13:06:12 +0800
commit68a38d1915a042cf481ba90c2afc208f9976b735 (patch)
tree79e1bdef03e179dee9c8c3d32053b5a5e83f65ad /widgets/shortcut-bar/ChangeLog
parentd36891485a6e00ebffd7ea83ecbbfe47bde5c2b5 (diff)
downloadgsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.tar
gsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.tar.gz
gsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.tar.bz2
gsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.tar.lz
gsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.tar.xz
gsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.tar.zst
gsoc2013-evolution-68a38d1915a042cf481ba90c2afc208f9976b735.zip
remove the no longer needed flatened_alpha member.
2000-05-07 Larry Ewing <lewing@helixcode.com> * e-icon-bar.h (struct _EIconBarItem): remove the no longer needed flatened_alpha member. * e-icon-bar.c (flatten_alpha): using ~rgb can cause visual artifacts. (e_icon_bar_add_item): fixup refcounting of the flattend pixbuf, the canvas item should hold the reference not us. Stop using item.flattened_alpha since it no longer exists. (e_icon_bar_remove_item): remove the unref since destroying the item will take care of that for us. * e-shortcut-bar.c (e_shortcut_bar_add_item): make sure to unref the image we get back, the icon bar will hold any references it needs. (e_shortcut_bar_get_image_from_url): ref the default image each time we return it so that references are counted correctly. svn path=/trunk/; revision=2902
Diffstat (limited to 'widgets/shortcut-bar/ChangeLog')
-rw-r--r--widgets/shortcut-bar/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index 7258078925..2e1d9ae51f 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,3 +1,22 @@
+2000-05-07 Larry Ewing <lewing@helixcode.com>
+
+ * e-icon-bar.h (struct _EIconBarItem): remove the no longer needed
+ flatened_alpha member.
+
+ * e-icon-bar.c (flatten_alpha): using ~rgb can cause visual
+ artifacts.
+ (e_icon_bar_add_item): fixup refcounting of the flattend pixbuf,
+ the canvas item should hold the reference not us. Stop using
+ item.flattened_alpha since it no longer exists.
+ (e_icon_bar_remove_item): remove the unref since destroying the
+ item will take care of that for us.
+
+ * e-shortcut-bar.c (e_shortcut_bar_add_item): make sure to unref
+ the image we get back, the icon bar will hold any references it
+ needs.
+ (e_shortcut_bar_get_image_from_url): ref the default image each
+ time we return it so that references are counted correctly.
+
2000-05-04 Ettore Perazzoli <ettore@helixcode.com>
* e-shortcut-bar.h (E_TYPE_SHORTCUT_BAR): New #define.