index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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
/
quickshapes
/
qquickshapecurverenderer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add trimming functionality to ShapePath
Eirik Aavitsland
2025-03-24
1
-7
/
+0
*
QuickShapes: Handle removals of ShapePaths correctly
Eirik Aavitsland
2025-01-31
1
-0
/
+10
*
QSGCurveProcessor: Replace bool isLine with TriangleFlags
Shawn Rutledge
2024-12-05
1
-3
/
+3
*
Curve renderer: Avoid keeping unneeded QuadPath object
Eirik Aavitsland
2024-10-14
1
-22
/
+17
*
Curve renderer: Avoid losing updates during async processing
Eirik Aavitsland
2024-09-27
1
-28
/
+39
*
Curve renderer: Fix crash when root node is replaced
Eirik Aavitsland
2024-09-04
1
-0
/
+9
*
Curve renderer: cleanup and optimize fill node computation
Eirik Aavitsland
2024-08-16
1
-35
/
+42
*
Curve renderer: fix crash in wireframe debug visualization
Eirik Aavitsland
2024-08-08
1
-0
/
+3
*
Avoid leaking nodes in when curve renderer is destroyed
Eirik Aavitsland
2024-08-08
1
-3
/
+17
*
Tweak curve renderer code
Kaj Grönholm
2024-07-15
1
-6
/
+3
*
Curve renderer: avoid unnecessary re-triangulation
Eirik Aavitsland
2024-05-31
1
-34
/
+20
*
Texture fill for shapes
Eskil Abrahamsen Blomfeldt
2024-05-27
1
-3
/
+43
*
Add fillTransform property to ShapePath
Eirik Aavitsland
2024-05-14
1
-0
/
+8
*
Add optimizations and simplifications for curve renderer fill
Eirik Aavitsland
2024-02-24
1
-0
/
+3
*
Add performance benchmark test for curve renderer
Eirik Aavitsland
2024-02-24
1
-5
/
+11
*
Curve renderer: Optimize overlap handling
Paul Olav Tvete
2024-01-23
1
-3
/
+1
*
Use shape hints in the curve renderer
Paul Olav Tvete
2024-01-17
1
-3
/
+8
*
scenegraph: Add plumbing for enabling multiview
Laszlo Agocs
2024-01-15
1
-10
/
+12
*
Fix z-ordering of curve renderer stroke
Eirik Aavitsland
2024-01-08
1
-9
/
+6
*
Detect and remove self intersections of QQuadPath
Matthias Rauter
2024-01-07
1
-0
/
+3
*
Maintain z order of shapepaths during update in CurveRenderer
Eirik Aavitsland
2023-11-29
1
-7
/
+31
*
Implement async mode for QuickShapes curve renderer backend
Eirik Aavitsland
2023-11-16
1
-78
/
+171
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
1
-1117
/
+78
*
Harden curve node polymorphy
Eskil Abrahamsen Blomfeldt
2023-10-05
1
-15
/
+15
*
Curve renderer: quick fix for unsafe static_cast
Paul Olav Tvete
2023-10-04
1
-2
/
+7
*
Use categorized logging for debug messages from curve renderer
Eirik Aavitsland
2023-08-28
1
-2
/
+2
*
Curve renderer: reduce size of external triangles
Paul Olav Tvete
2023-08-25
1
-40
/
+37
*
Further Qt Quick Shapes curve renderer improvements
Paul Olav Tvete
2023-08-18
1
-914
/
+402
*
Improve Qt Quick Shapes curve renderer strokes
Eskil Abrahamsen Blomfeldt
2023-07-14
1
-1211
/
+657
*
Improvements to curve renderer
Eskil Abrahamsen Blomfeldt
2023-06-22
1
-222
/
+1147
*
Code cleanup for the curve renderer
Paul Olav Tvete
2023-05-30
1
-37
/
+4
*
Introduce hardware accelerated curve renderer for Shapes
Eskil Abrahamsen Blomfeldt
2023-05-26
1
-0
/
+1828