summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-2/+2
* Make some QScreen native interfaces publicDavid Redondo2023-12-081-0/+15
* Introduce a configure feature for WaylandDavid Redondo2023-12-071-1/+1
* Only consider QScreen virtual siblings that have been addedTor Arne Vestbø2023-05-311-2/+5
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-281-36/+4
* Remove indirection via QScreenPrivate::setPlatformScreen()Tor Arne Vestbø2023-03-281-16/+10
* Update the documentation of QScreen::name()Yuhang Zhao2023-01-041-0/+4
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-091-0/+4
* Add QNativeInterface::Private::QWaylandScreenDavid Redondo2022-10-271-0/+4
* 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-27/+54
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-081-3/+3
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-081-2/+4
* De-inline QScreenPrivate::updateHighDpi()Tor Arne Vestbø2022-09-071-0/+5
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-221-20/+20
* Enable access to QWindowsScreen from QScreenPiotr Srebrny2022-07-061-0/+4
* Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactorFushan Wen2022-06-291-20/+20
* Print QScreen geometry debug state using the underlying typesTor Arne Vestbø2022-06-131-11/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* doc: Warn against using the screen's refresh rate for driving animationsTor Arne Vestbø2022-04-071-0/+5
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-4/+2
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-071-0/+25
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+3
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+9
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-301-1/+1
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-301-0/+6
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+1
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-011-2/+3
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-071-47/+9
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-051-3/+21
* QScreen::virtualSiblingAt(): pass QPoint by valueShawn Rutledge2020-02-261-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-0/+2
|\
| * Doc: Add see also link to QScreen::handle()Paul Wicking2020-01-301-0/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* | Add QScreen::virtualSiblingAt() and use it in QMenubarPrivate::popupActionShawn Rutledge2019-09-191-0/+19
|/
* Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-231-2/+5
* Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-231-3/+3
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Revert "Revert "Remove deprecated screen maintenance functions in QPlatformIn...Liang Qi2019-04-011-7/+13
* Revert "Remove deprecated screen maintenance functions in QPlatformIntegration"Liang Qi2019-03-291-13/+7
* Remove deprecated screen maintenance functions in QPlatformIntegrationTor Arne Vestbø2019-03-221-7/+13
* Document QScreen::grabWindow high-DPI behaviorMorten Johan Sørvig2018-11-121-0/+5
* Make grabWindow return pixmap with correct dprMorten Johan Sørvig2018-11-111-1/+1
* xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-021-0/+4
* Add screen product informationPier Luigi Fiorini2017-01-161-0/+36
* iOS: Implement support for QScreen::grabWindow()Tor Arne Vestbø2016-09-181-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+14
|\
| * QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-2/+2