[NUI] Re-structuring NUI by classifying modules
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents /
2021-01-27 Dongsug SongRevert "Revert "[NUI] Rebase DevelNUI (#2507)" (#2508)"
2021-01-27 huiyueunRevert "[NUI] Rebase DevelNUI (#2507)" (#2508)
2021-01-27 huiyueun[NUI] Rebase DevelNUI (#2507)
2021-01-26 dkdk-ryu[NUI] Fix CA1721 warnings (#2541)
2021-01-26 zhouleonlei[NUI] Fix CA2000 Warnings for View (#2556)
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 Jiyun Yang[NUI] Support selector for PixelSize in TextLabelStyle...
2021-01-26 YeongJong Lee[NUI] change size specification in changed callback...
2021-01-19 dongsug.song[NUI] Add View.FindChildByID() as hidden API
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-19 Dongsug Song[NUI] Fix runtime exception
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.
2021-01-11 Yeongjong Lee[NUI] Add Obsolete Attribute for ControlStates enum
2021-01-11 Seungho Baek[NUI] Adds StopBehavior and CurrentFrame properties...
2021-01-11 Dongsug Song[NUI] Fix the behavior as for View.BackgroundImage...
2021-01-11 Daekwang Ryu[NUI] Fix CA2002
2021-01-11 Seoyeon2Kim[NUI] Fix a build warning CA1717 (#2422)
2021-01-11 huiyueunRevert "[NUI] Rebase DevelNUI (#2507)" (#2508)
2021-01-11 huiyueun[NUI] Rebase DevelNUI (#2507)
2020-12-22 huiyu.eun[NUI]Fix build warning[CA1001]
2020-12-22 Jiyun Yang[NUI] Fix view style initialization bug (#2442)
2020-12-21 huiyueunUpdate ViewPublicMethods.cs
2020-12-21 huiyu.eun[NUI] Add an exception when deleting a view that is...
2020-12-21 Dongsug Song[NUI] Fix CA1054
2020-12-21 Dongsug Song[NUI] Fix CA1044
2020-12-21 Bowon Ryu[NUI] Fix build warning CA1820
2020-12-21 huiyu[NUI] Fix build warning & clean code [CA1051]
2020-12-15 huiyuRevert "[NUI] Fix build warning[CA1000]"
2020-12-15 ali198724[NUI] text: Add property for primary cursor (caret...
2020-12-15 huiyu[NUI] Fix build warning[CA1000]
2020-12-15 huiyu[NUI] Fix build warning[CA1064]
2020-12-15 guowei.wang[NUI] Fix CA2000 warning issues of Application / ImageView.
2020-12-15 Dongsug Song[NUI] Suppress CA1716, CA1052, CA1034 for deprecated...
2020-12-15 Yeongjong Lee[NUI] use discard to ignore unused return value
2020-12-15 Jiyun Yang[NUI] Fix CA1034 for obsolete classes
2020-12-15 Jiyun Yang[NUI] Fix CA1052
2020-12-15 Jiyun Yang[NUI] Fix CA2214
2020-12-15 Jaehyun Cho[NUI] Fix to restore setter of AnimatedImageView.Resour...
2020-12-15 Joogab Yun[NUI] remove "_" and refactoring naming to pascal case.
2020-12-15 Dongsug Song[NUI] Fix wrong AnimationState after VectorAnimatedImag...
2020-12-15 Joogab Yun[NUI] fixed bug about set desired size
2020-12-15 Dongsug Song[NUI] Add RedrawInScalingDown in LottieAnimationView
2020-12-08 JoogabYun[NUI] Add Padding parameter for TextPageUtil (#2332)
2020-12-08 Jiyun Yang[NUI] Use weak reference for theme changed event
2020-12-08 Jiyun Yang[NUI] Introduce CornerRadiusPolicy to View
2020-12-08 guowei.wang[NUI] Fix CA2000 warning issues of Camera / ItemView...
2020-12-08 Seoyeon2Kim[NUI] Fix a build warning CA1827 (#2314)
2020-12-08 ali198724[NUI-Text] Add more scroll functinality to texteditor
2020-12-08 Youngbok Shin[NUI] fix CA1801 build warnings from auto-generated...
2020-12-08 Seoyeon2Kim[NUI] Fix build warnings related to XAML (#2287)
2020-12-08 YeongJong Lee[NUI]Revert temporary patch that fix DA build error...
2020-12-01 YeongJong Lee[NUI] Add ControlStateTypeConverter for xaml (#2185)
2020-12-01 seungho[NUI] Support Blend Equaiton
2020-12-01 huiyu.eun[NUI] Change setter of property
2020-11-26 Jaehyun Cho[NUI] Fix StyleCop warning CA2227 (#2232)
2020-11-26 YeongJong Lee[NUI] remove unused Xamarin style classes (#2184)
2020-11-26 Jaehyun Cho[NUI] Fix StyleCop warning CA1823 (#2222)
2020-11-26 JoogabYunRevert refactoring naming (#2274)
2020-11-26 Seoyeon2Kim[NUI] Fix build warning CA1062 (#2234)
2020-11-26 Youngbok Shin[NUI] fix CA1801 build warnings (#2258)
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 dongsug.song[NUI] Fix exception defect when LanguageChanged event...
2020-11-19 Ali-Alzyoud[NUI] Add more selection functinality into TextEditor...
2020-11-19 bshsqa[NUI] Add ExcludeLayouting to View (#2187)
2020-11-19 JoogabYun[NUI] fixed build warning CA2208 (#2228)
2020-11-19 Youngbok Shin[NUI] fix a CA1507 warning (#2233)
2020-11-19 guowei.wangFix CA2000 warning issues of GLWindow / ViewInternal.
2020-11-06 Jiyun Yang[NUI] Fix recursion when the view sets KeyboardNavigati...
2020-11-04 JoogabYunRevert "[NUI] Add TouchArea property. (#2105)" (#2166)
2020-11-04 Dongsug Song[NUI] Add defensive code for ViewSignal Disconnect()
2020-11-04 JoogabYun[NUI] Add TouchArea property. (#2105)
2020-11-04 Jiyun Yang[NUI] Change type of Selector.StateValueList to IList...
2020-11-04 Ali-Alzyoud[NUI] TextField/TextEditor: Add enableEditing propertie...
2020-11-04 YeongJong Lee[NUI] Make Selector.StateValueList public temporarily...
2020-11-04 YeongJong Lee[NUI] avoid duplicated elements in Selector (#2122)
2020-11-04 Ali-Alzyoud[NUI] TextField/TextEditor: Add SelectedTextStart,...
2020-11-04 JoogabYun[NUI] Add DisallowInterceptTouchEvent (#2109)
2020-11-04 huiyu.eunRevert "[NUI] Fix Dispose warning error[CA1001] (#2130)"
2020-11-04 YeongJong Lee[NUI] add null checking for equality operator of Contro...
2020-11-04 Jiyun Yang[NUI] Add ThemeManager (#2034)
2020-11-04 huiyueun[NUI] Fix Dispose warning error[CA1001] (#2130)
2020-10-29 Yeongjong Lee[NUI] Fix build warning CA1507
2020-10-28 dongsug-song[NUI] Fix build warning CS1573 (#2137)
2020-10-20 JoogabYun[NUI] Add InterceptTouchEvent (#2098)
2020-10-19 dongsug-song[NUI] Fix Registry's memory leak (#2099)
2020-10-06 JoogabYun[NUI] Remove duplicate code (#2077)
2020-10-06 huiyueun[NUI] Delete unnecessary log (#2072)
2020-09-29 WonYoung Choi[Build] Suppress build warnings (#2062)
2020-09-23 huiyueunRevert "[NUI] Add ControlStateTypeConverter for xaml...
2020-09-23 YeongJong Lee[NUI] Add ControlStateTypeConverter for xaml (#2002)
2020-09-23 Xianbing Teng[NUI] Fix fitting mode issue of ImageView (#1977)
2020-09-23 Xianbing Teng[NUI] Fix ObjectDump can't output logs (#1964)
2020-09-16 YeongJong Lee[NUI] remove StateValueCollection from Selector (#1975)
2020-09-16 Seoyeon2Kim[NUI] Fix Svace issues (#2018)
next