efl/legacy/evas/src/lib
Tom Hacohen 94b5a536f0 Evas font/textblock/text: Started using string objects instead of
strings in most of the font engine (everywhere except draw).
Haven't removed the paramteres yet, but did mark them as UNUSED.
Removing them will be part of a future change.
Removed run-time OT toggling support, OT is now fast, no need for that.
Renamed all of the intl_props->text_props (because it really changed purpose now)
Fixed spliting/merging of text_props to be fast and good, not hacky and
complex like before.
Note to reviewers: Most of the changes are indentation related, sorry
for the mess, but I had to do it all in one commit, splitting was not
trivial (at least not in retrospect). The important parts are
evas_font_default_walk.x and text_utils.c. query and draw were just
adjusted a bit and the rest were only adjusted to conform to renaming or
were renaming on their own.

SVN revision: 56629
2011-02-01 12:17:52 +00:00
..
cache add unload callback - missing event problem that makes it impossible 2010-12-24 16:04:27 +00:00
canvas Evas font/textblock/text: Started using string objects instead of 2011-02-01 12:17:52 +00:00
cserve Fix invalid ref 2011-01-21 01:01:44 +00:00
engines Evas font/textblock/text: Started using string objects instead of 2011-02-01 12:17:52 +00:00
file Thanks to samsung - added WBMP loader. 2011-02-01 09:38:48 +00:00
include Evas font/textblock/text: Started using string objects instead of 2011-02-01 12:17:52 +00:00
.cvsignore Hushhhh 2004-01-16 21:11:41 +00:00
Evas.h Evas text: Added API to query text object's text direction. 2011-01-30 10:45:00 +00:00
Makefile.am Evas: Added harfbuzz detection (it's optional, just like fribidi). 2011-01-30 10:34:56 +00:00
main.c move some simple #define constants to typedefs. api compatible tho. 2010-09-22 10:52:54 +00:00