summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_mono: avoid C# making many handles for event delegates, so we can unregis...devs/vitorsousa/csharp_end_error_fixVitor Sousa2019-04-052-10/+12
* efl_mono: efl_unrefs are functioning properlyVitor Sousa2019-04-056-247/+370
* efl-csharp: fix resource deallocation causing errors everywhereVitor Sousa2019-04-0227-54/+276
* elm naviframe - remove duplicated func prototype in headersCarsten Haitzler (Rasterman)2019-04-022-31/+29
* docs: Update refs to Efl.Ui.Theme.Apply_ErrorXavi Artigas2019-04-022-3/+3
* docs: Format efl_file.hXavi Artigas2019-04-023-19/+27
* efl_check: add API to expect a errorMarcel Hollerbach2019-04-021-0/+23
* configure.ac : remove definition of HAVE_ECORE_AUDIO_WASAPI as it is never usedVincent Torri2019-04-021-1/+0
* elm: allow config_embed to be run out of treeVincent Torri2019-04-021-1/+1
* ecore: correctly clean up in ecore_fork_resetMarcel Hollerbach2019-04-021-5/+8
* eio: ensure that the monitor starts when it is called toMarcel Hollerbach2019-04-021-1/+4
* efl_io_model: start early on monitoringMarcel Hollerbach2019-04-021-13/+23
* tests: unset eina log callback at end of each efl_app promise testMike Blumenkrantz2019-04-021-0/+5
* 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-022-1/+8
* 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 "test/efl_ui_pager_scroll: fix demo"Jaehyun Cho2019-04-021-57/+15
* Revert "test/efl_ui_pager: fix demo"Jaehyun Cho2019-04-021-26/+4
* 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
* elm - fix harmless warning for clean buildCarsten Haitzler (Rasterman)2019-03-301-1/+1
* 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
* build: improve autotools generation of elm configMike Blumenkrantz2019-03-301-8/+8
* README.meson: fix typo + rewrapBoris Faure2019-03-291-2/+4
* tests: abort on errors during genlist expand test, not warningsMike Blumenkrantz2019-03-291-1/+1
* 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
* ci: check correct test log for meson buildMike Blumenkrantz2019-03-291-1/+1
* ci: use meson test runner with ninja build and use dbus in testsMike Blumenkrantz2019-03-291-2/+2
* 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