aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add snapMode to DragHandlerJan Arve Sæther2019-05-161-0/+13
* Export all private Input Handlers and related classesShawn Rutledge2019-03-181-1/+1
* Remove dubious API features and clutter from Pointer Handler headersShawn Rutledge2018-08-311-1/+0
* Remove Q_INVOKABLE from DragHandler.enforceConstraints()Shawn Rutledge2018-08-311-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-1/+1
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-2/+1
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-8/+6
* Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-251-30/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-2/+8
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-4/+4
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-2/+2
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-271-1/+3
* DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-241-0/+1
* Make all handler constructors explicitJan Arve Saether2017-02-211-1/+1
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-1/+1
* Add a DragHandler::translation propertyJan Arve Saether2016-12-291-0/+6
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-5/+0
* DragHandler: override wantsEventPoint to retain interest out of boundsShawn Rutledge2016-12-091-0/+3
* pointerhandlers: replace Q_DECL_OVERRIDE with overrideShawn Rutledge2016-12-091-1/+1
* Introduce DragHandlerShawn Rutledge2016-08-261-0/+130