summaryrefslogtreecommitdiffstats
path: root/src/svg/qsvghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fixed parsing of SVGs with absolute font sizes.Kim Motoyoshi Kalland2010-09-301-1/+32
* Fix static build on Windows with MinGW.Mark Brand2010-08-301-1/+1
* Null pointer checkPaul Olav Tvete2010-04-281-1/+1
* Fixed assert failure when trying to load invalid SVG file.Kim Motoyoshi Kalland2010-04-201-1/+8
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-1/+1
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
* | Fixed rounded SVG rectangles when 'rx' or 'ry' is 0.Kim Motoyoshi Kalland2010-03-111-2/+2
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-181-16/+4
|\
| * Fixed crash when parsing invalid polygons in svgs.Kim Motoyoshi Kalland2009-12-181-16/+4
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Fixed parsing of svg paths.Kim Motoyoshi Kalland2009-12-171-4/+4
* | qreal-izationAleksandar Sasha Babic2009-12-151-4/+4
* | Fixed inheritence of whitespace mode in QtSvg.Kim Motoyoshi Kalland2009-10-051-9/+5
* | Fix warnings on mingwThierry Bastian2009-10-011-0/+2
* | Fixed gradient referencing in SVGs.Kim Motoyoshi Kalland2009-09-141-52/+42
* | Fixed white-space handling in the SVG module.Kim Motoyoshi Kalland2009-09-101-10/+13
* | Fixed handling of stop-color="currentColor" in the SVG module.Kim Motoyoshi Kalland2009-09-101-14/+29
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-4/+4
|\ \
| * | Update license headers again.Jason McDonald2009-09-091-4/+4
* | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-091-2/+1
|/ /
* | Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.Kim Motoyoshi Kalland2009-09-071-10/+13
* | Unbreak static compile (due to symbol conflicts).Ariya Hidayat2009-09-031-21/+21
* | Prospective build fix for SVG parsing.Ariya Hidayat2009-09-021-1/+71
* | Speed-up id look-up for SVG node.Ariya Hidayat2009-09-021-10/+16
* | Faster SVG color parsing by tackling the #rrggbb color early.Ariya Hidayat2009-09-021-31/+47
* | Minor speed-up when parsing SVG color.Ariya Hidayat2009-09-021-20/+34
* | Optimize SVG color decoding.Ariya Hidayat2009-09-021-19/+22
* | Use QStringRef when parsing SVG color opacity.Ariya Hidayat2009-09-021-7/+5
* | Simplify SVG color parsing when the color is opaque.Ariya Hidayat2009-09-021-3/+3
* | Speed-up parsing of SVG path data.Ariya Hidayat2009-09-011-117/+127
* | Use QStringRef when parsing SVG transformation matrix.Ariya Hidayat2009-09-011-8/+31
* | Minor improvement when parsing matrix transformation in SVG.Ariya Hidayat2009-08-311-1/+24
* | Speed-up floating-point decoding for SVG parsing.Ariya Hidayat2009-08-311-4/+11
* | Faster cut-off when SVG "display" attribute is not explicitly set.Ariya Hidayat2009-08-311-2/+3
* | Speed-up parseCoreNode() for SVG parsing.Ariya Hidayat2009-08-311-15/+37
* | Fix wrong checks in commit fd8ced2f.Ariya Hidayat2009-08-311-16/+16
* | Faster cut-off when SVG composition op is not explicitly set.Ariya Hidayat2009-08-311-2/+3
* | Speed-up SVG font attributes parsingAriya Hidayat2009-08-311-33/+26
* | Group the stroke attributes for 3.5% speed-up in QSvgAttributes.Ariya Hidayat2009-08-311-32/+38
* | Use QStringRef in parseVisibility for SVG parsing.Ariya Hidayat2009-08-311-3/+2
* | Faster cut-off in SVG parsing when there is no explicit opacity.Ariya Hidayat2009-08-311-0/+3
* | Faster cut-off in SVG parsing when there is no transformation.Ariya Hidayat2009-08-311-4/+4
* | Speed-up parsePen() function for SVG parsing.Ariya Hidayat2009-08-311-50/+42
* | Speed-up parseBrush() function for SVG parsing.Ariya Hidayat2009-08-311-17/+14
* | Faster attributes iteration in QSvgAttributes constructor.Ariya Hidayat2009-08-311-99/+157
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
* | Preemptively parse the necessary attributes in QSvgAttributes.Ariya Hidayat2009-08-311-57/+195