summaryrefslogtreecommitdiff
path: root/src
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-238-8/+8
* 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-078-0/+24
* Escape the values of title and description in the svg generatorMikolaj Boc2022-06-141-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-1338-1429/+76
* 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
* SVG Image reading: Reject oversize svgs as corruptEirik Aavitsland2021-11-081-0/+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-025-34/+6
* 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
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-102-2/+2
* 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
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-062-2/+2
* Use checked image allocation in image readerEirik Aavitsland2021-06-081-7/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-2/+2
* 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
* Fix build without features.mimetypeTasuku Suzuki2021-04-151-2/+4
* Fix build without features.graphicsviewTasuku Suzuki2021-04-151-1/+5
* Make image handler accept UTF-16/UTF-32 encoded SVGsEirik Aavitsland2021-04-081-15/+22
* 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-1110-193/+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