[NUI] VisualMap, friend assembly, InputMethodContext related changes (#406)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 22 Aug 2018 08:14:41 +0000 (17:14 +0900)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 08:14:41 +0000 (17:14 +0900)
commitded00fd5b538db3af958509fa6e575a2ebaf7132
treef87126fc03732b4accd8d64711e3a7718f3baad6
parent10cbd6f840b97a2a32dcd83a1af52290823d36e8
[NUI] VisualMap, friend assembly, InputMethodContext related changes (#406)

* [NUI] Add DestroyContext call before disposing TextField/TextEditor

In order to speed up IME hide, temporarily add DestroyContext call.

Change-Id: Id93c99f4d45061d4e406d36ced7a0ec09c8f2c34

* [NUI] VisualMap revising

Here are some changes:
Add VisualFittingMode property
Add Atlasing property
Add Shadow,Underline,Outline,Background property
Add RenderIfTransparent property

Change-Id: I8d85f9d1a438cb6fbb636f79c7438e9134e1df8f

* [NUI] Add visual test example

Change-Id: I25f41d969f7b98a494a4fa1716b0335c09ab5026

* [NUI] Add friend assembly for Tizen.TV.NUI.Component

Change-Id: I2fdc02205c03aa98260035fb81998d68514c030e
src/Tizen.NUI/src/internal/FriendAssembly.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/VisualMaps.cs
test/NUITestSample/NUITestSample/examples/visual-test.cs [new file with mode: 0755]