summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in the SVG module where display="none" was not respected.Suneel BS2009-06-222-53/+57
* Fixed forward gradient reference in the SVG module.Suneel BS2009-06-223-10/+75
* 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
* Fixed fill-rule for polygon SVG element.Suneel BS2009-06-223-3/+10
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-0/+1
|\
| * Fixed a problem with QSvgRenderer::animationDuration().Trond Kjernåsen2009-06-181-0/+1
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1622-44/+44
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1622-44/+44
* | improved string operations all over the placeThierry Bastian2009-05-281-40/+37
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-1/+1
|\ \ | |/
| * fix warning in QtSvg if qreal == floatJoerg Bornemann2009-05-251-1/+1
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-3/+12
|\ \ | |/
| * Fixed the SVG parser to handle CSS properties with multiple values.Trond Kjernåsen2009-05-181-3/+12
* | Merge branch '4.5'Thiago Macieira2009-04-241-0/+1
|\ \ | |/
| * Fix an issue with SVG gradient rendering.Alexis Menard2009-04-241-0/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-13/+3
|\ \ | |/
| * Fixes memory leak in QSvgWidget.Rohan McGovern2009-04-221-13/+3
* | Make sure the cached SVG image node uses the premultiplied format.Trond Kjernåsen2009-04-201-0/+3
* | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-083-10/+10
* | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-083-10/+10
|/
* Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-062-3/+5
* Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-033-15/+21
* Squashed commit of the following:David Boddie2009-03-261-1/+28
* Long live Qt 4.5!Lars Knoll2009-03-2323-0/+10714