summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-141-0/+32
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+9
|\
| * Windows: Fix coordinate offset when positioning the taskbar on the left.Friedemann Kleint2015-01-201-0/+9
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-1/+8
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-7/+3
* Windows: Move dock windows automatically when screen is disconnected.Friedemann Kleint2014-09-051-1/+25
* Windows QPA plugin: Streamline code to find window at a position.Friedemann Kleint2014-09-011-15/+5
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-27/+59
* Windows: Emit screen changed signal of top level windows.Friedemann Kleint2014-06-031-5/+27
* Windows: Start using High DPI API available from Windows 8.1 onwards.Friedemann Kleint2014-04-301-0/+20
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-11/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+2
|\
| * Saving physical size changes of screen on WindowsCyril Oblikov2014-01-151-0/+2
* | Windows: Remove rarely used integration/theming logging categories.Friedemann Kleint2014-01-151-2/+0
|/
* Windows: Keep monitors when system is locked.Friedemann Kleint2013-08-231-29/+39