aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-192-6/+3
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-11/+28
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-221-15/+17
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-1/+1
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-162-14/+30
* PinchArea: Keep the touch/mouse grab when pinch activatedSeokha Ko2022-09-141-0/+4
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-022-7/+25
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-021-0/+1
* Optimize QQuickMultiPointHandler::grabPoints slightlyShawn Rutledge2022-09-021-1/+1
* Transition: properly remove QPropery based bindingsFabian Kosmale2022-08-301-5/+10
* Doc: fix typo in QQuickAccessibleOliver Eftevaag2022-08-281-1/+1
* Fix bad rendering after text selectionShawn Rutledge2022-08-272-2/+22
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+1
* Doc: Drop duplicated wordPaul Wicking2022-08-251-1/+1
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-181-0/+2
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-161-0/+6
* Don't compress touch events in subscene DeliveryAgentsShawn Rutledge2022-08-151-0/+5
* doc: fix spelling error in qquicktreeview.cppRichard Moe Gustavsen2022-08-091-1/+1
* Clarify QSGRenderNode docsLaszlo Agocs2022-08-041-7/+8
* QQuickTextArea/Field: don't block hover eventsRichard Moe Gustavsen2022-07-192-1/+4
* Avoid use-after-free in QQuickPathViewUlf Hermann2022-07-182-3/+13
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-151-2/+5
* Fix memory leak in QQuickItemViewTransitionableItem::completeTransitionUlf Hermann2022-07-141-1/+2
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-132-2/+12
* QQuickItemPrivate::handlePointerEvent: avoid passive grabbers tooShawn Rutledge2022-07-132-7/+7
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if mouse eventShawn Rutledge2022-07-131-5/+11
* Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-07-121-3/+7
* Consistently set and reset QQuickPointerHandler's currentEventVolker Hilsheimer2022-07-121-3/+4
* QSGBatchRenderer::DrawSet: mark as Q_PRIMITIVE_TYPEMarc Mutz2022-07-091-0/+1
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+2
* Flickable: don't grab on press if already movingShawn Rutledge2022-07-041-2/+3
* Repeater: Add cancel culling of item description info from ObjectModelLu YaNing2022-07-011-2/+3
* QQuickWindow: Implement QWindowPrivate::clearFocusObject()Richard Moe Gustavsen2022-07-012-0/+8
* Ensure that when an item resizes, its layer resizes immediatelyShawn Rutledge2022-06-301-1/+3
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-271-10/+10
* Repeater: uncull items that come from ObjectModelChen Bin2022-06-271-0/+5
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-221-2/+21
* Doc: Update external page linkingTopi Reinio2022-06-201-27/+27
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-191-8/+10
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-181-0/+2
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-172-15/+32
* Fix alpha with native text renderingLaszlo Agocs2022-06-171-1/+2
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-083-8/+5
* QSGBatchRenderer: look for ShaderManager by type only, ignore nameMarc Mutz2022-06-041-1/+1
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-021-3/+20
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-201-1/+2