efl/src/lib/evas
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
..
cache evas: Prevent crashes in case of error 2016-09-23 11:28:14 +09:00
cache2 evas cache2 - fix coverity CID 1357754 2016-07-24 18:44:15 +09:00
canvas evas/elm: Remove function group_move 2016-10-12 11:25:56 +09:00
common evas: remove unnecessary check for clip coords. 2016-09-21 17:41:47 +09:00
common3d Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
cserve2 evas: use portable environment lookup. 2015-05-14 18:41:48 +02:00
file evas module load - make coverity happy but not a bug 2016-07-08 18:59:21 +09:00
filters Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
include evas: Move clip_unset to legacy, remove group_clip 2016-10-12 11:25:56 +09:00
Evas.h evas: move canvas3d and vg parts into beta API and keep the rest under EO API 2016-06-14 16:27:10 +02:00
Evas_Common.h evas: Move intercept function types to legacy header 2016-10-12 11:25:55 +09:00
Evas_Eo.h efl: Rename Efl.Event.XX to Efl.Input.XX 2016-08-26 10:18:01 +09:00
Evas_GL.h Evas GL: Use [u]int64_t directly in all APIs 2016-07-18 15:09:19 +09:00
Evas_Legacy.h evas/elm: Remove group_show and group_hide 2016-10-12 11:25:56 +09:00
Evas_Loader.h Evas: Move Evas.Load_Error to legacy, use Efl.Image.Load.Error 2016-06-17 11:37:39 +09:00
main.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00