index
:
qt/qtsvg.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
wip/cmake
Qt SVG
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
/
qsvghandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trim the extra spaces in an id
Hatem ElKharashy
2025-06-19
1
-1
/
+1
*
Return a std::optional<QStringView> from getAttributeId()
Robert Löhning
2025-06-16
1
-7
/
+7
*
Refactor idFromUrl()
Robert Löhning
2025-06-11
1
-27
/
+15
*
Clean up QSvgHandler with focus on strings
Matthias Rauter
2025-06-02
1
-241
/
+204
*
Fix radial gradient unit parsing
Hatem ElKharashy
2025-05-21
1
-5
/
+5
*
Merge redundant code from parseExtendedAttributes()
Robert Löhning
2025-05-20
1
-54
/
+25
*
Replace 2 int based loops with range loops
Matthias Rauter
2025-05-20
1
-4
/
+2
*
Parse CSS animation properties separately
Hatem ElKharashy
2025-04-25
1
-96
/
+12
*
Respect transform order in CSS animation
Hatem ElKharashy
2025-04-24
1
-17
/
+22
*
Fix missing style lookup for gradients
Hatem ElKharashy
2025-04-07
1
-7
/
+16
*
Fix issues with stroke animations
Hatem ElKharashy
2025-04-07
1
-12
/
+16
*
Fix the order of applying style to SVG nodes
Hatem ElKharashy
2025-03-27
1
-209
/
+38
*
Refactor: Move CSS parsing to QSvgCssHandler
Hatem ElKharashy
2025-03-27
1
-294
/
+13
*
Parse css animation properties with multiple values
Hatem ElKharashy
2025-03-27
1
-11
/
+62
*
Remove unused function from QSvgStyleSelector
Hatem ElKharashy
2025-03-19
1
-35
/
+0
*
Use qDecodeDataUrl to parse image from data url
Matthias Rauter
2025-03-14
1
-5
/
+5
*
Deduplicate polygon parsing code
Robert Löhning
2025-03-13
1
-26
/
+19
*
Mark qsvghandler as security sensitive
Hatem ElKharashy
2025-03-11
1
-0
/
+1
*
Fix font family out of bound access
Hatem ElKharashy
2025-03-11
1
-1
/
+1
*
Guard against empty polygons
Robert Löhning
2025-03-07
1
-0
/
+3
*
Fix rendering lines with zero length
Hatem ElKharashy
2025-02-28
1
-0
/
+3
*
Support CSS transform animations
Hatem ElKharashy
2025-02-11
1
-41
/
+14
*
Move common functions to utils file
Hatem ElKharashy
2025-02-10
1
-379
/
+209
*
Fix cycle detection in <use> elements
Eskil Abrahamsen Blomfeldt
2025-01-22
1
-0
/
+4
*
Fix stack overflow caused by cyclic references
Robert Löhning
2025-01-17
1
-6
/
+9
*
Animations: Fix parsing skewY values
Hatem ElKharashy
2024-12-03
1
-1
/
+1
*
Animation: Add a manually controlled animator
Hatem ElKharashy
2024-12-02
1
-5
/
+16
*
Fix compilation error with static builds
Hatem ElKharashy
2024-11-18
1
-78
/
+80
*
Animations: Add options to disable animations
Hatem ElKharashy
2024-11-15
1
-3
/
+3
*
Animations: Add support for xlink:href
Hatem ElKharashy
2024-11-14
1
-1
/
+16
*
Animations: Add support for CSS animations
Hatem ElKharashy
2024-11-14
1
-21
/
+117
*
Animations: Move animations from style
Hatem ElKharashy
2024-10-24
1
-67
/
+123
*
Animations: Create animation classes
Hatem ElKharashy
2024-10-18
1
-5
/
+5
*
Animations: Add animation properties to QSvgAttributes
Hatem ElKharashy
2024-10-15
1
-0
/
+27
*
Refactor svg animations
Hatem ElKharashy
2024-09-18
1
-35
/
+38
*
Validate animateColor's attributeName
Hatem ElKharashy
2024-09-06
1
-0
/
+3
*
Correct the calculation of the buffer sizes in filter
Matthias Rauter
2024-07-30
1
-16
/
+37
*
Add filter primitive "feBlend" to QtSVG
Magdalena Stojek
2024-07-03
1
-1
/
+30
*
Also accept href in addtion to xlink:href
Matthias Rauter
2024-06-18
1
-0
/
+2
*
Set flood-opacity even when flood-color is missing
Matthias Rauter
2024-06-11
1
-1
/
+6
*
Add AssumeTrustedSource Option flag
Eirik Aavitsland
2024-05-26
1
-2
/
+1
*
Reduce local variable's scope
Robert Löhning
2024-05-07
1
-1
/
+1
*
Guard against null pointer deref
Robert Löhning
2024-05-07
1
-3
/
+5
*
Skip rendering filters with unsupported primitives
Hatem ElKharashy
2024-05-06
1
-18
/
+68
*
Enabler: Pass filename through QSvgImage node
Eskil Abrahamsen Blomfeldt
2024-04-29
1
-1
/
+11
*
Support loading image file whose name begin with "data"
Eskil Abrahamsen Blomfeldt
2024-04-25
1
-3
/
+3
*
Consider the % symbol for the filter size
Matthias Rauter
2024-04-19
1
-0
/
+16
*
Draw solid line if all elements in stroke-dasharray are zero
Wladimir Leuschner
2024-03-21
1
-4
/
+18
*
Enable <use> elements in <mask> and propagate state to mask children
Matthias Rauter
2024-03-15
1
-0
/
+1
*
Fix a crash when SVG files are loaded recursively
Matthias Rauter
2024-02-20
1
-1
/
+4
[next]