summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |\|
| | * Make assorted constructors follow good coding practiceKeith Isdale2009-08-241-2/+4
| | * Prevented crash when parsing viewBox attribute valueStian Sandvik Thomassen2009-08-241-9/+9
| | * Fixed crash in QtSvg caused by division by zero in animation code.Kim Motoyoshi Kalland2009-08-191-4/+7
| | * Update license headers.Jason McDonald2009-08-1122-22/+22
| * | Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-247-309/+433
* | | Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-247-309/+433
* | | Warning --Alexis Menard2009-08-241-1/+1
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-204-41/+126
|\ \
| * | Improved support for SVG animation.Kim Motoyoshi Kalland2009-08-203-80/+81
| * | Fixed crash in QtSvg caused by division by zero in animation code.Kim Motoyoshi Kalland2009-08-201-4/+7
| * | Fix for SVG animate-transform when additive = "replace".Suneel BS2009-08-203-19/+99
| * | Changed QSvgPaintEngine::drawImage() to ignore aspect ratio.Kim Motoyoshi Kalland2009-08-201-1/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-188-13/+15
|\| |
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-174-4/+3