summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSvgFont: Initialize used member, remove unusedRobert Löhning2023-04-252-4/+3
* Don't rasterize gigantic shapesEskil Abrahamsen Blomfeldt2023-04-174-194/+302
* Add timing information in debug outputEskil Abrahamsen Blomfeldt2023-04-171-0/+31
* Fix build with -no-feature-cssparserTasuku Suzuki2023-04-121-0/+2
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-108-29/+0
* Use quint32 instead of qint32 QSvgStyle::m_imageRenderingSet bitfieldMikolaj Boc2023-01-311-1/+1
* Doc: Use correct include snippet id for qmake build instructionsAndreas Eliasson2023-01-261-1/+1
* QSvgGenerator: don't pre-program an explicit default ctor for Qt 7Marc Mutz2023-01-182-8/+1
* Doc: Fix paths for Files property in qt_attribution.json filesKai Köhne2022-12-071-1/+1
* QSvgGenerator: add support for clip pathsGiuseppe D'Angelo2022-11-291-0/+70
* QSvgGenerator: introduce a way to make it output SVG 1.1Giuseppe D'Angelo2022-11-292-7/+67
* QSvgGenerator: document a Q_PROPERTY usageGiuseppe D'Angelo2022-11-211-0/+1
* QSvgPaintEngine: code tidiesGiuseppe D'Angelo2022-11-211-26/+12
* QSvgGenerator: mark a getter as `const`Giuseppe D'Angelo2022-11-211-1/+1
* 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