aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoriholmes <iholmes@localhost>2000-04-12 02:28:59 +0800
committeriholmes <iholmes@localhost>2000-04-12 02:28:59 +0800
commitee070bdf74ec488b0d8186467cbf1d66353f4bfb (patch)
treea9a87d93e7b231ac64a6754e6efa25e569bd2829 /ChangeLog
parentb4cea26ae4136cd260aa232dfc2ac79ef54fb0ba (diff)
downloadgsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar
gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar.gz
gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar.bz2
gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar.lz
gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar.xz
gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar.zst
gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.zip
e-text.c: Recalc bounds when changing the width/clip_width
forward clicks on the tooltip to the pareent item tooltip obeys parents line_wrap and max_lines e_text_point returns 0 when pointer is on the item svn path=/trunk/; revision=2394
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b87ea6c5b..89700ccefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-2000-04-11 Chris Toshok <toshok@helixcode.com>
+00-04-11 Iain Holmes <ih@csd.abdn.ac.uk>
+
+ * widgets/e-text/e-text.c
+ (e_text_set_args): Recalculate bounds when width or clip_width changes.
+ (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.
+
+00-04-11 Chris Toshok <toshok@helixcode.com>
* addressbook/backend/pas/pas-backend-file.c
(get_e_card_prop): new function, taking code from func_contains to