summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_polygon.c
Commit message (Expand)AuthorAgeFilesLines
* evas_inline: Clean up evas_object_is_visible functionChristopher Michael2019-05-291-1/+1
* evas_inline: Clean up evas_object_was_visible functionChristopher Michael2019-05-291-1/+1
* evas: remove redundant internal functions.Hermet Park2018-10-111-20/+0
* evas canvas: fix overflowed function initialization.Hermet Park2018-09-041-2/+1
* evas: call evas_find before safety checkYeongjong Lee2018-08-291-1/+2
* evas: check evas class instead of using evas_findYeongjong Lee2018-08-161-3/+1
* evas: enforce legacy parent to be the canvas.Cedric Bail2018-05-241-1/+1
* evas_polygon: Fix segfault while creating the objectWonki Kim2018-02-131-0/+3
* evas: Implement scale API in proper EO fashionJean-Philippe Andre2017-11-301-1/+0
* evas: propagate object data to evas_object_inform_call_resize instead of fetc...Cedric BAIL2017-10-191-2/+2
* polygon: Use Eina.Position2D for point_addJean-Philippe Andre2017-09-191-4/+4
* evas,edje,elm: Mark all legacy objects as suchJean-Philippe Andre2017-07-071-1/+1
* evas: stat introducing a concept of engine and output in the backend.Cedric BAIL2017-05-121-11/+11
* evas: remove engine.data.output.Cedric BAIL2017-04-241-5/+3
* evas render - drop eo overhead by using ptrs we already haveCarsten Haitzler (Rasterman)2017-02-041-5/+5
* evas: Remove context from polygon internal functionsJean-Philippe Andre2016-12-161-3/+0
* Evas: Add support for per mouse pointer mode/properties.Guilherme Iscaro2016-12-021-35/+16
* evas - add a prepare stage for objects before renderCarsten Haitzler (Rasterman)2016-11-171-0/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-11/+11
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-4/+4
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-4/+4
* evas: move Efl_Canvas_Polygon_Data struct to separate headerMike Blumenkrantz2016-05-051-12/+1
* evas: move Evas_Polygon to become Efl_Canvas_Polygon.Cedric BAIL2016-03-141-29/+37
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-2/+1
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-1/+2
* Automatic migration to Eo4.Tom Hacohen2016-03-031-2/+2
* evas polygon: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-1/+1
* evas: fix missing render2_walk initializersDaniel Kolesa2015-07-211-0/+1
* Evas: Remove unused variables.Tom Hacohen2015-06-111-3/+0
* evas: move evas_object_inject to super's ctorDaniel Hirt2015-06-111-3/+0
* Eo: Add a return value to eo_constructor().Tom Hacohen2015-05-201-2/+4
* evas - render - have lock point to allow for async obj walk + update addCarsten Haitzler (Rasterman)2015-02-121-1/+2
* Eo: Change eo_add/del/unref behaviour.Tom Hacohen2014-09-251-1/+0
* Efl: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-7/+7
* evas - removed unncessary header includeChunEon Park2014-04-291-2/+0
* Adjust eo_do calls to work with the eo2 api.Tom Hacohen2014-04-101-2/+2
* Eolian: Fix ctor/dtor generationDaniel Zaoui2014-03-191-2/+2
* Eolian: Integration of Evas PolygonDaniel Zaoui2014-03-091-74/+20
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-1/+1
* Revert "eo: libs,test,benchmarks Eo_Class -> Eo"Tom Hacohen2013-09-271-1/+1
* eo: libs,test,benchmarks Eo_Class -> EoJérémy Zurcher2013-09-271-1/+1
* evas: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+6
* evas: no need to call eo_data_scope_get in many case after this change.Cedric Bail2013-07-091-22/+65
* evas: Keep sane name for public headerSebastian Dransfeld2013-06-201-1/+1
* revert the revert... damn you git!Carsten Haitzler (Rasterman)2013-05-021-12/+12
* Revert "Efl: replace eo_data_get for objects data referencing."Carsten Haitzler (Rasterman)2013-05-021-12/+12
* Efl: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-12/+12
* Evas polygon: Cleaned up the way we clean the points.Tom Hacohen2013-04-151-6/+6
* evas: remove one useless pointer (-30KB).Cedric Bail2013-04-071-2/+2
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-2/+2