efl/src/lib/edje
Jean-Philippe Andre 7c3e732f8c edje: Remove part_object_get from EO
Ooooh. This one might be controversial, as some apps definitely
use the function. But it is so easily abused. For our EO API
we are trying to not expose any internal object, as this prevents
us from making changes to the internal behaviour and structure.
All the features that this API provided should be limited to
read-only access to the internal object. In order to replace
this, we will have to return an Efl.Part object that implements
all those APIs: geometry_get, visibility_get, etc...
2017-05-29 10:49:17 +09: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: Unify load error types for image and edje (EO) 2017-05-29 10:49:17 +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_Legacy.h edje: Remove part_object_get from EO 2017-05-29 10:49:17 +09:00
edje_box_layout.c edje: fix float comparison warning in Box Layout logic. 2016-12-20 16:39:30 -08:00
edje_cache.c edje - fix crash on loading ancient edje files 2017-02-03 14:39:57 +09:00
edje_calc.c edje: null checking the return value of a function eina_mempool_malloc 2017-05-08 15:39:21 +02:00
edje_callbacks.c edje: fix cached edje modification issue 2017-02-07 15:14:54 -08:00
edje_convert.c edje: add required attribute in Edje_Part 2016-07-15 16:34:34 +09:00
edje_convert.h edje: add required attribute in Edje_Part 2016-07-15 16:34:34 +09:00
edje_data.c edje_cc: introduce "Anchors" - easy way to set parts relationship 2017-04-25 16:25:15 -07:00
edje_edit.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09: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: fix cached edje modification issue 2017-02-07 15:14:54 -08:00
edje_entry.c Efl.Canvas.Object: Multi-seat API should not be exposed to legacy. 2017-03-02 11:06:20 -08:00
edje_external.c Edje: add checking on NULL 3-rd parameter in edje_object_part_external_param_type_get() 2016-11-24 12:13:36 +09:00
edje_load.c edje: Unify load error types for image and edje (EO) 2017-05-29 10:49:17 +09:00
edje_lua.c Evas/Edje/Elm: Use combined_min instead of min everywhere 2016-06-09 16:37:49 +09:00
edje_lua2.c evas: Rename Evas.Object to Efl.Canvas.Object 2016-06-21 14:35:19 +09:00
edje_lua_script_only.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_main.c edje: reorder shutdown to match internal event emit use. 2017-02-27 15:05:35 -08:00
edje_match.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_message_queue.c edje: Implement EO API for message_send 2017-05-24 13:02:20 +09:00
edje_misc.c
edje_module.c ifdef RUN_IN_TREE logic. 2017-02-03 12:36:38 -02:00
edje_multisense.c edje: remove invalid macro-check regarding coreaudio 2017-04-06 15:20:49 -07:00
edje_object.eo edje: Remove part_object_get from EO 2017-05-29 10:49:17 +09:00
edje_part.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_part_box.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_part_helper.h edje: Fix object leak with Efl.Part 2017-02-15 20:57:31 +09:00
edje_part_swallow.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_part_table.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_private.h edje: Fix typos and overall strange function name 2017-05-24 11:04:58 +09:00
edje_program.c edje_program: add NULL check for ed->callbacks in edje_program 2017-04-06 15:20:49 -07:00
edje_signal.c edje signal cb - dont delete already deleted signals 2016-07-03 15:45:36 +09:00
edje_smart.c edje: Unify load error types for image and edje (EO) 2017-05-29 10:49:17 +09:00
edje_text.c edje: fix float comparison warning in edje text logic. 2016-12-20 16:39:30 -08: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: Unify load error types for image and edje (EO) 2017-05-29 10:49:17 +09:00
edje_util.c edje: Remove part_object_get from EO 2017-05-29 10:49:17 +09:00
edje_var.c edje: fix float comparison warning in edje programs. 2016-12-20 16:39:30 -08:00
efl_canvas_layout_internal.eo docs: edje: fill last gaps in edje eo file documentation 2016-11-23 14:16:24 +01:00
efl_canvas_layout_internal_box.eo eio, edje: use new property impl syntax 2016-12-27 17:47:00 +01:00
efl_canvas_layout_internal_swallow.eo eio, edje: use new property impl syntax 2016-12-27 17:47:00 +01:00
efl_canvas_layout_internal_table.eo eio, edje: use new property impl syntax 2016-12-27 17:47:00 +01:00