efl/src
Savio Sena 71c1482827 Evas/Eolian: Eolian'ized Evas_Object events.
Summary:
The event descriptions of Evas_Object were hardcoded instead
of declared in evas_object.eo and thus no binding could be aware of
their existence.

Note: Evas_Canvas events were left as is.

Reviewers: cedric, tasn, q66, JackDanielZ

Reviewed By: q66

CC: felipealmeida, raster, smohanty, cedric

Differential Revision: https://phab.enlightenment.org/D1065
2014-06-20 10:55:57 +01:00
..
benchmarks Eo: adapt benchmarks to Eo2. 2014-04-23 11:23:39 +03:00
bin eolian: fix error handling and memory leaks 2014-06-19 16:04:08 +01:00
bindings Eina-Cxx: Added native type constructors and examples. 2014-06-20 01:00:14 +01:00
edje_external/emotion efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00
examples Eolian-Cxx: Corrected the syntax of the .eo examples and added missing includes. 2014-06-19 23:54:36 +01:00
lib Evas/Eolian: Eolian'ized Evas_Object events. 2014-06-20 10:55:57 +01:00
modules evas: fix crash when preloading Evas_Object_Image. 2014-06-19 22:40:50 +02:00
scripts/eina pkgbuild - enable scim by default for input methods and sdl is pointless 2013-12-23 13:38:54 +09:00
static_libs Evas: Fix ETC2 encoding with RGB images (no alpha) 2014-06-13 15:59:23 +09:00
tests tests/eolian: fix for the new namespace syntax 2014-06-20 10:52:00 +01:00
utils/ecore ecore - utils - makekeys - fix uniitialized arrays 2013-12-13 21:26:05 +09:00
Makefile.am elua: extra cond 2014-06-10 15:48:52 +01:00
Makefile_EPhysics.am
Makefile_Ecore.am Win32: Add configuration to cross-compile 2014-05-20 15:16:43 +09:00
Makefile_Ecore_Audio.am Eolian: Integration of Ecore Audio In Tone 2014-04-02 15:56:14 +03:00
Makefile_Ecore_Audio_Cxx.am Revert "Eolian CXX: Fix make distcheck" 2014-06-11 10:58:22 +01:00
Makefile_Ecore_Avahi.am Ecore_Avahi: initial commit. 2013-12-17 19:37:05 +09:00
Makefile_Ecore_Cocoa.am ecore_cocoa: missing link flag 2014-06-18 11:34:07 +02:00
Makefile_Ecore_Con.am Win32: Add configuration to cross-compile 2014-05-20 15:16:43 +09:00
Makefile_Ecore_Cxx.am Revert "Eolian CXX: Fix make distcheck" 2014-06-11 10:58:22 +01:00
Makefile_Ecore_Drm.am ecore-drm: Add ecore-drm Makefile 2014-03-06 11:17:26 +00:00
Makefile_Ecore_Evas.am Win32: Fix ecore_evas engine search path 2014-05-20 15:13:43 +09:00
Makefile_Ecore_FB.am
Makefile_Ecore_File.am
Makefile_Ecore_IMF.am
Makefile_Ecore_IMF_Evas.am
Makefile_Ecore_Input.am
Makefile_Ecore_Input_Evas.am
Makefile_Ecore_Ipc.am Win32: Add configuration to cross-compile 2014-05-20 15:16:43 +09:00
Makefile_Ecore_Psl1ght.am
Makefile_Ecore_SDL.am
Makefile_Ecore_Wayland.am
Makefile_Ecore_Win32.am
Makefile_Ecore_WinCE.am
Makefile_Ecore_X.am Ecore X: Correctly handle autogen generated ecore_x_version.h 2014-04-02 14:54:16 +01:00
Makefile_Edje.am Eolian: Legacy integration of Edje 2014-04-23 15:44:17 +03:00
Makefile_Edje_Cxx.am Revert "Eolian CXX: Fix make distcheck" 2014-06-11 10:58:22 +01:00
Makefile_Edje_Helper.am Compilation: align EOLIAN, EDJ with CC and others 2014-05-12 14:55:23 +09:00
Makefile_Eet.am Eet: Add support for ETC2 encoding and decoding 2014-06-13 17:14:56 +09:00
Makefile_Eet_Cxx.am Dont install c++ headers of bindings when --disable-c++11 is used. 2014-06-02 15:54:06 +02:00
Makefile_Eeze.am
Makefile_Efl.am
Makefile_Efreet.am Win32: Add configuration to cross-compile 2014-05-20 15:16:43 +09:00
Makefile_Eina.am
Makefile_Eina_Cxx.am Dont install c++ headers of bindings when --disable-c++11 is used. 2014-06-02 15:54:06 +02:00
Makefile_Eio.am
Makefile_Eldbus.am
Makefile_Elua.am elua: fix installation of xgettext/generator 2014-06-16 11:55:17 +01:00
Makefile_Elua_Helper.am elua: helper makefile typo fix 2014-06-16 09:46:41 +01:00
Makefile_Embryo.am
Makefile_Emotion.am Fix make distcheck 2014-02-17 19:14:25 +09:00
Makefile_Eo.am Eo base: Start generating eo_base from the .eo file. 2014-06-03 11:28:02 +01:00
Makefile_Eo_Cxx.am Dont install c++ headers of bindings when --disable-c++11 is used. 2014-06-02 15:54:06 +02:00
Makefile_Eolian.am eolian: introducing a new lexer/parser 2014-06-19 16:04:08 +01:00
Makefile_Eolian_Cxx.am Dont install c++ headers of bindings when --disable-c++11 is used. 2014-06-02 15:54:06 +02:00
Makefile_Eolian_Cxx_Helper.am Dont install c++ headers of bindings when --disable-c++11 is used. 2014-06-02 15:54:06 +02:00
Makefile_Eolian_Helper.am Compilation: align EOLIAN, EDJ with CC and others 2014-05-12 14:55:23 +09:00
Makefile_Escape.am
Makefile_Ethumb.am
Makefile_Ethumb_Client.am
Makefile_Evas.am autotools: remove forgotten BUILD_SAVER_JPEG 2014-06-20 10:43:12 +02:00
Makefile_Evas_Cxx.am Revert "Eolian CXX: Fix make distcheck" 2014-06-11 10:58:22 +01:00
Makefile_Evil.am Evil: Fix parallel build for Windows 2014-02-21 10:18:48 +09:00