efl/legacy/edje/src/lib
Jihoon Kim c652e4e78a From: Jihoon Kim <imfine98@gmail.com>
Long time ago, in
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32795.html
mail thread and IRC,

I talked with about problem of asynchronous event API such as
ecore_imf_context_commit_event_add,
ecore_imf_context_preedit_changed_event_add, so on.

In short, The problem is that key event and text_set APIs are processed
immediately, but commit event and preedit changed event is processed
asynchronously  because those APIs add each event to ecore event queue.

To fix these problems, I've decided to create synchronous event APIs such
as ecore_imf_context_event_callback_add, del and call.

For considering compatibility, sync and async event callback functions are
used in xim and scim immodule.



SVN revision: 67290
2012-01-18 04:38:04 +00:00
..
Edje.h update all minor versions to 2 (or 6) - and yes. i missed making most 2012-01-18 02:32:36 +00:00
Edje_Edit.h doxy -> .h 2011-04-08 07:45:46 +00:00
Makefile.am edje: fix amalgamation support. 2011-11-20 14:11:50 +00:00
edje_box_layout.c declare variables at the beginning of the block 2010-12-14 05:42:25 +00:00
edje_cache.c edje: finally found why we did so many call to stat. 2012-01-05 14:31:27 +00:00
edje_calc.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_callbacks.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_container.c Fix common misspellings 2010-09-08 11:50:05 +00:00
edje_container.h FORMATTING 2010-08-04 16:57:32 +00:00
edje_convert.c better log. 2010-10-08 00:24:22 +00:00
edje_convert.h * edje: move code around. 2010-08-06 11:07:47 +00:00
edje_data.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_edit.c Edje: Fixed a couple of warnings that really don't indicate issues. 2012-01-16 12:34:13 +00:00
edje_embryo.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_entry.c From: Jihoon Kim <imfine98@gmail.com> 2012-01-18 04:38:04 +00:00
edje_external.c doxy -> .h 2011-04-08 07:45:46 +00:00
edje_load.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_lua.c use the ecore pos map call for edje as opposed to do it yourself. this 2011-05-16 13:16:34 +00:00
edje_lua2.c Edje: Fixed a couple of warnings that really don't indicate issues. 2012-01-16 12:34:13 +00:00
edje_lua_script_only.c Put everything in edje_private. It should fix a compilation 2010-09-25 17:10:33 +00:00
edje_main.c edje: follow the rest of the EFL. 2012-01-03 17:04:44 +00:00
edje_match.c fix awful event re-propagation between every part and parent and part 2011-11-24 11:51:11 +00:00
edje_message_queue.c lets not delete previous timer and just add one if there is none - 2011-12-14 10:22:49 +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 fix a few warnings i get on 64bit than didnt pop up on 32, revert edje 2011-11-04 23:19:14 +00:00
edje_multisense.c Edje: Fixed a couple of warnings that really don't indicate issues. 2012-01-16 12:34:13 +00:00
edje_private.h wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_program.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_script_only.c Edje: (trivial) Put the clipper/evas pointer in the base structure. 2011-03-25 03:21:07 +00:00
edje_smart.c edje: add collection.group.limits.vertical and collection.group.limits.horizontal. 2011-08-22 21:44:49 +00:00
edje_text.c Edje text: Remove identical if paths, one is enough. 2011-11-03 12:37:07 +00:00
edje_textblock_styles.c Put everything in edje_private. It should fix a compilation 2010-09-25 17:10:33 +00:00
edje_util.c wo... this turned out to be much more of a pain. minmul now works - 2012-01-14 02:29:13 +00:00
edje_var.c edje: Fix shadow warnings 2011-08-18 10:59:34 +00:00