efl/src/lib/evas/canvas
Marcel Hollerbach 87901ea2ff rewrite efl cnp and dnd handling
the previous commits introduced a abstraction for drag in drop which can
be now used for this here. With this commit all the direct protocol
handling in efl.ui is removed, and only the ecore evas API is used.

Additionally, this lead to a giant refactor of how APIs do work. All
Efl.Ui. interfaces have been removed except Efl.Ui.Selection and
Efl.Ui.Dnd, these two have been restructored.
A small list of what is new:
- In general no function pointers are used anymore. They feel very
  uncompftable in bindings and in C. For us its a lot easier to just
listen to a event when a drop enters or leaves, there is no need to
register custom functions for that.
- Asynchronous data transphere is handled via futures, which proved to
  be more error safe.
- Formats and actions are handled as mime types / strings.
- 0 is the default seat if you do not know what else to take.
- Content is in general passes as a content container from eina, this
  also allows applications to pass custom types

The legacy dnd and cnp API is implemented based on that.
All cnp related things are in elm_cnp.c the dnd parts are in elm_dnd.c

Differential Revision: https://phab.enlightenment.org/D11190
2020-03-04 17:26:30 +01:00
..
efl_canvas_alpha_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_alpha_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_alpha_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_animation.c efl_canvas_object_animation: support duration 0 2019-12-06 18:04:07 +01:00
efl_canvas_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_animation_private.h Efl.Canvas.Animation: Rename repeat_count to play_count 2019-12-04 17:43:31 +01:00
efl_canvas_animation_types.eot Remove @beta from Efl.Canvas.Animation classes 2019-12-19 16:45:14 -08:00
efl_canvas_event_grabber.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_event_grabber.eo docs: Remove obsolete @since tags from EO files 2019-03-20 20:16:05 +01:00
efl_canvas_event_grabber_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_event_grabber_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_filter_internal.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_canvas_group.eo Efl.Canvas.Group: implement Efl.Gfx.Filter 2020-01-21 19:29:37 +09:00
efl_canvas_group_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_group_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_group_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_group_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_group_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_image.c evas: restore codepath for loading images from files with skip_head set 2020-02-14 08:33:43 -05:00
efl_canvas_image.eo Efl.Canvas.Image: Add skeleton code Efl.Gfx.Frame_Controller.sector 2019-11-26 11:01:28 +09:00
efl_canvas_image_internal.eo efl/image: rename "border" -> "border_insets" 2019-09-18 10:08:56 +02:00
efl_canvas_object.eo evas/object: remove weird gesture manager method 2020-02-05 10:11:02 +01:00
efl_canvas_object_animation.c efl_canvas_object_animation: support duration 0 2019-12-06 18:04:07 +01:00
efl_canvas_object_animation.eo Remove @beta from Efl.Canvas.Animation classes 2019-12-19 16:45:14 -08:00
efl_canvas_object_eo.legacy.c evas: fix error return of evas_object_propagate_events_get() 2019-09-24 13:56:09 -07:00
efl_canvas_object_eo.legacy.h Evas: Add type convert function for BIDI_Direction_Type. 2019-03-19 12:27:51 +09:00
efl_canvas_parallel_group_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_parallel_group_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_parallel_group_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_pointer.eo evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_canvas_polygon.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_canvas_proxy.c efl.gfx: remove Efl.Gfx.Image_Load_Error 2019-03-04 13:36:57 -05:00
efl_canvas_proxy.eo eolian: remove param @nonull 2019-05-26 17:25:15 +02:00
efl_canvas_rectangle.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_canvas_rotate_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_rotate_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_rotate_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_scale_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_scale_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_scale_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_scene.eo evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_canvas_scene3d.c efl.gfx: remove Efl.Gfx.Image_Load_Error 2019-03-04 13:36:57 -05:00
efl_canvas_scene3d.eo docs: Remove obsolete @since tags from EO files 2019-03-20 20:16:05 +01:00
efl_canvas_sequential_group_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_sequential_group_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_sequential_group_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_snapshot.c
efl_canvas_snapshot.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_canvas_surface.c efl_canvas_surface: change mixin to abstract 2018-12-18 11:17:12 +09:00
efl_canvas_surface.eo eolian: rename @warn_unused and its associated API 2019-05-26 17:41:22 +02:00
efl_canvas_surface.h
efl_canvas_surface_tbm.c efl_canvas_surface: change mixin to abstract 2018-12-18 11:17:12 +09:00
efl_canvas_surface_tbm.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_canvas_surface_wayland.c efl_canvas_surface: change mixin to abstract 2018-12-18 11:17:12 +09:00
efl_canvas_surface_wayland.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_canvas_surface_x11.c efl_canvas_surface: change mixin to abstract 2018-12-18 11:17:12 +09:00
efl_canvas_surface_x11.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_canvas_textblock.eo move stabelized items out of @beta 2020-02-05 08:58:22 +01:00
efl_canvas_textblock_eo.legacy.c Efl.Canvas.Text rename into Efl.Canvas.Textblock 2019-12-10 17:39:59 +09:00
efl_canvas_textblock_eo.legacy.h Efl.Canvas.Text rename into Efl.Canvas.Textblock 2019-12-10 17:39:59 +09:00
efl_canvas_textblock_factory.eo Efl.Canvas.Text rename into Efl.Canvas.Textblock 2019-12-10 17:39:59 +09:00
efl_canvas_textblock_internal.h efl.text.cursor: change to abstract class 2020-01-09 22:33:07 +09:00
efl_canvas_translate_animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_translate_animation.eo efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_translate_animation_private.h efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl_canvas_vg_container.c evas vg: add an new interface efl_canvas_vg_container_children_direct_get() 2019-12-31 14:19:01 +09:00
efl_canvas_vg_container.eo evas vg: add an new interface efl_canvas_vg_container_children_direct_get() 2019-12-31 14:19:01 +09:00
efl_canvas_vg_container_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_container_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_gradient.c evas vg: optimize vg object internal connections. 2018-12-20 14:42:38 +09:00
efl_canvas_vg_gradient.eo evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_gradient_linear.c evas vector: removed useless calls. 2019-11-19 13:26:50 +09:00
efl_canvas_vg_gradient_linear.eo evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_gradient_radial.c evas vector: removed useless calls. 2019-11-19 13:26:50 +09:00
efl_canvas_vg_gradient_radial.eo evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_image.c canvas vector: remove unreacheable code. 2020-02-14 13:04:42 +09:00
efl_canvas_vg_image.eo efl_canvas_vg image: changed image parameter type. 2019-07-22 17:31:06 +09:00
efl_canvas_vg_node.c vector container: skip re-ordering as possible. 2019-12-31 15:15:56 +09:00
efl_canvas_vg_node.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_canvas_vg_node_eo.legacy.c ector: code refactoring. 2019-09-06 17:56:02 +09:00
efl_canvas_vg_node_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_object.c canvas vector: fix to refresh svg file of vector object. 2020-01-17 10:48:24 +09:00
efl_canvas_vg_object.eo Efl.Gfx.Frame_Controller: Add sector property 2019-11-12 14:30:10 +09:00
efl_canvas_vg_object_eo.legacy.c efl_canvas_vg_object/evas_object_vg: Change to legacy naming rule. 2019-08-28 14:09:13 +09:00
efl_canvas_vg_object_eo.legacy.h evas vg: ++documentation 2019-12-09 15:41:33 +09:00
efl_canvas_vg_shape.c efl_canvas_vg : Propagates the alpha color of the parent 2019-10-16 15:12:13 +09:00
efl_canvas_vg_shape.eo evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_shape_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_shape_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
efl_canvas_vg_utils.c evas vg: rename evas_vg prefix to efl_canvas for consistency. 2018-11-23 20:01:53 +09:00
efl_gfx_mapping.c gfx mapping: + null check for safety 2020-02-14 13:09:14 +09:00
efl_gfx_mapping.eo docs: Add @since 1.22 to all stable classes' EO docs 2019-03-22 16:57:36 +01:00
efl_gfx_vg_value_provider.c Efl.Gfx.Vg.Value_Provider: Change transform value type to Matrix4 2020-01-29 21:39:53 +09:00
efl_gfx_vg_value_provider.eo Efl.Gfx.Vg.Value_Provider: Change transform value type to Matrix4 2020-01-29 21:39:53 +09:00
efl_gfx_vg_value_provider.h vg_common_json: Supports transform properties 2020-01-29 21:42:43 +09:00
efl_input_clickable.c efl_input_clickable: add a flag for showing user interaction 2019-08-26 14:42:52 +02:00
efl_input_clickable.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_input_device.c evas: move watching over destruction of device to custom logic due to high use. 2019-10-31 13:29:56 -04:00
efl_input_device.eo evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_input_event.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_input_event.eo efl: add code to enforce presence of @since tags 2019-09-30 20:12:35 +02:00
efl_input_focus.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_input_focus.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_input_hold.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_input_hold.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_input_interface.eo efl: add code to enforce presence of @since tags 2019-09-30 20:12:35 +02:00
efl_input_key.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_input_key.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_input_pointer.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_input_pointer.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_input_state.eo eolian: move from eo_prefix to c_prefix 2019-05-09 16:17:44 +02:00
efl_input_types.eot eot files: fixup all since tags 2020-02-05 16:30:57 +01:00
efl_text_cursor.c efl.text.cursor: movement types rename 2020-01-20 10:07:40 +09:00
efl_text_cursor.eo move stabelized items out of @beta 2020-02-05 08:58:22 +01:00
efl_text_formatter.c efl.text: add null check for cursor and attribute internal methods 2020-01-02 12:53:20 +01:00
efl_text_formatter.eo move stabelized items out of @beta 2020-02-05 08:58:22 +01:00
evas_async_events.c Evas: remove Evil.h when not needed and use evil_private when needed 2019-05-20 08:46:02 -04:00
evas_box_eo.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_box_eo.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_box_eo.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_box_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_box_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_box_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_callbacks.c evas: protect against leaking callbacks 2020-01-02 09:35:31 -05:00
evas_canvas3d_camera.c
evas_canvas3d_camera.eo eolian: enable checking of beta/stable contexts in all classes 2019-03-11 13:42:29 +01:00
evas_canvas3d_eet.c
evas_canvas3d_light.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
evas_canvas3d_light.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
evas_canvas3d_material.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
evas_canvas3d_material.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
evas_canvas3d_mesh.c canvas 3d: remove potential dangling pointer. 2019-09-05 18:09:36 +09:00
evas_canvas3d_mesh.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
evas_canvas3d_node.c evas_3d: stop just segfaulting straight away 2019-03-26 10:09:42 -04:00
evas_canvas3d_node.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
evas_canvas3d_node_callback.h
evas_canvas3d_object.c eo: make efl_provider_find a @const function. 2018-01-04 11:45:10 -08:00
evas_canvas3d_object.eo eolian: enable checking of beta/stable contexts in all classes 2019-03-11 13:42:29 +01:00
evas_canvas3d_primitive.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
evas_canvas3d_primitive.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
evas_canvas3d_scene.c eo: efl_object_legacy_only_event_description_get is an internal only function, make it so. 2019-03-15 11:54:24 +01:00
evas_canvas3d_scene.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
evas_canvas3d_texture.c efl: implement efl.file::unload for classes that implement load 2019-08-29 17:17:08 +02:00
evas_canvas3d_texture.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
evas_canvas3d_types.eot eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
evas_canvas_eo.c efl.input.types: mark enums beta again and use legacy types in legacy code 2019-03-11 16:27:00 +01:00
evas_canvas_eo.h efl.input.types: mark enums beta again and use legacy types in legacy code 2019-03-11 16:27:00 +01:00
evas_canvas_eo.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_canvas_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_canvas_eo.legacy.c efl.input.types: mark enums beta again and use legacy types in legacy code 2019-03-11 16:27:00 +01:00
evas_canvas_eo.legacy.h efl.input.types: mark enums beta again and use legacy types in legacy code 2019-03-11 16:27:00 +01:00
evas_clip.c evas: fix legacy evas_object_clip_unset for group object. 2019-12-31 09:48:18 -05:00
evas_data.c
evas_device.c evas - fix access-after-free where during destroy hash item not cleared 2020-01-18 00:14:58 +00:00
evas_events.c evas event: fix typo at map coord transform. 2020-03-02 16:55:40 +09:00
evas_events_legacy.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
evas_filter_mixin.c evas filter: preserve text source color 2019-10-14 11:11:40 +09:00
evas_focus.c evas_focus: protect against faulty focus object 2019-12-13 09:33:04 -08:00
evas_font_dir.c Efl Canvas Text : Modify Style Property 2019-11-28 13:14:15 +09:00
evas_gl.c evas gl: Properly verify that Evas GL works 2018-01-17 15:22:46 +09:00
evas_grid_eo.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_grid_eo.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_grid_eo.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_grid_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_grid_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_grid_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_image_eo.c evas: implement Efl.File.unload for evas image classes 2019-04-18 16:04:14 +02:00
evas_image_eo.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_image_eo.hh Fix last missing reference to old efl_orientation headers 2019-05-24 11:28:09 +02:00
evas_image_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_image_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_image_legacy.c evas: restore codepath for loading images from files with skip_head set 2020-02-14 08:33:43 -05:00
evas_image_private.h evas: restore codepath for loading images from files with skip_head set 2020-02-14 08:33:43 -05:00
evas_key.c
evas_key_grab.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
evas_layer.c evas: detect incoherency in object content and report problem. 2018-05-24 16:02:20 -07:00
evas_line_eo.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_line_eo.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_line_eo.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_line_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_line_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_line_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_main.c rewrite efl cnp and dnd handling 2020-03-04 17:26:30 +01:00
evas_map.c evas_map: draw what map did not draw before. 2019-08-14 12:39:58 +09:00
evas_map.h Rename Efl.Gfx.Map -> Efl.Gfx.Mapping 2019-02-21 19:20:09 +01:00
evas_name.c
evas_object_box.c evas_object_box: fix invalidator 2020-01-22 15:11:22 +01:00
evas_object_grid.c evas_object_grid: fix leaking of pointer 2020-01-31 13:52:51 +01:00
evas_object_image.c canvas image: remove unnecessary condition check. 2020-02-14 17:07:05 +09:00
evas_object_inform.c efl/image: merge preload and unload events into preload_state,changed 2019-09-18 10:08:58 +02:00
evas_object_intercept.c evas: ++safety by prevent invalid accesses. 2020-03-03 19:18:00 +09:00
evas_object_line.c evas_inline: Clean up evas_object_is_visible function 2019-05-29 15:37:36 -04:00
evas_object_main.c evas object: + null check for safety 2020-02-10 21:23:20 +09:00
evas_object_polygon.c evas_inline: Clean up evas_object_is_visible function 2019-05-29 15:37:36 -04:00
evas_object_rectangle.c efl_canvas_rectangle: rendering optmization. 2019-08-02 18:27:38 +09:00
evas_object_smart.c evas: prevent calling api with NULL filter image 2020-02-05 08:58:25 +01:00
evas_object_smart_clipped.c Efl.Canvas.Group: use desired function 2018-08-02 09:10:41 -04:00
evas_object_table.c evas table - use geom set instead of move+resize for fewer oe calls 2019-08-21 20:02:23 +01:00
evas_object_text.c evas: don't initialize font multiple time. 2020-01-02 12:53:12 +01:00
evas_object_textblock.c evas_textblock : remove wrong condition check for size_t value 2020-02-13 20:14:55 +09:00
evas_object_textgrid.c fix the wrong method signature for evas_textgrid 2019-12-04 19:15:03 +09:00
evas_out.c evas: Remove left over includes from cserve2 removal 2019-01-28 11:59:47 -05:00
evas_polygon_private.h
evas_rectangle.c
evas_render.c canvas proxy: fix broken proxy source clipping function. 2020-02-20 21:22:37 +09:00
evas_smart.c
evas_stack.x Efl.Gfx.Stack: Rename raise and lower 2019-02-14 08:57:22 -05:00
evas_stats.c
evas_table_eo.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_table_eo.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_table_eo.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_table_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_table_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_table_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_text_eo.c efl.text.font: rename to efl.text.font.properties 2019-12-26 18:08:00 +09:00
evas_text_eo.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_text_eo.hh efl.text.font: rename to efl.text.font.properties 2019-12-26 18:08:00 +09:00
evas_text_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_text_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_text_eo.legacy.h evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_textblock_hyphenation.x Efl.Canvas.Text rename into Efl.Canvas.Textblock 2019-12-10 17:39:59 +09:00
evas_textblock_legacy.h evas_textblock: content fit feature 2019-12-12 14:22:46 +09:00
evas_textgrid_eo.c efl.text.font: rename to efl.text.font.properties 2019-12-26 18:08:00 +09:00
evas_textgrid_eo.h Polish text interface methods 2019-11-28 16:55:27 +09:00
evas_textgrid_eo.hh efl.text.font: rename to efl.text.font.properties 2019-12-26 18:08:00 +09:00
evas_textgrid_eo.impl.hh evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_textgrid_eo.legacy.c evas: remove all legacy usage from eo files 2019-03-06 19:05:48 +01:00
evas_textgrid_eo.legacy.h Polish text interface methods 2019-11-28 16:55:27 +09:00
evas_touch_point.c
evas_vg_private.h evas vg: revise buffer caching method. 2019-12-13 17:25:26 +09:00
meson.build efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00