efl/src/lib/evas/canvas
Vincent Torri c8a9769665 Evas: remove warning while factorizing code 2015-04-05 11:30:56 +03:00
..
render2 evas render2 - restructure it to be an explicit api call - cleaner to do 2015-03-20 18:03:54 +09:00
common_interfaces.c
efl_vg_base.eo evas: fix memory leak in Efl.Vg.Base class. 2015-04-03 16:38:17 +02:00
efl_vg_container.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
efl_vg_gradient.eo evas: move Evas.VG_* to Efl.VG.* 2015-04-03 16:30:59 +02:00
efl_vg_gradient_linear.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
efl_vg_gradient_radial.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
efl_vg_root_node.eo evas: move Evas.VG_* to Efl.VG.* 2015-04-03 16:30:59 +02:00
efl_vg_shape.eo evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_3d_camera.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_camera.eo evas: Evas_3D - add bounding sphere, revision frustum culling 2014-12-01 06:26:32 +01:00
evas_3d_eet.c evas: fix warnings introduced by Evas_3D eet import/export feature. 2014-10-08 18:48:42 +02:00
evas_3d_light.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_light.eo
evas_3d_material.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_material.eo
evas_3d_mesh.c efl: move mmap API to be part of Efl_File class. 2015-04-03 16:23:13 +02:00
evas_3d_mesh.eo efl: move mmap API to be part of Efl_File class. 2015-04-03 16:23:13 +02:00
evas_3d_node.c evas: fix bug in the destructor of node in Evas_3D. 2015-03-06 20:19:22 +01:00
evas_3d_node.eo evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_node_callback.h evas: Evas_3D - callbacks for Evas 3D. 2015-02-18 22:42:07 +01:00
evas_3d_object.c evas: Evas_3D - callbacks for Evas 3D. 2015-02-18 22:42:07 +01:00
evas_3d_object.eo evas: Evas_3D - callbacks for Evas 3D. 2015-02-18 22:42:07 +01:00
evas_3d_scene.c Fix code to conform to recent Eo changes. 2015-02-23 17:16:02 +00:00
evas_3d_scene.eo evas: Evas_3D - mechanism for finding node by color pick. 2015-02-11 17:44:50 +01:00
evas_3d_texture.c evas: Evas_3D - add destructors for clean of memory. 2015-02-23 15:46:41 +01:00
evas_3d_texture.eo
evas_async_events.c
evas_box.eo
evas_callbacks.c Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
evas_canvas.eo evas render2 - restructure it to be an explicit api call - cleaner to do 2015-03-20 18:03:54 +09:00
evas_clickable_interface.eo
evas_clip.c evas/clip: If the clipper is image or has color, clipped area should be redrawn. 2015-03-17 11:13:29 +09:00
evas_common_interface.c
evas_common_interface.eo
evas_data.c
evas_device.c
evas_draggable_interface.eo
evas_events.c Evas masking: Fix precise_is_inside for masked smart objects 2015-01-16 12:09:58 +09:00
evas_focus.c
evas_font_dir.c evas/font: Add evas_font_reinit API. 2015-03-19 18:01:42 +09:00
evas_gl.c Evas GL: Add support for Evas GL 3.0 2015-03-16 15:56:43 +09:00
evas_grid.eo
evas_image.eo efl: add Efl.Gfx.View and use it in Evas.Image. 2015-04-03 16:23:26 +02:00
evas_key.c
evas_key_grab.c
evas_layer.c efl: add Efl.Gfx.Stack interface and update Evas_Object accordingly. 2015-04-03 16:23:22 +02:00
evas_line.eo
evas_main.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_map.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_name.c
evas_object.eo efl: provide Efl.Gfx.Base.color_part and implement it in top Evas_Object. 2015-04-03 16:30:32 +02:00
evas_object_box.c evas: Fix unintentional integer overflow 2015-01-09 15:26:32 -05:00
evas_object_grid.c
evas_object_image.c efl: add Efl.Gfx.View and use it in Evas.Image. 2015-04-03 16:23:26 +02:00
evas_object_inform.c
evas_object_intercept.c evas: prevent crash. 2015-03-23 22:00:27 +09:00
evas_object_line.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_main.c efl: provide Efl.Gfx.Base.color_part and implement it in top Evas_Object. 2015-04-03 16:30:32 +02:00
evas_object_polygon.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_rectangle.c evas/map : set antialias context for map rendering. 2014-11-26 12:22:55 +09:00
evas_object_smart.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_smart.eo
evas_object_smart_clipped.c
evas_object_table.c
evas_object_text.c efl: add Efl.Gfx.Base and fix inheritance for Evas_Object. 2015-04-03 16:23:17 +02:00
evas_object_textblock.c evas: Add safety check for NULL pointer of clipper. 2015-03-24 12:53:34 +09:00
evas_object_textgrid.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_object_vg.c evas: removing the ability to load file in Evas_Object_VG for now. 2015-04-03 16:34:26 +02:00
evas_out.c evas - render - have lock point to allow for async obj walk + update add 2015-02-12 11:06:40 +09:00
evas_out.eo
evas_polygon.eo
evas_rectangle.c
evas_rectangle.eo
evas_render.c evas: fix EVAS_RENDERER_DEBUG_TIMING implementation for async rendering 2015-04-03 16:34:15 +02:00
evas_scrollable_interface.eo
evas_selectable_interface.eo
evas_signal_interface.eo
evas_smart.c
evas_smart_clipped.eo
evas_stack.c efl: add Efl.Gfx.Stack interface and update Evas_Object accordingly. 2015-04-03 16:23:22 +02:00
evas_stats.c
evas_table.eo
evas_text.eo efl: add Efl.Gfx.Base and fix inheritance for Evas_Object. 2015-04-03 16:23:17 +02:00
evas_textblock.eo
evas_textgrid.eo Make it clear in documentation that these methods are not implemented. 2014-12-29 16:54:50 +00:00
evas_touch_point.c
evas_vg.eo evas: removing the ability to load file in Evas_Object_VG for now. 2015-04-03 16:34:26 +02:00
evas_vg_container.c evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_vg_gradient.c evas: move Evas.VG_* to Efl.VG.* 2015-04-03 16:30:59 +02:00
evas_vg_gradient_linear.c evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_vg_gradient_radial.c evas: align naming with ector, use bounds. 2015-04-03 16:38:07 +02:00
evas_vg_node.c Evas: remove warning while factorizing code 2015-04-05 11:30:56 +03:00
evas_vg_private.h evas: update and propagate Evas_VG_Base transformation. 2015-04-03 16:31:29 +02:00
evas_vg_root_node.c evas: add forgotten static in some Efl_VG object. 2015-04-03 16:37:57 +02:00
evas_vg_shape.c evas/canvas : bail out in case of empty or null dash. 2015-04-03 16:38:14 +02:00
evas_vg_utils.c efl: move PATH manipulation from Evas into Efl interfaces. 2015-04-03 16:21:48 +02:00
evas_zoomable_interface.eo