[ElmSharp] Merge bug fix commit from master to API4 (#224)
authorSeungkeun Lee <sngn.lee@samsung.com>
Thu, 19 Apr 2018 23:10:02 +0000 (08:10 +0900)
committerGitHub <noreply@github.com>
Thu, 19 Apr 2018 23:10:02 +0000 (08:10 +0900)
commitb97686ac9a86f719763a6fd7d3a6a2538cf8b6c5
tree35ea8c1289cb2a64efdb8a2e9fe6bc98714bcb4c
parentae5a5eabbe9aa62ead91307a60fe5293aa60b9a7
[ElmSharp] Merge bug fix commit from master to API4 (#224)

* [ElmSharp] Fix TrackObject issue (#162)

* [ElmSharp] Modified to call Deleted event when EvasObject Unrealized (#170)

* Modified to call Deleted event when EvasObject unrealized

* Update EvasObject.cs

* [ElmSharp] Added remark for Popup and Layout (#209)
src/ElmSharp/ElmSharp/EvasObject.cs
src/ElmSharp/ElmSharp/ItemObject.cs
src/ElmSharp/ElmSharp/Layout.cs
src/ElmSharp/ElmSharp/Popup.cs
src/ElmSharp/Interop/Interop.Elementary.Item.cs
test/ElmSharp.Test/TC/ItemEvasObjectTest.cs [new file with mode: 0644]