summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix common misspellings in H filesXavi Artigas2019-04-0231-52/+52
* docs: Fix common misspellings in EO filesXavi Artigas2019-04-029-10/+10
* eo: Correctly name Realized classes.Lauro Moura2019-04-021-1/+1
* elm_widget_item_eo.legacy: change @ingroup to Elm_GeneralJaehyun Cho2019-04-021-47/+59
* Revert "efl_ui_pager: implement unpack_at function"Jaehyun Cho2019-04-021-12/+5
* Revert "efl_ui_pager: implement unpack_all/clear function"Jaehyun Cho2019-04-026-109/+8
* Revert "elm - fix harmless warning for clean build"Jaehyun Cho2019-04-021-1/+1
* canvas vg: fix wrong key pass for caching surface.Hermet Park2019-04-021-2/+2
* ecore-drm2: Add missing @ingroup for some doxyChristopher Michael2019-04-011-2/+4
* efl_ui_selection_manager: Don't leak malloc'd dataChristopher Michael2019-04-011-6/+11
* evas-font-dir: Minor formatting fixesChristopher Michael2019-04-011-10/+10
* elm - fix harmless warning for clean buildCarsten Haitzler (Rasterman)2019-03-301-1/+1
* efl_ui_table_layout: calculate cell size with colspan, rowspan propertyYeongjong Lee2019-03-301-14/+23
* 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-292-0/+9
* 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
* 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
* efl_ui_widget: reintroduce legacy behaviourMarcel Hollerbach2019-03-291-3/+41
* 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-281-0/+23
* elementary: remove some asynchronous behavior from the fileselector.Cedric BAIL2019-03-282-61/+17
* elc_filselector: solve the mysterium of sometimes failing testsMarcel Hollerbach2019-03-271-12/+8
* 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: 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