Fix static analysis issues (#2190)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI /
2020-11-09 Wonsik Jung[NUI] change orientation angle in GLWindow
2020-11-06 Jiyun Yang[NUI] Do not make error message when the profile theme...
2020-11-06 YeongJong Lee[NUI] Introduce ThemeResource (#2176)
2020-11-06 Jiyun Yang[NUI] Fix recursion when the view sets KeyboardNavigati...
2020-11-06 JoogabYun[NUI] fixed build warning CS1574 (#2191)
2020-11-05 Joogab Yun[NUI] No need to do Registry.GetManagedBaseHandleFromNa...
2020-11-04 JoogabYunRevert "[NUI] Add TouchArea property. (#2105)" (#2166)
2020-11-04 huiyu.eun[NUI] Fix default animation bug of seamless
2020-11-04 Dongsug Song[NUI] Add defensive code for ViewSignal Disconnect()
2020-11-04 JoogabYun[NUI] Add TouchArea property. (#2105)
2020-11-04 huiyueun[NUI] Add try-catch block in New function (#2119)
2020-11-04 seungho[NUI] Fix ScrollableBase Size Issue
2020-11-04 huiyueunRevert "[NUI] fix ScrollableBase wrong size issue ...
2020-11-04 Jiyun Yang[NUI] Change type of Selector.StateValueList to IList...
2020-11-04 Ali-Alzyoud[NUI] TextField/TextEditor: Add enableEditing propertie...
2020-11-04 Jiyun Yang[NUI] Handle null inputs in shadow
2020-11-04 YeongJong Lee[NUI] Make Selector.StateValueList public temporarily...
2020-11-04 bshsqa[NUI] fix ScrollableBase wrong size issue (#2126)
2020-11-04 YeongJong Lee[NUI] avoid duplicated elements in Selector (#2122)
2020-11-04 Ali-Alzyoud[NUI] TextField/TextEditor: Add SelectedTextStart,...
2020-11-04 JoogabYun[NUI] Add DisallowInterceptTouchEvent (#2109)
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 YeongJong Lee[NUI] add null checking for equality operator of Contro...
2020-11-04 Jiyun Yang[NUI] Add ThemeManager (#2034)
2020-11-04 huiyueun[NUI] Fix Dispose warning error[CA1001] (#2130)
2020-10-29 Yeongjong Lee[NUI] Fix build warning CA1507
2020-10-28 dongsug-song[NUI] Fix build warning CS1573 (#2137)
2020-10-28 dongsug-song[NUI] Fix build warning: CS0105 (#2136)
2020-10-22 huiyueun[NUI] Add frameBroker default setting value (#2113)
2020-10-22 JoogabYun[NUI] Bug fixed about TextPageUtil (#2111)
2020-10-20 huiyueun[NUI] Modify seamless bug & update sample (#2102)
2020-10-20 JoogabYun[NUI] Add InterceptTouchEvent (#2098)
2020-10-19 dongsug-song[NUI] Fix Registry's memory leak (#2099)
2020-10-14 JoogabYun[NUI] Modify to pass userData object to GestureDetector...
2020-10-08 stanluk[NUI] Handle XF86KeyPressed in BackKeyManager (#2048)
2020-10-08 dongsug-song[NUI] Deprecate set properties of Color, Rectangle...
2020-10-07 Seoyeon2Kim[NUI] Change the values of some enumeration types of...
2020-10-07 huiyueun[NUI] Delete unnecessary log in BaseHandle (#2081)
2020-10-06 JoogabYun[NUI] Remove duplicate code (#2077)
2020-10-06 huiyueun[NUI] Delete unnecessary log (#2072)
2020-10-05 huiyueun[NUI] Add defense code for BaseHandle (#2069)
2020-09-29 WonYoung Choi[Build] Suppress build warnings (#2062)
2020-09-23 huiyueunRevert "[NUI] Add ControlStateTypeConverter for xaml...
2020-09-23 huiyueun[NUI] Modify preload (#2046)
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 YeongJong Lee[NUI] Add ControlStateTypeConverter for xaml (#2002)
2020-09-23 dongsug-song[NUI] Deprecate Adaptor class, ACR-373 (#1997)
2020-09-23 dongsug-song[NUI] Update MeasureCallback interface for latest Dali...
2020-09-23 Xianbing Teng[NUI] Fix fitting mode issue of ImageView (#1977)
2020-09-23 Xianbing Teng[NUI] Fix ObjectDump can't output logs (#1964)
2020-09-21 huiyueun[NUI] Add Transition Animation Effects (#2006)
2020-09-18 AdunFang[NUI]Add static constructor to confirm the static dicti...
2020-09-16 dongsug-songRevert "[NUI] Fix tct fail issues (#2012)" (#2017)
2020-09-16 YeongJong Lee[NUI] remove StateValueCollection from Selector (#1975)
2020-09-16 YeongJong Lee[NUI] add Set/GetAttachedValue method (#2007)
2020-09-16 Seoyeon2Kim[NUI] Fix Svace issues (#2018)
2020-09-16 YeongJong Lee[NUI] remove redundant interanl get/set methods in...
2020-09-15 dongsug-song[NUI] revert #2012 and add #1983 again by review of...
2020-09-15 Jiyun YangRevert "[NUI] Refactoring Theme and StyleManager (...
2020-09-15 dongsug-song[NUI] Fix tct fail issues (#2012)
2020-09-14 DavidIanSteele[NUI] Adding VertexBuffer to replace PropertyBuffer...
2020-09-14 Richard Huang[NUI] Change parent class of Hover, Key, Wheel and...
2020-09-14 YeongJong Lee[NUI] enhance FlexLayout documentation (#2004)
2020-09-10 Richard Huang[NUI] Create valid handle from Gesture constructors...
2020-09-10 YeongJong Lee[NUI] add support for parameterized constructor in...
2020-09-07 Jiyun Yang[NUI] Fix Switch bugs (#1984)
2020-09-07 Richard Huang[NUI] Update Key, Hover and Wheel code after event...
2020-09-07 JoogabYun[NUI] Sync the director number with the csharp-binder...
2020-09-07 Jiyun Yang[NUI] Refactoring Theme and StyleManager (#1981)
2020-09-07 bshsqa[NUI] Fix WidthSpecification and HeightSpecification...
2020-09-04 DavidIanSteele[NUI] Removing ContextLoss bindings and internal API...
2020-09-04 Adeel Kazmi[NUI] Remove Internal and unused methods in Adaptor...
2020-09-04 Adam Bialogonski[NUI] Removed OnHoverEvent() and OnWheelEvent() (#1986)
2020-09-04 dongsug-song[NUI] Fix exception error when sub Window is disposed...
2020-09-04 huiyueun[NUI] Fix NUIWidget View thread error message (#1976)
2020-09-04 neostom432[NUI] Open new FlexLayout APIs (#1880)
2020-09-03 Richard Huang[NUI] Add OnSceneConnection and OnSceneDisconnection...
2020-09-03 Seoyeon2Kim[NUI] Add KeyInputFocus property to View (#1969)
2020-09-03 dkdk-ryu[NUI] Add GLWindow (#1945)
2020-09-02 jaehyun0choRevert "[NUI] Add Selector constructor with SelectorCha...
2020-09-02 JoogabYun[NUI] Revert patch about StyleManager (#1970)
2020-09-02 DavidIanSteele[NUI] Updating PropertyBuffer interop (#1947)
2020-09-02 Richard Huang[NUI] Update NUI after removing Window::ResizedSignal...
2020-09-01 YeongJong Lee[NUI] replace NUI.ISelectorItem with System.ICloneable...
2020-09-01 tscholb[NUI]Add WatchView (#1960)
2020-09-01 Jiyun Yang[NUI] Refactoring Theme and StyleManager (#1910)
2020-08-28 JoogabYunRevert "[NUI] Provide binding after WheelEvent class...
2020-08-28 JoogabYunRevert "[NUI] Provide binding after HoverEvent class...
2020-08-27 neostom432[NUI] Add color constructor (#1929)
2020-08-27 YeongJong Lee[NUI] rename from styleSheet to styleName (#1937)
2020-08-27 Jiyun Yang[NUI] Fix View.BackgroundImage getter and View.ImageSyn...
2020-08-26 Richard Huang[NUI] Provide binding after WheelEvent class pimpling...
2020-08-25 JoogabYun[NUI] Sync the director number with the csharp-binder...
2020-08-25 huiyueun[NUI] Add internal api to create Texture using TbmSurfa...
2020-08-24 bshsqa[NUI] Fix capture issue of to capture sub-scene. (...
2020-08-21 huiyueun[NUI] Fix NUI Layout issue (#1928)
2020-08-20 Richard Huang[NUI] Provide binding after HoverEvent class pimpling...
2020-08-20 YeongJong Lee[NUI] restore TypeConverter support for Properties...
next