platform/upstream/efl.git
2015-04-03 Cedric BAILefl: correct Efl.Gfx.Shape.append_circle to follow...
2015-04-03 Cedric BAILefl: add Efl.Gfx.Shape.append_rect following SVG specif...
2015-04-03 Cedric BAILefl: handle path forced reset to NULL.
2015-04-03 Cedric BAILevas: multiply the parent color with the object color.
2015-04-03 Cedric BAILector: use shift instead of divide when possible.
2015-04-03 Cedric BAILevas: and now fix Evas GL backend to display Evas_Objec...
2015-04-03 Cedric BAILevas: add support for alternate Ector rasterizer based...
2015-04-03 Subhransu Sekhar... ector: build FreeType software backend.
2015-04-03 Subhransu Sekhar... ector: add software backend using FreeType rasterizer.
2015-04-03 Cedric BAILector: implementation of some common code in Ector...
2015-04-03 Cedric BAILector: implement a simple virtual to prepare the mask...
2015-04-03 Cedric BAILevas: fix missing initialisation of engine function...
2015-04-03 Cedric BAILector: remove useless constructor.
2015-04-03 Cedric BAILevas: all color in evas are premultiplied, enforce...
2015-04-03 Cedric BAILector: remove unecessary check for cairo context.
2015-04-03 Cedric BAILector: do not forget to get cairo symbol in Ector.Rende...
2015-04-03 Cedric BAILector: call eo_do_super on the right gradient class...
2015-04-03 Cedric BAILector: slightly better implementation for gradient...
2015-04-03 Cedric BAILector: on shutdown our ability to find cairo symbol...
2015-04-03 Cedric BAILector: remove useless printf !
2015-04-03 Subhransu Sekhar... evas: update and propagate Evas_VG_Base transformation.
2015-04-03 Cedric BAILevas: migrate Efl.VG example to legacy API.
2015-04-03 Cedric BAILevas: fix Evas_VG examples to match new API.
2015-04-03 ChunEon Parkevas: add evas_vg_simple example.
2015-04-03 Cedric BAILector: fix inheritance in cairo backend.
2015-04-03 Cedric BAILector: fix setting context to always have one available.
2015-04-03 Cedric BAILector: fix inheritance of Ector.Generic.Shape.
2015-04-03 Cedric BAILector: fix Eina_Log domain to be usable outside of...
2015-04-03 Cedric BAILevas: fix creation of cairo context with GL backend.
2015-04-03 Cedric BAILevas: fix initialisation of cairo context in software...
2015-04-03 Cedric BAILevas: do not track change on root node.
2015-04-03 Cedric BAILevas: fix coding style.
2015-04-03 Cedric BAILevas: fix switch from MMX to FPU.
2015-04-03 Cedric BAILevas: set alpha to zero for Efl.VG.Shape.stroke_color.
2015-04-03 Cedric BAILevas: move Evas.VG_* to Efl.VG.*
2015-04-03 Cedric BAILevas: initial implementation of a dumb SVG parser.
2015-04-03 Cedric BAILevas: eo_data_scope_get will return random value in...
2015-04-03 Cedric BAILevas: Evas_VG_Root_Node parent will be NULL during...
2015-04-03 Cedric BAILevas: implement render_pre due to our hack over Evas_VG...
2015-04-03 Cedric BAILevas: don't duplicate entry in parent children list
2015-04-03 Cedric BAILefl: Efl.Gfx.Shape should actually be a mixin.
2015-04-03 Cedric BAILevas: eina array macro don't work well on NULL array.
2015-04-03 ChunEon Parkevas: ref/unref root node while it's being used by...
2015-04-03 Cedric BAILector: fix constructor/destructor of Ector_Cairo backend.
2015-04-03 Cedric BAILeolian_cxx: fix change visibility to visible.
2015-04-03 Cedric BAILevas: fix example to follow new Efl.Gfx interface.
2015-04-03 Vitor Sousaeolian_cxx: fix build error for some generated C++...
2015-04-03 Cedric BAILefl: all those interface are clearly BETA_API.
2015-04-03 Cedric BAILevas: add theoric GL backend support.
2015-04-03 Cedric BAILevas: introduce begin and end operation on an Ector...
2015-04-03 Cedric BAILefl: introduce EFL_GFX_CHANGED event and properly propa...
2015-04-03 Cedric BAILefl: trigger EFL_GFX_CHANGED on path change.
2015-04-03 Cedric BAILefl: add a changed event triggered when something affec...
2015-04-03 Subhransu Sekhar... evas: add documentation for Evas_Object_Vg class.
2015-04-03 Subhransu Sekhar... efl: add documentation for shape and gradient interface.
2015-04-03 Subhransu Sekhar... evas: add documentation for Evas_Object_VG
2015-04-03 Subhransu Sekhar... efl: add documentation for Efl.Gfx enums.
2015-04-03 Cedric BAILefl: move Efl.Gfx.Gradient_* to Efl.Gfx.Gradient.*...
2015-04-03 Cedric BAILevas: make Evas.VG_Shape use Efl.Gfx.Base.color_part...
2015-04-03 Cedric BAILevas: use Efl.Gfx.Base.color_part in Evas.VG_Node.
2015-04-03 Cedric BAILefl: provide Efl.Gfx.Base.color_part and implement...
2015-04-03 Cedric BAILefl: add path operation to Efl.Gfx.Shape.
2015-04-03 Cedric BAILevas: move Evas.VG to use Efl.Gfx.View.
2015-04-03 Cedric BAILefl: add Efl.Gfx.View and use it in Evas.Image.
2015-04-03 Cedric BAILevas: move Evas.VG to use Efl.Gfx.Fill.
2015-04-03 Cedric BAILefl: add Efl.Gfx.Fill and migrate Evas.Image to it.
2015-04-03 Cedric BAILevas: make Evas.VG_Node inherit from Efl.Gfx.Stack.
2015-04-03 Cedric BAILefl: add Efl.Gfx.Stack interface and update Evas_Object...
2015-04-03 Cedric BAILefl: generate headers for the new VG interface in C...
2015-04-03 Cedric BAILevas: implement Efl.Gfx.Base in Evas.VG_Node.
2015-04-03 Cedric BAILefl: rename visibility to visible.
2015-04-03 Cedric BAILecore_evas: fix with new naming.
2015-04-03 Cedric BAILefl: add Efl.Gfx.Base and fix inheritance for Evas_Object.
2015-04-03 Cedric BAILefl: rename namespace Graphics to Gfx.
2015-04-03 Cedric BAILefl: add a parser for SVG data path that generate EFL...
2015-04-03 Cedric BAILevas: use the new Efl_File mmap function correctly...
2015-04-03 Cedric BAILefl: move mmap API to be part of Efl_File class.
2015-04-03 Cedric BAILevas: fix warning due to forgotten return.
2015-04-03 Cedric BAILefl: make path a property actually.
2015-04-03 Cedric BAILevas: handle setting sub VG object to NULL.
2015-04-03 Subhransu Sekhar... efl : fix append circle api in efl_graphics_utils
2015-04-03 Cedric BAILefl: simplify the enum to only use Cubic Bezier curve.
2015-04-03 Cedric BAILevas: actually return the right type and fix warnings.
2015-04-03 Cedric BAILefl: fix typos that emitted the wrong PATH type.
2015-04-03 Cedric BAILevas: actually we want the Ector_Renderer, not the...
2015-04-03 Cedric BAILevas: properly propagate Eina_Matrix from the VG scene...
2015-04-03 Cedric BAILefl: add efl_graphics_path_interpolate and efl_graphics...
2015-04-03 Cedric BAILevas: start correctly implementing the render callback.
2015-04-03 Cedric BAILecore_evas_svg: actually make the Evas_Object_VG visible.
2015-04-03 Cedric BAILevas: start properly implementing render_pre for Evas_V...
2015-04-03 Cedric BAILevas: those function should have been static.
2015-04-03 Cedric BAILevas: remove printf.
2015-04-03 Cedric BAILevas: cleanup parent handling of Evas_VG_Node.
2015-04-03 Cedric BAILevas: NULL is always needed as during destruction paren...
2015-04-03 Cedric BAILevas: add fill and size definition for a VG scene graph.
2015-04-03 Cedric BAILevas: fix copy and paste mistake.
2015-04-03 Cedric BAILevas: fix typos in Evas_VG_Root_Node.
2015-04-03 Cedric BAILevas: Evas_Object_VG should always create a root node.
2015-04-03 Cedric BAILeina: add eina_simple_xml_attribute_w3c_parse to parse...
2015-04-03 Cedric BAILevas: fix examples dependencies as they don't use the...
next