efl/legacy
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
..
ecore Remove unused variable 2009-12-07 21:04:02 +00:00
edje * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
eet don't use UNICODE 2009-12-08 05:55:55 +00:00
efreet Make clang happy 2009-12-07 21:08:49 +00:00
eina * eina: Improve precision of f32p32 sinus/cosinus. 2009-12-09 13:03:23 +00:00
embryo add Visual Studio files 2009-12-08 17:40:46 +00:00
emotion Remove use of deprecated event 2009-11-08 20:27:12 +00:00
ethumb ethumb: now using ecore_exe to start the slave. 2009-12-01 13:34:09 +00:00
evas Fix m4 quoting due to quoting change rules in autoconf 2.65. 2009-12-03 00:22:33 +00:00
evil * src/lib/evil_libgen.c: 2009-12-07 17:23:41 +00:00