efl/src/lib
Hosang Kim 1b2408d5f7 ecore_evas: skip rendering evas and making animator tick
Summary:
Some ecore_evas such as ecore_evas_extn_plug doesn't have evas.

ecore_evas_extn_plug seems to be Ecore_Evas, but actually it is Evas_Object_Image.
ecore_evas_extn_plug makes new ecore evas, but it only exists to communicate with ecore_evas_extn_socket.
newly ecore evas  only open and close file(ecore_evas_extn_socket). so it doesn't have evas.

```
EAPI Evas_Object *
ecore_evas_extn_plug_new_internal(Ecore_Evas *ee_target)
{
...
   ee = calloc(1, sizeof(Ecore_Evas));
...
   o = evas_object_image_filled_add(ee_target->evas);
...
  return o;
}
```

Reviewers: zmike, Hermet, woohyun, raster, devilhorns

Reviewed By: zmike

Subscribers: cedric, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6504
2018-07-05 15:15:55 -04:00
..
ecore ecore_anim: Simplify timeline terminal condition 2018-06-28 13:12:04 -05:00
ecore_audio efl: include sys/types.h where ssize_t is used 2018-06-21 14:09:59 +02:00
ecore_avahi
ecore_buffer
ecore_cocoa ecore_cocoa: explicity allocate for keyname and key 2018-06-22 12:41:05 -04:00
ecore_con ecore-con/legacy: kill server with DEL event if a dialer error occurs 2018-07-03 12:42:00 -04:00
ecore_drm
ecore_drm2 ecore_drm2: Fix failure to properly set up new plane 2018-06-26 15:28:07 -04:00
ecore_evas ecore_evas: skip rendering evas and making animator tick 2018-07-05 15:15:55 -04:00
ecore_fb
ecore_file ecore_file: on shutdown properly set to NULL to avoid confusion when cycling init/shutdown. 2018-05-24 16:02:20 -07:00
ecore_imf ecore_imf: Remove security_code in autofill type 2018-06-18 08:45:55 +09:00
ecore_imf_evas
ecore_input
ecore_input_evas
ecore_ipc ecore: move close_on_destructor to close_on_invalidate as that describe the behavior best. 2018-05-01 10:39:01 -07:00
ecore_sdl
ecore_wayland
ecore_win32 ecore-win32: propagate WM_SIZE event 2018-05-02 15:57:22 -04:00
ecore_wl2 ecore_wl2: Better error handling for dmabuf sync ioctls 2018-06-19 13:43:55 -04:00
ecore_x
ector efl: Add missing event types 2018-05-19 01:42:26 +02:00
edje edje: return available text data in part_text_get without recalc when possible 2018-06-25 15:19:33 -04:00
eet eet: set parent struct member when adding a child to a parent node 2018-06-29 11:36:13 -04:00
eeze
efl efl_gfx_path: remove unsued function. 2018-06-25 14:26:43 +09:00
efl_mono efl_mono: Add support for Eina.Error/Empty in eina.Value 2018-05-17 16:56:11 -03:00
efl_wl
efreet efreet: use correct path when generating error message about stale efreetd socket 2018-07-03 12:49:08 -04:00
eina eina: Improve eina_binbuf function documentation 2018-07-04 11:12:57 +09:00
eio eio/fallback: avoid emitting monitor events if the backend is pending deletion 2018-06-28 18:08:45 +02:00
eldbus eldbus: manage death of children during invalidate. 2018-05-24 16:02:18 -07:00
elementary elm_popup: ensure focus is emitted on this object 2018-07-05 15:09:21 -04:00
elocation
elput
elua
embryo
emile
emotion evas: enforce legacy parent to be the canvas. 2018-05-24 16:02:19 -07:00
eo eo/base_class: explicitly refuse to set an object as its own parent 2018-07-05 15:11:55 -04:00
eolian eolian: integrate event type requirement into eo file grammar 2018-05-19 01:49:06 +02:00
eolian_cxx efl: major rewrite of efl_part. 2018-05-24 16:02:18 -07:00
ephysics
escape
ethumb
ethumb_client
evas evas/main: call correct destroy function in evas_free 2018-07-05 15:12:58 -04:00
evil Evil: fix usage of Evil in a program compiled with vc++ this should be enough to fix T5206 2018-06-29 09:56:15 -04:00
.gitignore
CMakeLists.txt