summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* eina_log: reset logging callback to default when null is set as the callbackMike Blumenkrantz2019-03-291-1/+4
* elm_entry: Speedup finding new line, prevent readind invalid memoryAli Alzyod2019-03-291-11/+13
* docs: Fix build break because of missed EO importXavi Artigas2019-03-291-0/+2
* docs: Use Eina.Value references en efl_ui_format docsXavi Artigas2019-03-291-1/+1
* efl_ui_layout: ensure that resize_obj is present before emitting signalsMarcel Hollerbach2019-03-291-0/+3
* efl_ui_widget: move from elm_widget_top_get to provider_findMarcel Hollerbach2019-03-293-13/+14
* efl_ui_widget: add implementation for finding the windowMarcel Hollerbach2019-03-293-0/+22
* docs: Efl.Ui.Layout_Base update theme docsXavi Artigas2019-03-291-9/+6
* docs: Clarify Efl.Ui.Win exit_on_close methodsXavi Artigas2019-03-291-3/+8
* docs: Add Eina.Value extern to eina_types.eotXavi Artigas2019-03-291-0/+1
* test/efl_ui_pager: fix demoJaeun Choi2019-03-291-4/+26
* test/efl_ui_pager_scroll: fix demoJaeun Choi2019-03-291-15/+57
* efl_ui_pager: implement unpack_all/clear functionJaeun Choi2019-03-296-8/+109
* efl_ui_pager: return mouse_down function if cnt equals zeroJaeun Choi2019-03-291-0/+2
* efl_ui_pager: implement unpack_at functionJaeun Choi2019-03-291-5/+12
* efl_ui_pager: refactor unpack functionJaeun Choi2019-03-291-11/+20
* efl_ui_pager: add a missing conditionJaeun Choi2019-03-291-1/+1
* efl_ui_pager: fix pack functionJaeun Choi2019-03-294-5/+34
* elm_priv.h: remove unnecesary lineJaeun Choi2019-03-291-1/+0
* efl_ui_pager: disable loop if items are not enough after unpackingJaeun Choi2019-03-291-4/+11
* mono-docs: Minor ammendments to Eina.ValueXavi Artigas2019-03-291-7/+7
* efl_ui_widget: reintroduce legacy behaviourMarcel Hollerbach2019-03-292-3/+78
* efl_ui_widget: add tests for parent and disalbed propertyMarcel Hollerbach2019-03-291-0/+62
* efl_ui_test_widget: ensures tests do not errorMarcel Hollerbach2019-03-291-1/+27
* Revert "evas gl engines - avoid getting context if possible"Carsten Haitzler (Rasterman)2019-03-294-18/+5
* efl_ui_alert_popup: add new feature for applying side button style of alert p...Taehyub Kim2019-03-281-33/+88
* elm_entry: CRI if efl_file methods are called directly on this objectMike Blumenkrantz2019-03-282-1/+9
* docs: Document event info calling conventionXavi Artigas2019-03-282-2/+9
* efl_ui_slider: block scrolling when on sliderMarcel Hollerbach2019-03-282-0/+87
* elementary: remove some asynchronous behavior from the fileselector.Cedric BAIL2019-03-282-61/+17
* elementary: restore quick exit from wait loop in fileselector test.Cedric BAIL2019-03-281-2/+6
* elc_filselector: solve the mysterium of sometimes failing testsMarcel Hollerbach2019-03-272-15/+9
* elementary: make sure that the model parent being used is always the filesele...Cedric BAIL2019-03-271-5/+6
* elementary: prevent asynchronous properties change to believe target is ready...Cedric BAIL2019-03-272-2/+4
* elementary: fix fileselector entry support to define path manually.Cedric BAIL2019-03-271-72/+25
* eio: work around the lack of integration between Ecore_Thread and Eina_Future.Cedric BAIL2019-03-271-9/+111
* eio: add test to ensure proper lifecycle of Efl_Io object and futures.Yeongjong Lee2019-03-271-0/+17
* eio: Efl.Io.Model should not make request when the object is invalidating its...Cedric BAIL2019-03-271-2/+2
* eio: remove unecessary use of weak reference.Cedric BAIL2019-03-272-22/+1
* elementary: destroy fileselector children when they are not itemized yet.Cedric BAIL2019-03-272-15/+12
* eio: guarantee that we will at least process one request per loop iteration f...Cedric BAIL2019-03-271-4/+10
* elementary: improve lifecycle of model object in the fileselector widget.Cedric BAIL2019-03-271-19/+24
* eo: refactor auto_unref logic used by efl_part.Cedric BAIL2019-03-271-15/+13
* eo: enforce auto_unref logic at the end of efl_unref execution.Cedric BAIL2019-03-271-0/+3
* Revert "efl_ui_layout: call efl_del instead of efl_unref when text part does ...Cedric BAIL2019-03-271-1/+1
* elementary: only apply text when the object is not invalidated and dying.Cedric BAIL2019-03-271-0/+3
* elementary: split the smart callback event name from the Eo name when needed.Cedric BAIL2019-03-274-27/+23
* eina: prevent double cancel of ongoing dispatched future.Cedric BAIL2019-03-271-0/+13
* eio: rely on efl_future_then to properly protect Eo object during the lifecyc...Cedric BAIL2019-03-271-10/+8
* eio: path and filename property should always remind accessible even in case ...Cedric BAIL2019-03-271-1/+1