aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpinchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Fix build without features.gesturesTasuku Suzuki2018-05-141-1/+6
* fix bugs in native gesture event deliveryShawn Rutledge2017-12-111-2/+4
* Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-141-4/+9
* PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-291-31/+89
* improve documentation of PinchHandlerShawn Rutledge2017-09-291-0/+48
* improve documentation of PinchHandlerShawn Rutledge2017-09-141-12/+75
* PinchHandler: correct the usage of min/max x/y for movement boundsShawn Rutledge2017-09-121-1/+1
* PinchHandler: make the properties useful when target is nullShawn Rutledge2017-09-121-15/+18
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-1/+1
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-1/+1
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-281-4/+4
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-221-2/+4
* QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-271-2/+2
* PinchHandler: add centroidVelocityShawn Rutledge2017-04-201-0/+1
* PinchHandler: Do not grab immediatelyJan Arve Saether2017-03-141-6/+12
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-0/+4
* Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-271-47/+54
* add virtual QQuickPointerHandler::onActiveChangedShawn Rutledge2016-12-091-1/+0
* PinchHandler: accept all points involved in the pinchShawn Rutledge2016-11-241-0/+1
* PinchHandler: populate the translation propertyShawn Rutledge2016-11-221-0/+1
* Fixed some problems with the centroid in PinchHandlerJan Arve Saether2016-11-201-28/+39
* Fix rotation in PinchHandlerJan Arve Saether2016-09-161-25/+103
* Introduce PinchHandlerShawn Rutledge2016-09-011-0/+201