opencv/modules/highgui/src
Øystein Walle 6b4ef1dccd Fix closing of windows when using the Qt backend
Notify the main GUI thread upon receiving a close event instead of when
the windows is destroyed. Additionally there was a logic error in in
GuiReceiver::isLastWindow() that is corrected.

Fixes #6479 and #20822
2025-03-28 14:59:15 +01:00
..
files_Qt/Material Switch QT UI to icons with Google Material Design. 2022-12-02 11:21:02 +03:00
backend.cpp highgui: update error messages if no builtin backend 2021-06-09 08:39:50 +00:00
backend.hpp Merge pull request #25661 from itlab-vision:framebuffer 2024-06-26 15:31:19 +03:00
factory.hpp highgui: backends and plugins 2021-05-24 16:12:02 +00:00
plugin_api.hpp highgui: backends and plugins 2021-05-24 16:12:02 +00:00
plugin_wrapper.impl.hpp make imgcodecs optional for highgui 2022-07-01 10:53:37 +03:00
precomp.hpp build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
registry.hpp highgui: backends and plugins 2021-05-24 16:12:02 +00:00
registry.impl.hpp build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
roiSelector.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
window_cocoa.mm Backported some C API cleanup from 5.x to 4.x to reduce conflicts in 4.x->5.x merge. 2025-02-26 17:11:31 +03:00
window_framebuffer.cpp Merge pull request #25661 from itlab-vision:framebuffer 2024-06-26 15:31:19 +03:00
window_framebuffer.hpp Merge pull request #25661 from itlab-vision:framebuffer 2024-06-26 15:31:19 +03:00
window_gtk.cpp Backported some C API cleanup from 5.x to 4.x to reduce conflicts in 4.x->5.x merge. 2025-02-26 17:11:31 +03:00
window_QT.cpp Fix closing of windows when using the Qt backend 2025-03-28 14:59:15 +01:00
window_QT.h Fix closing of windows when using the Qt backend 2025-03-28 14:59:15 +01:00
window_QT.qrc Switch QT UI to icons with Google Material Design. 2022-12-02 11:21:02 +03:00
window_w32.cpp Backported some C API cleanup from 5.x to 4.x to reduce conflicts in 4.x->5.x merge. 2025-02-26 17:11:31 +03:00
window_wayland.cpp build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
window_winrt_bridge.cpp WinRT/UWP build: fix some specific warnings 2024-10-25 22:32:44 +03:00
window_winrt_bridge.hpp WinRT/UWP build: fix some specific warnings 2024-10-25 22:32:44 +03:00
window_winrt.cpp WinRT/UWP build: fix some specific warnings 2024-10-25 22:32:44 +03:00
window.cpp Merge pull request #26590 from Kumataro:fix26589 2024-12-17 07:40:27 +03:00