[MediaController] Add new request method (#1823)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components /
2020-07-23 zhouleonlei[NUI] Add exception and null check for Button/Slider...
2020-07-22 Jiyun Yang[NUI] Scrollbar inherits VisualView instead of Control...
2020-07-21 jaehyun0cho[NUI] Add ScrollEnabled to ScrollbarBase (#1838)
2020-07-21 jaehyun0cho[NUI] Add public types to replace nested types of Compo...
2020-07-21 jaehyun0cho[NUI] Add public types to replace nested types of Compo...
2020-07-21 jaehyun0cho[NUI] Add public types to replace nested types of Compo...
2020-07-20 Jiyun Yang[NUI] Remove Style from View (#1837)
2020-07-16 zhouleonlei[NUI] Remove bindings between Style and View (#1788)
2020-07-15 huayongxu[NUI] Fix some typos. (#1807)
2020-07-15 neostom432[NUI] Fix ScrollableBase when velocity is 0 (#1822)
2020-07-13 neostom432[NUI] Open ScrollalbleBase APIs (#1783)
2020-07-09 Seoyeon2Kim[NUI] Make Pagination class public and fix CA warnings...
2020-07-09 Jiyun Yang[NUI] Fix Size issue of Loading (#1806)
2020-07-07 huayongxu[NUI] Fix the issue that theme could not be changed...
2020-07-03 Jiyun Yang[NUI] Fix Switch selection bug. (#1798)
2020-07-03 zg2netsFix Loading sizeproperty not work (#1797)
2020-07-03 YeongJong Lee[NUI] add ControlState class to support combined and...
2020-07-02 neostom432[NUI] Add PageFlickThreshold and ScrollAlphaFunction...
2020-07-02 neostom432[NUI] Clean up unused api (#1785)
2020-07-02 neostom432[NUI] Restore setter of LayoutManager property to publi...
2020-07-02 neostom432[NUI] Fix orientaion of GridRecycleLayoutManager (...
2020-07-02 Jiyun Yang[NUI] Hide classes that will be move to specific tizen...
2020-07-01 Jiyun Yang[NUI] Fix Button state issue (#1773)
2020-07-01 Jiyun Yang[NUI] Make Notification APIs public and fix CA warnings...
2020-06-30 zhouleonlei[NUI] Open the APIs of Button/CheckBox/RadioButton...
2020-06-30 Jiyun Yang[NUI] Remove OnThemeChangedEvent from controls (#1761)
2020-06-29 YeongJong Lee[NUI] change to protected property from field (#1723)
2020-06-29 jaehyun0cho[NUI] Fix not to dispose LayoutManager in FlexibleView...
2020-06-29 Jiyun Yang[NUI] Hide legacy ScrollBar and corresponding style...
2020-06-26 neostom432[NUI] Deceleration of scrolling (#1759)
2020-06-26 Jiyun Yang[NUI] Hide NUI.Component.StyleManager (#1749)
2020-06-25 jaehyun0cho[NUI] Implement IDisposable to class containing disposa...
2020-06-24 jaehyun0cho[NUI] Add public types to replace nested types (CA1034...
2020-06-22 Jiyun Yang[NUI] Change View.ControlState setter to protected...
2020-06-22 YeongJong Lee[NUI] fix c&p error (#1721)
2020-06-22 YeongJong Lee[NUI] remove SelectGroup.ItemGroup setter (#1709)
2020-06-22 YeongJong Lee[NUI] use proper constructor of ArgumentNullException...
2020-06-22 YeongJong Lee[NUI] remove needless delegate for eventhandler (#1707)
2020-06-22 YeongJong Lee[NUI] remove unused parameter from Control.Initialize...
2020-06-22 YeongJong Lee[NUI] replace viewStlye with Style (#1679)
2020-06-22 neostom432[NUI] ScrollableBase usage improvement (#1724)
2020-06-19 Xianbing Teng[NUI.Components] Improve sam score to 4.21 (#1720)
2020-06-18 zhouleonlei[NUI] Fix Svace issues (#1719)
2020-06-17 neostom432[NUI] Add Scrollbar Proprety to ScrollableBase (#1694)
2020-06-16 zhouleonlei[NUI] Remove deprecated APIs in Slider and Switch ...
2020-06-16 zhouleonlei[NUI] Remove the Loading API of Images (#1714)
2020-06-16 Xianbing Teng[NUI.Components]Improve SAM score of NUI.Components...
2020-06-16 zhouleonlei[NUI] Change button APIs and modify related Samples...
2020-06-12 woohyun[NUI] replace field declaration with property (#1703)
2020-06-12 woohyunRevert "[NUI] replace field declaration with property...
2020-06-12 woohyun[NUI] replace field declaration with property (#1701)
2020-06-11 neostom432[NUI] Add GridRecycleLayotManager (#1685)
2020-06-11 neostom432[NUI] Change ScrollableBase clipping mode (#1690)
2020-06-10 zhouleonlei[NUI] Add command for button (#1647)
2020-06-10 YeongJong Lee[NUI] cleanup MeasureChild Methods (#1684)
2020-06-10 YeongJong Lee[NUI] introduce CreateViewStyle that is alternative...
2020-06-09 jaehyun0cho[NUI] Resolve CA1823 of StyleCop (#1669)
2020-06-09 neostom432[NUI] Calculate MaxScrollDistance in Relayout (#1665)
2020-06-09 jaehyun0cho[NUI] Resolve CA1802 of StyleCop (#1667)
2020-06-09 woohyun[NUI] Fix style loading issue when extending control...
2020-06-09 zhouleonlei[NUI] Replace paginationStyle with Style (#1663)
2020-06-08 zhouleonlei[NUI] Add ApplyStyle for Pagination (#1649)
2020-06-04 jaehyun0cho[NUI] Fix ScrollTo to move pan position to the argument...
2020-06-04 neostom432[NUI] Fix LinearListLayoutManager (#1645)
2020-06-01 Seoyeon2Kim[NUI] Add the default images of Pagination (#1641)
2020-05-29 zhouleonlei[NUI] Add default DropdownItemStyle (#1638)
2020-05-28 zhouleonlei[NUI] Provide APIs to access sub-components (#1624)
2020-05-28 neostom432[NUI] First version of RecyclerView (#1626)
2020-05-28 Jiyun Yang[NUI] Scrollbar : Separate the concept of viewport...
2020-05-27 Jiyun Yang[NUI] Add Scrollbar and CircularScrollbar (#1628)
2020-05-27 Seoyeon2Kim[NUI] Update the default size of Loading (#1623)
2020-05-12 YeongJong Lee[NUI] remove input method dependency from View.ControlS...
2020-05-06 Jiyun Yang[NUI] Make instanceSet to hold notification windows...
2020-04-29 Jiyun Yang[NUI] Introduce Notification (#1570)
2020-04-24 Jiyun Yang[NUI] Make some API to public and fill missing comments...
2020-04-24 Jiyun Yang[NUI] Fix ControlState issues. (#1563)
2020-04-23 Jiyun Yang[NUI] Add Shadow BlurRadius and lighten View size ...
2020-04-23 Seoyeon2Kim[NUI] Update Pagination indicator opacity (#1562)
2020-04-23 Xianbing Teng[NUI.Components] Fix focus always true issue (#1516)
2020-04-22 neostom432[NUI] Consume Touch/Hover when popup is posted (#1549)
2020-04-22 dongsug-song[NUI] Fix TCT fail issues by adding null check (#1558)
2020-04-16 dongsug-song[NUI] Add Color in ViewStyle (#1545)
2020-04-14 dongsug-song[NUI] Fix NUI.Components TCT fail (#1541)
2020-04-13 neostom432[NUI] Interrupt pan when popup is popped (#1539)
2020-04-10 Jiyun Yang[NUI] Update wearable button style by UX guide (#1533)
2020-04-09 Jiyun Yang[NUI] Merge Button action state and support experimenta...
2020-04-07 Jiyun Yang[NUI] Introduce Button extentions and styles (#1515)
2020-03-30 neostom432[NUI] Fix scrolling (#1495)
2020-03-19 Xianbing Teng[NUI] Public Style apis (#1434)
2020-03-09 neostom432[NUI] Change PageToSnap Behavior (#1453)
2020-02-28 neostom432[NUI] Use padding & margin to meausre size in Layout...
2020-02-24 neostom432[NUI] Add ScrollEvent to ScrollableBase (#1430)
2020-02-20 neostom432[NUI] Remove draft property in ScrollableBase (#1428)
2020-02-13 Jiyun Yang[NUI] Apply default style to Tab and Button component...
2020-02-13 Jiyun Yang[NUI] Add default components styles and etc (#1396)
2020-02-10 Jiyun Yang[NUI] Fix visual bugs (#1379)
2020-02-10 Jiyun Yang[NUI] Add default component styles (#1378)
2020-01-30 neostom432[NUI] Add ScrollToIndex to ScrollableBase (#1352)
2020-01-29 huiyueun[NUI] Fix NUI svace issue (#1343)
2020-01-21 neostom432[NUI] Add/change scroll event (#1331)
next