summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.highdpiTasuku Suzuki2021-04-141-3/+11
* Fix GLX on non-linux X11 systemsNiclas Rosenvik2021-04-112-3/+3
* Set QGuiApplicationPrivate variables after platform window is destroyedAndy Shaw2021-04-081-11/+11
* Doc: Fix return type of QCursor::shape()Sze Howe Koh2021-04-021-3/+2
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-242-1/+8
* Remove QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue()Shawn Rutledge2021-03-232-13/+0
* Merge "Round physical dpi when calculating scale factor"Morten Johan Sørvig2021-03-161-1/+1
|\
| * Round physical dpi when calculating scale factorMorten Johan Sørvig2021-03-161-1/+1
* | Doc: Fix various documentation issuesTopi Reinio2021-03-161-0/+6
|/
* Don’t store screen scale factors in GLOBAL_STATICMorten Johan Sørvig2021-03-152-8/+6
* Read high-dpi env. variables in initHighDpiScaling()Morten Johan Sørvig2021-03-152-97/+117
* Merge "Support EGL protected content extension"Elvis Lee2021-03-092-1/+11
|\
| * Support EGL protected content extensionElvis Lee2021-03-092-1/+11
* | wayland: Remove bogus warning about ignoring WAYLAND_DISPLAYEskil Abrahamsen Blomfeldt2021-03-091-7/+18
|/
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-021-5/+3
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+2
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-15/+22
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-211-0/+3
* Initialize some uninitialized member variablesHe MingYang2021-02-201-7/+9
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-122-3/+8
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-02-031-1/+4
* Improve and expand QShortcutMap debug outputMitch Curtis2021-02-031-4/+8
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-5/+9
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-012-0/+81
* Don't forward-declare non-Qt things with QT_FORWARD_DECLARE_*Mårten Nordheim2021-01-261-1/+1
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-251-0/+2
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-202-1/+43
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-191/+0
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-042-2/+12
* State in docs that the BufferQueueingOpenGL cap is deprecatedLaszlo Agocs2021-01-041-2/+2
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-042-2/+5
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-01-041-1/+4
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-152-0/+21
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Make qDebug output for QTabletEvent similar to that for QMouseEventShawn Rutledge2020-12-041-10/+7
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-2/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-304-5/+5
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-6/+3
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-272-0/+33
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-34/+34
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-193-5/+4