summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_caching_factory.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Improve documentation on cache-related classesXavi Artigas2019-10-281-2/+2
* c: coverity: resource leaked when using realloc.Bruno da Silva Belo2019-10-071-7/+12
* efl: make Efl.Ui.Factory.release work in batches.Cedric Bail2019-09-241-25/+75
* elementary: rework Efl.Ui.Factory to have another additional stage during rel...Cedric Bail2019-09-241-1/+2
* efl: simplify logic for widget created by factory.Cedric Bail2019-09-241-39/+37
* efl: split Efl.Ui.Factory.create stage into constructing and buildingMarcel Hollerbach2019-09-241-2/+3
* elementary: unref objects when memory allocation fails in factoryJaehyun Cho2019-09-231-11/+10
* efl_ui_caching_factory: Fix resource leaksChris Michael2019-09-171-2/+10
* efl: mark Efl.Ui.Factory.create a protected method.Cedric BAIL2019-08-211-0/+2
* elementary: allow Efl.Ui.Factory to have a chance to call constructor function.Cedric BAIL2019-08-211-0/+1
* elementary: switch Efl.Ui.Factory API to a batch API and update all class usi...Cedric BAIL2019-08-211-37/+134
* efl: Property_Bind should actually tell us if it succeeded or failed by retur...Cedric BAIL2019-03-071-2/+3
* efl_ui : rename model connect and factory connect to bind property and factory.SangHyeon Jade Lee2019-02-111-4/+4
* elementary: update Efl.Ui.Caching_Factory to rely on Efl.Ui.Widget_Factory fo...Cedric BAIL2019-01-301-32/+150
* efl: remove warning due to unused variable/parameters.Cedric BAIL2019-01-091-7/+7
* elementary: add a factory that handle caching for you.Cedric BAIL2019-01-091-0/+218