summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elementary: fix the size calculation on the collection view.devs/bu5hm4n/collectionviewSangHyeon Jade Lee2019-08-261-7/+21
* hack and slay position managerMarcel Hollerbach2019-08-251-1/+8
* random fixes for the collection view constructorMarcel Hollerbach2019-08-251-1/+2
* we have to set the model somewhereMarcel Hollerbach2019-08-251-0/+2
* enforce a minsize of 10Marcel Hollerbach2019-08-251-3/+11
* hack widget factoryMarcel Hollerbach2019-08-252-3/+4
* random NULL checks for seeing things more easilyMarcel Hollerbach2019-08-252-0/+3
* fixes for the exampleMarcel Hollerbach2019-08-251-3/+5
* elementary: add an example to test Efl.Ui.CollectionView.Cedric BAIL2019-08-242-0/+116
* elementary: Efl.Ui.Layout_Factory bind property during widget creation.Cedric BAIL2019-08-242-33/+5
* elementary: Efl.Ui.Image_Factory bind property also during widget creation.Cedric BAIL2019-08-242-17/+6
* elementary: Efl.Ui.Widget_Factory bind widget property before finalizing the ...Cedric BAIL2019-08-241-24/+22
* elementary: leverage sizing information from model if available to avoid unec...Cedric BAIL2019-08-241-1/+18
* elementary: introduce Efl.Ui.CollectionView a generic listing View.Cedric BAIL2019-08-245-0/+1876
* elm: Fix Scrollable_Content namespaceLauro Moura2019-08-232-2/+2
* efl_canvas_text: remove unused Text_Style eo structYeongjong Lee2019-08-232-8/+0
* edje signal matches - try number 3 to try plug all the holesCarsten Haitzler (Rasterman)2019-08-233-35/+74
* edje signal - let's not crash if something odd happensCarsten Haitzler (Rasterman)2019-08-231-1/+0
* elm/config: always use default profile with EFL_RUN_IN_TREEMike Blumenkrantz2019-08-231-2/+3
* tests/edje: disable efreetd and ecore system modules in unit testsMike Blumenkrantz2019-08-232-1/+5
* efl_ui_table: remove inlist items in EINA_INLIST_FREE macroYeongjong Lee2019-08-231-0/+4
* efl_ui/scroll_util: block scroll calc tsunamis caused by repeat signal emitsMike Blumenkrantz2019-08-231-2/+27
* theme/scroller: don't "check" bar positions randomly in other programsMike Blumenkrantz2019-08-231-14/+0
* tests/eio: unlink tmpfiles after testsMike Blumenkrantz2019-08-232-0/+3
* tests/eio: verify that the model monitor test's file is successfully createdMike Blumenkrantz2019-08-231-4/+3
* eio/poll: avoid ever dereferencing the backend's parent in a threadMike Blumenkrantz2019-08-231-8/+8
* efl/io: fix race condition with child model deletionMike Blumenkrantz2019-08-231-18/+25
* efl_ui_scrollbar_direction: replace with efl_ui_layout_orientationYeongjong Lee2019-08-235-57/+52
* csharp: add legacy eo in mono blacklistYeongjong Lee2019-08-231-0/+2
* eolian-mono: Add support for partial classesFelipe Magno de Almeida2019-08-233-8/+45
* csharp: Only build extension methods for betaLauro Moura2019-08-231-2/+4
* csharp: Add bindable factory parts supportLauro Moura2019-08-234-3/+46
* eolian-mono: Add support for multi-value properties with tuplesFelipe Magno de Almeida2019-08-237-26/+245
* slider_cxx_example: Fix use wrong apiJunsuChoi2019-08-231-1/+2
* efl_ui/image: explicitly mark 'drop' event @betaMike Blumenkrantz2019-08-231-1/+1
* efl_ui/image: scalable -> efl.gfx.image::can_up/downscaleMike Blumenkrantz2019-08-232-21/+23
* efl/gfx.image: add can_upscale and can_downscale propertiesMike Blumenkrantz2019-08-231-0/+18
* efl/gfx: redo image scale_type enumMike Blumenkrantz2019-08-239-50/+81
* efl_ui/image: implement efl.gfx.arrangement content_align to replace align propMike Blumenkrantz2019-08-232-12/+5
* efl_ui/image: remove geometry from internal struct, clean up geometry methodsMike Blumenkrantz2019-08-233-51/+36
* efl_ui/image: add group_calc implementation, use deferred calc for sizingMike Blumenkrantz2019-08-234-28/+30
* elm: fix macro for group_calc function namingMike Blumenkrantz2019-08-2316-16/+16
* efl_ui/popup: remove text_alert classMike Blumenkrantz2019-08-239-347/+32
* efl_ui/scrollable_content: add scrollable_text propertyMike Blumenkrantz2019-08-232-3/+74
* efl_ui/popup: remove scroll_alert classMike Blumenkrantz2019-08-2311-353/+66
* efl_ui: add scrollable_content mixinMike Blumenkrantz2019-08-234-0/+249
* efl_ui_spotlight: add null check for manager stack dataJaehyun Cho2019-08-231-1/+3
* test_ui_spotlight: remove dead default in switchJaehyun Cho2019-08-231-12/+0
* edje/style: Enable lazy computaion of styles.subhransu mohanty2019-08-231-2/+6
* ecore_con/memleak: due to checking refcount using postfix decrement operatorsubhransu mohanty2019-08-231-1/+1