[NUI] Fixing the emtpy finalizers(CA1821)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Layouting /
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)
2020-03-19 huiyueun[NUI] Add Horizontal Grid (#1461)
2020-03-19 neostom432[NUI] Add API for changing layout sibling order (#1477)
2020-03-18 neostom432[NUI] check layout owner is null when removing childLay...
2020-02-28 neostom432[NUI] Use padding & margin to meausre size in Layout...
2020-02-24 neostom432Fix margin bug in FlexLayout (#1418)
2020-02-20 neostom432[NUI] Add property LayoutWithTransition to LayoutItem...
2020-02-11 neostom432[NUI] Measure Child's Layout in FlexLayout (#1385)
2020-02-05 neostom432[NUI] Measure whole child in GridLayout (#1365)
2020-01-21 agnelovaz[NUI] Fix reparenting of Child bug (#1314)
2020-01-20 neostom432[NUI] Fixed GridLayout scrolling issue (#1324)
2019-12-19 agnelovaz[NUI.Components] Layout scroller/Scrollable Horizontal...
2019-11-25 agnelovaz[NUI] Padding bug in LayoutGroup fixed (#1136)
2019-11-21 agnelovaz[NUI] FlexLayout Interop and Undefined fixes (#1134)
2019-10-21 Xianbing Teng[NUI] Refine codes to reduce code duplication (#1096)
2019-10-16 huiyueun[NUI] Fix Svace issue (#1080)
2019-09-30 agnelovaz[NUI] Layouting API made public (#1026)