efl/src/lib/edje
subhransu mohanty d267595557 evas: add set function for root_node property.
Summary:
Currently user ask for the root_node from the evas_vg object and then attach its tree by setting the root node as parent.
With this change this process will be explicit. user has to set the root node to the evas_vg object and the object will take the ownership
of the tree. User can query the current vg_tree by root_node_get api.

Test Plan:
        Fixed the test app to reflects this change.

Reviewers: jpeg, cedric

Reviewed By: jpeg, cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5347

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
2017-10-23 11:05:38 -07:00
..
Edje.h doxygen: fix typos and some wrong expressions in Edje and Eet API reference documentation. 2017-02-16 10:16:52 -08:00
Edje.hh cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Edje_Common.h edje: add missing documentation. 2017-10-23 13:40:38 +09:00
Edje_Edit.h doxygen: fix typos and some wrong expressions in Edje and Eet API reference documentation. 2017-02-16 10:16:52 -08:00
Edje_Eo.h edje: Rename part external class 2017-09-13 13:58:38 +09:00
Edje_Legacy.h edje: Add part_type_get API 2017-09-21 12:28:20 +09:00
edje_box_layout.c efl: Use Eina.Size2D for size hint combined min 2017-09-18 16:33:33 +09:00
edje_cache.c edje: support legacy Textblock calculation logic for 1.18 edje file 2017-07-04 14:13:13 +09:00
edje_calc.c evas: add set function for root_node property. 2017-10-23 11:05:38 -07:00
edje_callbacks.c evas: Modify wheel events direction to bool (EO) 2017-08-10 14:42:08 +09:00
edje_convert.c edje: add efl_version property 2017-06-14 14:24:08 -07:00
edje_convert.h edje: add required attribute in Edje_Part 2016-07-15 16:34:34 +09:00
edje_data.c edje: add efl_version property 2017-06-14 14:24:08 -07:00
edje_edit.c edje_edit: duplicate assignment to variable. 2017-10-16 13:27:38 -07:00
edje_edit.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
edje_embryo.c edje: Remove use of smart clipped data 2017-09-13 09:57:05 +09:00
edje_entry.c edje entry: fill content info when text is deleted by imf event 2017-09-29 15:29:32 +09:00
edje_external.c edje: Remove external_object_get from EO 2017-05-30 13:54:34 +09:00
edje_legacy.c edje: Add part_type_get API 2017-09-21 12:28:20 +09:00
edje_load.c edje: remove duplicated code and rely on Efl.File { set; get; } mixin. 2017-10-04 21:00:56 -07:00
edje_lua.c efl: Use Eina.Size2D for size hint combined min 2017-09-18 16:33:33 +09:00
edje_lua2.c edje: Remove use of smart clipped data 2017-09-13 09:57:05 +09:00
edje_lua_script_only.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_main.c edje: Remove use of smart clipped data 2017-09-13 09:57:05 +09:00
edje_match.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_message_queue.c edje: Move signal APIs to an interface 2017-08-04 11:52:16 +09:00
edje_misc.c
edje_module.c edje: no case is defined for Preprocessor Flag "EDJE_EXTRA_MODULE_NAME". So removing it to avoid printf warning. 2017-10-13 12:04:38 -07:00
edje_multisense.c Revert "edje: moved from edje_multisense.c to Ecore_Audio.h for select the type of render." 2017-10-07 19:26:10 +09:00
edje_object.eo edje_object: Mark access_part_iterate as @beta 2017-10-12 16:02:04 +09:00
edje_part.c edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_part_box.c edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_part_external.c edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_part_helper.h edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_part_swallow.c edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_part_table.c edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_part_text.c edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_private.h edje: Use EO's beta auto_unref API for parts 2017-10-18 11:02:16 +09:00
edje_program.c edje: make it handle late appearing of devices 2017-09-13 21:36:52 +02:00
edje_signal.c edje: Move signal APIs to an interface 2017-08-04 11:52:16 +09:00
edje_smart.c eo: Simplify debug_name_override 2017-10-13 10:57:00 +09:00
edje_text.c efl: Use Eina.Size2D for Efl.Gfx.size 2017-09-18 13:34:50 +09:00
edje_textblock_styles.c eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ. 2017-01-06 15:58:46 -08:00
edje_types.eot edje: Add part_type_get API 2017-09-21 12:28:20 +09:00
edje_util.c Canvas layout: fix Efl.text (non-legacy) TEXT parts 2017-10-02 11:05:32 +03:00
edje_var.c edje: fix float comparison warning in edje programs. 2016-12-20 16:39:30 -08:00
efl_canvas_layout_calc.eo edje: Merge calc_size_min_restricted & calc_size_min 2017-09-18 17:37:23 +09:00
efl_canvas_layout_group.eo edje: Use Eina.Size2D for group min & max size 2017-09-18 17:26:53 +09:00
efl_canvas_layout_part.eo edje: Add part_type_get API 2017-09-21 12:28:20 +09:00
efl_canvas_layout_part_box.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_canvas_layout_part_external.eo edje: Rename part external class 2017-09-13 13:58:38 +09:00
efl_canvas_layout_part_swallow.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_canvas_layout_part_table.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_canvas_layout_part_text.eo Canvas layout: support markup for efl_part 2017-09-28 19:32:02 +03:00
efl_canvas_layout_signal.eo eolian: rename generic_value to any_value 2017-09-22 20:16:06 +02:00