efl/legacy/edje/src/lib
Cedric BAIL b32c9a3eae * edje: Add Fixed Point Math support to Edje.
You can try it by passing --enable-fixed-point to the configure. It
	will produce an ABI/API compatible Edje library that use internally
	Eina_F32p32 instead of double. It will load Eina_F32p32 instead of
	double from eet file (thanks to eet ability to convert them on the
	fly), so edje file are compatible between fixed point and floating
	point version.

	This patch touch almost all internal calc of Edje, I did test it with
	elementary_test, enlightenment and all my test apps, but it could
	certainly break some of your preferred Edje file. If you see any
	unexpected behaviour please report them to me as soon as possible.

	Note: For devs, I put few macros in edje_private.h that should now
	be used when doing calc in Edje, please use them so that Fixed Point
	doesn't break in the futur.


SVN revision: 44323
2009-12-09 15:44:54 +00:00
..
.cvsignore added .cvsignore files 2004-01-17 16:36:46 +00:00
Edje.h fmting 2009-12-09 07:54:43 +00:00
Edje_Edit.h externals {} in edje_edit, source generation and add module to the external_Type api to keep track of who registers what 2009-11-26 17:01:31 +00:00
Makefile.am edje external support, part 1. 2009-11-23 15:03:19 +00:00
edje_cache.c Fix documentation 2009-09-29 06:13:33 +00:00
edje_calc.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_callbacks.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_container.c Improve documentation for Evas, Ecore, Edje and Elementary. 2009-09-17 22:38:35 +00:00
edje_container.h Remove Evas list from Edje and use Eina instead. 2008-10-22 11:34:42 +00:00
edje_data.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_edit.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_embryo.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_entry.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_external.c Add type bool to external parameters 2009-12-09 06:51:13 +00:00
edje_load.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_lua.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_lua_script_only.c * edje: Remove warning, mainly due to lua merge. 2009-08-17 11:32:56 +00:00
edje_main.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_match.c Formatting 2008-11-14 17:35:05 +00:00
edje_message_queue.c Fix documentation 2009-09-29 06:13:33 +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 Better path for modules and move variables to beginning of block 2009-11-23 19:50:54 +00:00
edje_private.h * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_program.c Uncomment label along with goto 2009-11-08 20:26:36 +00:00
edje_script_only.c * remove unused parameters (except in edje_lua.c, as i don't know the current status) 2009-08-24 16:40:42 +00:00
edje_smart.c From: "Hanspeter Portner" <ventosus@airpost.net> 2009-08-16 02:34:02 +00:00
edje_text.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_textblock_styles.c * rename _edje_strbuf_append to _edje_strbuf_append1 and 2009-11-03 09:26:15 +00:00
edje_util.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_var.c * remove unused parameters (except in edje_lua.c, as i don't know the current status) 2009-08-24 16:40:42 +00:00