Rebase develnui#7423
Merged
Merged
Conversation
There are two following problems which cause infinite size calculation. - Child's MarkDirty was not initialized. - Child's MarkDirty could be set during FlexLayout.OnLayout(). Due to the above, if child layout sets MarkDirty during its OnMeasure(), then the following occurs. (e.g. TextLabelLayout sets FontSize in its OnMeasure() to fit text) - Child's MarkDirty is set during FlexLayout.OnLayout(). - The MarkDirty causes size calculation during FlexLayout.OnMeasure() in the next render loop. As a result, size calculation is executed infinitely.
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/337247 https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/337248 Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
This patch introduces a new dimming feature for the "Window Behind Blur" functionality, enhancing the visual experience by allowing users to adjust the opacity or brightness of the blurred background window. The dimming feature provides greater control over the appearance of the blurred window, making it more adaptable to various user preferences and use cases.
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/337353 https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/337355 Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Signed-off-by: jykeon <jykeon@samsung.com>
Collaborator
Internal API ChangedAdded: 13, Removed: 0, Changed: 0Added+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.FocusManager::ClearFocusOnWindowFocusLost()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.Window::Maximize(System.Boolean,Tizen.NUI.Size2D)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.WindowDimInfo Tizen.NUI.WindowBlurInfo::BehindBlurDimInfo()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.WindowBlurInfo::.ctor(Tizen.NUI.WindowBlurType,System.Int32,System.Int32,Tizen.NUI.WindowDimInfo)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.WindowDimInfo
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Int32 Tizen.NUI.WindowDimInfo::IsEnabled()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.Color Tizen.NUI.WindowDimInfo::DimColor()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.WindowDimInfo::Equals(System.Object)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.WindowDimInfo::Equals(Tizen.NUI.WindowDimInfo)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Boolean Tizen.NUI.WindowDimInfo::op_Equality(Tizen.NUI.WindowDimInfo,Tizen.NUI.WindowDimInfo)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Boolean Tizen.NUI.WindowDimInfo::op_Inequality(Tizen.NUI.WindowDimInfo,Tizen.NUI.WindowDimInfo)
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Int32 Tizen.NUI.WindowDimInfo::GetHashCode()
+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.WindowDimInfo::.ctor(System.Int32,Tizen.NUI.Color)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.