[NUI] Integreation from dalihub (#988)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 26 Aug 2019 04:29:38 +0000 (13:29 +0900)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 04:29:38 +0000 (13:29 +0900)
commit2e2d0feb1e8896e568230e308fed7fa5e4d1f23d
treef0a688b4158e9ae98f9b781d838aeb87d3294d9d
parentf578c01d831bf9b9ade02dc87391bd280cc3f596
[NUI] Integreation from dalihub (#988)

* Added LayoutGroup and LayoutItem classes in NUI.

This was done by using bindings wrapper classes for LayoutItem,
LayoutGroup, LayoutMeasureSpec, LayoutLength, and LayoutMeasuredSize.

Change-Id: I19e28bdff59a62cf1c8e8711f50f9f0e8f1c119a

* Layouting support in NUI

Change-Id: I3d6f688d869faa81c34385db37feceb1d8c1d0c0

* Fixed disposed bug and removed RegisterChildProperties API usage.

Change-Id: I7b71bd1a3a03306897abdf3c263c6bbb65c1bff8

* RootLayout added to Window

Change-Id: Ie47ceec452b5f254950263bdaf661e9e3fe86d1f

* All Layers have an Absolute layout

Change-Id: I08281a25b2b73822b45f5c6a567b574b5af74fb4

* Set View.Size2D sets layout minimum size if exists.

Change-Id: Ide73c78957d9ee5d4799bfff4aa2232b87ffa536

* [NUI] Minimize public api for xaml

Change-Id: Ib1426b1956a2af307bd6128d6b97067b0d732847

* Renaming of rootlayer in Layer.cs

Change-Id: I583f49caaad819cabaca83b09c9c7dd9c2b9a331

* Fix NUI nested layout issue

Change-Id: I68edd6cf8295e06a52655d84b8ce039a4e1f1008

* [NUI] Back-sync Samsung/TizenFX into dalihub/TizenFX

Change-Id: Ib63e792bc3474c9226506f30889994219e237ec1

* [NUI] Remove tabs and redundant spaces

Change-Id: I1d512d7f478e532f76629b2529995386820fc764

* Sync dalihub/TizenFX and Samsung/TizenFX

- [NUI] Remove apis which are using internal APIs (#324)
  Some apis are using DALi internal APIs.
  Clean up these wrong apis to prevent future errors.
Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I77f773ec84f93f69684c2bdad26d9721f8ed705d
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Sync dalihub/TizenFX and Samsung/TizenFX for NUI-XAML related changes

Change-Id: Ied6a4e33d462712672e65763572c6aa88065a897
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Support multi-cascade property setting for Size2D and Position2D

Change-Id: Ibeb9e9ec639742b78054fe8592167170ea0f00d2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Add Mouse button type to identify clicked button kind

Change-Id: Id336dacccff8192a17cda552ba8ea2ba01121002
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Fix dereferenced error

Value trans, which has null value,
is dereferenced in member access expression trans.Name

Change-Id: I5b7fa2a0e96689ff0cc0821f2e931ed3c4001e9d
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Remove ContentProperty attribute and update sample

Change-Id: I0fbb60bf00c609779b6f5ff4d8aff58a26a8819e

* [NUI] Fix children count of LayoutGroup bug

Change-Id: I73c3b597b161a2dbf4a52d37e6f5a0ab4858c11b
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Make Layout APIs as internal ones (will be changed as public APIs later)

Conflicts:
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapper.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapper.cs

Change-Id: Ia64e9216d10ecc986e0e977f2e0633a03813faec
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Fix View Size2D.

We force Size2D by setting fixed width & height specifications.
There is no really another way in new layouting without breaking
new layouting design.

Also MinimumSize will set now Layout.MinimumSize.

Change-Id: I65c7eaab8210c83b9097426a14c8877173d11f90

* [NUI] Change Parameter type of KeyboardRepeatInfo APIs

- Changed the parameters type of KeyboardRepeatInfo APIs
  : 'double' type -> 'float' type

Change-Id: I3940e44a1a2c116988e8c947ae81d118ac266000
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Fix getting ClippingMode error

Change-Id: I2379ec6adda1442e819d2adbaa9751e5dd154996

* [NUI] Fix animation flickering issue.

Change-Id: Idd3e28ac861a6fa33ad316e4bcae6a7b2199c0de
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI] Remove redundant logs

Change-Id: Ic7ec157fe8117b613d0d008f68e74cf7c4bccf64

* [NUI] Fix KeyValue issue

Change-Id: I1970a61633fba277379a43035cf84ec2871d1cdd

* [NUI]public BindableObject.GetValue and BindableObject.SetValue to enable other modules(EX.Tizen.TV.NUI) to implement data binding.

Change-Id: Ibb048e668e765a96f1e8553951e4073b181e9a84
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI]Add protect codes in API View::Add

1. Add protect codes, so that if the child is null, this API won't don anything.

Change-Id: Icfd7e2cbb08b99ed962660edb88e8797bad2b654

* [NUI] public gesture detector.

Change-Id: Ife9902fe77b43f2c422a1a2ebeaf474d13e67589
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* GridLayout added

Change-Id: I67916a0e2a8efde6fd8d28daac79bca39d679d10

* Add PropertyValue.Get function for RelativeVector2, RelativeVector3, and RelativeVector4 type.

Change-Id: I181c51a6eea0a94721b28a48d8187673a3f0b88b
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* Explict assigning of Layouts to children

Allows legacy GridContainer to display it's children.
CustomLayouts children get a LayoutItem and displayed.

Change-Id: Ic3f900ae01800de77695b85a57661f886ee060b7

* [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

* View.cs assignement error and logging fix

Change-Id: Ic43213bb7e565f03f83d27df153d095b0e9f7143

* [NUI] Add support for changing the Rendering behavior

Change-Id: Ibbe3627659132fd40105482761795f62a92d1856

* Size2D set updates measure spec for all Views

Previously Size2D set only updated the WIDTH/HEIGHT MEASURESPEC
for Views that already had a Layout set.
But if the Size2D was set before the View added to it's parent
then the set size would not update the measure specs.

Change-Id: I28e731e5e6c6318231b5ba25108bf2daa9cd3411

* [NUI] Avoid raising InputMethodContext reference count

Change-Id: I25e89f41daa41008c81ae1b46fbb82c75a98a011

* [NUI] Add getter property for VisualFittingMode

Change-Id: I1ee389dd4a84f153e4a5d063fe3331a9525757eb

* [NUI] VisualMaps revising continue

Here are changes:
1. Update VisualFittingMode
2. Remove EditorBrowsable attribute

Change-Id: I2f272e822ba227fe255031b3574db325505e90e1

* [NUI] Add LinearLayout Alignment and Weight

Change-Id: I0ed3010fd27f8f4cb26126efc5547a301c69cf38
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* SetLayoutRequired, IsLayoutRequired View API added

Change-Id: I6b4351901ad841c04f92b22be62c43f7f20b9263

* Fixes required after https://review.tizen.org/gerrit/#/c/189231/

Removal of dangerous float conversion

Change-Id: I6766c8747865c229a1df3ed669a1d9ab90fefdc4

* Update LayoutItem doxygen for Minimum(Width|Height) API.

Change-Id: I0ead74f919c73823cb6f4b241bea81cbcdde4c98

* [NUI] Fix LayoutItemWrapperImpl null issue

Change-Id: I158533d132eb81c4681d8ff622124ba45bfe0e4b
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix RenderingBehavior issue

Change-Id: I35b83e115fd60d2b43ed49c2a35a0f34377e55c2
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Support Resource path when using xaml

Change-Id: I066c4a6b051bfdcc5fa6b26f9f784a2be5a255a7

* [NUI] Public ChildAdded,ChildRemoved,PropertySet events & properties of TableView.CellPosition

Change-Id: I77b58a63e863b16e9eeef8c09da9ae5160f5e735

* [NUI] Public some apis of TableView,Animation,NUIApplication

Change-Id: I280e6389cb9d2aa537d72c183b1547ee807fcfd6

* Layer SetLayoutingRequired for added Views

Change-Id: I7e9ead91ddec74fee998bdafc0e9249ffe250453

* [NUI] Add comment

Add Size, Size2D comment
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Change-Id: Ic790ea0af14e9aa76314e92ac74a034ab2f7985c

* [NUI] Fix ImageLoadThread issue

PLM ID : [DF181025-02207],[DF181005-00132],[DF180906-00491]
heap-use-after-free issue using ASAN.

The application's destructor was not called after terminated.
The Join of ImageLoadThread was not called in ImageLoadThread's destructor.

The cause is that AnimationImpl is still referenced in C#.
Resolve by explicitly calling dispose.

Change-Id: Ica66a8a7a17ff305777c173be33e0a196213e566

* All Views in a tree can be layouts

Prior to this fix a View with children within a View would
not become a layout if the parent View did not have SetLayout
explicitly called on it.

Change-Id: Ibf9b214f907a0ea8df30f54269626747c50499ca

* [NUI] Set LayoutItem Width/Height specification

Change-Id: Idec264329f6dc20db4692fba84ac8ee1f95067aa
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Public some apis for TCT and fix an issue

Here are some changes:
1. public ScrollViewPagePathEffect class
2. public TypeRegistry class
3. public PinchGesture constructor
4. public SetScrollPropertySource api
5. Fix ScrollInterval event issue

Change-Id: I649f0fc464a5af0453475b7ef0dcf4df614eb34e

* [NUI] Modify since_tizen tag

Change-Id: Ib9ee882177d2372b8f132542cb235a3fcae5e734

* [NUI] Fix build error

Change-Id: Ib1ff4dcb142ce09539dbef3b567f649e40459527
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* LayoutGroup to layout children

Change-Id: Idff81189013e4cb0e85a8bbf13e268170b8aad31

* [NUI] Add reverse support for parse

Change-Id: Ia6f55508e34cf5adbf23d0f9acd4f69da7b6d3c5

* Disable layouting until set Layout

Added a (static) flag that is set once a Layout is set on any View.

Until this flag is set automatic Layout setting will not occur

Change-Id: Ieff5ed12df75a062a899831681f138c5aa3b6e1f

* [NUI] Fix ParentOrigin doesn't work when using XAML

Change-Id: I53e4b18b6c24db79c16c75b758613113152c5b25

* Remove build warnings

Change-Id: I8744e8f690a4e93b199dc762c14607bd8b191718

* VisualFactory Instance to retreive from native

VisualFactory.Get() is deprecated whilst Instance just gets the C# class.
Added call to native to return the native VisualFactory when Instance used.

Change-Id: I3be36e8f6cb70a2a1b2128c7d934fa45fe5bf570

* [NUI] Fix State issue of View

Change-Id: Ide87c43406e55b9399f191dd76f8fb0b68b0cae9

* Map non dependant ResizePolicies to Specs.

Maps NaturalSize, FillToParent and FitToChildren to the
new layouting specifications.

NaturalSize is mapped to a fixed value.

Parent relative mappings not done here, need to be done in the
measure once parent sizes known.

Change-Id: I1f11a9dca126541cd534a386583fc36f97646ed4

* [NUI] Clean NUI codes from Adaptor.cs to Window.cs

Change-Id: Ic1e5458dd1b3b4ac43cff028204254ac378d2f86

* [NUI] Add test sample for C# binding of MatchSystemLanguageDirection

Change-Id: I0ac4e82c0e026ee1c5074ec00fb4677c4690ddfe

* Remove StereoMode

Change-Id: If19a2e403114bf5375e914584e1e7fa513f7d889

* Sync dalihub and Samsung's TizenFX codes

Change-Id: I634fbe56ff9772c05f5ba59736289b3eca7d3def
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Remove deprecated APIs in native DALi

Change-Id: Icc5d90e6e5752fc3b24ce3ea29cd11a89280b4b7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Clean code: BaseComponents,UIComponents,CustomView

Change-Id: I6fbd47154f179ba3a908d140f0cfb267c1e76c2d

* [NUI] Manual merge from tizen50

Merged patches from tizenfx tizen_50 branch
- [NUI] Fix Svace issue (#534), Add to check Null value (View.cs)
- [NUI] Fix SizeWidth/Height issue (#555) (View.cs)
- [NUI] ResizePolicy UseNaturalSize mapped to WrapContent (#613) (View.cs)
- Improve the performance when firstly create the View (#642) (ImageView.cs, Scrollable.cs, TableView.cs, TextEditor.cs, TextField.cs, TextLabel.cs, VideoView.cs, View.cs)
- [NUI] Remove GL/VK if-else, reduce dll size (#649) (LayoutPINVOKE.cs, ManualPINVOKE.cs, NDalicPINVOKE.cs, NUIApplication.cs)

Change-Id: I846ad3353dd7d6ef78ec096565e491d7a6eef44a
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Sync dalihub and Samsung's TizenFX codes.

Change-Id: I8278896c39209e076cc7e1cce3fee63a6e3a53ad
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] modify GetHashCode()

Change-Id: Ib642ba64e746fb811be7a5e7e2cb4e82d5c6eb8a
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix VD svace issue

- add null check
- add lock

Change-Id: I706d1b0314e1e9096597eedc01593932945286e1
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix VD Svace issue

Change-Id: I032ed4e562603441be4d26be68e29e0081e8c917
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Remove all warnings

Change-Id: I399e6395c83664040999f4f204f51970de1dc5df

* [NUI] Add API for get the original size of image

* [NUI] Codacy error fix

Change-Id: Ib407c7be01ad4e42913bf7896edc050e9b4bd370
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Make some apis as inhouse, will be internal later

Change-Id: I0fc398a3b33eaab5fd12df5e8f183d9c94ab7049

* Adding LayoutController

LayoutController from C# exclusive Layouting (LayoutingEx)
where all layouting in processed in the NUI side.

Change-Id: Ic97166e51cd2ef173f6685659f53f53253c93b21

* [NUI] Fix NUI Manual TCT issue

Add Null Checker

Change-Id: If07ebc246bad5a55f5614a10fb2f63f4bdd4115e
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix PropertyMap setting issue

Change-Id: I90548287836a4e4338c3a6d2dd5c1802ef24f876
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix svace issue

Change-Id: I014294612530f600c14c237484f95dfff0c5ec96
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Update comments of ImfManager and InputMethodContext

Change-Id: I72cdb3665f2e6ee3d2e355c7d18e41f74c09bba6

* Override Equals function for Color.

Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI] Remove unuseful ApplicationExtensions

Change-Id: Iba33bce373883d5f049e6d4e146d9e3dd33fdf44

* Fix ImageView issues:
  (1)Cannot get the correct ResourceUrl after seting the Border.
  (2)The ImageView with empty url will show the default picture after seting the Border(Actualy it should show nothing).

Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* add support for CustomView OnTouch callback

Change-Id: I713a91e931e58b38a09c4838a2a3fd0ace5de749

* Adding MeasureSpecification class

Class for C# exclusive layouting

Change-Id: I189fcf297c098e0b0446466de3aa0f4dadb26448

* Adding LayoutLengthEx class

Change-Id: Ic12e7d33eaa50f66bdcd55a058f1562ad42ab4ad

* Adding LayoutSizeEx class

Change-Id: I15738a2fc8c40da90ebe89888cf1779b9124b98e

* Adding MeasuredSizeEx

Change-Id: Ia8fc53d8c1700e90d00870eef22fea9b6a0b1169

* Fix svace issue

Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI] Fixed some warnings

Change-Id: Id8e1c1502370f600276b30f13607b387270d7ece

* [NUI] Sync Xaml code to newest (#795)

* C# exclusive layouting

Squashed commit of the following:

    updated TizenFX layouting tests
    GridLayout change columns bug
    Replacing EX class suffixes
    Removing existing Layout code
    Remove fix, Margin fix and other fixes
     1) Ensure removing a View from a container removes the LayoutItem from the LayoutGroup.
     2) Setting fixed specs also sets size of View.
     3) LayoutController to MATCH_PARENT on height not just width.
     4) Margin support added although bug raised for toolkit error/
    Nested Layout support
    LayoutController multiple roots
     1) Layouting can now starts from the first View assigned at Layout.
     2) Previously had to start from the Window and then all Views would need a layout.
     3) Multiple starting roots are supported.

    Remove AbsoluteLayout from Layer, Child removal fixed.
    Changing Layouts bug
    Pure C# Grid Layout
    Updating unmanaged GridLayout to a Pure C# implementation
    Ensure RequestLayout is called when layout dirty
      1) When a child is added to a Layout the ForceLayout flag needs setting.
      2) Also changing parameters of a Layout can require a ForceLayout.
    LayoutParamsPolices now a class
      1) Previous an enum which required casting to an int when comparing.
      2) Now a class with defined ints.
    AbsoluteLayout updated to pure C#
    Adding LinearLayoutEx
    Adding Layout base classes and updates to View, Window
    Added ILayoutParent,LayoutGroupEx and LayoutItemEx  and LayoutData
    Ex classes will replace the existing classes before this branch is merged.

Change-Id: I5da5b7853d1a19194f8a390f7913cf1ace1146fa

* [NUI] Sync with Samsung/TizenFX master branch (tizen_5.5)

Change-Id: I604d42cfb21e97199e81dcdd5b3957b8f40660fb
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] select the whole text of text-field.

In some cases, the whole text of text-field need be selected,
and grab_handle and its popup need be disabled.

Change-Id: I6533842ba4742e356f770734d543ace63490a8e9

* Gesture event refactor

This work moved the set minimum pinch distance and can no longer
be accessed from here

Change-Id: I3a1d26f1e024170bd4a5829dd7937ded6246105f

* LayoutItem to store View's Margin || Padding if Layout set

Prevents the legacy size negotiation repositioning View with Margins
or Padding..
Control-impl Resets position and size if Margin or Padding set.

Solution here is to move Margin and Padding  storage from View to LayoutItem so
native code will not find a margin or padding hence not try to reset positions.

Change-Id: I1d874fa854b0f229059ddfa3476b1426014d075e

* [NUI] Fix build warnings

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: Id9956349222ca215fde7034f65c99482a3898286

* Removal of Layouting Logs

Change-Id: Ifafe4960d6d0cf4f2490025f50bdd9dc34804639

* [NUI] Remove internal DragAndDropDetector

Change-Id: I87bcaf612c922a8c24cdb0b107cc99d66bb64e54

* Size2D to resize LayoutItems

Change-Id: I86e40ea8e07533ddc301e082323b4683646f8a55

* Removing View Properties LayoutWidthSpecification and LayoutHeightSpecification

Layouting provides WidthSpecification and HeightSpecification which replaced
the LayoutWidthSpecification and LayoutHeightSpecification.

Change-Id: Ia5bfeac95e32520bec298149ad5ccfbeed2dee19

* View not to use Size2D internally

Change-Id: I14efea23af86c0695d729dc383992757ab699d9c

* [VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)

* Add Tizen.Uix.VoiceControlManager

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [VoiceControlManager] Modified code by API review

* [MediaContent] Deprecate filter keyword (#832)

* Fix API reference for RPC port (#864)

Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
* [Build] Update APITool

* [MediaContent] Fix description of Delete method (#866)

* [NUI] Split NUI Assemblies (#865)

* Split Tizen.NUI (#848)

* Split Tizen.NUI (#848) (#854)

* Fix compile error (#857)

* Split Tizen.NUI (#848)

* [NUI]Fix compile error

* Fix API break (#859)

* Split Tizen.NUI (#848)

* [NUI]Fix compile error

* [NUI]Fix API break

* [NUI]Fix API break

* [Build] Update APITool

* Fix build error of Tizen.NUI.Design (#863)

* [NUI] Fix NUI version (#842)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Add Registry return (#831)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Xaml intellisense support (#853)

* [NUI] Add XAML intellisense support (#834)

I merge this PR to xaml-support branch first to fix some build and packaging files with other commits.
After works in xaml-support branch, I will merge it to master later.

* [Build] Add Tizen.NUI.Design and dependent runtime assemblies to nuget

* [Build] Add dummy assemblies to nuget instead of reference assemblies

* Update .travis.yml

* [VoiceControlManager][TCSACR-213] Add VoiceControlManager APIs (#841)

* Add Tizen.Uix.VoiceControlManager

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
* [VoiceControlManager] Modified code by API review

* [MediaContent] Deprecate filter keyword (#832)

* [Build] Resolve conflict APITool with master branch

* [NUI]Fix the API break (Tizen.NUI.BaseHandle)

* [NUI]Fix PR check warning

* [OAuth2] Remove reference to AuthorizeAsync method from documentation (#852)

* [OAuth2] Remove reference to AuthorizeAsync method from documentation

* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/CodeGrantAuthorizer.cs

Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
* Update src/Tizen.Account.OAuth2/Tizen.Account.OAuth2/ImplicitGrantAuthorizer.cs

Co-Authored-By: WonYoung Choi <wy80.choi@samsung.com>
* [NUI] Add NUI.Xaml into Platform binary (#867)

* [Doc] Fix documentation warnings (#868)

* Delete .gitmodules

* [Build] Suppress CS0618 warnings due to internal reference (#869)

Suppress CS0618(Type or member is obsolete) warnings due to internal reference

* [NUI] Fixed some bad comments

Change-Id: I1e84556f03fc0541baec2149a52f836e95e27096

* Add API for NUI Multi Window

* [NUI] fix GetSize() for multi window

* Adding Weight feature to LinearLayout

Uses the View Weight property to define how free space is
allocated between child Views.

Weight 0 is the default.

With Views A, B, C
Giving A.Weight = 1 would mean 1 takes up excess space
in the parent.
Also giving A.C = 1 would mean A and C divide the excess space
between them. B remains it's original measured size.

Change-Id: I6cd13085a5713794789ee61027e371974be3fa32

* [NUI] FlexLayout support added

Flex layout using the new layouting system.
Uses natural size of the items.
Supports: Wrap, Alignment, Direction and justrification.

Currently unsupported: Explict sized items, item padding.

Change-Id: Id966f11c8ececcb07e2ecc528f876787129d54b9

* [NUI] Fix Multi-window bug

Change-Id: Ie945d7997d58c72ad70e1cf09fdab56c9519c67a
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Re-layout TextLabel when text changes size

When View's change size like TextLabel setting new text
it should be laid out again

Change-Id: I790b2fbaab8a8869c36d9d10c3760205815627f7

* Layouting to iterate all Layers

Change-Id: I005b7da027b351624c27abc56336538180907168

* Added Alignment.Center for LinearLayout

Change-Id: If6d0ac3d2602bb1e399cd579337c204fab268de1

* Remove unused and dangling interops

Change-Id: I005d40a5eec2d2a98adb4405b3a505ad955f3be6

* Remove unused SetUseHardwareVSync Adaptor API.

Change-Id: I373643c8cdfedd126c6652337c7d3bf467f69ead

* Remove layouting fixed specification API

Change-Id: I37b6948337bf3bca4a9811259bf6e8ff1b1e008f

* [NUI] Add GetDefaultWindow()

this api for get Default Window.

* [NUI] Add API for GetWindowList()

After apply MultiWindow, Developer need to know list of window.

* [NUI] change API for GetWindowList()

change API for using native API.

* Apply GaussianBlurView Devel API changes

Change-Id: I98dae108ad5e50f2844f347a69d934b11fe36462

* Rename PAGE_SIZE property to VIEW_PAGE_SIZE.

Change-Id: Ifd31b9ac50969a24543868127f2c09a10e65f329

* Remove Builder GetFrameBufferImage unused method

Change-Id: I2dedaad5dc53c0a2ec61af005fc91d4275ccda06

* [NUI]Change GetWindowList() to static

* Add method to destroy a window

Change-Id: I9b9b34a8a7aa1fb1da576cab98b1495f7c998a4c

* [NUI] Change API for Window Creation

* Layout transitions support

Change-Id: I66558d54a865544b123f2ad91554b9146f480118

* Remove APIs deprecated in Tizen 3.0

Change-Id: I3a61a27e4c9d7a9790d8457c9a60459205d1d372

* [NUI] Make public-API as Hidden-API before ACR

- no logic changed, but only "[EditorBrowsable(EditorBrowsableState.Never)]" is added
- before ACR is completed, we need to make new added public-API as hidden-API which is usually considered as Inhouse-API
- when adding new API, need to add this "[EditorBrowsable(EditorBrowsableState.Never)]", otherwise not accepted in Samsung/TizenFX because API checker gives API break error
- comment also required to be added, such as like this. "Hidden-API which is usually used as Inhouse-API. If required to be opened as Public-API, ACR process is needed."

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: I8a707efd4c5ebb637f2928b123eabd9f702d2151

* [NUI] Add documentation for ItemView related classes to remove build warnings

Change-Id: I33accb4297a936223e83745683c68a37b2d2e41a

* Custom Size transition, defaults to Instant

Size transition initially instant but configurable via animator.
Fixed Removal issue in LayoutGroup, condition was not reset.

Change-Id: Ibae03ed0c8c1b7b5935ad54dee61063945b2cdb7

* [NUI] Remove redundant lines

Change-Id: I2ae14858e134286f3668db1dbaad636ca52c69e7

* [NUI] sync with samsung-tizenfx

- This has been existed from <since_tizen> 3, so ACR is required to be changed
- If there is API to be changed, please put a notice on GRE-1442 (http://suprem.sec.samsung.net/jira/browse/GRE-1442)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Enable cascade-property-set for Size, Position

- in View.cs
  public Size2D Size2D : done
  public Size2D CurrentSize : only get, no need to fix
  public Size2D CurrentSize : only get, no need to fix
  public Size2D NaturalSize2D : only get, no need to fix
  public Size2D MinimumSize : done
  public Size2D MaximumSize : done
  public Position2D Position2D : done
  public Size Size : done
  public Position ParentOrigin : done
  public Position PivotPoint : done
  public Position Position : done
  public Position AnchorPoint : obsoleted, no need to fix
  public Position CurrentPosition : only get, no need to fix

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Add shown parameter constructor

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* Use WindowSize API instead of window.size.

Change-Id: Ia6e04c5f7504f7fdc78b5a533e51a4ab448deae9

* Allow NUIApplication to create main window with given size and position

* [NUI] Deprecate Layer2D enum

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Add TotalFrame in VectorAnimationView
250 files changed:
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/Interop/Inerop.KeyboardEventSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.AccessibilityManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActivatedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.Actor.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorHoverSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorProperty.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorTouchDataSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorWheelSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Adaptor.cs
src/Tizen.NUI/src/internal/Interop/Interop.Alignment.cs
src/Tizen.NUI/src/internal/Interop/Interop.AlphaFunction.cs
src/Tizen.NUI/src/internal/Interop/Interop.Angle.cs
src/Tizen.NUI/src/internal/Interop/Interop.AngleAxis.cs
src/Tizen.NUI/src/internal/Interop/Interop.AngleThresholdPair.cs
src/Tizen.NUI/src/internal/Interop/Interop.Animation.cs
src/Tizen.NUI/src/internal/Interop/Interop.Any.cs
src/Tizen.NUI/src/internal/Interop/Interop.Application.cs
src/Tizen.NUI/src/internal/Interop/Interop.ApplicationControlSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ApplicationSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.AsyncImageLoader.cs
src/Tizen.NUI/src/internal/Interop/Interop.AuthenticationSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.AutofillContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.BaseHandle.cs
src/Tizen.NUI/src/internal/Interop/Interop.BaseObject.cs
src/Tizen.NUI/src/internal/Interop/Interop.BorderVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.BufferImage.cs
src/Tizen.NUI/src/internal/Interop/Interop.Builder.cs
src/Tizen.NUI/src/internal/Interop/Interop.Button.cs
src/Tizen.NUI/src/internal/Interop/Interop.ButtonSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.CameraActor.cs
src/Tizen.NUI/src/internal/Interop/Interop.CheckBoxButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.ClampState2D.cs
src/Tizen.NUI/src/internal/Interop/Interop.ColorVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.ConnectionTracker.cs
src/Tizen.NUI/src/internal/Interop/Interop.ContentReceivedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.ControlKeySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.CubeTransitionEffect.cs
src/Tizen.NUI/src/internal/Interop/Interop.CustomActorImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.CustomAlgorithmInterface.cs
src/Tizen.NUI/src/internal/Interop/Interop.DaliException.cs
src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs
src/Tizen.NUI/src/internal/Interop/Interop.EventThreadCallback.cs
src/Tizen.NUI/src/internal/Interop/Interop.Extents.cs
src/Tizen.NUI/src/internal/Interop/Interop.FlexContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.FloatSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusGroupChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.FontClient.cs
src/Tizen.NUI/src/internal/Interop/Interop.FrameBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.FrameBufferImage.cs
src/Tizen.NUI/src/internal/Interop/Interop.FrameCallback.cs
src/Tizen.NUI/src/internal/Interop/Interop.GaussianBlurView.cs
src/Tizen.NUI/src/internal/Interop/Interop.GaussianBlurViewSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Geometry.cs
src/Tizen.NUI/src/internal/Interop/Interop.Gesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.GestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.GlyphInfo.cs
src/Tizen.NUI/src/internal/Interop/Interop.GradientVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.Handle.cs
src/Tizen.NUI/src/internal/Interop/Interop.HandleInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Hover.cs
src/Tizen.NUI/src/internal/Interop/Interop.Image.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageLoading.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageView.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.InputMethodContext.cs
src/Tizen.NUI/src/internal/Interop/Interop.InputMethodOptions.cs
src/Tizen.NUI/src/internal/Interop/Interop.Item.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemFactory.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemIdContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemLayout.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemRange.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Key.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyEventSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyFrames.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyInputFocusManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardResizedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardTypeSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.LanguageChangedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.Layer.cs
src/Tizen.NUI/src/internal/Interop/Interop.LinearConstrainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ListEventSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.LowBatterySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.LowMemorySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Matrix.cs
src/Tizen.NUI/src/internal/Interop/Interop.Model3DView.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalic.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicAnchorPoint.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicMachine.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicMeshVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicParentOrigin.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicPrimitive.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicText.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicToolTip.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicXYZ.cs
src/Tizen.NUI/src/internal/Interop/Interop.NativeImageInterface.cs
src/Tizen.NUI/src/internal/Interop/Interop.NinePatchImage.cs
src/Tizen.NUI/src/internal/Interop/Interop.ObjectDestroyedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ObjectRegistry.cs
src/Tizen.NUI/src/internal/Interop/Interop.PaddingType.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageFactory.cs
src/Tizen.NUI/src/internal/Interop/Interop.PagePanSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnLandscapeView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnPortraitView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PanGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.Path.cs
src/Tizen.NUI/src/internal/Interop/Interop.PathConstrainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.PinchGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.PixelBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.PixelData.cs
src/Tizen.NUI/src/internal/Interop/Interop.Popup.cs
src/Tizen.NUI/src/internal/Interop/Interop.PreFocusSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ProgressBar.cs
src/Tizen.NUI/src/internal/Interop/Interop.Property.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyCondition.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyMap.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyNotification.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyNotifySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyValue.cs
src/Tizen.NUI/src/internal/Interop/Interop.PushButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.Radian.cs
src/Tizen.NUI/src/internal/Interop/Interop.RadioButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.Rectangle.cs
src/Tizen.NUI/src/internal/Interop/Interop.RefObject.cs
src/Tizen.NUI/src/internal/Interop/Interop.RenderTask.cs
src/Tizen.NUI/src/internal/Interop/Interop.Renderer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ResizedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ResourceImage.cs
src/Tizen.NUI/src/internal/Interop/Interop.Rotation.cs
src/Tizen.NUI/src/internal/Interop/Interop.Ruler.cs
src/Tizen.NUI/src/internal/Interop/Interop.Sampler.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollBar.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollStateChangeSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Scrollable.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollableSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Shader.cs
src/Tizen.NUI/src/internal/Interop/Interop.SingalObserver.cs
src/Tizen.NUI/src/internal/Interop/Interop.Slider.cs
src/Tizen.NUI/src/internal/Interop/Interop.Stage.cs
src/Tizen.NUI/src/internal/Interop/Interop.StageSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.StateChangeSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.StatusSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.StringValuePair.cs
src/Tizen.NUI/src/internal/Interop/Interop.StyleChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.StyleManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.TableView.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/internal/Interop/Interop.Texture.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextureSet.cs
src/Tizen.NUI/src/internal/Interop/Interop.TimePeriod.cs
src/Tizen.NUI/src/internal/Interop/Interop.Timer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ToggleButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs
src/Tizen.NUI/src/internal/Interop/Interop.TouchPoint.cs
src/Tizen.NUI/src/internal/Interop/Interop.TouchPointContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.TouchSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.TransitionData.cs
src/Tizen.NUI/src/internal/Interop/Interop.TtsPlayer.cs
src/Tizen.NUI/src/internal/Interop/Interop.TypeInfo.cs
src/Tizen.NUI/src/internal/Interop/Interop.TypeRegistration.cs
src/Tizen.NUI/src/internal/Interop/Interop.TypeRegistry.cs
src/Tizen.NUI/src/internal/Interop/Interop.Uint16Pair.cs
src/Tizen.NUI/src/internal/Interop/Interop.Util.cs
src/Tizen.NUI/src/internal/Interop/Interop.Vector2.cs
src/Tizen.NUI/src/internal/Interop/Interop.Vector3.cs
src/Tizen.NUI/src/internal/Interop/Interop.Vector4.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorBlob.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorFloat.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorInteger.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorUint16Pair.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorUnsignedChar.cs
src/Tizen.NUI/src/internal/Interop/Interop.VideoView.cs
src/Tizen.NUI/src/internal/Interop/Interop.View.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewImplSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewResourceReadySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewVisibilityChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewWrapper.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewWrapperImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.Visual.cs
src/Tizen.NUI/src/internal/Interop/Interop.VisualBase.cs
src/Tizen.NUI/src/internal/Interop/Interop.VisualFactory.cs
src/Tizen.NUI/src/internal/Interop/Interop.VoidSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.VoidSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.Watch.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Wheel.cs
src/Tizen.NUI/src/internal/Interop/Interop.Widget.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetApplication.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetView.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetViewManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowFocusSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.doublep.cs
src/Tizen.NUI/src/internal/Interop/Interop.floatp.cs
src/Tizen.NUI/src/internal/Interop/Interop.intp.cs
src/Tizen.NUI/src/internal/Interop/Interop.uintp.cs
src/Tizen.NUI/src/internal/Interop/Interop.ushortp.cs
src/Tizen.NUI/src/internal/Interop/InteropObjectCreatedSignal.cs
src/Tizen.NUI/src/internal/Interop/ManualPINVOKE.cs
src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs
src/Tizen.NUI/src/internal/Layouting/FlexLayout.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/internal/Layouting/ILayoutParent.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.Layout.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.MeasureSpec.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.MeasuredSize.cs
src/Tizen.NUI/src/internal/Layouting/LayoutController.cs
src/Tizen.NUI/src/internal/Layouting/LayoutGroup.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItem.cs
src/Tizen.NUI/src/internal/Layouting/LinearLayout.cs
src/Tizen.NUI/src/internal/NUICoreBackend.cs
src/Tizen.NUI/src/public/Adaptor.cs
src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/VectorAnimationView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/Layer.cs
src/Tizen.NUI/src/public/NUIApplication.cs
src/Tizen.NUI/src/public/Position.cs
src/Tizen.NUI/src/public/Size.cs