efl/src/lib/evas
Jaehyun Cho 40b73758a0 efl_canvas_animation: rename Animation_XXX to XXX_Animation
Summary:
In animation classes, "Animation" is not used as a namespace but it is
used as a prefix in the class names.
e.g. Efl.Canvas.Animation_Alpha

However, those classes are basically animation classes with different
features. Therefore, "Animation" should be used as a postfix in the
class names.
e.g. Efl.Canvas.Animation_Alpha -> Efl.Canvas.Alpha_Animation

However, for the easier usage of C APIs, c_prefix of animation classes
are remained to be "efl_animation_xxx".

Reviewers: segfaultxavi, bu5hm4n, zmike, Hermet, jsuya

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11108
2020-01-20 12:53:10 +09:00
..
cache evas_cache_image: drop image after replacement 2019-10-14 11:07:27 +09:00
canvas efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
common evas map: ++Safety for range overflow. 2020-01-03 20:54:26 +09:00
common3d here comes meson 2018-10-02 17:22:50 +02:00
file meson: redo evas building 2019-10-29 12:54:56 -04:00
filters correct edje pkg-config generation for luaold 2019-12-28 10:47:46 +01:00
gesture evas_gesture: change getter methods to read-only properties 2020-01-15 14:40:38 +01:00
include evas - fix access-after-free where during destroy hash item not cleared 2020-01-18 00:14:58 +00:00
software_generic evas filter: Implement inverse color filter 2019-11-05 10:45:14 +09:00
vg canvas vector: fix to refresh svg file of vector object. 2020-01-17 10:48:24 +09:00
Efl_Canvas.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
Evas.h Efl.Text.Cursor 2019-11-22 17:35:54 +09:00
Evas.hh efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
Evas_Common.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
Evas_Eo.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
Evas_GL.h evas_gl: implement EvasGL ES 3.2 2019-08-01 10:42:55 -07:00
Evas_Internal.h efl_text_attribute_factory: rename to efl_text_formatter 2019-12-20 12:43:00 +01:00
Evas_Legacy.h evas vector: support lottie animation as using json loader. 2019-06-21 17:35:48 +09:00
Evas_Loader.h evas: add infrastructure to feed 9 patch information from file loader to image object. 2019-07-12 09:54:16 -07:00
main.c evas: remove redundant internal functions. 2018-10-11 13:46:37 +09:00
meson.build meson: redo evas building 2019-10-29 12:54:56 -04:00