summaryrefslogtreecommitdiffstats
path: root/src/svg/qsvghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | No need for the namespaced version in QSvgAttributes::value().Ariya Hidayat2009-08-311-18/+3
* | Added missing variable initialization in QSvgStrokeStyle ctor.Kim Motoyoshi Kalland2009-08-251-3/+3
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-12/+9
|\|
| * Prevented crash when parsing viewBox attribute valueStian Sandvik Thomassen2009-08-241-9/+9
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-241-118/+70
* | Improved support for SVG animation.Kim Motoyoshi Kalland2009-08-201-19/+42
* | Fix for SVG animate-transform when additive = "replace".Suneel BS2009-08-201-1/+5
* | Fixed compile.Rohan McGovern2009-08-151-1/+1
* | QVariant: more work on avoinding conversion between float and doublesThierry Bastian2009-08-141-4/+3
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fixed font attribute inheritence, text and textArea elements in QtSvg.Kim Motoyoshi Kalland2009-07-301-489/+141
* | Added support for 'vector-effect' in QtSvg.Kim Motoyoshi Kalland2009-07-301-82/+150
* | Port of Qt to QNXHarald Fernengel2009-07-291-0/+2
* | Port of Qt to VxWorksRobert Griebl2009-07-291-1/+1
* | Fixed inheritence of SVG 'use' element fill attributes.Kim Motoyoshi Kalland2009-07-211-20/+5
* | Fixed handling of some SVG attributes when value is invalid.Suneel BS2009-07-091-14/+34
* | Fixed inheritence of SVG fill attributes.Suneel BS2009-07-091-22/+35
* | Fixed inheritance of some attributes in SVG.Suneel BS2009-07-011-92/+152
* | Fixed forward gradient reference in the SVG module.Suneel BS2009-06-221-8/+39
* | Fixed path bug in the SVG module.Suneel BS2009-06-221-0/+10
* | Clamped opacity to the range [0, 1] in the SVG module.Suneel BS2009-06-221-7/+7