summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qhighdpiscaling_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-251-1/+1
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-2/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in guiJarek Kobus2020-06-291-5/+5
* Fix build without features.highdpiscalingTasuku Suzuki2020-06-181-0/+9
* Fix range-loop implicit copy warningMorten Johan Sørvig2020-03-131-1/+1
* qhighdpiscaling: Add missing parameter to logicalDpi()Timo Aarnipuro2019-10-041-1/+1
* Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-231-10/+0
* Update QT_SCREEN_SCALE_FACTORSFriedemann Kleint2019-08-231-1/+1
* Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-0/+29
* Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-231-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-3/+17
|\
| * QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-011-3/+17
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-9/+28
|\|
| * QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-191-9/+28
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-209/+55
|\|
| * QHighDpi: Replace fromNative()/toNative() with scale()Morten Johan Sørvig2019-05-141-209/+55
* | Fix gui build without feature.highdpiscalingTasuku Suzuki2019-05-261-0/+2
|/
* QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
* QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-141-40/+21
* Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-131-1/+3
* Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsBłażej Szczygieł2017-11-081-1/+2
* Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsTor Arne Vestbø2017-07-191-4/+4
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-2/+4
|\
| * QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-131-2/+4
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-011-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
| |\
| | * Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
* | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-5/+3
|/ /
* | QtGui: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-251-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+21
|\|
| * HighDPI: Extend exposed region to avoid artifacts by rounding.Friedemann Kleint2016-02-091-0/+21
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-2/+2
* | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-111-2/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-061-0/+44
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-0/+470