aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes
Commit message (Expand)AuthorAgeFilesLines
* Add trimming functionality to ShapePathEirik Aavitsland2025-03-249-24/+154
* Add RectangleShape to QtQuick.Shapes.DesignHelpersMitch Curtis2025-03-0413-75/+953
* QuickShapes: Handle removals of ShapePaths correctlyEirik Aavitsland2025-01-314-1/+26
* QSGCurveProcessor: Replace bool isLine with TriangleFlagsShawn Rutledge2024-12-051-3/+3
* doc: Add note about assigning items directly to fillItemEskil Abrahamsen Blomfeldt2024-11-211-0/+16
* Curve renderer: Avoid keeping unneeded QuadPath objectEirik Aavitsland2024-10-142-25/+19
* Curve renderer: Avoid losing updates during async processingEirik Aavitsland2024-09-272-29/+41
* Curve renderer: Fix crash when root node is replacedEirik Aavitsland2024-09-042-0/+10
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-6/+6
* Curve renderer: cleanup and optimize fill node computationEirik Aavitsland2024-08-161-35/+42
* Curve renderer: fix crash in wireframe debug visualizationEirik Aavitsland2024-08-081-0/+3
* Avoid leaking nodes in when curve renderer is destroyedEirik Aavitsland2024-08-082-3/+18
* Doc: Fix linking issuesTopi Reinio2024-07-291-2/+3
* Shape: Add Q_DECLARE_OPERATORS_FOR_FLAGS for PathHintsKaj Grönholm2024-07-161-0/+2
* Tweak curve renderer codeKaj Grönholm2024-07-152-7/+3
* QuickShapes: Unify the renderers' handling of 0 strokeWidthEirik Aavitsland2024-07-122-5/+5
* Add QPainterPath API to all quick shape renderersMatthias Rauter2024-07-116-3/+16
* Use best practices in the Quick Shapes exampleEirik Aavitsland2024-07-031-3/+14
* Shapes: Straighten out some logging categoriesUlf Hermann2024-06-141-1/+1
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-111-1/+0
* Curve renderer: avoid unnecessary re-triangulationEirik Aavitsland2024-05-312-36/+27
* Don't update transform if it hasn't changedEskil Abrahamsen Blomfeldt2024-05-301-1/+4
* Texture fill for shapesEskil Abrahamsen Blomfeldt2024-05-2712-23/+517
* Add fillTransform property to ShapePathEirik Aavitsland2024-05-1415-23/+132
* doc: Fix mismatching enum names in property docsEskil Abrahamsen Blomfeldt2024-05-141-2/+2
* Add missing revisions for new 6.7 APIsVolker Hilsheimer2024-03-011-1/+1
* Add optimizations and simplifications for curve renderer fillEirik Aavitsland2024-02-241-0/+3
* Add performance benchmark test for curve rendererEirik Aavitsland2024-02-242-8/+15
* Partially revert "Make some properties in Qt Quick Shapes FINAL"Fabian Kosmale2024-02-141-31/+31
* doc: Add missing \since tags; wrap and indentShawn Rutledge2024-01-261-4/+8
* Curve renderer: Optimize overlap handlingPaul Olav Tvete2024-01-231-3/+1
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-172-3/+9
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-1512-53/+108
* Add new weatherforecast example for Qt Quick ShapesEskil Abrahamsen Blomfeldt2024-01-151-9/+13
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* Remove the use of Q_QUICKSHAPES_PRIVATE_EXPORTAlexey Edelev2024-01-094-13/+13
* Remove "tech preview" note for CurveRenderer APIEskil Abrahamsen Blomfeldt2024-01-081-21/+6
* Fix z-ordering of curve renderer strokeEirik Aavitsland2024-01-081-9/+6
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-072-0/+4
* QtQuick.Shapes: Mark boundingRect property as readonlyIvan Tkachenko2023-12-261-0/+1
* QtQuick.Shapes: Mark Shape properties as readonlyIvan Tkachenko2023-12-261-0/+2
* Maintain z order of shapepaths during update in CurveRendererEirik Aavitsland2023-11-291-7/+31
* Shapes: Add optimization flagsPaul Olav Tvete2023-11-233-0/+69
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-181-2/+0
* Shapes: extend boundingRect for SquareCapPaul Olav Tvete2023-11-161-1/+2
* Implement async mode for QuickShapes curve renderer backendEirik Aavitsland2023-11-163-99/+219
* Fix uninitialized read in Qt Quick ShapesEskil Abrahamsen Blomfeldt2023-11-151-2/+2
* Shapes: take strokeWidth into account for boundingRectPaul Olav Tvete2023-11-131-1/+2
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-1122-3984/+104
* Make the resource_name more unique in qt_add_shaders callLaszlo Agocs2023-11-091-7/+7