summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-253-20/+0
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-251-1/+1
* Simplify QHighDpi::fromNativeLocalExposedRegion()Alexander Volkov2020-09-231-7/+3
* Fix documentation of QPointerEvent::pointsVolker Hilsheimer2020-09-231-15/+6
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-212-9/+9
* Emit CancelGrabExclusive when one grabber is replaced by anotherShawn Rutledge2020-09-181-1/+2
* Fix running with placeholder screen and high-dpi enabledEskil Abrahamsen Blomfeldt2020-09-181-0/+1
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-172-10/+38
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-172-2/+2
* QPointingDevPriv::setExclusiveGrabber: emit grabChanged with point foundShawn Rutledge2020-09-171-1/+1
* Add more QPointerEvent functions needed in Qt QuickShawn Rutledge2020-09-176-0/+195
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-6/+1
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-163-6/+67
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-1610-256/+559
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-152-7/+34
* Remove QPointerEvent::isPointAccepted() and setPointAccepted()Shawn Rutledge2020-09-141-2/+0
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-144-0/+24
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-103-181/+287
* Move grabbing API from QEventPoint to QPointerEventShawn Rutledge2020-09-102-64/+115
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-104-17/+27
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-103-94/+222
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-1/+121
* Remove deprecated API from QSurfaceFormatMarcel Krems2020-09-082-43/+0
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-032-11/+0
* Fix build without features.highdpiscalingTasuku Suzuki2020-09-041-2/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-039-33/+59
* High-DPI: Remove legacy environment variablesTor Arne Vestbø2020-09-021-35/+2
* Document native interfacesFriedemann Kleint2020-09-025-9/+17
* Remove "fallback session management"Andreas Hartmetz2020-09-014-96/+1
* Doc: Compile droparea snippetPaul Wicking2020-09-011-1/+1
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-9/+1
* Remove unused exported functions from QWSITor Arne Vestbø2020-08-311-17/+0
* Remove QWSIPrivate::EventType::FrameStrutMouseTor Arne Vestbø2020-08-311-1/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+1
* High-DPI: Don’t round scale factors in Qt 6Morten Johan Sørvig2020-08-281-6/+1
* High-DPI: Enable scaling by default in Qt 6Morten Johan Sørvig2020-08-281-7/+3
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-286-35/+26
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-276-72/+206
* Move the QPalette::resolveMask into the privateVolker Hilsheimer2020-08-262-18/+32
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-262-16/+1
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-2614-41/+140
* Add note about use of receivedExpose member in QGuiApplicationTor Arne Vestbø2020-08-261-0/+6
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-253-11/+13
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-1/+10
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-243-1/+348
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-243-17/+16