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.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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary copy and detach in QSGDefaultPainterNode
Allan Sandfeld Jensen
5 days
1
-0
/
+2
*
Doc: Fix Linking issues
Topi Reinio
2025-05-20
1
-2
/
+2
*
Add 16-bit/32-bit floating point support for QSGPlainTexture
Kristoffer Skau
2025-03-24
1
-7
/
+55
*
Re-enable Fbo mode in QQuickPaintedItem with OpenGL only
Laszlo Agocs
2024-10-15
2
-21
/
+237
*
sg: atlas: Prioritize ARGB32 formats
Laszlo Agocs
2024-08-01
1
-2
/
+17
*
QtQuick: Straighten out some logging categories
Ulf Hermann
2024-06-19
1
-2
/
+3
*
Add fillTransform property to ShapePath
Eirik Aavitsland
2024-05-14
2
-0
/
+115
*
Curverenderer: Cleanups & optimizations of intersection solving
Eirik Aavitsland
2024-04-11
1
-10
/
+7
*
Curve renderer: Use a common QQuadPath iterator function
Eirik Aavitsland
2024-04-03
2
-9
/
+11
*
Fix assert for certain dashed strokes in curve renderer
Eirik Aavitsland
2024-04-03
1
-1
/
+1
*
Curverenderer: Clean up and optimize QQuadPath utility class
Eirik Aavitsland
2024-03-22
2
-20
/
+20
*
Export QQuadPath::Element for private API
Matthias Rauter
2024-03-06
1
-1
/
+1
*
QSGTextNode: Use NVI to avoid repeating default arguments
Eskil Abrahamsen Blomfeldt
2024-02-29
2
-24
/
+78
*
Fix assert in curve renderer on arm64
Eirik Aavitsland
2024-02-23
1
-1
/
+0
*
Replace QSGTextNode::smooth with QSGTextNode::filtering
Eskil Abrahamsen Blomfeldt
2024-02-15
2
-8
/
+13
*
Curve renderer: fix crash when path ends with moveTo
Paul Olav Tvete
2024-02-08
1
-0
/
+1
*
Remove nested paths during intersection solving
Matthias Rauter
2024-02-07
2
-1
/
+18
*
Remove empty override of destructor in QSGTextNode
Eskil Abrahamsen Blomfeldt
2024-02-01
2
-2
/
+4
*
Curverenderer: Simplify the workaround for 3 element paths
Eirik Aavitsland
2024-01-24
1
-7
/
+0
*
doc: Add a note about destruction of QSGTextNode
Eskil Abrahamsen Blomfeldt
2024-01-24
1
-0
/
+9
*
Preprocess paths in svgtoqml
Paul Olav Tvete
2024-01-23
2
-3
/
+7
*
Curve renderer: Handle ambiguous points
Paul Olav Tvete
2024-01-18
1
-0
/
+2
*
Improve finding the fillside for horizontal lines
Matthias Rauter
2024-01-17
2
-22
/
+28
*
Use shape hints in the curve renderer
Paul Olav Tvete
2024-01-17
2
-13
/
+66
*
Add clear() function to QSGTextNode interface
Eskil Abrahamsen Blomfeldt
2024-01-16
2
-0
/
+15
*
scenegraph: Add plumbing for enabling multiview
Laszlo Agocs
2024-01-15
4
-42
/
+53
*
Add underlying types to new enum types
Eskil Abrahamsen Blomfeldt
2024-01-12
1
-2
/
+2
*
Change QSGTextNode::anchorColor to QSGTextNode::linkColor
Eskil Abrahamsen Blomfeldt
2024-01-09
2
-6
/
+6
*
Remove the use of Q_QUICK_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
8
-12
/
+12
*
Detect and remove self intersections of QQuadPath
Matthias Rauter
2024-01-07
2
-4
/
+152
*
Curve renderer: drop the control point magic for line elements
Eirik Aavitsland
2023-12-08
2
-7
/
+16
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
6
-1
/
+1263
*
Doc: Fix undocumented parameters and broken links
Topi Reinio
2023-09-15
1
-7
/
+7
*
Doc: Fix documentation warnings in Qt Qml and Quick docs
Topi Reinio
2023-09-15
1
-1
/
+1
*
Make text node scenegraph API public
Eskil Abrahamsen Blomfeldt
2023-09-01
2
-0
/
+327
*
sg: Fix dirty bit when changing mirror for QSGSimpleTextureNode
Laszlo Agocs
2023-07-31
1
-1
/
+1
*
Adapt to the RHI API concept
Laszlo Agocs
2023-05-22
3
-3
/
+3
*
QSGDefaultPainterNode: Skip fillRect for invalid fill color
Morten Sørvig
2023-03-23
1
-1
/
+2
*
QSGDefaultPainterNode: Set format to RGBA8888_Premultiplied
Morten Sørvig
2023-02-27
1
-1
/
+1
*
Enable D3D12
Laszlo Agocs
2023-02-14
2
-3
/
+4
*
QtQuick: Fix warnings about fields anonymous namespaces
Friedemann Kleint
2023-02-03
1
-8
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
35
-1330
/
+70
*
Allow specifies the native format on QSGPlainTexture
JiDe Zhang
2022-05-31
2
-2
/
+13
*
Quick: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
scenegraph: do not rely on transitive includes
Fabian Kosmale
2022-03-11
1
-0
/
+1
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-10
2
-0
/
+2
*
Make atlas texture size calculation more robust
Laszlo Agocs
2022-02-24
1
-2
/
+7
*
Allow loading images from arbitrary QIODevice subclasses
Shawn Rutledge
2022-02-17
1
-0
/
+2
*
Make atlasing of compressed textures opt-in again
Eirik Aavitsland
2021-12-16
1
-2
/
+2
*
Don't dereference nullptr when updating materials
Volker Hilsheimer
2021-12-08
1
-0
/
+4
[next]