[NUI] Update comments
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src /
2021-05-07 Bowon Ryu[NUI] Update comments
2021-05-07 Bowon Ryu[NUI] Make AnchorClicked event public
2021-05-07 EverLEEst(SangHyeo... fix descriptions as commented by jaehyun cho.
2021-05-07 everLEEst(SangHyeo... Make CollectionView APIs public
2021-05-07 Woochanlee[NUI] Make Palette APIs public
2021-05-07 Jaehyun ChoMake LayoutParamPolicies public
2021-05-07 Jaehyun ChoReplace duplicate documentation of CopyFrom with inheritdoc
2021-05-07 JunsuChoi[NUI] VectorGraphics.CanvasView: Remove unnecessary...
2021-05-07 JunsuChoi[NUI] VectorGraphics.CanvasView: Add missing documentation
2021-05-07 JunsuChoi[NUI] Open newly added APIs in VectorGraphics(CanvasVie...
2021-05-06 huayongxu[NUI] Fix issue that a symbol is not found. (#2999)
2021-04-28 Jiyun Yang[NUI] Remove logic that prevent theme changing overwrit...
2021-04-28 Jiyun Yang[NUI] Fix default theme id (#2970)
2021-04-28 AdunFang[Xaml] Fix issue that can't load theme in Tizen.NUI...
2021-04-28 AdunFang[EXaml] Fix SVACE issue (#2964)
2021-04-28 Jiyun Yang[NUI] Apply Vector4 corner radius internally.
2021-04-28 JoogabYun[NUI] Change TouchArea to TouchAreaOffset (#2948)
2021-04-28 Fang Xiaohui[EXaml] 1.Support List property 2.Support load multi...
2021-04-28 seungho[NUI] Make Transition public API
2021-04-28 huayongxu[NUI] Rename some properties of WebView, WebSettings...
2021-04-28 zhouleonlei[NUI] Add webview context and cookiemanager apis (...
2021-04-28 huayongxu[NUI] Implement hit test APIs of webview. (#2923)
2021-04-28 huayongxu[NUI] Implement context menu APIs of webview. (#2909)
2021-04-28 huayongxu[NUI] Implement APIs for request interceptor, console...
2021-04-28 huayongxu[NUI] Implement certificate & authentication APIs of...
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-21 Jiyun Yang[NUI] Fix svace issues in EXaml and Accessibility ...
2021-04-20 Jiyun Yang[NUI] Fix ImageView Dispose crash (#2933)
2021-04-20 JunsuChoi[NUI] VectorGraphics: Fix directory name typo
2021-04-20 zhouleonlei[NUI] Add webview settings apis
2021-04-20 zhouleonlei[NUI] Add APIs of webview back forward list
2021-04-20 huayong.xuchange GetXXX to XXX
2021-04-20 huayong.xu[NUI] Implement new window policy decision APIs of...
2021-04-20 Bartlomiej Grzelewski[NUI][AT-SPI] Simplify ReadingInfoTypes
2021-04-20 Jiyun Yang[NUI] Make Selector implements IEnumerable instead...
2021-04-20 Jiyun Yang[NUI] Make bindable properties in Style and View have...
2021-04-20 Fang Xiaohui[EXaml] Add Copy Right
2021-04-20 Fang Xiaohui[EXaml] Add code for load EXaml
2021-04-20 Bowon Ryu[NUI] Add dark theme for Text components (#2908)
2021-04-20 huayong.xu[NUI] Implement some new APIs of webcontext.
2021-04-20 dongsug.song[NUI] Remove deprecation error message and append ...
2021-04-20 JunsuChoi[NUI] VectorGraphics: Change api name Reset to ResetPath
2021-04-20 JunsuChoi[NUI] VectorGraphics: Add Shape.Reset api
2021-04-20 Jiyun Yang[NUI] Add dark theme temporarily (#2905)
2021-04-20 huayong.xuraname documentbackgroundcolor to contentbackgroundcolor
2021-04-20 huayong.xuraname backgroundcolor to documentbackgroundcolor
2021-04-20 huayong.xuset properties by BindableProperty.
2021-04-20 huayong.xu[NUI] Implement some new APIs of web view.
2021-04-20 Sunghyun Kim[NUI] Keep the previously set FittingMode value
2021-04-20 dongsug.song[NUI] Enable TextLabel's BindableProperties to be affec...
2021-04-20 Jiyun Yang[NUI] Fix type comparison method in PropertyHelper
2021-04-20 Dongsug Song[NUI] Add Devel(internal) TCs
2021-04-20 Jiyun Yang[NUI] Fix default value of VisualMap.Origin
2021-04-20 huayongxu[NUI] Implement APIs for form repost decision & frame...
2021-04-20 AdunFang[NUI]public the converter for Xaml (#2837)
2021-04-20 Eunki HongApply to use RenderTaskList (#2849)
2021-04-20 Bartłomiej Grzelewski[NUI][AT-SPI] Improve StringToVoid implementation ...
2021-04-20 huiyueun[NUI] Fix Process of LayoutController (#2841)
2021-04-20 Woochanlee[NUI] Palette Fix incorrectly caclulated color values
2021-04-20 huiyueun[NUI] Add null check in Process (#2859)
2021-04-20 Bowon Ryu[NUI] Support markup anchor to TextLabel, TextField...
2021-04-20 Seungkeun LeeAdd Extension method to help use PropertyMap class
2021-04-20 huiyu.eun[NUI] Fix Window.Instance null issue
2021-04-20 Bowon Ryu[NUI] Add TextLabel, TextField, TextEditor style and...
2021-04-20 huiyueun[NUI] Fix argument issue when launch application on...
2021-04-20 Artur Świgoń[NUI][AT-SPI] Add Accessibility.StopReading() (#2814)
2021-04-20 Jiyun Yang[NUI] Add TextEditorStyle and theme example code (...
2021-04-20 Bartłomiej Grzelewski[NUI][AT-SPI] Highlight bindings (#2752)
2021-04-19 Xianbing Teng[NUI] Fix gather assembly for xaml
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-04-14 Jiyun Yang[NUI] Make all property setters in Shadow class to...
2021-04-01 JunsuChoi[NUI] VectorGraphics: Modify code format
2021-04-01 JunsuChoi[NUI] VectorGraphics: Add exception handling for Drawab...
2021-04-01 JunsuChoi[NUI] VectorGraphcis: Change StrokeDash type from List...
2021-04-01 JunsuChoi[NUI] VectorGraphics: Remove exception throw in getter...
2021-04-01 JunsuChoi[NUI] CanvasView: Change Set and Get APIs to Property
2021-04-01 JunsuChoi[NUI] CanvasView: Add Exception handling and license
2021-04-01 JunsuChoi[NUI] Change Paint to Drawable and fix typo
2021-04-01 JunsuChoiBaseComponent: Introduce CanvasView component for vecto...
2021-04-01 Jiyun Yang[NUI] Suppress CA1054 and CA1056 (forced to use Uri...
2021-04-01 huiyueun[NUI] Add to check xaml image resource (#2799)
2021-04-01 Jiyun Yang[NUI] Selector class implements ICollection and etc...
2021-04-01 JoogabYunImplement CameraView (#2680)
2021-03-31 huiyueun[NUI] Fix NUI svace issue (#2817)
2021-03-30 Seoyeon2Kim[NUI] Add some comments for NUI Layout (#2804)
2021-03-30 huiyueun[NUI] Fix NUI Svace issue (#2806)
2021-03-30 guowei.wang[NUI] Add Apis of Webview Settings.
2021-03-30 huiyueun[NUI] NUI_DevelNUI_layout_null_issue (#2792)
2021-03-30 Bowon Ryu[NUI] Add GrabHandleColor property (#2776)
2021-03-30 Jiyun Yang[NUI] TextLayout can consider specified maximum width...
2021-03-30 Jiyun Yang[NUI] Update 6.5 UX for CheckBox, Switch and RadioButto...
2021-03-30 Seoyeon2Kim[NUI] Update InputPanelLanguage enum description (...
2021-03-30 Jiyun Yang[NUI] CheckBox, RadioButton and Switch can place text...
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
next