[NUI] Add Hyphenation, Mixed to LineWrapMode
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src /
2021-05-21 Bowon Ryu[NUI] Add Hyphenation, Mixed to LineWrapMode
2021-05-21 Jiyun Yang[NUI] Notification throws a proper exception when the...
2021-05-21 Jiyun Yang[NUI] Disable external theme in TV profile and make...
2021-05-21 kimcinoo[NUI] atspi: use 'class' key for Dali type name (#3009)
2021-05-21 Artur Świgoń[AT-SPI] Move code from View.cs to ViewAccessibility...
2021-05-21 huayongxuRename functions, variables, etc related to policy...
2021-05-21 seungho[NUI] Fix some typo and grammar mistake
2021-05-21 huayongxuFix crash issue when favicon is null. (#3010)
2021-05-21 Jiyun Yang[NUI] Fix contradictory code in SetProperty
2021-05-21 Seoyeon2Kim[NUI] Update some descriptions (#2990)
2021-05-21 Sunghyun Kim[NUI] Set FittingMode only when value has changed
2021-05-21 Wonsik Jung[NUI] Add GLWindow Rendering mode
2021-05-21 Shinwoo Kim[NUI][ATSPI] Add Accessibility.SuppressScreenReader()
2021-05-21 Shinwoo Kim[NUI][ATSPI] remove build warning messages
2021-05-17 Jaehyun Cho[NUI] Fix MatchParent to fill remaining space in Linear...
2021-05-13 huayongxuRename functions, variables, etc related to policy...
2021-05-12 huayongxu[NUI] Fix issue that default value of BindableProperty...
2021-05-07 dongsug.song[NUI] Deprecate BaseHandle.PropertySet and Add Bindable...
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...
next