[NUI] Fix Navigator to support Page with Transitions
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / Navigation / Navigator.cs
2023-12-27 Jaehyun Cho[NUI] Fix Navigator to support Page with Transitions
2023-02-21 Jaehyun Cho[NUI] Add constructors with string style to apply strin...
2023-02-01 guowei.wang[NUI] Fix svace issues.
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-11-10 Jaehyun Cho[NUI] Add constructor with style instance
2022-06-10 dongsug.song[NUI] Fix save/restore key focus defects when push...
2022-05-11 Jaehyun Cho[NUI] Fix crash on Navigator to check ContentPage.Conte...
2022-05-10 Jaehyun Cho[NUI] Apply Tizen 7.0 UX to Navigator - Page animation
2022-05-10 Jaehyun Cho[NUI] Fix Navigator not to make ContentPage.Content...
2022-04-20 Artur Świgoń[NUI][AT-SPI] Remove SetAccessibilityConstructor()
2022-03-22 dongsug.song[NUI] Change Button, TimePicker and etc 's Focusable...
2022-03-15 dongsug.songRevert "[DO NOT REVIEW][TEST][NUI] key focus default...
2022-03-15 dongsug.songRevert "[NUI][TEST] key foucs default algorithm test"
2022-03-15 dongsug.song[NUI][TEST] key foucs default algorithm test
2022-03-15 dongsug.song[DO NOT REVIEW][TEST][NUI] key focus default algorithm...
2022-03-04 Artur Świgoń[NUI][AT-SPI] Static class Accessibility (#3987)
2022-02-16 Artur Świgoń[NUI][AT-SPI] Clean up APIs related to AccessibilitySta...
2022-02-08 Maria Bialota[NUI][AT-SPI] Fixed A11y support for Navigator
2022-01-12 Seoyeon2Kim[NUI] Add to call UnregisterDefaultLabel when Page...
2022-01-12 Artur Świgoń[NUI][AT-SPI] Add AccessibilityStatesNotifyMode
2021-12-21 Lukasz Oleksak[ATSPI] Fix for DefaultLabel
2021-11-29 Fang Xiaohui[NUI] Add bindable properties to Components.
2021-11-29 Shinwoo Kim[NUI][ATSPI] Navigator - emit accessibility event
2021-11-17 Seungho Baek[NUI] Fix method to gether Views for transition
2021-11-17 Shinwoo Kim[NUI][ATSPI] Set Navigator, ContentPage role
2021-11-09 bshsqa[NUI] Make transition select target control (#3622)
2021-11-09 Jaehyun Cho[NUI] Make Navigator.Popped event public
2021-09-07 Seungho Baek[NUI] Add Slide transition
2021-09-01 seungho[NUI] Refactoring Transition and FadeTransition
2021-07-21 Jaehyun Cho[NUI] Add Popped event to Navigator
2021-07-21 Seungho Baek[NUI] Reset transition order to match scene tree order
2021-07-13 Seoyeon2Kim[NUI] integration from DevelNUI to master (#3309)
2021-07-09 huiyu.eun[NUI] Fix Dialog Transition issue
2021-07-09 huiyu.eun[NUI] Fix Navigator Transition issue
2021-06-29 Seungho Baek[NUI] Add fade transition
2021-06-08 Jaehyun Cho[NUI] Add Page's Appeared and Disappeared events
2021-06-08 Jaehyun Cho[NUI] Fix Navigator's animation and Page's visible...
2021-05-07 Jaehyun ChoMake Page Navigation APIs public
2021-04-28 seungho[NUI] Make Transition public API
2021-04-20 huiyu.eunRevert "[NUI] Add ContentPage class"
2021-04-14 Jaehyun Cho[NUI] Make build correctly
2021-04-14 Jaehyun ChoRevert "Revert "[NUI] Dialog and AlertDialog code refac...
2021-04-14 Jaehyun ChoRevert "Revert "[NUI] Add ContentPage class""
2021-04-14 Seungho Baek[NUI] View Transition with page switching
2021-04-01 Jaehyun Cho[NUI] Fix not to check non-nullable value (#2819)
2021-03-30 huiyueun[NUI] Fix NUI Svace issue (#2806)
2021-03-19 huiyueun[NUI] Modify NUI.Components private variable (#2764)
2021-03-17 Jaehyun Cho[NUI] Set Navigator Layout (#2727)
2021-03-17 Jaehyun Cho[NUI] Remove CA2000 false alarm in Navigator (#2729)
2021-01-27 Dongsug SongRevert "Revert "[NUI] Rebase DevelNUI (#2507)" (#2508)"
2021-01-27 huiyueunRevert "[NUI] Rebase DevelNUI (#2507)" (#2508)
2021-01-11 Jaehyun Cho[NUI] Override Dispose() in Navigator
2021-01-11 huiyueunRevert "[NUI] Rebase DevelNUI (#2507)" (#2508)
2021-01-11 huiyueun[NUI] Rebase DevelNUI (#2507)
2020-12-21 Jaehyun Cho[NUI] Add AlertDialog class
2020-12-21 Jaehyun Cho[NUI] Add Dialog class
2020-12-08 Jaehyun Cho[NUI] Add Window extension method GetDefaultNavigator
2020-11-19 Jaehyun Cho[NUI] Add Navigator and Page classes