[NUI] Fix unmatched return values before LazyUpdate (#3937)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / View.cs
2022-02-22 Eunki Hong[NUI] Fix unmatched return values before LazyUpdate...
2022-02-22 Artur Świgoń[NUI][AT-SPI] Singleton AccessibilityDelegate (#3899)
2022-02-16 EverLEEst(SangHyeo... Add FloatGraphicsTypeConverter and support converter...
2022-01-19 Jaehyun Cho[NUI] Support Layout for Multi-Window
2022-01-12 Eunki, Hong[NUI] Make SynchronousLoading use index key
2021-11-17 Jaehyun ChoRevert "[NUI] Ignore ResizePolicy when View size is...
2021-11-11 dongsug.song[NUI] Change Color, Position2D, and etc properties...
2021-11-09 Jaehyun Cho[NUI] Move ChangeLayoutSiblingOrder from LayoutGroup...
2021-11-09 dongsug.song[NUI] Change for Size2D property to own internalSize2D...
2021-11-09 Jaehyun Cho[NUI] Ignore ResizePolicy when View size is calculated...
2021-11-09 joogab.yun[NUI] Binding DISPATCH_KEY_EVENTS
2021-11-09 Eunki, Hong[NUI] Open BorderlineWidth / Color / Offset APIs
2021-11-09 Fang XiaohuiRevert "Revert "[NUI] Add BindableProperties to all...
2021-09-27 Fang XiaohuiRevert "[NUI] Add BindableProperties to all public...
2021-09-27 Xianbing Teng[NUI] Support dp converter for Width/Height specificati...
2021-09-27 Fang Xiaohui[NUI] Add BindableProperties to all public Properties
2021-09-27 dongsug.song[NUI] Clean up DisconnectFromSignals(). and Add Excepti...
2021-09-27 huiyu[NUI] Layout Performance improvement (#3522)
2021-09-13 Seungho Baek[NUI] Fix typo from synchronos to synchronous
2021-09-13 Eunki Hong[NUI] Fix comments of BorderlineColor (#3531)
2021-09-01 Fang Xiaohui[Xaml] Add MergeStyle to View
2021-09-01 joogab.yun[NUI] Add FocusableChildren
2021-08-18 bshsqa[NUI] Add a comment about SENSITIVE. (#3402)
2021-08-18 Eunki Hong[NUI] Fix comments of CornerRadiusPolicy and Borderline...
2021-07-26 seungho[NUI] Add some comment about Animatable property of...
2021-07-19 Eunki, Hong[NUI] Add Constraint base + inhouse ResizePolicyType...
2021-06-29 Jaehyun ChoRevert "[NUI] Deprecate ResizePolicyType"
2021-06-23 Joogab Yun[NUI] Add FocusableInTouch property
2021-06-14 Jiyun Yang[NUI] Update theme system
2021-06-08 Fang Xiaohui[NUI] Provide method so that user can register properti...
2021-06-08 Jaehyun Cho[NUI] Fix to require Layout to fit to children or fill...
2021-05-27 Jaehyun Cho[NUI] Deprecate ResizePolicyType
2021-05-21 Eunki, Hong[NUI] Add Borderline Properties
2021-05-21 Bartlomiej Grzelewski[NUI][AT-SPI] Simplify AccessibilityStates
2021-05-21 Jiyun Yang[NUI] Disable external theme in TV profile and make...
2021-05-21 Artur Świgoń[AT-SPI] Move code from View.cs to ViewAccessibility...
2021-05-21 seungho[NUI] Fix some typo and grammar mistake
2021-05-07 Jaehyun ChoMake LayoutParamPolicies public
2021-04-28 Jiyun Yang[NUI] Remove logic that prevent theme changing overwrit...
2021-04-28 seungho[NUI] Make Transition public API
2021-04-28 Seoyeon2Kim[NUI] Update some descriptions of View properties ...
2021-04-28 Jiyun Yang[NUI] Open NUI.ThemeManager and related APIs (#2865)
2021-04-20 Jiyun Yang[NUI] Make bindable properties in Style and View have...
2021-04-20 Bartłomiej Grzelewski[NUI][AT-SPI] Highlight bindings (#2752)
2021-04-14 Seungho Baek[NUI] View Transition with page switching
2021-04-14 Jiyun Yang[NUI] Change CornerRadius type to Vector4 from float...
2021-03-30 Seoyeon2Kim[NUI] Add some comments for NUI Layout (#2804)
2021-03-30 huiyueun[NUI] NUI_DevelNUI_layout_null_issue (#2792)
2021-03-30 huiyueun[NUI] Improve LayoutController.Process performance...
2021-03-19 seungho[NUI] Remove Transition for xaml
2021-03-18 Dongsug SongRevert "[NUI] Clean up View's Events"
2021-03-18 huiyu.eun[NUI] Check spelling
2021-03-18 huiyu.eun[NUI] Fix padding issue
2021-03-17 Jiyun Yang[NUI] Theme change do not overwrite user set properties...
2021-03-17 Dongsug Song[NUI] Clean up View's Events
2021-03-10 Jiyun Yang[NUI] Improve performance in theme and styles (#2704)
2021-03-08 Dongsug Song[NUI] Enable Window.ViewAdded event
2021-03-08 Bartłomiej Grzelewski[NUI] Interops for accessibility (#2277)
2021-03-03 Jiyun Yang[NUI] Improve performance : Remove rarely used properti...
2021-02-25 huiyu.eun[NUI] Create TextLayout when parent has layout
2021-02-25 Dongsug Song[NUI] Add Culled property as Hidden-API
2021-02-25 Eunki Hong[NUI] Remove wrong force casting, Layer as View (#2664)
2021-02-18 Jiyun Yang[NUI] Enables animation of view visual properties ...
2021-02-09 huiyu.eun[NUI] Remove upcast
2021-01-26 dkdk-ryu[NUI] Fix CA1721 warnings (#2541)
2021-01-26 AdunFang[NUI] Fix CA1819 : Properties should not return arrays...
2021-01-26 zhouleonlei[NUI] Fix CA2000 Warnings for View (#2546)
2021-01-26 YeongJong Lee[NUI] change size specification in changed callback...
2021-01-19 YeongJong Lee[NUI] use Size2DProperty for GetNaturalSize() instead...
2021-01-19 YeongJong Lee[NUI] remove redundant private field in View class...
2021-01-19 YeongJong Lee[NUI] remove unused measure specification size properti...
2021-01-11 Jiyun YangRevert "[NUI] Fix CA2000 warning issues of View and...
2021-01-11 guowei.wang[NUI] Fix CA2000 warning issues of View and ViewImpl.
2020-12-21 Dongsug Song[NUI] Fix CA1044
2020-12-21 huiyu[NUI] Fix build warning & clean code [CA1051]
2020-12-15 huiyu[NUI] Fix build warning[CA1064]
2020-12-15 Jiyun Yang[NUI] Fix CA2214
2020-12-15 Joogab Yun[NUI] remove "_" and refactoring naming to pascal case.
2020-12-08 Jiyun Yang[NUI] Introduce CornerRadiusPolicy to View
2020-12-01 seungho[NUI] Support Blend Equaiton
2020-12-01 huiyu.eun[NUI] Change setter of property
2020-11-26 YeongJong Lee[NUI] remove unused Xamarin style classes (#2184)
2020-11-26 JoogabYunRevert refactoring naming (#2274)
2020-11-26 Seoyeon2Kim[NUI] Fix build warning CA1062 (#2234)
2020-11-19 bshsqa[NUI] Correct the meaning of ExcludeLayouting. (#2257)
2020-11-19 huiyu.eunFollow formatting NUI
2020-11-19 JoogabYun[NUI] remove "_" and refactoring naming to pascal case...
2020-11-19 bshsqa[NUI] Add ExcludeLayouting to View (#2187)
2020-11-04 Jiyun Yang[NUI] Add ThemeManager (#2034)
2020-10-19 dongsug-song[NUI] Fix Registry's memory leak (#2099)
2020-10-06 huiyueun[NUI] Delete unnecessary log (#2072)
2020-09-15 Jiyun YangRevert "[NUI] Refactoring Theme and StyleManager (...
2020-09-07 Jiyun Yang[NUI] Fix Switch bugs (#1984)
2020-09-07 Jiyun Yang[NUI] Refactoring Theme and StyleManager (#1981)
2020-09-07 bshsqa[NUI] Fix WidthSpecification and HeightSpecification...
2020-09-03 Seoyeon2Kim[NUI] Add KeyInputFocus property to View (#1969)
2020-09-02 JoogabYun[NUI] Revert patch about StyleManager (#1970)
2020-09-01 Jiyun Yang[NUI] Refactoring Theme and StyleManager (#1910)
2020-08-27 YeongJong Lee[NUI] rename from styleSheet to styleName (#1937)
2020-08-27 Jiyun Yang[NUI] Fix View.BackgroundImage getter and View.ImageSyn...
next