summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowswindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Enhance debug informationYuhang Zhao2021-12-171-0/+74
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-151-2/+4
* Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-081-1/+8
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-22/+13
* Windows QPA: Set SWP_NOCOPYBITS during resize to avoid jitterYuhang Zhao2021-11-121-1/+6
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-5/+2
* windows qpa: re-apply 8d6e825dMorten Johan Sørvig2021-10-291-0/+2
* windows: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QWindowsWindow: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* Fix programatic geometry change to different DPIMorten Johan Sørvig2021-10-071-8/+26
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-071-0/+18
* Move VM_DPICHANGE handling to QWindowsWindowMorten Johan Sørvig2021-10-071-0/+27
* qwindowswindow: fix return nullptrGong Weia2021-09-281-1/+1
* Make QWindow respect minimumSize again on WindowsMorten Johan Sørvig2021-09-211-0/+2
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-061-9/+0
* Track current window DPIMorten Johan Sørvig2021-08-061-0/+2
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* Windows QPA: Fix blurry title icons with fractional scale factorFriedemann Kleint2021-01-191-1/+2
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-041-15/+21
* Windows QPA: Enable toggling Windows transparencyFriedemann Kleint2020-09-081-2/+6
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-0/+10
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-221-1/+17
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-221-18/+36
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-211-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Fix build with -no-opengl on WindowsPaul Olav Tvete2020-06-161-0/+2
* Windows: Update the hasFrame setting when changing window flagsAndy Shaw2020-05-191-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-8/+15
|\
| * Windows QPA: Fix geometry when firing a full exposeFriedemann Kleint2020-04-151-4/+9
| * Windows QPA: Fix showing translucent windows maximized/full screenFriedemann Kleint2020-04-151-2/+2
| * Windows QPA: Fix restoring from fullscreen in High DPI setupsFriedemann Kleint2020-04-151-2/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-8/+11
|\|
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-7/+0
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-1/+11
| |\
| | * Windows QPA: Fix broken frame geometry when moving windows with native menusFriedemann Kleint2020-03-131-1/+11
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-3/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-3/+1
| |\|
| | * qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\| |
| * | Fix QWindow::startSystemResize() on WindowsFriedemann Kleint2020-02-171-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-21/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-2/+3
| |\|
| | * Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-01-221-2/+3
| * | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-23/+27
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+44
|\| |
| * | Windows QPA: Add setting of dark window bordersFriedemann Kleint2020-01-251-0/+44
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-1/+1
|\| |
| * | Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-1/+1