qt6-bb10/src/plugins/platforms/windows
Yuhang Zhao 67284763e7 HiDPI: fix wrong window size after DPI change
Current code doesn't take the custom margins into account,
it will cause windows with custom margins have wrong size
after DPI change.

Amends commit 2cfca7fd19

Pick-to: 6.5 6.4
Change-Id: I80b01c030a63d02cf66f105785df7c3f590481b5
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2022-12-14 02:33:26 +08:00
..
images
openglblacklists openglblacklists: Fix typo in description 2021-10-12 23:15:45 +02:00
uiautomation Windows: Inform accessibility system about the focused child item 2022-11-11 10:21:32 +00:00
CMakeLists.txt Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename files 2022-11-03 17:29:07 +01:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtwindowsglobal.h Add QGuiApplication API to set a number-badge in the Dock/task bar 2022-12-02 15:53:37 +01:00
qwin10helpers.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwin10helpers.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsapplication.cpp Overwrite dark system palette in Vista style 2022-12-08 17:56:48 +01:00
qwindowsapplication.h Overwrite dark system palette in Vista style 2022-12-08 17:56:48 +01:00
qwindowsbackingstore.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsbackingstore.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsclipboard.cpp Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qwindowsclipboard.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowscombase.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowscontext.cpp Windows QPA: Always apply system background color for top level window 2022-12-05 15:55:53 +01:00
qwindowscontext.h Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qwindowscursor.cpp QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methods 2022-07-21 19:59:07 +02:00
qwindowscursor.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsdialoghelpers.cpp Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qwindowsdialoghelpers.h Windows: fix crash on closing an app when native file dialog is opened 2022-06-03 09:34:19 +03:00
qwindowsdrag.cpp Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/pen 2022-10-28 10:27:11 +00:00
qwindowsdrag.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsdropdataobject.cpp Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename files 2022-11-03 17:29:07 +01:00
qwindowsdropdataobject.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsgdiintegration.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsgdiintegration.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsgdinativeinterface.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsgdinativeinterface.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsglcontext.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsglcontext.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsinputcontext.cpp Windows QPA: Fix text input with Input Method Editors 2022-05-16 16:37:38 +02:00
qwindowsinputcontext.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsintegration.cpp Windows: Enable dark mode system palette by default 2022-12-10 06:39:05 +01:00
qwindowsintegration.h Add QGuiApplication API to set a number-badge in the Dock/task bar 2022-12-02 15:53:37 +01:00
qwindowsinternalmimedata.cpp Reintroduce converter APIs for supporting native clipboard formats 2022-11-16 22:14:00 +01:00
qwindowsinternalmimedata.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowskeymapper.cpp WindowsKeyMapper: Fix unsigned/signed mismatch error 2022-10-10 13:06:37 +02:00
qwindowskeymapper.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsmenu.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsmenu.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsmimeregistry.cpp Reintroduce converter APIs for supporting native clipboard formats 2022-11-16 22:14:00 +01:00
qwindowsmimeregistry.h Reintroduce converter APIs for supporting native clipboard formats 2022-11-16 22:14:00 +01:00
qwindowsmousehandler.cpp Apply Q_CONSTINIT where beneficial 2022-09-01 19:44:19 +02:00
qwindowsmousehandler.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsnativeinterface.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsnativeinterface.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsole.cpp Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename files 2022-11-03 17:29:07 +01:00
qwindowsole.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsopenglcontext.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsopengltester.cpp Fix building with disabled OpenGL after switching to the syncqt tool 2022-09-29 17:18:55 +03:00
qwindowsopengltester.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowspointerhandler.cpp Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/pen 2022-10-28 10:27:11 +00:00
qwindowspointerhandler.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsscreen.cpp Port default font resolve to SystemParametersInfoForDpi 2022-11-01 11:27:08 +00:00
qwindowsscreen.h Enable access to QWindowsScreen from QScreen 2022-07-06 12:20:39 +02:00
qwindowsservices.cpp Add QComHelper class for dealing with COM on Windows 2022-08-29 15:39:34 +02:00
qwindowsservices.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowssessionmanager.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowssessionmanager.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowssystemtrayicon.cpp Windows: regenerate systray icon when screen resolution changes 2022-12-08 13:28:43 +01:00
qwindowssystemtrayicon.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowstabletsupport.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowstabletsupport.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowstheme.cpp Overwrite dark system palette in Vista style 2022-12-08 17:56:48 +01:00
qwindowstheme.h Replace QPlatformTheme::Appearance by Qt:Appearance 2022-09-20 22:25:59 +02:00
qwindowsthreadpoolrunner.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsvulkaninstance.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowsvulkaninstance.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwindowswindow.cpp HiDPI: fix wrong window size after DPI change 2022-12-14 02:33:26 +08:00
qwindowswindow.h Apply system background color for top level window 2022-11-15 12:28:50 +01:00
windows.json