From 215ecb48eb0a35c04315d67854a7daaf2026378d Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Tue, 11 Apr 2000 21:48:49 +0000 Subject: 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 * 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 --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d269f8368e..74b3e458fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-04-11 Larry Ewing + + * 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 * 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 -- cgit