index
:
~jbarnes/qt-wayland
4.5
4.6
4.6-stable
4.7
4.7-stable
master
master-stable
Patches to support Qt on Wayland
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
svg
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-15
Symbol visibility fixes for RVCT4 on Symbian
Iain
1
-1
/
+1
2010-02-23
doc: Added \since 4.6 to the properties.
Martin Smith
1
-1
/
+3
2010-01-07
Update copyright year to 2010
Jason McDonald
22
-22
/
+22
2009-12-18
Merge branch '4.5' into 4.6-staging
Thiago Macieira
1
-16
/
+4
2009-12-18
Fixed crash when parsing invalid polygons in svgs.
Kim Motoyoshi Kalland
1
-16
/
+4
2009-12-17
Fixed parsing of svg paths.
Kim Motoyoshi Kalland
1
-4
/
+4
2009-12-15
qreal-ization
Aleksandar Sasha Babic
2
-6
/
+6
2009-11-09
Fixed handling of stroke-dashoffset in the SVG module.
Kim Motoyoshi Kalland
1
-1
/
+4
2009-10-20
Fixed the SVG paint engine to preserve whitespace when drawing text.
Kim Motoyoshi Kalland
1
-0
/
+1
2009-10-05
Fixed inheritence of whitespace mode in QtSvg.
Kim Motoyoshi Kalland
1
-9
/
+5
2009-10-01
Fix warnings on mingw
Thierry Bastian
1
-0
/
+2
2009-09-15
doc: Fixed some qdoc errors.
Martin Smith
1
-3
/
+14
2009-09-14
Fixed gradient referencing in SVGs.
Kim Motoyoshi Kalland
9
-159
/
+135
2009-09-10
Fixed white-space handling in the SVG module.
Kim Motoyoshi Kalland
1
-10
/
+13
2009-09-10
Fixed handling of stop-color="currentColor" in the SVG module.
Kim Motoyoshi Kalland
2
-14
/
+31
2009-09-09
Make QGraphicsSvgItem a QGraphicsObject.
Alexis Menard
2
-15
/
+11
2009-09-09
Fixed text positioning in SVGs when using SVG fonts.
Kim Motoyoshi Kalland
1
-1
/
+1
2009-09-09
Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6
Janne Anttila
22
-88
/
+88
2009-09-09
Fixes for compiler warnings reported by RVCT
Janne Anttila
2
-22
/
+9
2009-09-09
Update license headers again.
Jason McDonald
22
-88
/
+88
2009-09-08
Update license headers again.
Jason McDonald
22
-88
/
+88
2009-09-07
Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.
Kim Motoyoshi Kalland
1
-10
/
+13
2009-09-03
Unbreak static compile (due to symbol conflicts).
Ariya Hidayat
1
-21
/
+21
2009-09-02
fix warnings on mingw
Thierry Bastian
1
-0
/
+1
2009-09-02
Prospective build fix for SVG parsing.
Ariya Hidayat
1
-1
/
+71
2009-09-02
Speed-up id look-up for SVG node.
Ariya Hidayat
1
-10
/
+16
2009-09-02
Faster SVG color parsing by tackling the #rrggbb color early.
Ariya Hidayat
1
-31
/
+47
2009-09-02
Minor speed-up when parsing SVG color.
Ariya Hidayat
1
-20
/
+34
2009-09-02
Optimize SVG color decoding.
Ariya Hidayat
1
-19
/
+22
2009-09-02
Use QStringRef when parsing SVG color opacity.
Ariya Hidayat
1
-7
/
+5
2009-09-02
Simplify SVG color parsing when the color is opaque.
Ariya Hidayat
1
-3
/
+3
2009-09-01
Speed-up parsing of SVG path data.
Ariya Hidayat
1
-117
/
+127
2009-09-01
Use QStringRef when parsing SVG transformation matrix.
Ariya Hidayat
1
-8
/
+31
2009-08-31
Minor improvement when parsing matrix transformation in SVG.
Ariya Hidayat
1
-1
/
+24
2009-08-31
Speed-up floating-point decoding for SVG parsing.
Ariya Hidayat
1
-4
/
+11
2009-08-31
Faster cut-off when SVG "display" attribute is not explicitly set.
Ariya Hidayat
1
-2
/
+3
2009-08-31
Speed-up parseCoreNode() for SVG parsing.
Ariya Hidayat
1
-15
/
+37
2009-08-31
Fix wrong checks in commit fd8ced2f.
Ariya Hidayat
1
-16
/
+16
2009-08-31
Faster cut-off when SVG composition op is not explicitly set.
Ariya Hidayat
1
-2
/
+3
2009-08-31
Speed-up SVG font attributes parsing
Ariya Hidayat
1
-33
/
+26
2009-08-31
Group the stroke attributes for 3.5% speed-up in QSvgAttributes.
Ariya Hidayat
1
-32
/
+38
2009-08-31
Use QStringRef in parseVisibility for SVG parsing.
Ariya Hidayat
1
-3
/
+2
2009-08-31
Faster cut-off in SVG parsing when there is no explicit opacity.
Ariya Hidayat
1
-0
/
+3
2009-08-31
Faster cut-off in SVG parsing when there is no transformation.
Ariya Hidayat
1
-4
/
+4
2009-08-31
Speed-up parsePen() function for SVG parsing.
Ariya Hidayat
1
-50
/
+42
2009-08-31
Speed-up parseBrush() function for SVG parsing.
Ariya Hidayat
1
-17
/
+14
2009-08-31
Faster attributes iteration in QSvgAttributes constructor.
Ariya Hidayat
1
-99
/
+157
2009-08-31
Merge branch '4.6' of git:qt/qt into 4.6
Thiago Macieira
2
-4
/
+7
2009-08-31
Merge branch '4.5' into 4.6
Thiago Macieira
22
-286
/
+286
2009-08-31
Find the cached bounds only when necessary.
Ariya Hidayat
2
-4
/
+7
[next]