summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* eo: try to make efl_add and efl_add_ref refcounting sane in all case.Cedric BAIL2018-05-242-19/+14
* ecore_file: on shutdown properly set to NULL to avoid confusion when cycling ...Cedric BAIL2018-05-241-0/+1
* ecore: allow for NULL file handler request.Cedric BAIL2018-05-241-0/+2
* elementary: destroy timer as they could tick during shutdown.Cedric BAIL2018-05-241-2/+6
* elementary: properly destroy block events object during destruction.Cedric BAIL2018-05-241-1/+2
* evas: do not crash if constructor fail and invalidate is run on a partial obj...Cedric BAIL2018-05-241-3/+3
* eo: improve error reporting to display object pointer (without accessing it).Cedric BAIL2018-05-241-1/+1
* elementary: cleanup genlist destructor to order content destruction correctly.Cedric BAIL2018-05-241-10/+12
* evas: make evas_object_free work in case of lost reference to Eo object.Cedric BAIL2018-05-244-20/+18
* evas: detect incoherency in object content and report problem.Cedric BAIL2018-05-241-1/+5
* evas: handle Evas_Object constructor failure case better.Cedric BAIL2018-05-241-6/+10
* edje: simplify part handling as we are now guaranteed that a part as no paren...Cedric BAIL2018-05-241-6/+4
* eo: make sure that reporting object refcount during efl_noref, doesn't lead t...Cedric BAIL2018-05-242-8/+20
* eo: add warning in case of a terrible situation happen.Cedric BAIL2018-05-241-0/+6
* eo: efl_invalidate should also be triggered for object with no parent before ...Cedric BAIL2018-05-241-0/+5
* ecore: properly cleanup variable on shutdown, so that cycling another init do...Cedric BAIL2018-05-241-1/+2
* evas: improve evas child destruction order.Cedric Bail2018-05-241-6/+64
* evas: do not override lifecycle by overriding efl_parent_set.Cedric Bail2018-05-242-18/+0
* evas: reindent code properly.Cedric Bail2018-05-241-21/+24
* eo: actually enforcing the efl_parent_set code path is necessary to enforce t...Cedric Bail2018-05-242-10/+27
* eo: as efl_del is not an Eo API call anymore, manually protect call with refc...Cedric Bail2018-05-241-0/+4
* eo: update refcount before sending efl_noref event to avoid double update dur...Cedric Bail2018-05-241-3/+4
* ecore: because fd_handler do not have the main loop as parent, the main loop ...Cedric Bail2018-05-241-10/+21
* evas: move the del event to match invalidate and free event to the end of the...Cedric Bail2018-05-245-136/+182
* elementary: when there is no file listed yet, no need to request them.Cedric BAIL2018-05-241-8/+15
* eina: make it possible to return an EINA_VALUE_EMPTY by just requesting a new...Cedric BAIL2018-05-241-0/+7
* eina: check the type before looking at anything else to avoid triggering valg...Cedric BAIL2018-05-241-3/+2
* elementary: enforce walk to protect the object existence by using eo refcount...Cedric BAIL2018-05-241-15/+19
* elementary: reorder operation to only call efl_parent_set when the object sti...Cedric BAIL2018-05-241-2/+6
* evas: destructor can not be called recursively, we should rely on Eo refcount.Cedric BAIL2018-05-242-10/+3
* eo: move destruction of the link with children to be always after invalidate.Cedric Bail2018-05-242-29/+42
* eo: propagate invalidate before destroying the link to the parent.Cedric Bail2018-05-241-2/+5
* evas: actually we do not even need to NULL it, if we wref it.Cedric Bail2018-05-241-4/+2
* edje: do not reparent when the object is dead already.Cedric Bail2018-05-241-1/+11
* eo: improve message for debugging life cycle issues.Cedric Bail2018-05-241-1/+3
* edje: forgot to propagate invalidate upward.Cedric Bail2018-05-241-1/+3
* cxx: Fix examples after part changesLauro Moura2018-05-242-6/+6
* examples: Elm: Add dependency on efl.la due to efl_partLauro Moura2018-05-241-0/+1
* efl_mono: Fixes after efl_part/del changes.Lauro Moura2018-05-243-2/+4
* ecore_evas: we shouldn't do anything when we are deleted.Cedric Bail2018-05-241-0/+2
* evas: preserve evas_object_del logic to not really destroy an object until it...Cedric Bail2018-05-241-5/+13
* evas: enforce legacy parent to be the canvas.Cedric Bail2018-05-2415-16/+16
* elementary: refactor by using elm_legacy_add.Cedric Bail2018-05-241-1/+1
* evas: add a way to figure out the evas class that should be the real parent f...Cedric Bail2018-05-242-0/+11
* elementary: make toolbar 'more_item' properly self destruct.Cedric BAIL2018-05-242-8/+15
* elementary: no need to recalculate the layout during invalidate.Cedric BAIL2018-05-241-1/+2
* elementary: the pan object of the map object was created with efl_add, adjust...Cedric BAIL2018-05-242-9/+21
* elementary: due to lifecycle difference between legacy object and unified obj...Cedric BAIL2018-05-2419-57/+96
* eo: efl_del should not be something anyone can override this can break so man...Cedric BAIL2018-05-244-15/+21
* evas: try to protect old legacy lifecycle without overloading Efl.Del.Cedric BAIL2018-05-242-8/+20