summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ector: make sure that all of Ector is a beta API.devs/cedric/evas_vgCedric BAIL2015-04-031-2/+2
* evas: mark Evas VG API as beta API to.Cedric BAIL2015-04-031-0/+4
* ector: update cairo enum definitions and fix gradient spread issue.Subhransu Mohanty2015-04-034-6/+37
* ector: fix memory leak in Ector.Renderer.Generic.Base classSubhransu Mohanty2015-04-032-10/+13
* evas: fix memory leak in Efl.Vg.Base class.Subhransu Mohanty2015-04-032-0/+12
* efl: fix memory leak in efl_gfx_shape_interpolate().Subhransu Mohanty2015-04-031-7/+6
* evas/canvas : bail out in case of empty or null dash.Subhransu Mohanty2015-04-031-0/+3
* evas: update batman example with shape property interpolationSubhransu Mohanty2015-04-031-4/+14
* efl: fix svg path parsing to handle Z also.Subhransu Mohanty2015-04-031-0/+1
* efl: update efl_gfx_shape interpolation to use fill color.Subhransu Mohanty2015-04-031-31/+37
* efl: all those function should have been static already.Cedric BAIL2015-04-031-21/+21
* efl: follow Efl.VG naming by using bounds_get as an API name.Cedric BAIL2015-04-034-6/+6
* evas: align naming with ector, use bounds.Cedric BAIL2015-04-0310-33/+25
* ector: there is no need for bounds get to return a Eina_Bool.Cedric BAIL2015-04-034-10/+3
* evas: implements efl_vg_bound_get in all Efl.VG object.Cedric BAIL2015-04-033-2/+19
* evas: remove Efl.VG.Image for now as it was not implemented.Cedric BAIL2015-04-034-149/+1
* evas: remove unused function, no need for untested code.Cedric BAIL2015-04-032-19/+0
* evas: implement stack below and above get for Efl.VG object.Cedric BAIL2015-04-031-6/+103
* evas: add forgotten static in some Efl_VG object.Cedric BAIL2015-04-032-25/+25
* evas: add missing boung_get and above/below get.Cedric BAIL2015-04-036-5/+16
* ector: implements bounds_get for gradients in Cairo backend.Cedric BAIL2015-04-036-15/+55
* ector: implements bounds_get for Ector_Renderer_Cairo_Shape.Cedric BAIL2015-04-032-0/+18
* ector: fix the return type of ector_renderer_bounds_get.Cedric BAIL2015-04-031-1/+1
* efl: add path bounding box computation.Cedric BAIL2015-04-032-0/+40
* evas: remove SVG loader code.Cedric BAIL2015-04-031-666/+0
* evas: removing the ability to load file in Evas_Object_VG for now.Cedric BAIL2015-04-033-77/+2
* ector: remove some warning from the Cairo backend.Cedric BAIL2015-04-031-1/+1
* ector: implement surface size property.Cedric BAIL2015-04-033-4/+13
* ector: remove useless function for now.Cedric BAIL2015-04-032-23/+0
* evas: fix Windows build.Cedric BAIL2015-04-032-3/+1
* evas: handle mul_col for ector drawing in gl backend.Subhransu Mohanty2015-04-031-0/+13
* ector: fix transform issue in cairo backend.Subhransu Mohanty2015-04-032-11/+5
* evas: update batman example with transformation and opengl.Subhransu Mohanty2015-04-031-1/+6
* ector: add cairo_save() and cairo_restore() to fix the transformation issue.Subhransu Mohanty2015-04-032-1/+11
* evas: fix EVAS_RENDERER_DEBUG_TIMING implementation for async renderingSubhransu Mohanty2015-04-031-6/+31
* efl: simplify append_circle() api implementation.Subhransu Mohanty2015-04-031-6/+4
* evas: don't track generated content.Cedric BAIL2015-04-031-0/+1
* evas: flush cpu pipeline before ector drawing.Subhransu Mohanty2015-04-031-2/+3
* ector: add mul_col feature in Cairo backend and fixed color handling issue.Subhransu Mohanty2015-04-034-28/+43
* evas: force cpu end opt when switching to Cairo rendering.Cedric BAIL2015-04-031-0/+2
* ector: add clipping support for Cairo backend.Subhransu Mohanty2015-04-031-0/+26
* ector: gradient now uses spread while filling a shape for Cairo backend.Subhransu Mohanty2015-04-032-0/+11
* ector: use line width, join and cap style while stoking the path for Cairo ba...Subhransu Mohanty2015-04-031-0/+12
* ector: don't draw the gradient if its used as fill object in Cairo backend.Subhransu Mohanty2015-04-032-0/+4
* evas : add documentation to legacy vector api's.Subhransu Sekhar Mohanty2015-04-032-88/+821
* evas: use legacy API for VG example.Cedric BAIL2015-04-031-7/+3
* evas: add legacy api for creating vg_shape and vg_container object.Subhransu Sekhar Mohanty2015-04-033-0/+32
* efl: fix efl_gfx_append_rect to clamp radius to always fit inside of the rect...Subhransu Sekhar Mohanty2015-04-031-0/+4
* efl: force close of rect shape to prevent to avoid join showing with non roun...Subhransu Sekhar Mohanty2015-04-031-1/+1
* ector: expose more useful immediate rendering functions to the outside world.Cedric BAIL2015-04-032-19/+21