efl/legacy/edje/src/lib
Carsten Haitzler f212675a33 optimizing. Glassy's matrix.eet works MUCH faster now. basically edje was not
very efficient at matching hundreds of prgorams up to lots of signals always
ticking off. i've optimized it now with a match (and no_match) cache so if an
input signal (and source) combination is known not to match anything, it's
cached after the first full check and henceforth avoids extra checks. the
cache is realyl simply right now - i could optimize it a bit to avoid excess
memory usage though...


SVN revision: 7189
2003-07-20 02:08:47 +00:00
..
Edje.h you can query the state of a part now 2003-07-16 13:50:28 +00:00
Makefile.am work has been done while i've been away. i just need to put this in cvs. many 2003-07-07 07:55:18 +00:00
edje_calc.c you can query the state of a part now 2003-07-16 13:50:28 +00:00
edje_callbacks.c build cross-compiled version. edje on ipaq's :) 2003-07-10 13:34:04 +00:00
edje_data.c 1. types declared as int, not uchar. thansk rbdpgn! :) 2003-07-15 08:26:06 +00:00
edje_load.c optimizing. Glassy's matrix.eet works MUCH faster now. basically edje was not 2003-07-20 02:08:47 +00:00
edje_main.c edje can now swallow other evas objects... including... other EDJES! :) 2003-07-13 06:19:09 +00:00
edje_private.h optimizing. Glassy's matrix.eet works MUCH faster now. basically edje was not 2003-07-20 02:08:47 +00:00
edje_program.c optimizing. Glassy's matrix.eet works MUCH faster now. basically edje was not 2003-07-20 02:08:47 +00:00
edje_smart.c global freeze/thaw. much more optimial for COMPLEX edjed that take a fair bit 2003-07-16 05:15:15 +00:00
edje_text.c global freeze/thaw. much more optimial for COMPLEX edjed that take a fair bit 2003-07-16 05:15:15 +00:00
edje_util.c you can query the state of a part now 2003-07-16 13:50:28 +00:00