summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant QPointingDevicePrivate::extraShawn Rutledge2020-10-191-1/+0
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-183-16/+19
* QMutableEventPoint::detach: deref old privateFabian Kosmale2020-10-181-0/+2
* QWindowSystemInterface: Add tablet event overloads without timestampsFriedemann Kleint2020-10-172-0/+34
* Implement move and comparison operators for QEventPointVolker Hilsheimer2020-10-173-4/+76
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-161-1/+1
* Unwrap private QPalette data memberVolker Hilsheimer2020-10-142-15/+12
* Add a few missing Q_CLANG_QDOC for native interfacesTor Arne Vestbø2020-10-133-4/+4
* Exclude all modifiers as candidates for shortcutsTor Arne Vestbø2020-10-121-1/+1
* Remove dead codeLars Knoll2020-10-122-13/+0
* Do not trigger actions disabled directly or on group levelAllan Sandfeld Jensen2020-10-081-2/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-0714-65/+62
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-071-2/+2
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-062-7/+0
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Simplify QAction privatesAllan Sandfeld Jensen2020-10-062-76/+44
* Give QPlatformPlaceholderScreen a DPR of 1Morten Johan Sørvig2020-10-061-1/+0
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-052-20/+0
* Make the logicalDpi() default implementation return 96Morten Johan Sørvig2020-10-051-10/+5
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-033-10/+6
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-27/+33
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-5/+0
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-302-6/+11
* Fix assumed version typoAllan Sandfeld Jensen2020-09-301-2/+2
* Fix qdoc warning: button(s) are members of QSinglePointEventVolker Hilsheimer2020-09-271-25/+0
* Use WAYLAND_DISPLAY and DISPLAY instead of XDG_SESSION_TYPEJohan Klokkhammer Helsing2020-09-271-18/+35
* 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