* edje: This is the first commit of a rewrite of edje file
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 28 Jun 2010 13:56:30 +0000 (13:56 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 28 Jun 2010 13:56:30 +0000 (13:56 +0000)
commit706cc564bcbfc1f6fc5d72f022c6a7a2542cd819
treee9e831b2cf2300e790f34673aaf94f733856cae3
parent8229b47d7a098ce9ace060ed959c8ac6ff1c8152
* edje: This is the first commit of a rewrite of edje file
internal representation.

The objectiv is to simplify code, consume less CPU and memory
without loosing feature. Please report any breakage when you
see them. It will take a few weeks before we change the file
layout, during that time the load time may increase.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49922 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
14 files changed:
src/bin/edje_cc.c
src/bin/edje_cc.h
src/bin/edje_cc_out.c
src/lib/Makefile.am
src/lib/edje_cache.c
src/lib/edje_calc.c
src/lib/edje_convert.c [new file with mode: 0644]
src/lib/edje_convert.h [new file with mode: 0644]
src/lib/edje_data.c
src/lib/edje_edit.c
src/lib/edje_load.c
src/lib/edje_private.h
src/lib/edje_text.c
src/lib/edje_textblock_styles.c