efl/legacy
Gustavo Sverzut Barbieri cc1d1f95c6 change text's single recalc to use apply version.
Original _edje_part_recalc_single_text() was not working as
expected since it was not doing size fit, range, ellipsis and so
on.

The purpose of this function compared with
_edje_text_recalc_apply() is to be faster, not calling Evas update
functions. However for text this is quite difficult given that to
fit we need to set the font, size, style, etc. If it was done
correctly, we'd save some calls to move and some color sets,
however those shouldn't matter much in the overall picture.

I've changed this to force applying the value, it should be more
correct and not so slow. The previous code is kept below for
reference but should be removed before next release!




SVN revision: 62640
2011-08-21 01:38:17 +00:00
..
ecore Ecore_X(cb): Filter out some motion_notify events to reduce cpu 2011-08-20 21:14:34 +00:00
edje change text's single recalc to use apply version. 2011-08-21 01:38:17 +00:00
eet Eet: Make links work on PDF documentation. 2011-08-19 13:38:05 +00:00
eeze update changelog for last commit since it seems to have been worthwhile 2011-08-05 23:22:50 +00:00
efreet hey.. if we use magic poinrters like... -1 for not existing... null 2011-08-20 04:22:24 +00:00
eina eina: add eina_main_loop_define. 2011-08-17 09:42:43 +00:00
eio eio: obvious typo ! 2011-08-16 21:13:20 +00:00
embryo embryo: handle filename given to #line command 2011-08-12 12:39:29 +00:00
emotion Emotion: Make links work on PDF documentation. 2011-08-19 13:37:22 +00:00
ethumb ethumb: Fix shadow warnings 2011-08-18 10:59:49 +00:00
evas Evas: Check for the presence of shm extension (in 2011-08-20 22:15:44 +00:00
evil evil: improve install. 2011-08-15 20:57:40 +00:00