summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_main.c
Commit message (Expand)AuthorAgeFilesLines
* evas: move watching over destruction of device to custom logic due to high use.Cedric Bail2019-10-311-52/+46
* eina: add comparison macros for Eina_Size2D and Eina_Position2DMike Blumenkrantz2019-10-291-4/+4
* evas/object; fix null derefMike Blumenkrantz2019-09-261-2/+7
* efl/player: merge start+stop methods into 'playing' propertyMike Blumenkrantz2019-09-241-2/+2
* evas_callbacks: make the callback protection a little bit saferMarcel Hollerbach2019-09-111-3/+73
* evas/object: remove errors when user min/max size hints conflictMike Blumenkrantz2019-08-211-8/+0
* efl/hints: add restricted and combined max size hintsMike Blumenkrantz2019-08-141-14/+84
* efl/hint: add doc note about max size hintMike Blumenkrantz2019-08-141-3/+18
* evas: add 'has_fixed_size' property for canvas objectsMike Blumenkrantz2019-08-081-0/+12
* evas_inline: Clean up evas_object_is_on_plane functionChristopher Michael2019-05-291-1/+1
* Gesture Manager: Add gestures and fix gesture managing, recognizer logic.Woochanlee2019-05-141-0/+9
* evas_events: fix grab count does not become 0 with proxy object.Hosang Kim2019-04-261-1/+32
* evas: restore legacy types which were defined to eo typesMike Blumenkrantz2019-03-081-5/+5
* evas: remove all legacy usage from eo filesMike Blumenkrantz2019-03-061-0/+1
* efl.canvas.object: clip -> clipper && clipees -> clipped_objectsMike Blumenkrantz2019-02-271-4/+4
* efl_canvas_object: make is_frame_object internalMarcel Hollerbach2019-02-251-0/+17
* efl_canvas_object: get rid of event_animation set/getMarcel Hollerbach2019-02-251-323/+0
* api: efl.gfx.size_hints -> efl.gfx.hintsMike Blumenkrantz2019-02-211-37/+37
* evas main: check for OOM when calloc().Hermet Park2019-02-211-0/+1
* Remove individual class BETA guardsXavi Artigas2019-02-131-1/+0
* gfx: Add size hint fill (EO)Yeongjong Lee2019-01-161-4/+51
* evas_render: Ensure proper rendering when objects are on planesDerek Foreman2018-12-141-0/+12
* Revert "evas map: calc map geometry when it is out of screen"Hermet Park2018-11-271-18/+0
* evas map: calc map geometry when it is out of screenShinwoo Kim2018-11-271-0/+18
* evas map: remove unnecessary count comparison.Hermet Park2018-10-261-1/+1
* evas: fix backward compatibility issue.Hosang Kim2018-10-261-6/+16
* Revert "evas: handle event COW modification when COW is already active"Mike Blumenkrantz2018-06-151-13/+8
* evas: handle event COW modification when COW is already activeMike Blumenkrantz2018-06-131-8/+13
* Revert "evas canvas: remove unused goto tag."Hermet Park2018-06-051-0/+1
* Revert "evas: fix a map rendering problem."Hermet Park2018-06-051-0/+1
* evas canvas: remove unused goto tag.Hermet Park2018-05-301-1/+0
* evas_focus: adjust to recent EFL_EVENT_DEL changesMarcel Hollerbach2018-05-291-2/+2
* evas: multiple call to evas_object_del are allowed even after the first one s...Cedric Bail2018-05-241-0/+1
* evas: do not crash if constructor fail and invalidate is run on a partial obj...Cedric BAIL2018-05-241-3/+3
* evas: make evas_object_free work in case of lost reference to Eo object.Cedric BAIL2018-05-241-16/+15
* evas: handle Evas_Object constructor failure case better.Cedric BAIL2018-05-241-6/+10
* evas: do not override lifecycle by overriding efl_parent_set.Cedric Bail2018-05-241-17/+0
* evas: reindent code properly.Cedric Bail2018-05-241-21/+24
* evas: move the del event to match invalidate and free event to the end of the...Cedric Bail2018-05-241-57/+72
* evas: preserve evas_object_del logic to not really destroy an object until it...Cedric Bail2018-05-241-5/+13
* evas: add a way to figure out the evas class that should be the real parent f...Cedric Bail2018-05-241-0/+10
* evas: try to protect old legacy lifecycle without overloading Efl.Del.Cedric BAIL2018-05-241-7/+18
* evas: fix a map rendering problem.Hermet Park2018-05-231-1/+0
* efl_canvas_object: Change name of animation event infoJaehyun Cho2018-05-011-6/+6
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-40/+40
* efl_canvas_object: Add events for state changes of object's animationJaehyun Cho2018-04-191-25/+108
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-24/+24
* evas: add null checkJunsuChoi2018-04-091-0/+1
* evas: when passed an Evas_Object, we should try to access it directly so that...Cedric Bail2018-04-061-0/+7
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-2/+2