summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* [Windows] Update hMonitor handles when a display is turned offAlexandru Croitor2017-07-061-1/+9
* Windows QPA: Use the native algorithm to find out the window's screenOlivier Goffart2017-02-151-0/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+1
|\
| * Ensure a pixel density of at least 1 for Qt::AA_EnableHighDpiScalingJocelyn Turcotte2017-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-6/+22
|\|
| * Windows QPA: Fix QScreen::grabWindow(0) for non-primary screensFriedemann Kleint2017-01-181-6/+22
* | Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-11/+1
|/
* Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-1/+1
* Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-21/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-3/+3
|\
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-16/+0
|\|
| * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-051-16/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Windows QPA: Add API for setting the application orientation preference.Friedemann Kleint2015-11-271-0/+68
* Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-231-11/+1
* Windows: Use logical DPI to activate High DPI scaling.Friedemann Kleint2015-11-041-2/+5
* Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-0/+2
* Windows: Add checks to usages of QWindow::screen().Friedemann Kleint2015-09-221-12/+0
* Highdpi changes for WindowsFriedemann Kleint2015-07-301-0/+7
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-30/+4
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-301-11/+13
* Windows plugin: Simplify cursor code in platform screen.Friedemann Kleint2015-03-051-3/+3
* Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-251-1/+2