aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qquadpath.cpp
Commit message (Expand)AuthorAgeFilesLines
* Curverenderer: Cleanups & optimizations of intersection solvingEirik Aavitsland2024-04-111-10/+7
* Curve renderer: Use a common QQuadPath iterator functionEirik Aavitsland2024-04-031-3/+3
* Fix assert for certain dashed strokes in curve rendererEirik Aavitsland2024-04-031-1/+1
* Curverenderer: Clean up and optimize QQuadPath utility classEirik Aavitsland2024-03-221-12/+12
* Fix assert in curve renderer on arm64Eirik Aavitsland2024-02-231-1/+0
* Curve renderer: fix crash when path ends with moveToPaul Olav Tvete2024-02-081-0/+1
* Remove nested paths during intersection solvingMatthias Rauter2024-02-071-1/+14
* Curverenderer: Simplify the workaround for 3 element pathsEirik Aavitsland2024-01-241-7/+0
* Preprocess paths in svgtoqmlPaul Olav Tvete2024-01-231-2/+6
* Improve finding the fillside for horizontal linesMatthias Rauter2024-01-171-21/+27
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-171-8/+25
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-071-0/+123
* Curve renderer: drop the control point magic for line elementsEirik Aavitsland2023-12-081-7/+2
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-0/+802