summaryrefslogtreecommitdiff
path: root/src/lib/ector/cairo/ector_renderer_cairo_shape.c
Commit message (Expand)AuthorAgeFilesLines
* ector: removed cairo backend.Hermet Park2019-09-111-331/+0
* efl gfx_path: remove EFL_GFX_PATH_EVENT_CHANGEDHermet Park2018-12-281-15/+9
* Revert "efl gfx_path: remove EFL_GFX_PATH_EVENT_CHANGED"Hermet Park2018-12-261-9/+15
* efl gfx_path: remove EFL_GFX_PATH_EVENT_CHANGEDHermet Park2018-12-261-15/+9
* evas ector: Replace renderer preparation responsibility.Hermet Park2018-11-281-7/+0
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-2/+2
* interfaces: merge all bounds_get methods into efl.gfx.pathMike Blumenkrantz2018-02-121-1/+1
* ector: rename ector_renderer "bounds_get" method to "boundary_get"Mike Blumenkrantz2018-02-121-1/+1
* ector: fix property/method name conflict for "fill"Mike Blumenkrantz2018-02-121-3/+3
* efl: Move VG-specific change event to efl.gfx.pathJean-Philippe Andre2017-12-131-2/+8
* efl: Introduce Eina.Rect and switch EO APIs to itJean-Philippe Andre2017-09-181-1/+1
* ector: cleanup grammar in commentsBryce Harrington2017-08-291-4/+4
* efl: Remove manual definitions of event "changed"Jean-Philippe Andre2017-04-181-1/+1
* efl interface: introduce efl_gfx_path mixin.Hermet Park2016-11-231-5/+5
* evas/vg: fix handling of stroke width in cairo and native backendSubhransu Mohanty2016-11-151-1/+1
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-16/+16
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-8/+8
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-3/+1
* Ector generic: Remove .Generic and .Base (hack no longer needed).Tom Hacohen2016-05-111-12/+12
* Ector renderer cairo: Remove the no longer needed .Base hack.Tom Hacohen2016-05-111-5/+5
* Automatic migration to Eo4.Tom Hacohen2016-03-031-18/+16
* Eo callbacks: Migrate all of the EFL to the new event cb signatures.Tom Hacohen2016-02-291-1/+1
* Ector: Move drawhelper to static_libsJean-Philippe Andre2015-12-031-1/+1
* efl: change efl_gfx_shape_cubic_to() api signature to follow other API (cairo...Subhransu Mohanty2015-11-301-5/+3
* ector: support fill rule for shape object.Subhransu Mohanty2015-11-241-0/+15
* efl: make path stroke related api as non virtual.Subhransu Mohanty2015-11-241-20/+24
* ector: don't use eo parent relationship for accessing the surface.Cedric BAIL2015-11-191-30/+36
* ector: Fix incorrect expressionChris Michael2015-11-171-1/+1
* ector: Add missing EINA_UNUSED for unused function parameterChris Michael2015-11-171-1/+1
* ector: do get symbol at object construction time.Cedric BAIL2015-11-121-31/+24
* ector: handling memory leak on error.Srivardhan Hebbar2015-10-201-1/+2
* ector: fix leak of dash info in Cairo backend.Cedric BAIL2015-10-041-1/+4
* ector: make it possible to have an unique id per Ector_Renderer.Cedric BAIL2015-09-211-0/+25
* ector: fix cairo backend to properly multiply gradient color.Cedric BAIL2015-09-211-3/+4
* ector: add dash stroking in cairo backend.Subhransu Mohanty2015-08-121-0/+15
* ector: fix memory leak in cairo backend when using shape.Subhransu Mohanty2015-08-121-0/+3
* Eo: Add a return value to eo_constructor().Tom Hacohen2015-05-201-2/+4
* Ector: Fix clang warningJean-Philippe Andre2015-04-211-2/+2
* Ector: remove use of #warning directive as TODO.Tom Hacohen2015-04-201-1/+0
* ector: update cairo enum definitions and fix gradient spread issue.Subhransu Mohanty2015-04-031-2/+12
* efl: follow Efl.VG naming by using bounds_get as an API name.Cedric BAIL2015-04-031-1/+1
* ector: there is no need for bounds get to return a Eina_Bool.Cedric BAIL2015-04-031-3/+1
* ector: implements bounds_get for Ector_Renderer_Cairo_Shape.Cedric BAIL2015-04-031-0/+17
* ector: remove some warning from the Cairo backend.Cedric BAIL2015-04-031-1/+1
* ector: add cairo_save() and cairo_restore() to fix the transformation issue.Subhransu Mohanty2015-04-031-0/+8
* ector: add mul_col feature in Cairo backend and fixed color handling issue.Subhransu Mohanty2015-04-031-13/+17
* ector: use line width, join and cap style while stoking the path for Cairo ba...Subhransu Mohanty2015-04-031-0/+12
* ector: use the new infrastructure to detect changed path for Cairo backend.Cedric BAIL2015-04-031-13/+16
* ector: add reference point to define (0, 0) and don't repeat the same value e...Cedric BAIL2015-04-031-2/+2