[NUI] Add SetUnderline, GetUnderline to Text Components
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Layouting /
2021-08-18 Jaehyun Cho[NUI] Fix FlexLayout to measure its child correctly
2021-08-18 Jaehyun Cho[NUI] Fix FlexLayout not to fill its parent with WrapCo...
2021-07-19 Jaehyun Cho[NUI] Change RelativeLayout's default offset values
2021-07-19 Jaehyun Cho[NUI] Fix to measure RelativeLayout's children sizes...
2021-07-13 Seoyeon2Kim[NUI] integration from DevelNUI to master (#3309)
2021-07-09 Jaehyun Cho[NUI] Fix to calculate RelativeLayout's children Measur...
2021-06-29 Jaehyun Cho[NUI] Fix to support simple MatchParent in RelativeLayout
2021-06-23 Jaehyun Cho[NUI] Fix not to make LinearLayout.CellPadding nullable
2021-06-14 Jaehyun Cho[NUI] Fix RelativeLayout's descendant size and position...
2021-05-26 Jaehyun Cho[NUI] Add more log info for recursive dependency in...
2021-05-24 Jaehyun Cho[NUI] Fix to calculate LinearLayout's MatchParent child...
2021-05-21 zhouleonlei[NUI] Fix Svace issues
2021-05-17 Jaehyun Cho[NUI] Fix MatchParent to fill remaining space in Linear...
2021-04-20 huiyueun[NUI] Fix Process of LayoutController (#2841)
2021-03-30 huiyueun[NUI] Fix NUI Svace issue (#2806)
2021-03-30 Jiyun Yang[NUI] CheckBox, RadioButton and Switch can place text...
2021-03-30 huiyueun[NUI] Improve LayoutController.Process performance...
2021-03-18 huiyu.eun[NUI] Check spelling
2021-03-18 huiyu.eun[NUI] Remove Debug.WritelineIf
2021-03-17 huiyu.eun[NUI] Delete unuused code
2021-03-08 huiyu.eun[NUI] Format all files
2021-03-03 huiyu.eun[NUI] Add license, delete unnecessary code(public)
2021-02-25 huiyu.eun[NUI] Create TextLayout when parent has layout
2021-02-25 Eunki Hong[NUI] Remove wrong force casting, Layer as View (#2664)
2021-02-01 huiyu.eun[NUI] Fix Dispose memory leak issue
2021-01-29 huiyu[NUI] Move SuggestedMinimumWidth/Height to native
2021-01-28 Dongsug Song[NUI] Re-structuring NUI by classifying modules
2021-01-27 Dongsug SongRevert "Revert "[NUI] Rebase DevelNUI (#2507)" (#2508)"
2021-01-27 huiyueunRevert "[NUI] Rebase DevelNUI (#2507)" (#2508)
2021-01-26 YeongJong Lee[NUI] respect margin and padding for relative layout...
2021-01-26 YeongJong Lee[NUI] remove internal child properly when child view...
2021-01-26 zhouleonlei[NUI] fix CA2000 Warning for proterty
2021-01-19 YeongJong Lee[NUI] fix a c&p error in RelativeLayout (#2510)
2021-01-15 huiyu[NUI] Modify acr apis
2021-01-11 YeongJong Lee[NUI] remove needless null validation in LayoutItem...
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-24 Yeongjong Lee[NUI] make RelativeLayout public
2020-12-22 huiyu.eun[NUI]Fix build warning[CA1001]
2020-12-21 Dongsug Song[NUI] Fix CA1063
2020-12-21 huiyu[NUI] Fix build warning & clean code [CA1051]
2020-12-21 Daekwang Ryu[NUI] Fix CA1066
2020-12-16 bshsqa[NUI] Null check of Owner property of LayoutItem for...
2020-12-15 huiyuRevert "[NUI] Fix build warning[CA1000]"
2020-12-15 huiyu[NUI] Fix build warning[CA1000]
2020-12-15 huiyu[NUI] Fix build warning[CA1064]
2020-12-15 Yeongjong Lee[NUI] introduce RelativeLayout
2020-12-15 seungho[NUI] Prevent unnecessary Layout call, make independent...
2020-12-15 zhouleonlei[NUI] Fix svace issues
2020-12-15 Joogab Yun[NUI] remove "_" and refactoring naming to pascal case.
2020-12-15 Yeongjong Lee[NUI] separate layouting logic of the independent children
2020-12-08 huiyueun[NUI] Modify popup dismiss bug (#2336)
2020-12-01 huiyueun[NUI] Delete unnecessary log (#2299)
2020-11-26 YeongJong Lee[NUI] respect flex child margin changes (#2271)
2020-11-26 Seoyeon2Kim[NUI] Fix build warning CA1062 (#2234)
2020-11-26 YeongJong Lee[NUI] remove unnecessary code that flex margin is assig...
2020-11-26 YeongJong Lee[NUI] fix CellPadding bugs on LinearLayout (#2269)
2020-11-26 YeongJong Lee[NUI] synchronize View.ExcludeLayouting and FlexLayout...
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 YeongJong Lee[NUI] change Column, Row default value from -1 to AutoC...
2020-11-19 huiyu.eunFollow formatting NUI
2020-11-19 bshsqa[NUI] Add ExcludeLayouting to View (#2187)
2020-11-11 zhouleonlei[NUI] Fixed Svace issues
2020-11-04 seungho[NUI] Fix ScrollableBase Size Issue
2020-11-04 huiyueunRevert "[NUI] fix ScrollableBase wrong size issue ...
2020-11-04 bshsqa[NUI] fix ScrollableBase wrong size issue (#2126)
2020-11-04 huiyu.eunRevert "[NUI] Fix Dispose warning error[CA1001] (#2130)"
2020-11-04 YeongJong Lee[NUI] add exception docs of layout classes (#2052)
2020-11-04 huiyueun[NUI] Fix Dispose warning error[CA1001] (#2130)
2020-09-23 YeongJong Lee[NUI] correct logical operator in enum validation ...
2020-09-23 YeongJong Lee[NUI] add enum validation for Grid,FlexLayout (#2008)
2020-09-23 dongsug-song[NUI] Update MeasureCallback interface for latest Dali...
2020-09-16 YeongJong Lee[NUI] add Set/GetAttachedValue method (#2007)
2020-09-16 YeongJong Lee[NUI] remove redundant interanl get/set methods in...
2020-09-14 YeongJong Lee[NUI] enhance FlexLayout documentation (#2004)
2020-09-04 neostom432[NUI] Open new FlexLayout APIs (#1880)
2020-08-19 AdunFang[NUI] Fix osv issue (#1919)
2020-08-11 neostom432[NUI] Row/Column Spacing Underflow correction (#1909)
2020-07-27 YeongJong Lee[NUI] add attached property for FlexLayout (#1803)
2020-07-27 neostom432[NUI] Open new GridLayout APIs and Properties (#1834)
2020-07-15 YeongJong Lee[NUI] make GridLayout.Orientation default value as...
2020-07-15 YeongJong Lee[NUI] respect GridLayout child margin (#1825)
2020-07-15 YeongJong Lee[NUI] make xxxStretchProperty default value as StretchF...
2020-07-09 neostom432[NUI] Skip adding cell padding to last LinearLayout...
2020-07-09 neostom432[NUI] Fix GridLayout logic (#1814)
2020-06-22 neostom432[NUI] ScrollableBase usage improvement (#1724)
2020-06-15 YeongJong Lee[NUI] GridLayout Refactoring to support column, row...
2020-06-10 YeongJong Lee[NUI] remove margin, padding calculation for AbsoluteLa...
2020-06-10 YeongJong Lee[NUI] cleanup MeasureChild Methods (#1684)
2020-05-20 neostom432[NUI] Change suggested minimun size in Layout. (#1610)
2020-04-22 neostom432[NUI] Change default layout to AbsoluteLayout (#1543)
2020-04-17 neostom432[NUI] Measure opposite dimension correctly in GridLayou...
2020-04-17 huiyueun[NUI] Add dotnet pre-initiailze (#1521)
2020-04-14 neostom432[NUI] Remove Child in Layout View using RemoveChild...
2020-04-13 neostom432[NUI] Interrupt pan when popup is popped (#1539)
2020-04-08 huiyueun[NUI] Change Window.Instance to NUIApplication.GetDefau...
2020-04-02 neostom432[NUI] Fix grid layout measurement (#1513)
2020-03-30 neostom432[NUI] Add SetPositionByLayout Property (#1497)
next