[NUI] Fix svace issues.
[platform/core/csapi/tizenfx.git] / src /
2023-02-01 guowei.wang[NUI] Fix svace issues.
2023-02-01 Eunki, Hong[NUI][Scene3D] Load bvh file format
2023-02-01 Eunki Hong[NUI] Fix dispose timing error for ImageUrl
2023-02-01 Eunki Hong[NUI][Scene3D] Fix memory leak issue for Model's Animation
2023-02-01 Jiyun Yang[NUI] Prevent NullReferenceException when creating...
2023-02-01 hjhunMake it ineligible for garbage collection for delegate...
2023-01-27 hjhun[NUI.Gadget] Add NUIGadget class for inhouse developers...
2023-01-26 hjhunAdd a new internal API (#4923)
2023-01-25 Eunki Hong[NUI] Remove useless DisposeQueue adding at TextField
2023-01-25 joogab.yun[NUI] Window resizing is performed in one step if possible.
2023-01-25 Jaehyun Cho[NUI] Add NUIApplicaion.GetScreenSize
2023-01-25 hjhunRemove log prints in the thread (#4920)
2023-01-19 hjhunModify ImportFromArgv method of Bundle (#4911)
2023-01-19 dongsug.song[NUI] fix testhub crash issue
2023-01-19 Eunki, Hong[NUI] Revert "Make PixelBuffer & PixelData as Disposable"
2023-01-18 Eunki, Hong[NUI] Reorder Disposable's ReleaseSwigCPtr + Allow...
2023-01-18 Bowon Ryu[NUI] fix tct block issue in text field and editor
2023-01-18 joogab.yun[NUI] Fix bug where window size didn't change when...
2023-01-18 Eunki Hong[NUI] Make ReleaseSwigCPtr didn't check HasBody()
2023-01-18 Eunki, Hong[NUI] Make PixelBuffer & PixelData as Disposable
2023-01-17 dongsug.song[NUI] remove swigCPtrCopy which is useless
2023-01-17 guowei.wang[NUI][XamlBuild] Fix namespace confused issue.
2023-01-17 huayong.xu[NUI] Add an API for create,window event.
2023-01-17 Eunki Hong[NUI] Remove png/jpg warning log
2023-01-17 Eunki Hong[NUI] Add method to DisposeRecursively. + Fix DisposeTe...
2023-01-13 Haesu Gwon[ImageUtil] Code clean (#4887)
2023-01-09 ChangGyu Choi[Applications.PackageManager] Add ClearUserData(package...
2023-01-06 Haesu Gwon[Camera] Fix ExtraPreview bugs (#4861)
2023-01-04 ChangGyu Choi[Applications.AppControl] Add new internal APIs (#4877)
2023-01-03 Eunki, Hong[NUI] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
2022-12-28 Wootak Jung[Bluetooth] Fix overflow issue (#4871)
2022-12-27 dongsug.song[NUI] fix testhub fail, Add Dispose() in BaseHandle...
2022-12-27 Jaehyun Cho[NUI] Fix FlexLayout OnMeasure to calculate size correctly
2022-12-27 Hosang Kim[NUI] Add EmitScrollStartedEvent and EmitScrollFinished...
2022-12-27 EverLEEst(SangHyeo... [NUI] Pass SelectionChangedEventArgs by default as...
2022-12-27 guowei.wang[NUI][SVACE] Fix svace(DF221214-00106) issue.
2022-12-27 seungho baek[NUI] Support SetProperty by using string name for...
2022-12-27 dongsug.song[NUI] fix testhub crash issue
2022-12-27 dongsug.song[NUI] make BaseHandle.Reset() not work
2022-12-27 seungho[NUI] Support sub node's Animation
2022-12-20 Jaehyun Cho[NUI] Add ActionsProperty to AlertDialog to support...
2022-12-20 Xianbing Teng[NUI] Remove unused reference
2022-12-20 EverLEEst(SangHyeo... [NUI] fix DefaultGridItem image to fill available area.
2022-12-20 everLEEst(SangHyeo... [NUI] update imageUrl to resourceUrl
2022-12-20 EverLEEst(SangHyeo... [NUI] add ImageUrl property on DefaultGridItem.
2022-12-20 EverLEEst(SangHyeo... [NUI] fix relative layout to fill regardless of childre...
2022-12-20 Seoyeon2KimRevert "Rebase develnui (#4853)"
2022-12-20 dkdk-ryuRebase develnui (#4853)
2022-12-14 dongsug.song[NUI] make Theme not be loaded in tv profile
2022-12-14 Eunki, Hong[NUI] Fix WidthSpecification and HeightSpecification...
2022-12-14 Eunki, Hong[NUI][API10] Animated view's size cache into NUI
2022-12-14 dongsug.song[NUI] Not set style in PROFILE_TV
2022-12-14 dongsug.song[NUI] fix for PROFILE_TV to be defined and be applied
2022-12-14 dongsug.song[NUI] set default theme for TV profile
2022-12-14 dongsug.song[NUI] FocusIndicator is not used in TV profile so it...
2022-12-14 guowei.wang[NUI] Fix svace issue (DFDF221207-00724).
2022-12-06 Bowon Ryu[NUI] clean code
2022-12-06 Bowon Ryu[NUI] Add SystemSettings.FontTypeChanged in Text components
2022-12-06 Bowon Ryu[NUI] Add GetSystemFonts in FontClient
2022-12-06 Jaehyun Cho[NUI] Fix Navigator to enable multiple Pop()
2022-12-06 Jaehyun Cho[NUI] Modify the default action of back navigation
2022-12-06 Jaehyun Cho[NUI] Add OnBackNavigation to Page
2022-12-06 Jaehyun Cho[NUI] Add EnableBackNavigation to Page
2022-12-06 Jaehyun Cho[NUI] Add SetDefaultNavigator
2022-12-06 Jaehyun Cho[NUI] Add OnBackNavigation to Navigator
2022-12-06 Jaehyun Cho[NUI] Add EnableBackNavigation to Navigator
2022-12-06 Jaehyun Cho[NUI] Fix Navigator Insert to keep pages order correctly
2022-12-06 everLEEst(SangHyeo... [NUI] fix group remove error.
2022-12-06 seungho baek[NUI] Use smaller NearPlaneDistance and bigger FarPlane...
2022-12-05 ChangGyu Choi[Applications.Common] Fix race condition issue (#4801)
2022-12-05 hjhunCall ToLower() and ToUpper() (#4799)
2022-12-02 jeremy-jang[Packagemanager] Use ToLowerInvariant instead of ToLowe...
2022-11-29 everLEEst(SangHyeo... [NUI] Add more condition when item is last.
2022-11-29 everLEEst(SangHyeo... [NUI] Fix Layouter to handle empty group case.
2022-11-29 Daekwang Ryu[NUI] Add DirectRenderingGLView
2022-11-29 Daekwang Ryu[NUI] Add GetMatrixFromPtr() in Matrix
2022-11-29 Daekwang Ryu[NUI] Add GetRectangleFromPtr() in Rectangle
2022-11-29 dongsug.song[NUI] fix to be able to set null to AnimatedVectorImage...
2022-11-25 Eunki, Hong[NUI] Fix TextEditor default theme
2022-11-24 Haesu Gwon[WebRTC] Enable event debug log (#4734)
2022-11-23 dongsug.song[NUI] Remove useless macros
2022-11-23 Bowon RyuAdd FontSizeScale in TextStyle
2022-11-23 JoogabYun[NUI] Add ScreenPositionSize (#4754)
2022-11-23 Eunki, Hong[NUI.Scene3D] OrthographicSize native binding
2022-11-23 Eunki, Hong[NUI] Implement missing properties for LottieAnimationView.
2022-11-23 seunghobaek[NUI] Add CameraTransitionFinished in SceneView
2022-11-23 Eunki, Hong[NUI] Move Matrix API as public (hidden)
2022-11-15 Wonsik Jung[NUI] Support Device orientation and window orientation...
2022-11-15 Fang Xiaohui[EXaml] Support import xaml to ResourceDictionary in...
2022-11-15 huayong.xu[NUI] Update summary of RegisterHttpRequestInterceptedC...
2022-11-15 Eunki Hong[NUI.Scene3D] Remove useless default property setter...
2022-11-10 guowei.wang[NUI][NUI.Components] Fix SVACE issue in CollectionView.
2022-11-10 joogab.yun[NUI] remove unnecessary dispose code.
2022-11-10 joogab.yun[NUI] Changed from BaseHande to BindableObject, IDispose
2022-11-10 SangHyeon Jade LeeAdd wheelEvent and WheelScrollDistance property on...
2022-11-10 dongsug.song[NUI] Add back trace and debugging msg when SwigCPtr...
2022-11-10 JoogabYun[NUI] Add Desktop WindowType (#4723)
2022-11-10 seungho[NUI] Add Skybox in SceneView
2022-11-10 Fang Xiaohui[EXaml] Fix build erro of Array/Extents in EXaml
2022-11-10 Jaehyun Cho[NUI] Modify TabContent to help customizing class
next