summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ambiguity in handling of registry keys from setupAPI.hJøger Hansegård2023-11-171-7/+14
* Windows QPA: Emit QGuiApplication::primaryScreenChanged()Friedemann Kleint2023-11-081-0/+6
* Guard QWindowsContext::instance() during screen change on shutdownTor Arne Vestbø2023-10-091-1/+2
* Revert "Windows QPA: Change monitor index detection"Timothée Keller2023-08-291-7/+7
* Windows QPA: Change monitor index detectionTimothée Keller2023-06-071-7/+7
* Windows: implement retrieval for missing QScreen metadataL. E. Segovia2023-05-061-38/+177
* Windows QPA plugin: Remove some duplicated declarationsFriedemann Kleint2023-02-211-2/+2
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-011-4/+1
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-181-0/+37
* Windows: Make QScreen::name() more user-friendly, take 2Yuhang Zhao2022-05-161-12/+42
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-2/+4
* Revert "QScreen_win: retrieve user friendly monitor name"Morten Johan Sørvig2022-03-111-15/+4
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-52/+40
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-1/+0
* Windows QPA: Fix missing QScreen change updatesFriedemann Kleint2021-01-081-24/+0
* Windows QPA: Lookup DISPLAYCONFIG data for monitorsAllan Sandfeld Jensen2021-01-071-2/+94
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+1
* Windows: Fix wrong DPI used in font size after changing scalingFriedemann Kleint2020-05-251-1/+5
* Windows QPA: Fix High DPI scaling not becoming active when changing scalingFriedemann Kleint2020-04-221-0/+1
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-2/+0
* Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-1/+1
* Windows QPA: Port from QList to QVectorFriedemann Kleint2019-11-201-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-0/+6
|\
| * Windows QPA: Update theme fonts when the primary screen changesFriedemann Kleint2019-09-021-0/+6
* | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-9/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-13/+18
|\|
| * Windows QPA: Fix emitting of QScreen's changed signalsFriedemann Kleint2019-07-161-13/+18
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\|
| * Windows QPA: Fix clang warnings about narrowing conversionsFriedemann Kleint2019-05-291-1/+1
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-2/+2
* | Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-241-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-2/+10
|\|
| * Windows QPA: Fix window frame calculation in multi-monitor setupsFriedemann Kleint2019-05-131-0/+6
| * Windows QPA: Improve debug messagesFriedemann Kleint2019-05-091-2/+4
* | Return QScreen's HMONITOR handle via QPlatformNativeInterfaceDmitry Kazakov2019-05-071-0/+5
|/
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-4/+4
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-7/+7
* drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-4/+1
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-2/+3
* Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-221-5/+9
* Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-5/+5
* Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
* Windows QPA: Fix scaling of tablet coordinates for High DPI scalingFriedemann Kleint2018-03-071-0/+9
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+15
|\
| * Windows QPA: Move function to find screen by HWND to QWindowsScreenManagerFriedemann Kleint2017-09-251-0/+15