efl/src/lib/evas
SangHyeon Jade Lee 2f8683ef41 evas: fix legacy evas_object_clip_unset for group object.
Summary:
evas_object_clip_unset was broken for group object in several month or year..

basically,
evas_object_clip_unset(obj)
efl_canvas_object_clipper_set(obj, NULL)
is equal on efl_clip implements,
but on the group object, we need to unclip the whole group children in
efl_canvas_group_efl_canvas_object_clipper_set
which was not performed by legacy clip_usnet API.

Test Plan:
try clip_unset(obj) and clipper_set(obj, NULL) in any group clipped case
(i.e. scroller content) and see clip_unset is broken and fixed by patch.

Reviewers: cedric, bu5hm4n, zmike

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10984
2019-12-31 09:48:18 -05:00
..
cache evas_cache_image: drop image after replacement 2019-10-14 11:07:27 +09:00
canvas evas: fix legacy evas_object_clip_unset for group object. 2019-12-31 09:48:18 -05:00
common evas_object_textblock: add support for variation sequences 2019-12-12 16:22:12 +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 Efl.Canvas.Gesture_Zoom: typo in docs 2019-12-03 18:04:10 +01:00
include vg ector: Call a pair of ector begin/end for ector buffer drawing. 2019-12-06 15:31:30 +09:00
software_generic evas filter: Implement inverse color filter 2019-11-05 10:45:14 +09:00
vg evas_vg_cache: Prevent memory leak 2019-12-24 10:54:04 +09:00
Efl_Canvas.h efl_text_attribute_factory: rename to efl_text_formatter 2019-12-20 12:43:00 +01: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 docs: fix to make docs contain proper images 2019-12-10 12:53:39 +01:00
Evas_Eo.h efl_text_attribute_factory: rename to efl_text_formatter 2019-12-20 12:43:00 +01: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