lib_ui/ui/platform/win
John Preston 8db6dcf125 Workaround Wayland popup menu bug.
When hiding a child popup first the app receives ApplicationDeactivate
event and in a short time (a couple of ms) ApplicationActivate.

But the first event hides all popups, so the parent popup gets closed too.

Delay handling of ApplicationDeactivate event in this specific case.
2023-07-12 22:05:12 +04:00
..
ui_utility_win.cpp Workaround Wayland popup menu bug. 2023-07-12 22:05:12 +04:00
ui_utility_win.h Fix native pointers staleness in macOS RpWindow. 2023-02-14 19:39:24 +04:00
ui_window_shadow_win.cpp Revert "Use native window resize on Windows 11" 2022-06-18 11:01:00 +04:00
ui_window_shadow_win.h Revert "Use native window resize on Windows 11" 2022-06-18 11:01:00 +04:00
ui_window_title_win.cpp Fix system buttons padding on Windows. 2023-02-10 16:42:55 +04:00
ui_window_title_win.h Revert "Use native window resize on Windows 11" 2022-06-18 11:01:00 +04:00
ui_window_win.cpp Use QWindowSystemInterface::handleWheelEvent. 2023-06-29 20:48:38 +04:00
ui_window_win.h Implement custom scrolling using DirectManipulation. 2023-06-28 18:55:08 +04:00
ui_windows_direct_manipulation.cpp Implement custom scrolling using DirectManipulation. 2023-06-28 18:55:08 +04:00
ui_windows_direct_manipulation.h Implement custom scrolling using DirectManipulation. 2023-06-28 18:55:08 +04:00