summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qhighdpiscaling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parse QT_SCREEN_SCALE_FACTORS spec only onceMorten Johan Sørvig2021-05-031-35/+57
* Round physical dpi when calculating scale factorMorten Johan Sørvig2021-03-161-1/+1
* Don’t store screen scale factors in GLOBAL_STATICMorten Johan Sørvig2021-03-151-8/+5
* Read high-dpi env. variables in initHighDpiScaling()Morten Johan Sørvig2021-03-151-96/+113
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-021-5/+3
* Rename “pixelDensity” variablesMorten Johan Sørvig2020-10-231-14/+14
* Update QHighDpiScaling internal documentationMorten Johan Sørvig2020-10-201-53/+105
* high-dpi: Re-implement mapToGlobal and mapFromGlobalMorten Johan Sørvig2020-10-201-40/+0
* QHighDpi: Add screenForPosition()Morten Johan Sørvig2020-10-201-9/+52
* High-DPI: Remove legacy environment variablesTor Arne Vestbø2020-09-021-35/+2
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-9/+1
* High-DPI: Enable scaling by default in Qt 6Morten Johan Sørvig2020-08-281-7/+3
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-191-0/+2
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-10/+10
* Fix build without features.highdpiscalingTasuku Suzuki2020-06-181-0/+15
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* Restore QHighDPIScaling::isActive() 5.13 behaviorMorten Johan Sørvig2020-01-141-1/+1
* 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
| |\|