efl/src/lib/edje
Jean-Philippe Andre 554dd9facf edje: Move external_param_set to a efl_part API
This adds a new class: Efl.Canvas.Layout.External.
I hate this long name...

This class represents an external part, and for now only
supports param_set/get as well as param_type_get. For now
param_type_get() still returns an Edje_External_Param_Type and
not another more generic type.

TODO: enumerate choices, return object, return content
2017-05-30 13:54:34 +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: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +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: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
Edje_Legacy.h edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +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: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
edje_legacy.c edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +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: Add recursive flag for message_signal_process 2017-05-29 15:45:31 +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: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
edje_part.c edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
edje_part_box.c edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00
edje_part_external.c edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
edje_part_helper.h edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00
edje_part_swallow.c edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00
edje_part_table.c edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00
edje_private.h edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +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: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
edje_util.c edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
edje_var.c edje: fix float comparison warning in edje programs. 2016-12-20 16:39:30 -08:00
efl_canvas_layout_external.eo edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
efl_canvas_layout_internal.eo edje: Move external_param_set to a efl_part API 2017-05-30 13:54:34 +09:00
efl_canvas_layout_internal_box.eo edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00
efl_canvas_layout_internal_swallow.eo edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00
efl_canvas_layout_internal_table.eo edje: Implement part_geometry_get with Efl.Part 2017-05-29 10:49:17 +09:00