aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@helixcode.com>2000-04-12 05:48:49 +0800
committerLarry Ewing <lewing@src.gnome.org>2000-04-12 05:48:49 +0800
commit215ecb48eb0a35c04315d67854a7daaf2026378d (patch)
treefe65add3c1690d2e3cf7aeaa158be55c8a22502d /ChangeLog
parent879dbf98d742303050d5c94cd58dd1331b69510b (diff)
downloadgsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.tar
gsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.tar.gz
gsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.tar.bz2
gsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.tar.lz
gsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.tar.xz
gsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.tar.zst
gsoc2013-evolution-215ecb48eb0a35c04315d67854a7daaf2026378d.zip
you need the latest gdk-pixbuf to build evolution now.
you need the latest gdk-pixbuf to build evolution now. 2000-04-11 Larry Ewing <lewing@helixcode.com> * widgets/e-table/e-cell-toggle.c (etog_draw): update for new gdk-pixbuf. Added a disabled chuck of code to do alpha blending on pixmaps. * widgets/shortcut-bar/e-icon-bar.c (flatten_alpha): update for new gdk-pixbuf. svn path=/trunk/; revision=2397
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d269f8368e..74b3e458fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-04-11 Larry Ewing <lewing@helixcode.com>
+
+ * widgets/e-table/e-cell-toggle.c (etog_draw): update for new
+ gdk-pixbuf. Added a disabled chuck of code to do alpha blending
+ on pixmaps.
+
+ * widgets/shortcut-bar/e-icon-bar.c (flatten_alpha): update for
+ new gdk-pixbuf.
+
2000-04-11 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-text/e-text.c: Moved some logic a bit. Minor changes.
@@ -9,8 +18,8 @@
(tooltip_event): Forward clicks on the tooltip onto the text item.
(_do_tooltip): Correct the origin co-ordinates to the items co-ords.
(e_text_point): Return 0 when the mouse is on the item.
- (_do_tooltip): Make the tooltip obey the parent items line_wrap and max_
- lines.
+ (_do_tooltip): Make the tooltip obey the parent items
+ line_wrap and max_lines.
00-04-11 Chris Toshok <toshok@helixcode.com>