summaryrefslogtreecommitdiff
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-074-51/+51
* Fix assert with wrong number of argument to animateTransformAllan Sandfeld Jensen2022-08-311-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Enable documentation tests in the CITopi Reinio2022-07-221-0/+3
* Let CSS attributes have higher priority than the plain XML attributesEirik Aavitsland2022-07-141-108/+107
* Avoid undefined behavior when painter transform goes oobEskil Abrahamsen Blomfeldt2022-07-141-0/+11
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Escape the values of title and description in the svg generatorMikolaj Boc2022-06-141-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-1327-1011/+54
* Doc: Fix link to cmake documentationKai Köhne2022-03-311-1/+2
* Doc: Revise Qt SVG module landing pageAndreas Eliasson2022-03-281-28/+30
* Fix missing null-check in parseBaseGradient()Edward Welbourne2022-03-251-2/+2
* Fix deprecation warning: Use QColor::fromString() insteadAndy Nichols2022-03-181-1/+1
* Remove outdated version checksRobert Löhning2022-03-151-4/+0
* 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