aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes/qquickshapecurverenderer_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add trimming functionality to ShapePathEirik Aavitsland2025-03-241-1/+0
* QuickShapes: Handle removals of ShapePaths correctlyEirik Aavitsland2025-01-311-0/+1
* Curve renderer: Avoid keeping unneeded QuadPath objectEirik Aavitsland2024-10-141-3/+2
* Curve renderer: Avoid losing updates during async processingEirik Aavitsland2024-09-271-1/+2
* Curve renderer: Fix crash when root node is replacedEirik Aavitsland2024-09-041-0/+1
* Avoid leaking nodes in when curve renderer is destroyedEirik Aavitsland2024-08-081-0/+1
* Tweak curve renderer codeKaj Grönholm2024-07-151-1/+0
* Add QPainterPath API to all quick shape renderersMatthias Rauter2024-07-111-1/+1
* Curve renderer: avoid unnecessary re-triangulationEirik Aavitsland2024-05-311-2/+7
* Texture fill for shapesEskil Abrahamsen Blomfeldt2024-05-271-1/+4
* Add fillTransform property to ShapePathEirik Aavitsland2024-05-141-0/+2
* Add performance benchmark test for curve rendererEirik Aavitsland2024-02-241-3/+4
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-171-0/+1
* Remove the use of Q_QUICKSHAPES_PRIVATE_EXPORTAlexey Edelev2024-01-091-2/+2
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-071-0/+1
* Implement async mode for QuickShapes curve renderer backendEirik Aavitsland2023-11-161-16/+44
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-8/+8
* Harden curve node polymorphyEskil Abrahamsen Blomfeldt2023-10-051-4/+5
* Further Qt Quick Shapes curve renderer improvementsPaul Olav Tvete2023-08-181-233/+5
* Improve Qt Quick Shapes curve renderer strokesEskil Abrahamsen Blomfeldt2023-07-141-25/+28
* Improvements to curve rendererEskil Abrahamsen Blomfeldt2023-06-221-2/+7
* Code cleanup for the curve rendererPaul Olav Tvete2023-05-301-13/+10
* Introduce hardware accelerated curve renderer for ShapesEskil Abrahamsen Blomfeldt2023-05-261-0/+345