summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build test fixupdevs/stefan/ci-testStefan Schmidt2019-09-231-0/+3
* ci: add back target to do out-of-tree test buildMike Blumenkrantz2019-09-236-7/+75
* eina_log: do not fallback to INFO when we run with systemd supportMarcel Hollerbach2019-09-231-4/+0
* elementary_codegen: check before use to avoid use after freeStefan Schmidt2019-09-231-0/+4
* efl_ui_exact_model: fix always true conditionStefan Schmidt2019-09-231-2/+3
* efl_ui_selection_manager: free allocated memory after local useStefan Schmidt2019-09-231-0/+1
* efl_ui_textpath: make sure variables are not uses uninitializedStefan Schmidt2019-09-231-1/+2
* efl_ui_scrollable: remove ui_scrollable_interactive and move all into ui_scro...WooHyun Jung2019-09-2317-218/+211
* test: Add a logic to check a size of CheckWonki Kim2019-09-232-0/+31
* elm/layout: remove check for finalize in efl_canvas_group_change implMike Blumenkrantz2019-09-231-1/+0
* Use EFL version for doc tarball, not meson versionRoss Vandegrift2019-09-231-2/+2
* docs: Typos in Efl.ObjectXavi Artigas2019-09-231-2/+2
* efl_ui : fix possible memory leak on model compressingSangHyeon Jade Lee2019-09-231-2/+11
* efl_ui_collection: protect against invalid accessMarcel Hollerbach2019-09-211-1/+2
* efl_ui_bg: implement load_controller and efl.gfx.image via compositionMarcel Hollerbach2019-09-212-27/+4
* efl_gfx_image: remove ptr()Marcel Hollerbach2019-09-211-2/+2
* efl_ui_image: implement Efl.Gfx.Image and Efl.Gfx.Image_Load_ControllerMarcel Hollerbach2019-09-212-0/+252
* elementary: make our tests work againMarcel Hollerbach2019-09-211-4/+6
* efl ui widget - call parent constructor before doing more initCarsten Haitzler (Rasterman)2019-09-211-2/+2
* csharp: Guard hash usage behind EFL_BETA.Lauro Moura2019-09-205-52/+63
* eolian_mono: add more verbs to generate C# method beginning with verbJaehyun Cho2019-09-203-5/+40
* eolian: rename any_value_ptr -> any_value_ref for consistencyDaniel Kolesa2019-09-2022-50/+50
* eolian: string(share) is always const, allow in events out of boxDaniel Kolesa2019-09-201-4/+11
* eolian: make hashes beta-only for nowDaniel Kolesa2019-09-203-5/+10
* Use proper Eolian syntax for default values instead of docsXavi Artigas2019-09-2010-77/+58
* csharp: Add support for default param references in documentationLauro Moura2019-09-203-24/+122
* efl_ui_factory: improve docsMarcel Hollerbach2019-09-202-8/+13
* efl.ui.scrollbar: fix event name for scrollbarHosang Kim2019-09-204-21/+21
* build: switch build type to release for nowStefan Schmidt2019-09-201-1/+1
* efl_ui_scroll_util: add null check after callocWooHyun Jung2019-09-201-0/+1
* efl_io_model: next try to fix this race conditionMarcel Hollerbach2019-09-199-1/+88
* elementary: Efl.Ui.Widget_Factory bind widget property before finalizing the ...Cedric BAIL2019-09-191-24/+22
* elementary: leverage sizing information from model if available to avoid unec...Cedric BAIL2019-09-191-1/+18
* efl_ui_position_manager: a way to announce new entitiesMarcel Hollerbach2019-09-195-0/+85
* efl: improve Efl.Boolean_Model test to enforce Eina_Value type too.Cedric Bail2019-09-191-4/+4
* ecore: remove unused piece of code.Cedric Bail2019-09-193-140/+0
* ecore: properly initialize all field in event generated by Efl.Generic_ModelCedric Bail2019-09-191-1/+1
* ecore: properly initialize the event structure in Efl.Generic_Model.Cedric Bail2019-09-191-1/+1
* eina: add code to help debug leaking Eina_Value.Cedric Bail2019-09-191-0/+41
* eina: add eina_mempool_iterator_new to slowly iterate every allocated pointer...Cedric Bail2019-09-197-13/+209
* efl_ui_layout_part_table: implement missing APIMarcel Hollerbach2019-09-192-3/+21
* efl_ui_layout_part_*: declare stableMarcel Hollerbach2019-09-196-6/+6
* efl_ui_widget_*: declare parts stableMarcel Hollerbach2019-09-194-5/+5
* efl_ui_layout_part_box/table: remove real_part_setMarcel Hollerbach2019-09-193-38/+11
* efl_ui_layout_part_table: implement Efl.Pack.pack APIMarcel Hollerbach2019-09-192-0/+43
* efl_ui_widget_part: implement all the missing APIMarcel Hollerbach2019-09-192-12/+7
* efl_test_multi_selectable: test for the correct eventMarcel Hollerbach2019-09-191-23/+9
* elm_test_widget_focus: cleanup callbacks correctlyMarcel Hollerbach2019-09-191-0/+2
* efl_ui_collection: fix null pointer dereferencesYeongjong Lee2019-09-191-0/+1
* eo: custom created legacy events should be unfreezableMarcel Hollerbach2019-09-191-0/+1