aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcurveprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Curverenderer: Cleanups & optimizations of intersection solvingEirik Aavitsland2024-04-111-33/+44
* Curve renderer: Use a common QQuadPath iterator functionEirik Aavitsland2024-04-031-51/+34
* Add optimizations and simplifications for curve renderer fillEirik Aavitsland2024-02-241-35/+34
* curve renderer: Fix crash when splitting elementsEskil Abrahamsen Blomfeldt2024-02-081-2/+3
* Remove nested paths during intersection solvingMatthias Rauter2024-02-071-8/+142
* Return from intersection solver early if path is emptyMatthias Rauter2024-02-041-0/+4
* Fix a bug in intersection solvingMatthias Rauter2024-01-311-65/+97
* Fix bug in intersection solver, triggered by SimpleShape.qmlMatthias Rauter2024-01-311-4/+11
* Set non-intersecting flag if path has no intersectionsPaul Olav Tvete2024-01-261-0/+1
* Curverenderer: Simplify the workaround for 3 element pathsEirik Aavitsland2024-01-241-0/+3
* Curve renderer: Optimize overlap handlingPaul Olav Tvete2024-01-231-85/+8
* Preprocess paths in svgtoqmlPaul Olav Tvete2024-01-231-14/+24
* Curve renderer: Handle ambiguous pointsPaul Olav Tvete2024-01-181-50/+69
* Fix intersections that coincide with a vertexMatthias Rauter2024-01-181-17/+35
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-171-2/+10
* Return status of solveIntersectionsMatthias Rauter2024-01-171-6/+7
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-071-10/+630
* Curve renderer: drop the control point magic for line elementsEirik Aavitsland2023-12-081-4/+8
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-0/+1109