[NUI] Add AliveCount property to get currently alived View number
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Window /
2023-11-06 zhouhao02[NUI] Fix some SVACE issues.
2023-11-06 Chihun Jeong[NUI] Add a Window constructor using WindowData (#5708)
2023-11-06 Eunki, Hong[NUI] Resolve many problems relative with BaseHandle
2023-10-31 Wonsik JungSupports to set/get full screen sized window
2023-10-31 Eunki, HongMake AddFrameUpdateCallback with root view
2023-10-31 Eunki, HongResolve registry issue for RenderTaskList
2023-10-31 Eunki HongBaseHandle without Registry but own memory
2023-10-30 Jay ChoMerge branch 'API11' of github.com/Samsung/TizenFX...
2023-10-27 Eunki, Hong[NUI] Let we don't dispose cached LastEvents
2023-10-27 Eunki Hong[NUI] Implement defaut key construct
2023-10-27 Eunki, Hong[NUI] Do not registry last event items who get retrieved
2023-10-27 joogab.yun[NUI] Binding DispatchTouchMotion and DispatchHoverMotion
2023-10-27 joogab.yun[NUI] Add HoverEvent in Window
2023-10-27 joogab.yun[NUI] bug fixed about windowPointerConstraintsEventCallback
2023-09-14 joogab.yun[NUI] Binding GetLastHoverEvent
2023-09-11 joogab.yun[NUI] Binding PointerConstraintsEvent
2023-08-29 joogab.yunBinding KeyboardGrab and KeyboardUnGrab
2023-08-29 joogab.yun[NUI] Binding CursorVisibleSet
2023-08-22 Jaehyun Cho[NUI] Add InsetsChanged event to Window
2023-08-22 Wonsik Jung[NUI] Supports key event of repeat and delay of each...
2023-08-16 joogab.yun[NUI] Add api about RelativeMove
2023-08-16 Seoyeon Kim[NUI] Change all CallingConvention to `Cdecl`
2023-08-16 Eunki Hong[NUI] Remove NUI dotnet 6.0 build warnings
2023-07-25 joogab.yun[NUI] Restore FeedHover due to api compatibility issue.
2023-07-25 joogab.yun[NUI] Add logic to check if GetLastTouchEvent() is...
2023-07-11 joogab.yun[NUI] Register OrientationChanged for BorderWindow.
2023-07-11 joogab.yun[NUI] Binding IsFloatingModeEnabled()
2023-07-05 joogab.yun[NUI] Add InterceptWheelEvent
2023-07-05 Eunki, Hong[NUI] Partial update feature enable/disable for window
2023-07-05 joogab.yun[NUI] Add LazyFeedHover api for HoverEvent
2023-06-08 joogab.yun[NUI] Add moveCompleted and resizeCompleted api on...
2023-06-08 Wonsik JungAdd window move/resize completed signal
2023-06-08 Heeyong SongAdd KeepRendering to Window
2023-05-22 JoogabYun[NUI] Add WindowMouseInOutEvent (#5242)
2023-05-02 Eunki, Hong[NUI] Reuse internally created Key/Touch and reuse it
2023-04-26 joogab.yun[NUI] Change the call to GetRootLayer() so that the...
2023-04-26 Eunki, Hong[NUI] Remove unused signal : Window.ViewAdded
2023-04-26 Jaehyun Cho[NUI] Add OverlayLayer to Window's LayersChildren to...
2023-04-05 Daekwang Ryu[NUI] Introduce WindowLayoutType enum and SetLayout...
2023-03-31 Jiyun Yang[NUI] Refactor Signal structure.
2023-03-31 Jiyun Yang[NUI] Fix signal bugs in View and Window
2023-03-28 Eunki, Hong[NUI] Add GetOverlayLayer in NUI window.
2023-03-20 Wonsik Jung[NUI] Add RotationCompletedAcknowledgement APIs
2023-03-17 joogab.yun[NUI] Remove unnecessary gesture events from DefaultBorder.
2023-03-13 Eunki, Hong[NUI] Do not connect default signals when View created
2023-03-07 joogab.yun[NUI] Add getter property about WindowPositionSizeWithB...
2023-03-06 Wonsik Jung[NUI] Fix SetInputRegion binding
2023-01-25 joogab.yun[NUI] Window resizing is performed in one step if possible.
2023-01-18 joogab.yun[NUI] Fix bug where window size didn't change when...
2022-12-14 guowei.wang[NUI] Fix svace issue (DFDF221207-00724).
2022-11-15 Wonsik Jung[NUI] Support Device orientation and window orientation...
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 joogab.yun[NUI] Lets you know if the window is maximized.
2022-11-10 Eunki Hong[NUI] Change WindowPosition from IntPair to Int32Pair...
2022-11-10 joogab.yun[NUI] Fixed crash when destroy border window.
2022-11-10 joogab.yun[NUI] 1. Move the Transparency setting to OnMaximize().
2022-10-18 dongsug.song[NUI] Remove debugging code
2022-10-14 dongsug.song[NUI] Change property get/set not to use PropertyValue...
2022-10-09 dongsug.song[NUI] Change property get/set not to use PropertyValue...
2022-10-06 dongsug.song[NUI] Change Window's events to follow View's event...
2022-10-06 dongsug.song[NUI] Fix Apps crash issue when terminated
2022-10-04 dongsug.song[NUI] Change property get/set not to use PropertyValue...
2022-10-04 Wonsik Jung[NUI] Supports new native window position data type.
2022-10-04 JoogabYun[NUI] Add DispatchGestureEvents and DispatchParentGestu...
2022-09-26 joogab.yun[NUI] BorderLineThickness should be taken into account...
2022-09-26 dongsug.song[NUI] Change property get/set not to use PropertyValue
2022-09-21 Jaehyun Cho[NUI] Fix svace NULL dereference issues
2022-08-30 joogab.yun[NUI] Border lines make the window invisible when maxim...
2022-08-30 joogab.yun[NUI] Use FocusChanged in BorderWindow because it fixed...
2022-08-22 joogab.yun[NUI] Add UpdateProperty api for BorderWindow
2022-08-22 joogab.yun[NUI] Added API to know when border window starts movin...
2022-08-22 joogab.yun[NUI] Change from StdCall to Cdecl
2022-08-16 Wonsik Jung[NUI] Append window move event
2022-08-09 joogab.yun[NUI] Temporarily use InterceptTouchEvent instead of...
2022-07-25 joogab.yun[NUI] Add UpdateProperty() api and revert "Fixed border...
2022-07-12 joogab.yun[NUI] Fixed border behavior of windows launched at...
2022-07-12 joogab.yun[NUI] When hiding the overlaid border, the timer is...
2022-07-04 joogab.yun[NUI] Add InterceptKeyEvent
2022-07-04 joogab.yun[NUI] Fixed SVACE issues
2022-06-28 joogab.yun[NUI] Sets the minimum / maximum size to be resized...
2022-06-28 Wonsik Jung[NUI] Add function to set maximum/minimum size
2022-06-21 dongsug.song[NUI] Fix comments according to document review
2022-06-21 joogab.yun[NUI] Add dispose.
2022-06-21 joogab.yun[NUI] If borderView is in overlay mode, pass the hittes...
2022-06-13 dongsug.song[NUI] Fix Key constructor's cMemoryOwn as false
2022-06-10 joogab.yun[NUI] Allows user to set the height of the top and...
2022-06-10 joogab.yun[NUI] Add BorderCloseDelegate for closing the applicati...
2022-06-02 joogab.yun[NUI] Add border resizing policy and add api to show...
2022-06-02 Xianbing Teng[NUI] Add GetLastKeyEvent and GetLastTouchEvent api...
2022-05-27 Shinwoo Kim[NUI][AT-SPI] make window border icons work
2022-05-27 joogab.yun[NUI] Add Maximize and Minimize related APIs and Add...
2022-05-27 joogab.yun[NUI] Supprot border for apps launched in full size.
2022-05-27 joogab.yun[NUI] Allows you to set the border to the top or bottom.
2022-05-10 Shinwoo Kim[NUI][AT-SPI] window disconnect highlight signal
2022-05-03 Shinwoo Kim[NUI][AT-SPI] Window: add highlight signal
2022-05-03 Jaehyun Cho[NUI] Fix Window.Add and Remove to use Layer.Add and...
2022-04-27 dongsug.song[NUI][SVACE] fix svace defect (add null check, replace...
2022-04-26 Wonsik Jung[NUI] Add IsWindowRotating()
2022-04-26 Jaehyun Cho[NUI] Fix Window.Dispose and Layer.LayoutCount
next