| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |