summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Fixed the SVG paint engine to preserve whitespace when drawing text.Kim Motoyoshi Kalland2009-10-201-0/+1
* Fixed inheritence of whitespace mode in QtSvg.Kim Motoyoshi Kalland2009-10-051-9/+5
* Fix warnings on mingwThierry Bastian2009-10-011-0/+2
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-3/+14
* Fixed gradient referencing in SVGs.Kim Motoyoshi Kalland2009-09-149-159/+135
* 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-102-14/+31
* Make QGraphicsSvgItem a QGraphicsObject.Alexis Menard2009-09-092-15/+11
* Fixed text positioning in SVGs when using SVG fonts.Kim Motoyoshi Kalland2009-09-091-1/+1
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0922-88/+88
|\
| * Update license headers again.Jason McDonald2009-09-0922-88/+88
* | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-092-22/+9
|/
* 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
* fix warnings on mingwThierry Bastian2009-09-021-0/+1
* 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.6' of git:qt/qt into 4.6Thiago Macieira2009-08-312-4/+7
|\
| * Find the cached bounds only when necessary.Ariya Hidayat2009-08-312-4/+7
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3122-286/+286
|\ \ | |/ |/|
| * Update tech preview license header.Jason McDonald2009-08-3122-286/+286
* | Preemptively parse the necessary attributes in QSvgAttributes.Ariya Hidayat2009-08-311-57/+195
* | No need for the namespaced version in QSvgAttributes::value().Ariya Hidayat2009-08-311-18/+3
* | Fixed compilation on AIX.Kim Motoyoshi Kalland2009-08-271-2/+2
* | Fix the default painter state in QSvgTinyDocument::drawOlivier Goffart2009-08-251-1/+3
* | Fix taskbar in plasmaOlivier Goffart2009-08-252-0/+7
* | Added missing variable initialization in QSvgStrokeStyle ctor.Kim Motoyoshi Kalland2009-08-252-5/+7
* | Merge branch '4.6'Thiago Macieira2009-08-241-12/+9
|\ \
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-12/+9
| |\|