summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qhighdpiscaling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
* QHighDpiScaling: impove readability of screenSubfactor methodVitaly Fanaskov2019-11-071-10/+11
* QHighDpiScaling: fix potential null pointer dereferenceVitaly Fanaskov2019-11-071-1/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-1/+3
|\
| * QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
* | QDpi: divide the forced DPI by the scaling factor, as Qt 5.13 didDavid Faure2019-09-131-2/+5
* | Dpi settings: QT_SCREEN_SCALE_FACTORS enables scaling againDavid Faure2019-09-101-1/+1
* | QtGui: Refactor parsing of the High DPI scaling env variablesFriedemann Kleint2019-09-031-9/+10
* | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-231-21/+26
* | Deprecate QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2019-08-231-6/+23
* | Update QT_SCREEN_SCALE_FACTORSFriedemann Kleint2019-08-231-16/+45
* | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-231-2/+2
* | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-24/+210
* | Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-231-11/+9
|/
* Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+2
* QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-191-36/+14
* High DPI: Fix crash in QWindow::mapFromGlobal()Friedemann Kleint2019-06-191-1/+1
* QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-141-0/+8
* Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-131-0/+42
* fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+16
|\
| * Adjust screen scale factor for certain screen configurationsVictor-Andrei Variu2017-11-171-2/+16
* | Fix spelling issues in qhighdpiscaling.cppTor Arne Vestbø2017-11-131-3/+3
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+4
| |\
| | * Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+4
| |\|
| | * Fix typos in highdpi docsFrederik Gladhorn2016-09-151-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-4/+5
|/ /
* | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-111-4/+8
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* doc: correct documentation of QT_AUTO_SCREEN_SCALE_FACTOR env varShawn Rutledge2016-01-071-1/+1
* Update QHighDpiScaling internal documentationMorten Johan Sørvig2015-12-021-24/+113
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* Update high-DPI scaling enablers.Morten Johan Sørvig2015-11-041-12/+24
* Print one warning for the new high DPI variables, not fourThiago Macieira2015-09-241-4/+4
* Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-061-0/+2
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-0/+320