* edje: This is the first commit of a rewrite of edje file
authorcedric <cedric>
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)
commitbbfbf52c4b8b4b03b5b40daf307512041920a808
treee9e831b2cf2300e790f34673aaf94f733856cae3
parentbd2dabbed54461fb4054f6d1ce9f9b36dd9df736
* 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