diff options
author | iholmes <iholmes@localhost> | 2000-04-12 02:28:59 +0800 |
---|---|---|
committer | iholmes <iholmes@localhost> | 2000-04-12 02:28:59 +0800 |
commit | ee070bdf74ec488b0d8186467cbf1d66353f4bfb (patch) | |
tree | a9a87d93e7b231ac64a6754e6efa25e569bd2829 /ChangeLog | |
parent | b4cea26ae4136cd260aa232dfc2ac79ef54fb0ba (diff) | |
download | gsoc2013-evolution-ee070bdf74ec488b0d8186467cbf1d66353f4bfb.tar.gz 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-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |