| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reduce QTransform use in event delivery and cursor-finding functions | Shawn Rutledge | 2025-11-11 | 1 | -1/+1 |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | QQuickMenu: cancel all grabs before QPlatformMenu::showPopup() | Shawn Rutledge | 2024-06-21 | 1 | -0/+1 |
| * | Partially revert "Make properties in Qt Quick FINAL to prevent shadowing" | Fabian Kosmale | 2024-02-17 | 1 | -8/+8 |
| * | Remove the use of Q_QUICK_PRIVATE_EXPORT | Alexey Edelev | 2024-01-09 | 1 | -2/+2 |
| * | Make properties in Qt Quick FINAL to prevent shadowing | Oliver Eftevaag | 2023-06-08 | 1 | -8/+8 |
| * | qquickpointerhandler_p.h: Clean up includes | Fabian Kosmale | 2022-10-19 | 1 | -4/+11 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Allow reparenting Pointer Handlers | Shawn Rutledge | 2021-12-10 | 1 | -1/+3 |
| * | Add a ParentProperty classinfo and use that to find parents | Ulf Hermann | 2021-05-19 | 1 | -0/+1 |
| * | Move event delivery from QQWindow to QQuickDeliveryAgent | Shawn Rutledge | 2021-02-24 | 1 | -0/+1 |
| * | Remove QQuickPointerEvent etc.; deliver QPointerEvents directly | Shawn Rutledge | 2020-09-18 | 1 | -17/+19 |
| * | Add major version to all Q_REVISIONs | Ulf Hermann | 2020-02-19 | 1 | -5/+5 |
| * | Add PointerHandler.cursorShape property | Shawn Rutledge | 2020-01-31 | 1 | -0/+13 |
| * | Specify parameters of type registration in class declarations | Ulf Hermann | 2019-09-26 | 1 | -0/+4 |
| * | Add dragThreshold property to Event Handlers | Shawn Rutledge | 2019-09-19 | 1 | -0/+6 |
| * | Rename QQEventPoint::GrabState to GrabTransition | Shawn Rutledge | 2018-08-31 | 1 | -2/+2 |
| * | Fix PointerHandler constructors and destructors | Shawn Rutledge | 2018-07-27 | 1 | -3/+3 |
| * | Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.margin | Shawn Rutledge | 2018-06-29 | 1 | -0/+6 |
| * | PointerHandler.grabChanged signal: add stateChange parameter | Shawn Rutledge | 2018-06-27 | 1 | -1/+1 |
| * | Move wantsEventPoint() up from SinglePointHandler to QQPointerHandler | Shawn Rutledge | 2018-06-20 | 1 | -0/+1 |
| * | Refactor QQuickPointerHandler: add private implementation class | Shawn Rutledge | 2018-05-15 | 1 | -18/+11 |
| * | QQuickPointerHandler: make classBegin and componentComplete protected | Shawn Rutledge | 2018-03-27 | 1 | -4/+4 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | QQuickPointerHandler: implement QQmlParserStatus | Shawn Rutledge | 2018-02-08 | 1 | -1/+6 |
| * | QQuickPointerHandler: add virtual onTargetChanged() | Shawn Rutledge | 2018-01-12 | 1 | -0/+1 |
| * | PointerHandler: add grabPermissions, enforce in setExclusiveGrab | Shawn Rutledge | 2017-11-14 | 1 | -1/+27 |
| * | QQuickWindowPrivate::deliverTouchCancelEvent: deliver to handlers too | Shawn Rutledge | 2017-02-23 | 1 | -0/+1 |
| * | Make all handler constructors explicit | Jan Arve Saether | 2017-02-21 | 1 | -1/+1 |
| * | unify handler grab state handling into onGrabChanged | Shawn Rutledge | 2017-02-21 | 1 | -3/+1 |
| * | DragHandler: keep the grab (prevent stealing) when dragging | Shawn Rutledge | 2017-02-17 | 1 | -0/+2 |
| * | notify all passive-grabbing PointerHandlers when exclusive grab changes | Shawn Rutledge | 2017-02-10 | 1 | -0/+1 |
| * | start making explicit exclusive or passive grabs | Shawn Rutledge | 2017-02-10 | 1 | -2/+4 |
| * | Don't assume that target is the parent item | Jan Arve Saether | 2016-12-29 | 1 | -3/+4 |
| * | add virtual QQuickPointerHandler::onGrabChanged and signal grabChanged | Shawn Rutledge | 2016-12-09 | 1 | -0/+2 |
| * | add virtual QQuickPointerHandler::onActiveChanged | Shawn Rutledge | 2016-12-09 | 1 | -1/+2 |
| * | QQuickPointerHandler: add read-only parent property | Shawn Rutledge | 2016-11-24 | 1 | -0/+3 |
| * | add QQuickPointerHandler::handleGrabCancel; call in setGrab | Shawn Rutledge | 2016-10-17 | 1 | -0/+4 |
| * | add QQuickPointerHandler::active property | Shawn Rutledge | 2016-08-24 | 1 | -1/+7 |
| * | add QQuickPointerHandler::wantsPointerEvent | Shawn Rutledge | 2016-08-23 | 1 | -1/+2 |
| * | add QQuickPointerHandler::targetContains(QQuickEventPoint*) | Shawn Rutledge | 2016-08-16 | 1 | -0/+1 |
| * | QQuickPointerHandler: add eventPos() accessor | Shawn Rutledge | 2016-08-16 | 1 | -0/+1 |
| * | Introduce QQuickPointerHandler: base class for nested event handlers | Shawn Rutledge | 2016-08-15 | 1 | -0/+101 |