aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Flickable: don't start flicking on release unless grabbedShawn Rutledge2024-03-201-2/+10
* Flickable: don't allow dragging with mouse buttons other than leftMohammadHossein Qanbari2024-03-181-3/+6
* Use QPlatformTheme::themeHint not QPlatformIntegration::styleHintShawn Rutledge2024-03-151-4/+4
* Flickable mouse wheel: overshoot less, and return to bounds soonerShawn Rutledge2024-02-191-26/+32
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-091-0/+1
* Localize Flickable delayed release to scene, not to grabberShawn Rutledge2023-11-011-11/+12
* QQuickFlickable: release drag if receiving QEvent::TouchCancelRichard Moe Gustavsen2023-10-251-0/+9
* Remove unnecessary negating of valuesOliver Eftevaag2023-08-131-6/+6
* Use pixel aligned value in Flickable ends checkDavid Edmundson2023-07-271-2/+2
* Flickable: use std::round instead of custom RoundShawn Rutledge2023-07-111-26/+11
* Fix stop bound behavior in Flickable during mouse wheel eventSanthosh Kumar2023-06-301-11/+45
* Flickable: Proportional wheel scrolling if deceleration is largeShawn Rutledge2023-06-121-61/+85
* QQuickFlickable: avoid processing the same event twiceRichard Moe Gustavsen2023-05-021-0/+13
* Flickable: Send movement signal when flick startsSeokha Ko2023-04-291-1/+8
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-281-2/+0
* Fix build with -no-feature-quick-draganddropTasuku Suzuki2023-03-031-2/+2
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-091-5/+15
* QtQuick: Fix conflicting definition of MinimumFlickVelocity in CMake Unity (J...Friedemann Kleint2023-02-071-2/+2
* Fix build with -no-features-draganddropTasuku Suzuki2023-01-161-0/+4
* Get flickThreshold, flickMaxVel and flickDeceleration from platformShawn Rutledge2023-01-111-18/+14
* QQuickFlickable: add internal doc commentsOliver Eftevaag2023-01-031-0/+58
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-6/+2
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-241-3/+10
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-08-271-6/+22
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-301-2/+3
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-221-2/+21
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-181-10/+10
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-171-8/+10
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-111-5/+18
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-041-2/+4
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* Flickable: if QWheelEvent scrollPhase is missing, use angleDeltaShawn Rutledge2022-04-211-1/+1
* QQuickFlickable: use custom content item that takes extents into accountRichard Moe Gustavsen2022-03-121-1/+19
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-151-6/+5
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-051-14/+20
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-0/+1
* Fix the implicit capture of `this` in lambdas when capturing [=]Giuseppe D'Angelo2021-10-091-1/+1
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-281-1/+1
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-201-1/+11
* Remove unused ReportedVelocitySmoothingShawn Rutledge2021-07-131-4/+0
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-091-30/+65
* Revert "Kill Flickable's wheel momentum"Shawn Rutledge2021-07-091-118/+34
* Make horizontal and vertical Flickables independentShawn Rutledge2021-05-051-2/+2
* QQuickFlickable: Avoid casting and roundingVolker Hilsheimer2021-03-191-3/+7
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-3/+3
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-8/+8
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-151-5/+18