aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
* QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
* Styled text: Remove an unneeded QString allocation and copyMårten Nordheim2022-03-191-2/+2
* QSGMaterialShader: make header QT_TYPESAFE_FLAGS-cleanMarc Mutz2022-03-171-2/+2
* Doc: Fix ambiguous transition qml type linksAndreas Eliasson2022-03-141-4/+4
* Ensure that image providers scale by defaultMitch Curtis2022-03-111-4/+2
* fix doc for DragHandlerChunLin Wang2022-03-111-1/+1
* Doc: make validator documentation more discoverableMitch Curtis2022-03-091-0/+6
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-032-15/+45
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-022-3/+9
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-011-5/+5
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-011-3/+9
* Fix tracking of sg initialized state in rendercontrolLaszlo Agocs2022-02-221-0/+1
* Doc: Turn notes into section in QQuickWidget overviewKai Köhne2022-02-181-0/+1
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-162-0/+71
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-161-2/+2
* QQuickFontLoader: replace a QVector with QDuplicateTrackerMarc Mutz2022-02-151-7/+5
* Mark QQuickRenderControl constructor explicitShawn Rutledge2022-02-121-1/+1
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-091-5/+5
* Correctly handle QQuickState::whenFabian Kosmale2022-02-081-1/+9
* TreeView: add missing QML_ADDED_IN_VERSIONShawn Rutledge2022-02-041-0/+1
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-042-5/+5
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-2/+41
* doc: Fix a typo in a See Also link from QQuickText::boundingRect()Shawn Rutledge2022-01-281-1/+1
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-281-2/+3
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-271-1/+1
* Doc: Avoid duplicated qt.labs.qmlmodels documentationKai Köhne2022-01-271-2/+4
* Query the redirect rt size only once in renderSceneGraphLaszlo Agocs2022-01-271-3/+3
* QQuickRenderControl ctor: fix style and let parent default to nullptrShawn Rutledge2022-01-271-1/+1
* Add qmltc to QtQuick's tools and utilitiesAndrei Golubev2022-01-261-0/+15
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-6/+8
* Use qt.qml.states logging category instead of STATECHANGE_DEBUG envShawn Rutledge2022-01-213-24/+19
* Use the deprecation macro for CustomCompileStepLaszlo Agocs2022-01-211-1/+6
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-202-2/+7
* ShaderEffect: Make uniform setting saferLaszlo Agocs2022-01-171-39/+43
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-164-29/+27
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-161-0/+3
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-135-2/+6
* QQuickPalette: replace a QFlatMap with std::array<.,3>Marc Mutz2022-01-132-13/+27
* Remove uses of QMutableSinglePointEvent::mutablePoint()Marc Mutz2022-01-131-3/+3
* scenegraph: Make the vertex/index buffer logic more robustLaszlo Agocs2022-01-131-17/+34
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-1/+6
* Doc: Adjust regular expression for suppressing warningsTopi Reinio2022-01-061-1/+1
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-061-1/+1
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-5/+22
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-062-16/+22
* Fix edge cases in arcToDelf Neumärker2022-01-052-18/+13