summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowswindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: simplify setting the dark borderVolker Hilsheimer4 days1-13/+0
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer12 days1-2/+3
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø2024-04-191-0/+2
* Windows QPA: Include custom margins in atypical marginsTimothée Keller2024-03-051-5/+6
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-011-22/+0
* Windows QPA: don't take dpi rounding policy into account when fullscreenTimothée Keller2024-01-161-10/+10
* Fix Maximized frameless window painting wrong with WS_THICKFRAMEYansheng Zhu2023-12-211-12/+23
* Windows QPA: don't override user-removed marginsTimothée Keller2023-12-181-5/+14
* Windows: Improve hidpi style drawing and metricsMorten Sørvig2023-11-151-0/+5
* Fix margin issue in wizard for windowsSanthosh Kumar2023-10-311-4/+4
* Windows QPA: remove SWP_NOCOPYBITS for plain movesTimothée Keller2023-10-171-4/+8
* Revert "Windows QPA: Move transient children with a window move"Timothée Keller2023-10-101-46/+0
* Windows QPA: Adjust margins for Windows App SDK compatibilityTimothée Keller2023-09-131-3/+26
* Windows QPA: also consider child windows for setting WS_EX_LAYEREDTimothée Keller2023-08-141-2/+9
* Windows QPA: Move transient children with a window moveTimothée Keller2023-06-271-0/+46
* Windows QPA: Fix dpi change when changing screens with keyboardTimothée Keller2023-06-261-3/+3
* Windows QPA: introduce a way to disable redirection surfaceYuhang Zhao2023-06-241-0/+4
* Windows QPA: Fix restore geometry after dragging from maximised - FixTimothée Keller2023-06-071-9/+16
* Windows QPA: Fix restore geometry after dragging from maximisedTimothée Keller2023-04-251-0/+19
* Windows QPA: Handle DPI induced geometry change for frameless windowsTimothée Keller2023-04-251-0/+5
* Revert "Apply system background color for top level window"Vladimir Belyavsky2023-04-191-16/+1
* windows: Re-apply mask when DPI changes, to account for new scale factorVolker Hilsheimer2023-04-121-0/+4
* Windows QPA: Change handling of maximised frame/title-less windowsTimothée Keller2023-03-221-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