[NUI] Supports key event of repeat and delay of each way.
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Window / Window.cs
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-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] Binding IsFloatingModeEnabled()
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 Heeyong SongAdd KeepRendering to Window
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 Jaehyun Cho[NUI] Add OverlayLayer to Window's LayersChildren to...
2023-04-05 Daekwang Ryu[NUI] Introduce WindowLayoutType enum and SetLayout...
2023-03-28 Eunki, Hong[NUI] Add GetOverlayLayer in NUI window.
2023-03-20 Wonsik Jung[NUI] Add RotationCompletedAcknowledgement APIs
2023-03-06 Wonsik Jung[NUI] Fix SetInputRegion binding
2022-12-14 guowei.wang[NUI] Fix svace issue (DFDF221207-00724).
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-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-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-09-26 dongsug.song[NUI] Change property get/set not to use PropertyValue
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-13 dongsug.song[NUI] Fix Key constructor's cMemoryOwn as false
2022-06-02 Xianbing Teng[NUI] Add GetLastKeyEvent and GetLastTouchEvent api...
2022-05-03 Jaehyun Cho[NUI] Fix Window.Add and Remove to use Layer.Add and...
2022-04-26 Wonsik Jung[NUI] Add IsWindowRotating()
2022-04-26 Jaehyun Cho[NUI] Fix Window.Dispose and Layer.LayoutCount
2022-04-20 joogab.yun[NUI] Implements a BorderWindow
2022-04-20 Eunki, Hong[NUI] Remove potential of memory leak
2022-03-15 Wonsik Jung[NUI] Add window Min/Max Feature
2022-02-16 joogab.yun[NUI] Add FeedTouch and FeedWheel
2022-02-08 Jaehyun Cho[NUI] Catch DllNotFoundException in IsSupportedMultiWin...
2022-01-19 Jaehyun Cho[NUI] Support Layout for Multi-Window
2021-11-09 dongsug-songUpdate src/Tizen.NUI/src/public/Window/Window.cs
2021-11-09 dongsug.song[NUI] Add Window.NativeHandle, VideoView.NativeHandle
2021-09-27 Jiyun Yang[NUI] Remove duplicate getCPtr from BaseHandle subclass...
2021-09-13 Wonsik Jung[NUI] Add new SetParent in Window
2021-09-13 Wonsik JungAdd public APIs and the relasted test case.
2021-08-27 Wonsik JungChange API names
2021-08-27 Wonsik JungAdd input regions APIs
2021-07-09 Sunghyun Kim[NUI] Add Api for getting window from view
2021-07-05 Wonsik Jung[NUI] Add new features for window
2021-06-23 Wonsik Jung[NUI]Fix wrong binding in window
2021-06-01 dongsug.song[NUI] Add FindLayerByID(), FindChildByID()
2021-05-26 Jiyun Yang[NUI] Window operations can get detail result
2021-05-21 Jiyun Yang[NUI] Notification throws a proper exception when the...
2021-04-20 Eunki HongApply to use RenderTaskList (#2849)
2021-04-20 huiyu.eun[NUI] Fix Window.Instance null issue
2021-03-03 huiyu.eun[NUI] Add license, delete unnecessary code(public)
2021-02-09 huiyu.eun[NUI] Remove upcast
2021-01-28 Dongsug Song[NUI] Re-structuring NUI by classifying modules