lp://staging/~cschieli/freebox-edje/upstream-trunk
- Get this branch:
- bzr branch lp://staging/~cschieli/freebox-edje/upstream-trunk
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from http://svn.enlightenment.org/svn/e/trunk/edje.
Last successful import was .
Recent revisions
- 2875. By dorileo
-
Edje: invalidate double named group
What happens if a group has 2 name statements("double named")?
edje will fail to free the groups cache while shuting down due
the collection directory entry hash having two entries with
different names but pointing to the same object - the second try
to free the part mem pool will fail - since it was freed before -
and issue an abort. - 2874. By rfonseca
-
Revert commit r81335
The free was added to avoid leaks, but it was causing double free when building
the examples instead. If there is still a leak, we need a proper fix.Patch by: Rafael Fonseca <email address hidden>
- 2872. By jihoon
-
edje: ecore_imf_
context_ cursor_ position_ set don't need to be called when the object is moved - 2869. By dorileo
-
Edje: delete real part object after swallows got handled
Case the real part object(rp->object) is an smart object it start to delete
the whole smart object hierarchy and a child object may be a swallow of this
real part. So just delete the rp->object after swallows got handled. - 2867. By jackdanielz
-
Fix for edje_cc that didn't like insertion of element before the first element
Signed-off-by: Daniel Zaoui <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)