efl/legacy/edje/src/lib
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
..
Edje.h remvoe todo's from doc 2011-08-08 11:43:13 +00:00
Edje_Edit.h doxy -> .h 2011-04-08 07:45:46 +00:00
Makefile.am Adding a transition layout animation for edje box. 2010-09-29 00:28:54 +00:00
edje_box_layout.c declare variables at the beginning of the block 2010-12-14 05:42:25 +00:00
edje_cache.c doxy -> .h 2011-04-08 07:45:46 +00:00
edje_calc.c change text's single recalc to use apply version. 2011-08-21 01:38:17 +00:00
edje_callbacks.c use unused instead of dead code to get rid of warnings 2011-01-16 03:56:41 +00:00
edje_container.c Fix common misspellings 2010-09-08 11:50:05 +00:00
edje_container.h FORMATTING 2010-08-04 16:57:32 +00:00
edje_convert.c better log. 2010-10-08 00:24:22 +00:00
edje_convert.h * edje: move code around. 2010-08-06 11:07:47 +00:00
edje_data.c whover did table and box support forgot: 2011-06-04 15:58:02 +00:00
edje_edit.c edje: Fix shadow warnings 2011-08-18 10:59:34 +00:00
edje_embryo.c Edje: fix invalid read on edje embryo get_part_id 2011-06-20 21:59:31 +00:00
edje_entry.c Edje entry: Fixed a markup_prepend that should have been a text_prepend. 2011-08-15 14:05:18 +00:00
edje_external.c doxy -> .h 2011-04-08 07:45:46 +00:00
edje_load.c edje: Fix shadow warnings 2011-08-18 10:59:34 +00:00
edje_lua.c use the ecore pos map call for edje as opposed to do it yourself. this 2011-05-16 13:16:34 +00:00
edje_lua2.c Edje: fix Windows printf format 2011-05-18 16:11:31 +00:00
edje_lua_script_only.c Put everything in edje_private. It should fix a compilation 2010-09-25 17:10:33 +00:00
edje_main.c fix edje_shutdown being calle3d before all edje object are deleted - 2011-08-02 07:23:05 +00:00
edje_match.c edje: Fix shadow warnings 2011-08-18 10:59:34 +00:00
edje_message_queue.c Forward messages to Edje defined children of box and table 2011-08-13 00:30:12 +00:00
edje_misc.c reorganize header files inclusion. Fix some problems when compiling on Windows 2008-06-07 10:06:14 +00:00
edje_module.c edje: remove trailing spaces 2011-05-20 16:41:16 +00:00
edje_private.h fix edje_shutdown being calle3d before all edje object are deleted - 2011-08-02 07:23:05 +00:00
edje_program.c edje: Fix shadow warnings 2011-08-18 10:59:34 +00:00
edje_script_only.c Edje: (trivial) Put the clipper/evas pointer in the base structure. 2011-03-25 03:21:07 +00:00
edje_smart.c fix edje_shutdown being calle3d before all edje object are deleted - 2011-08-02 07:23:05 +00:00
edje_text.c Just cut/ellipsis if text.min.x is not set. 2011-08-20 23:47:46 +00:00
edje_textblock_styles.c Put everything in edje_private. It should fix a compilation 2010-09-25 17:10:33 +00:00
edje_util.c minor corner case fix for extents without some of the return parameters. 2011-08-20 14:49:21 +00:00
edje_var.c edje: Fix shadow warnings 2011-08-18 10:59:34 +00:00