index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
scenegraph
/
qsgcurveprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port away from QPair
Zhao Yuhang
2025-04-12
1
-9
/
+9
*
Use std::array instead of C-style array
Matthias Rauter
2025-03-28
1
-2
/
+2
*
QSGCurveProcessor: Replace bool isLine with TriangleFlags
Shawn Rutledge
2024-12-05
1
-6
/
+8
*
Tweak curve renderer code
Kaj Grönholm
2024-07-15
1
-3
/
+3
*
QtQuick: Straighten out some logging categories
Ulf Hermann
2024-06-19
1
-1
/
+1
*
Be more careful in intersection solver at start/end of segment 1
Matthias Rauter
2024-06-05
1
-1
/
+1
*
Curverenderer: Cleanups & optimizations of intersection solving
Eirik Aavitsland
2024-04-11
1
-33
/
+44
*
Curve renderer: Use a common QQuadPath iterator function
Eirik Aavitsland
2024-04-03
1
-51
/
+34
*
Add optimizations and simplifications for curve renderer fill
Eirik Aavitsland
2024-02-24
1
-35
/
+34
*
curve renderer: Fix crash when splitting elements
Eskil Abrahamsen Blomfeldt
2024-02-08
1
-2
/
+3
*
Remove nested paths during intersection solving
Matthias Rauter
2024-02-07
1
-8
/
+142
*
Return from intersection solver early if path is empty
Matthias Rauter
2024-02-04
1
-0
/
+4
*
Fix a bug in intersection solving
Matthias Rauter
2024-01-31
1
-65
/
+97
*
Fix bug in intersection solver, triggered by SimpleShape.qml
Matthias Rauter
2024-01-31
1
-4
/
+11
*
Set non-intersecting flag if path has no intersections
Paul Olav Tvete
2024-01-26
1
-0
/
+1
*
Curverenderer: Simplify the workaround for 3 element paths
Eirik Aavitsland
2024-01-24
1
-0
/
+3
*
Curve renderer: Optimize overlap handling
Paul Olav Tvete
2024-01-23
1
-85
/
+8
*
Preprocess paths in svgtoqml
Paul Olav Tvete
2024-01-23
1
-14
/
+24
*
Curve renderer: Handle ambiguous points
Paul Olav Tvete
2024-01-18
1
-50
/
+69
*
Fix intersections that coincide with a vertex
Matthias Rauter
2024-01-18
1
-17
/
+35
*
Use shape hints in the curve renderer
Paul Olav Tvete
2024-01-17
1
-2
/
+10
*
Return status of solveIntersections
Matthias Rauter
2024-01-17
1
-6
/
+7
*
Detect and remove self intersections of QQuadPath
Matthias Rauter
2024-01-07
1
-10
/
+630
*
Curve renderer: drop the control point magic for line elements
Eirik Aavitsland
2023-12-08
1
-4
/
+8
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
1
-0
/
+1109