summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qhighdpiscaling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+1
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-4/+8
* Remove indirection via QScreenPrivate::setPlatformScreen()Tor Arne Vestbø2023-03-281-3/+1
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+2
* Fix build with -no-feature-highdpiscalingTor Arne Vestbø2022-10-251-13/+15
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Share logic for QScreen property update emitting in helper classTor Arne Vestbø2022-09-161-1/+4
* Add more logging to QHighDpiScalingTor Arne Vestbø2022-09-091-0/+28
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-081-1/+1
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-221-1/+2
* Revert "Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORS"Morten Sørvig2022-07-071-3/+1
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-061-1/+3
* Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactorFushan Wen2022-06-291-2/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-1/+1
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-141-1/+1
* 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
|/