diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-08 09:41:47 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-08 09:41:47 +0800 |
commit | 6f357b4c2d22d66d81be5ec3f0276ac3393805a1 (patch) | |
tree | f8c66838af485a217260dfb3c2e36dc48504af4a /ChangeLog | |
parent | 0bfae7d16b83458d64b0957fd5e88bc54a131b2a (diff) | |
download | gsoc2013-evolution-6f357b4c2d22d66d81be5ec3f0276ac3393805a1.tar.gz gsoc2013-evolution-6f357b4c2d22d66d81be5ec3f0276ac3393805a1.tar.zst gsoc2013-evolution-6f357b4c2d22d66d81be5ec3f0276ac3393805a1.zip |
Added a "break_characters" argument. It lets you define a set of
2000-03-07 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added a
"break_characters" argument. It lets you define a set of
characters which should cause optional linebreaks to occur. Made
setting the "clip_height" argument to -1 mean no height clipping.
Moved calling the "resize" signal into an idle handler to avoid
reentering the canvas update loop. Made EText recalc bounds if
the affine has changed. Fixed up tooltip_count (this counts the
number of ENTER and LEAVE events.)
* widgets/e-text/e-text-test.c: Got rid of a few warnings.
* widgets/e-minicard/e-minicard-label.h: Reindent a few lines.
* widgets/e-minicard/e-minicard.c,
widgets/e-minicard/e-minicard-label.c: Switch from using "x" and
"y" to set the children's position to using
e_canvas_item_move_absolute.
svn path=/trunk/; revision=2079
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2000-03-07 Christopher James Lahey <clahey@helixcode.com> + + * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added a + "break_characters" argument. It lets you define a set of + characters which should cause optional linebreaks to occur. Made + setting the "clip_height" argument to -1 mean no height clipping. + Moved calling the "resize" signal into an idle handler to avoid + reentering the canvas update loop. Made EText recalc bounds if + the affine has changed. Fixed up tooltip_count (this counts the + number of ENTER and LEAVE events.) + + * widgets/e-text/e-text-test.c: Got rid of a few warnings. + + * widgets/e-minicard/e-minicard-label.h: Reindent a few lines. + + * widgets/e-minicard/e-minicard.c, + widgets/e-minicard/e-minicard-label.c: Switch from using "x" and + "y" to set the children's position to using + e_canvas_item_move_absolute. + 2000-03-05 Christopher James Lahey <clahey@helixcode.com> * e-util/e-xml-utils.c: Fixed e_xml_set_integer_prop_by_name. |