summaryrefslogtreecommitdiff
path: root/src/svg
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Symbol visibility fixes for RVCT4 on SymbianIain1-1/+1
2010-02-23doc: Added \since 4.6 to the properties.Martin Smith1-1/+3
2010-01-07Update copyright year to 2010Jason McDonald22-22/+22
2009-12-18Merge branch '4.5' into 4.6-stagingThiago Macieira1-16/+4
2009-12-18Fixed crash when parsing invalid polygons in svgs.Kim Motoyoshi Kalland1-16/+4
2009-12-17Fixed parsing of svg paths.Kim Motoyoshi Kalland1-4/+4
2009-12-15qreal-izationAleksandar Sasha Babic2-6/+6
2009-11-09Fixed handling of stroke-dashoffset in the SVG module.Kim Motoyoshi Kalland1-1/+4
2009-10-20Fixed the SVG paint engine to preserve whitespace when drawing text.Kim Motoyoshi Kalland1-0/+1
2009-10-05Fixed inheritence of whitespace mode in QtSvg.Kim Motoyoshi Kalland1-9/+5
2009-10-01Fix warnings on mingwThierry Bastian1-0/+2
2009-09-15doc: Fixed some qdoc errors.Martin Smith1-3/+14
2009-09-14Fixed gradient referencing in SVGs.Kim Motoyoshi Kalland9-159/+135
2009-09-10Fixed white-space handling in the SVG module.Kim Motoyoshi Kalland1-10/+13
2009-09-10Fixed handling of stop-color="currentColor" in the SVG module.Kim Motoyoshi Kalland2-14/+31
2009-09-09Make QGraphicsSvgItem a QGraphicsObject.Alexis Menard2-15/+11
2009-09-09Fixed text positioning in SVGs when using SVG fonts.Kim Motoyoshi Kalland1-1/+1
2009-09-09Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila22-88/+88
2009-09-09Fixes for compiler warnings reported by RVCTJanne Anttila2-22/+9
2009-09-09Update license headers again.Jason McDonald22-88/+88
2009-09-08Update license headers again.Jason McDonald22-88/+88
2009-09-07Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.Kim Motoyoshi Kalland1-10/+13
2009-09-03Unbreak static compile (due to symbol conflicts).Ariya Hidayat1-21/+21
2009-09-02fix warnings on mingwThierry Bastian1-0/+1
2009-09-02Prospective build fix for SVG parsing.Ariya Hidayat1-1/+71
2009-09-02Speed-up id look-up for SVG node.Ariya Hidayat1-10/+16
2009-09-02Faster SVG color parsing by tackling the #rrggbb color early.Ariya Hidayat1-31/+47
2009-09-02Minor speed-up when parsing SVG color.Ariya Hidayat1-20/+34
2009-09-02Optimize SVG color decoding.Ariya Hidayat1-19/+22
2009-09-02Use QStringRef when parsing SVG color opacity.Ariya Hidayat1-7/+5
2009-09-02Simplify SVG color parsing when the color is opaque.Ariya Hidayat1-3/+3
2009-09-01Speed-up parsing of SVG path data.Ariya Hidayat1-117/+127
2009-09-01Use QStringRef when parsing SVG transformation matrix.Ariya Hidayat1-8/+31
2009-08-31Minor improvement when parsing matrix transformation in SVG.Ariya Hidayat1-1/+24
2009-08-31Speed-up floating-point decoding for SVG parsing.Ariya Hidayat1-4/+11
2009-08-31Faster cut-off when SVG "display" attribute is not explicitly set.Ariya Hidayat1-2/+3
2009-08-31Speed-up parseCoreNode() for SVG parsing.Ariya Hidayat1-15/+37
2009-08-31Fix wrong checks in commit fd8ced2f.Ariya Hidayat1-16/+16
2009-08-31Faster cut-off when SVG composition op is not explicitly set.Ariya Hidayat1-2/+3
2009-08-31Speed-up SVG font attributes parsingAriya Hidayat1-33/+26
2009-08-31Group the stroke attributes for 3.5% speed-up in QSvgAttributes.Ariya Hidayat1-32/+38
2009-08-31Use QStringRef in parseVisibility for SVG parsing.Ariya Hidayat1-3/+2
2009-08-31Faster cut-off in SVG parsing when there is no explicit opacity.Ariya Hidayat1-0/+3
2009-08-31Faster cut-off in SVG parsing when there is no transformation.Ariya Hidayat1-4/+4
2009-08-31Speed-up parsePen() function for SVG parsing.Ariya Hidayat1-50/+42
2009-08-31Speed-up parseBrush() function for SVG parsing.Ariya Hidayat1-17/+14
2009-08-31Faster attributes iteration in QSvgAttributes constructor.Ariya Hidayat1-99/+157
2009-08-31Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2-4/+7
2009-08-31Merge branch '4.5' into 4.6Thiago Macieira22-286/+286
2009-08-31Find the cached bounds only when necessary.Ariya Hidayat2-4/+7