summaryrefslogtreecommitdiff
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Don't link Qt Svg against Qt WidgetsLars Knoll2022-01-211-9/+0
* Adjust QSvgStyleSelector to change of virtual interface in qtbaseVolker Hilsheimer2022-01-171-1/+2
* Unconditionally stop parsing after the svg end tagEirik Aavitsland2022-01-051-3/+1
* Fix boundsOnElement() for text nodes having transformationsEirik Aavitsland2021-11-191-2/+2
* Improve <use> node resolution processIvan Tkachenko2021-11-022-14/+15
* Replace 0 with nullptrIvan Tkachenko2021-11-021-2/+2
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-023-18/+4
* Do stricter error checking when parsing path nodesEirik Aavitsland2021-10-271-34/+25
* Replace 0 with nullptrZhang Hao2021-10-157-11/+11
* Support font size not in pixelsAlbert Astals Cid2021-10-111-3/+4
* Fix text x/y when the length is not in pixelsAlbert Astals Cid2021-10-111-0/+2
* Use qDegreesToRadians() rather than hand-rolled arithmeticEdward Welbourne2021-09-092-9/+6
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-3/+0
* Limit font size to avoid numerous overflowsRobert Löhning2021-07-271-1/+2
* Fix parsing of arc elements in pathsEirik Aavitsland2021-07-141-3/+16
* Fix parsing of animation clock valuesEirik Aavitsland2021-07-121-35/+35
* Use correct name of the internal Zlib moduleAlexey Edelev2021-05-221-1/+1
* Implement QSvgRenderer::boundsOnElement() for text nodesEirik Aavitsland2021-05-102-3/+26
* CMake: Adapt to new WrapZLIB packageAlexandru Croitor2021-04-221-3/+3
* Improve parsing of "r"Allan Sandfeld Jensen2021-03-051-3/+6
* Clamp parsed doubles to float representable valuesAllan Sandfeld Jensen2021-03-041-1/+4
* Avoid buffer overflow in isSupportedSvgFeatureRobert Löhning2021-02-181-2/+6
* Remove QMake project filesJoerg Bornemann2021-02-112-104/+0
* Sanitize font weight value in QSvgFontStyle::applyRobert Löhning2021-01-291-1/+3
* Improve handling of malformed numeric values in svg filesEirik Aavitsland2020-12-031-0/+3
* Fix MSVC warning about integer conversionFriedemann Kleint2020-11-121-1/+1
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* QtSvg: build with explicit QChar(int) constructorDavid Faure2020-11-072-4/+4
* Short porting guide for QtSvgVolker Hilsheimer2020-11-041-1/+3
* Add support for 'image-rendering' attributeAles Erjavec2020-11-034-6/+83
* Organize QtSvgWidgets documentationVolker Hilsheimer2020-10-293-2/+20
* Allow loading SVG files with a doctype declarationNicolas Fella2020-10-211-2/+2
* Reject corrupt svgs with invalid sizeEirik Aavitsland2020-10-161-0/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-012-12/+12
* Doc: Add Qt 6 changes filePaul Wicking2020-09-242-0/+50
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-221-0/+9
* Work around uninitialized variable in QRadialGradientLars Knoll2020-09-121-1/+1
* Change classification of XSVG LicenseKai Koehne2020-09-071-2/+3
* Use OpenType font weightsJonas Karlsson2020-08-284-51/+14
* Avoid recursion when inflating compressed svgsEirik Aavitsland2020-08-281-10/+14
* Implement basic format check also for compressed svgsEirik Aavitsland2020-08-271-6/+19
* Don't return partially inflated QByteArrayRobert Loehning2020-08-261-1/+1
* Initialize QSvgHandler with QBuffer instead of QByteArrayRobert Loehning2020-08-241-1/+4
* Fix check against division by zeroRobert Loehning2020-08-181-4/+5
* Don't divide by zeroRobert Loehning2020-08-041-0/+2
* Use qFuzzyIsNull instead of isEmpty() on QRectFRobert Loehning2020-07-301-1/+1
* Avoid endless recursion in SvgStructureNode::boundsRobert Loehning2020-07-302-2/+8
* Avoid endless recursion when inflating gzipRobert Loehning2020-07-291-3/+5
* Return nullptr instead of 0Robert Loehning2020-07-241-1/+1
* Fix support for pattern brushes in svg generatorEirik Aavitsland2020-07-211-1/+1