summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowswindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Change handling of maximised frame/title-less windowsTimothée Keller5 days1-32/+35
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-3/+5
* Windows QPA: Rework how we activate the windowYuhang Zhao2023-02-081-31/+66
* Windows QPA: also consider window flags when judging frameless or notYuhang Zhao2023-01-231-12/+36
* Windows QPA: remove long-time dead codeYuhang Zhao2022-12-171-12/+1
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* Windows QPA: Always apply system background color for top level windowYuhang Zhao2022-12-051-3/+4
* Windows: Reduce warning output when creating a new windowVolker Hilsheimer2022-12-051-4/+4
* Windows: Reevaluate dark frames if the application palette changesVolker Hilsheimer2022-11-261-9/+14
* Apply system background color for top level windowSanthosh Kumar2022-11-151-1/+15
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-3/+1
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-161-36/+36
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-7/+7
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-191-1/+9
* Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"Tor Arne Vestbø2022-07-141-4/+1
* Windows QPA: Add MSWindowsNoRedirectionBitmap flagYuhang Zhao2022-07-141-1/+4
* Windows: Fix OpenGL window's screenYuhang Zhao2022-07-061-4/+9
* Windows: Don't rely on top level QWindow to scale children on DPI changeTor Arne Vestbø2022-06-301-13/+9
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-201-2/+2
* Windows QPA: Fix indentionYuhang Zhao2022-06-191-42/+42
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+4
* Windows QPA: Update screen on child window DPI changeMorten Sørvig2022-06-161-2/+12
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Windows QPA: Send screen change before geometry changeMorten Sørvig2022-05-101-3/+3
* Windows: Fix pop-up windows being incorrectly moved to primary displayAndré de la Rocha2022-05-051-1/+1
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-011-0/+10
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-011-3/+8
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-221-13/+19
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-141-1/+1
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-111-13/+11
* 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