TizenFX
TizenFX copied to clipboard
C# Device APIs for Tizen
Let we allow to convert PropertyValue by propertyValueConverter when we use AnimateBetween keyword by KeyFrames. It will be useful when we animate some BackgroundColor or somethings with Integer value.
### Description of Change ### Change API state restriction ### API Changes ### - TCSACR-
### Description of Change ### [NUI] Avoid boxing,unboxing overhead - https://learn.microsoft.com/ko-kr/dotnet/framework/performance/performance-tips#boxing-and-unboxing - this will be done to all of "IsUsingXaml" changes - remove REMOVE_READONLY_FOR_BINDABLE_PROPERTY macro by ABI break ### API...
### Description of Change ### [NUI] Fix old value checking issue when IsUsingXaml = false - when IsUsingXaml is false, the OldValue is not updated so it should not be...
[NUI] Support View RenderEffect + BackgroundBlurEffect Dali patch required for this PR: https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/313372
### Description of Change ### [NUI] Add IWindowProvider to be used as a common window interface across different modules - move Tizen.Multimedia.Common.IWindowProvider to Tizen.Common.IWindowProvider. - The Window is used not...
This is a combination of 6 commits. - This is the 1st commit message: [NUI] Let registry throw exception at error case Let we throw exception if same object try...
This is a combination of 2 commits. - This is the 1st commit message: [NUI] Resolve the potential issue when DisposeQueued handle get It is possible that DisposeQueued handle be...
### Description of Change ### This PR fixes few XML structure errors in triple slash documentation comments - e.g. typos, missing tag. ### API Changes ### No change in the...