aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-111-1/+4
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-075-3/+44
* TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-30/+48
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-05-052-0/+14
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-054-132/+163
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-051-1/+3
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-051-1/+7
* ShaderEffect docs: Clarify vertex output/input naming requirementsLaszlo Agocs2021-05-031-2/+21
* Doc: Add a link to the page where the backends are listedVenugopal Shivashankar2021-05-031-1/+3
* QQuickDeliveryAgent::event(): handle tablet events explicitlyShawn Rutledge2021-04-281-0/+7
* Restore scene position after changing it during deliveryShawn Rutledge2021-04-271-0/+7
* Clear passive grabbers on press in QQWindow not in DeliveryAgentShawn Rutledge2021-04-192-5/+12
* Remove documentation references to NVPR rendererAndy Shaw2021-04-191-18/+1
* Fix documentationVolker Hilsheimer2021-04-171-0/+1
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+12
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-161-1/+1
* doc: demystify QSGOpenGLTexture::fromNativeExternalOES()Shawn Rutledge2021-04-131-2/+3
* Add QQuickDeliveryAgentPrivate::isHoverEvent()Shawn Rutledge2021-04-132-0/+13
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* QQuickItem: Do not dereference nullptrFabian Kosmale2021-03-311-1/+2
* Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-03-316-41/+40
* QQuickSinglePointHandler: don't reset the point in hover handlersRichard Moe Gustavsen2021-03-305-5/+18
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-291-9/+93
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-272-2/+26
* Warn when requesting GL/Vulkan but Qt is not configured for thoseLaszlo Agocs2021-03-261-0/+5
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-253-4/+7
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-241-3/+9
* QQuickItemAnimation: close potential memory leakVolker Hilsheimer2021-03-231-7/+4
* Call commitTextureOperations for small atlas texturesRoman Genkhel2021-03-231-1/+3
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-221-5/+5
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Clean up QSGRhiSupport wrt static functionsLaszlo Agocs2021-03-203-23/+19
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* Add assertions and checks on QQWinPriv::deliveryAgentPrivate()Shawn Rutledge2021-03-191-23/+55
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-121-4/+3
* Port shader code example in GridMesh docsLaszlo Agocs2021-03-101-13/+23
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-044-23/+67
* Extend ShaderEffect docs with a shader migration guideLaszlo Agocs2021-03-031-4/+158
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-02-281-1/+1
* QQuickDeliveryAgent: Do not send hover to deleted itemFabian Kosmale2021-02-281-1/+2
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-2519-509/+1115
* Split event delivery code from qqwindow into qqdeliveryagent.cppShawn Rutledge2021-02-253-1967/+2025
* Don't invalidate unaffected render ordersEskil Abrahamsen Blomfeldt2021-02-252-2/+25
* Remove Windows 7 VM workaround from rhi initLaszlo Agocs2021-02-191-11/+1
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* Doc: Fix warnings about snippets in qtdeclarativeNico Vertriest2021-02-192-2/+6