efl/src/lib/edje
Jean-Philippe Andre 11b7cf6b72 evas/elm: Remove function group_move
This is an override of efl_gfx_position_set.
As for the other patches, I hope I didn't break anything.

A problem likely to happen is that the super call was inserted
too early or too late in the call flow. For instance:

  _myclass_position_set(obj, x, y) {
    position_set(super(obj), x, y);
    position_get(obj, &prevx, &prevy);
    do_something_with_delta_xy();
  }

The above code flow is obvisouly wrong, but may have crept in this
patch (such a bug sneaked in inside smart object, breaking
everything at first).
2016-10-12 11:25:56 +09:00
..
Edje.h edje: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
Edje_Common.h edje: mark new edje_mmap_3d_has() API with since tag 2016-08-05 23:14:57 +02:00
Edje_Edit.h Edje_Edit: add forgotten part_item_index API into header 2016-10-03 20:07:13 +03:00
Edje_Eo.h Efl interface file: Start using the new interface. 2014-08-21 11:02:11 +01:00
Edje_Legacy.h edje: clean up APIs 2016-08-16 15:38:42 +09:00
edje_box_layout.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
edje_cache.c edje - fix missing vector field frees, copies, handling etc. 2016-08-21 11:30:45 +09:00
edje_calc.c edje_calc: add rounding pixel calculation for transition. 2016-10-11 21:32:23 +09:00
edje_callbacks.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
edje_containers.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01: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 - cut another 120k or so off memory usage by using direct hash add 2016-08-21 11:37:22 +09:00
edje_edit.c edje_edit: proper work with part id's on part restack and del for map fields 2016-10-11 15:15:19 +03:00
edje_edit.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
edje_embryo.c Revert "edje edje_embryo: use strncpy()." 2016-09-22 08:31:00 +09:00
edje_entry.c text/entry: add more key controls for os x 2016-09-23 17:51:37 +09:00
edje_external.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_load.c evas/vg: renamed the legacy vg shape apis 2016-10-05 11:07:12 +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 efl runtime dynamic lib loading - make errors consistent and useful 2016-08-02 11:23:34 +09:00
edje_match.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_message_queue.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_misc.c
edje_module.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_multisense.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
edje_object.eo evas/elm: Remove function group_move 2016-10-12 11:25:56 +09:00
edje_private.h Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
edje_program.c edje_program: add NULL checking 2016-09-28 14:47:26 +09:00
edje_signal.c edje signal cb - dont delete already deleted signals 2016-07-03 15:45:36 +09:00
edje_smart.c evas/elm: Remove function group_move 2016-10-12 11:25:56 +09:00
edje_text.c edje - save memory on edje parts as a lot of over-allocation was done 2016-08-15 09:21:08 +09:00
edje_textblock_styles.c edje: update a style when a style is added as class's member 2016-07-11 13:13:39 +09:00
edje_types.eot edje: refactor edje color class API 2016-06-28 10:39:37 +09:00
edje_util.c edje: protect against no file set yet. 2016-09-04 13:46:38 +02:00
edje_var.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
efl_canvas_layout_internal.eo eolian: utilize the new void_ptr builtin across eo files 2016-06-02 13:00:26 +01:00
efl_canvas_layout_internal_box.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
efl_canvas_layout_internal_swallow.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
efl_canvas_layout_internal_table.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00