efl/src/lib/evas/canvas
Marcel Hollerbach ee092073a3 eo: make the parent a optional constructor
this is needed in order to sanely bind parent calls to some objejcts,
but not all.

However, from the canvas structure up we *need* a parent, so we can
fetch the evas from it. So declare it there a none optional

Reviewed-by: Felipe Magno de Almeida <felipe@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D11734
2020-06-09 10:29:23 +02: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 evas: remove dead struct definition 2020-04-21 16:19:36 +02: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.image: add evas_object_image_animated_frame_get 2020-03-10 13:31:19 -04:00
efl_canvas_image.eo evas/image: implement efl.file loading and mmap getters to correctly handle skip_head 2020-03-06 13:30:49 +01:00
efl_canvas_image_internal.eo efl/image: rename "border" -> "border_insets" 2019-09-18 10:08:56 +02:00
efl_canvas_object.eo eo: make the parent a optional constructor 2020-06-09 10:29:23 +02:00
efl_canvas_object_animation.c Efl.Canvas.Object.Animation: Prevent crash when called .animation_pause_set. 2020-05-12 23:08:30 +09: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_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 remove unused imports in eo/eot files 2020-04-19 01:44:50 +02: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: add typedef for backward compatibility in legacy headers 2020-04-22 14:02:59 +02: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 Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02: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 Efl.Canvas.Vg.Object: Optimize Ector Surface Size 2020-06-03 11:37:23 +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_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +09:00
efl_canvas_vg_container_eo.legacy.h evas_vg: add since tags for evas vector APIs 2020-03-17 16:23:54 +09:00
efl_canvas_vg_gradient.c evas_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +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_eo.legacy.h evas_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +09:00
efl_canvas_vg_gradient_linear.c evas_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +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_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +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 evas_vg_node: deprecate evas_vg_node_geometry_set. 2020-05-12 11:13:27 +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 evas_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +09:00
efl_canvas_vg_node_eo.legacy.h evas_vg: add since tags for evas vector APIs 2020-03-17 16:23:54 +09:00
efl_canvas_vg_object.c Efl.Canvas.Vg.Object: Fix backup size 2020-06-04 10:29:28 +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 evas_vg: refined the evas vector APIs set 2020-03-17 16:23:45 +09:00
efl_canvas_vg_object_eo.legacy.h evas_vg: add since tags for evas vector APIs 2020-03-17 16:23:54 +09:00
efl_canvas_vg_shape.c evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape is NULL 2020-05-15 18:09:51 +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_vg: add since tags for evas vector APIs 2020-03-17 16:23:54 +09: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: Move internal function changed_flag to eo. 2020-06-01 13:21:04 +09:00
efl_gfx_vg_value_provider.eo Efl.Gfx.Vg.Value_Provider: Move internal function changed_flag to eo. 2020-06-01 13:21:04 +09:00
efl_gfx_vg_value_provider.h Efl.Gfx.Vg.Value_Provider: Move internal function changed_flag to eo. 2020-06-01 13:21:04 +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 remove unused imports in eo/eot files 2020-04-19 01:44:50 +02: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_object.c Revert "evas: text_cursor: check return value and print error" 2020-04-16 11:12:50 +02:00
efl_text_cursor_object.eo Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
efl_text_formatter.c Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
efl_text_formatter.eo remove unused imports in eo/eot files 2020-04-19 01:44:50 +02: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 Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04: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 doxygen docs: Fix problems in Evas_Canvas 2020-05-08 12:32:09 +02: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 doxygen docs: Fix problems in Evas_Canvas 2020-05-08 12:32:09 +02:00
evas_clip.c canvas clip: replace hash to cached array. 2020-04-28 14:50:13 +09: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: resolve float compare warnings 2020-05-12 16:10:02 +02:00
evas_events_legacy.c evas: Fix mouse event info for legacy events. 2020-03-04 09:35:58 -05:00
evas_filter_mixin.c evas: correctly declare filter_internal as public API 2020-06-05 10:36:11 +02:00
evas_focus.c evas_focus: protect against faulty focus object 2019-12-13 09:33:04 -08:00
evas_font_dir.c evas_textblock: prevent segfault if there are no style 2020-04-17 11:14:57 +02: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_table: inherit all the types we are implementing 2020-03-17 09:38:16 +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/image: implement efl.file loading and mmap getters to correctly handle skip_head 2020-03-06 13:30:49 +01: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 + gl - fix callback-to-app-changes-state issue with pixel data 2020-05-09 14:02:04 +01:00
evas_image_private.h canvas 3d: remove all canvas3d features across efl. 2020-03-25 19:14:02 +09: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 evas: do not call evas_object_change in reneder_post 2020-05-19 13:14:30 +09: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: prepare for cur beeing NULL 2020-04-07 10:58:11 +02:00
evas_object_box.c evas_object_box: respect static clipper. 2020-03-12 17:00:37 +00:00
evas_object_grid.c canvas grid: fix inifinite loop dead. 2020-03-06 23:51:20 +09:00
evas_object_image.c evas image: reload after alpha_set 2020-05-25 14:48:31 +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_pbject_intercept: add missing parenthesis 2020-03-06 23:30:50 +01: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 Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04: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/text: remove paragraph_direction inherit during render 2020-04-03 14:39:59 +02:00
evas_object_textblock.c evas: resolve float compare warnings 2020-05-12 16:10:02 +02:00
evas_object_textgrid.c evas_textgrid: update text props to use current script font 2020-04-18 17:36:11 +01: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 evas render - add debug to draw boxes around update regions 2020-06-04 20:23:13 +01:00
evas_smart.c
evas_stack.x canvas layer: +prevent null layer objects. 2020-04-24 21:11:27 +09:00
evas_stats.c
evas_table_eo.c evas_table: inherit all the types we are implementing 2020-03-17 09:38:13 +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: fix doc typo 2020-05-26 16:03:51 +02: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_cache: Don't caching vg file if value_provider is applied. 2020-06-09 10:57:21 +09:00
meson.build build: do not publish surface .eo files 2020-06-05 10:36:14 +02:00