summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable <use> elements in <mask> and propagate state to mask childrenMatthias Rauter2024-03-155-15/+39
* Add missing getters for SVG nodesEskil Abrahamsen Blomfeldt2024-02-271-0/+2
* Add enabler functions for svgtoqmlHatem ElKharashy2024-02-223-63/+71
* Fix a crash when SVG files are loaded recursivelyMatthias Rauter2024-02-201-1/+4
* qsvghandler: silence valgrind warningTim Blechmann2024-02-141-0/+1
* Don't parse symbol element if Tiny12FeaturesOnly is setMatthias Rauter2024-02-121-1/+1
* Allow opting out of resource limits on parsing and renderingEirik Aavitsland2024-02-062-5/+12
* Skip parsing nested svg elementHatem ElKharashy2024-02-062-7/+19
* Fix some mistakes in the documentationMatthias Rauter2024-01-262-7/+5
* Minor tweaks for new Options typeEirik Aavitsland2024-01-242-2/+4
* Fix a bug where description and title were renderedMatthias Rauter2024-01-241-19/+1
* Replace FeatureSet with Options, a more flexible flags parameterEirik Aavitsland2024-01-2212-118/+114
* Doc: fix typosVolker Hilsheimer2024-01-182-5/+5
* Add documentation for extended SVG featuresMatthias Rauter2024-01-174-8/+271
* Clean up based on header review commentsVolker Hilsheimer2024-01-1117-173/+174
* QSvgWidget: replace showEvent/hideEvent with event filterDavid Faure2024-01-092-24/+29
* Remove nodeStringList in favor of QSvgNode::typeName()Matthias Rauter2024-01-062-55/+31
* Fix a crash when SVG filters failMatthias Rauter2024-01-064-15/+72
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2023-12-221-1/+0
* Remove the use of Q_SVG_PRIVATE_EXPORTAlexey Edelev2023-12-2211-56/+56
* Add filter attribute/element and various filter primitivesMatthias Rauter2023-12-079-34/+1344
* Add Pattern element to QSvgHatem ElKharashy2023-12-057-12/+391
* Refactor QSvgFillStyleProperty for Pattern workHatem ElKharashy2023-11-278-57/+57
* Remove unnecessary and potentially harmfull code from QSvgHandlerMatthias Rauter2023-11-241-47/+48
* Fix an issue in the svg parser leading to use after freeMatthias Rauter2023-11-241-4/+4
* Fix a use after free introduced by a previous patchMatthias Rauter2023-11-241-3/+6
* Replace a Q_ASSERT with an if statement in QSvgHanderMatthias Rauter2023-11-231-27/+27
* Add symbol and marker to QSvgMatthias Rauter2023-11-238-14/+729
* Add mask element and mask attribute to QSvgMatthias Rauter2023-11-207-8/+448
* QSvgWidget: only start the animation timer when visibleDavid Faure2023-11-184-4/+61
* QSvgRenderer: make setFramesPerSecond() work after load() tooDavid Faure2023-11-181-11/+21
* Refactor QSvgNode draw architectureMatthias Rauter2023-11-0310-348/+319
* Add virtual destructor to QSvgVisitorPaul Olav Tvete2023-10-311-0/+2
* Private API for iterating over QSvgTinyDocumentPaul Olav Tvete2023-10-3010-8/+397
* Fix build with -no-feature-cssparserTasuku Suzuki2023-10-211-5/+5
* Make sure we don't load invalid SVGs twicePaul Olav Tvete2023-10-141-7/+9
* Fix crash when reading text with line breaksEskil Abrahamsen Blomfeldt2023-10-121-2/+7
* Fix nullptr dereference with invalid SVGPaul Olav Tvete2023-10-101-0/+2
* Add selectable featureSet to all QSvg classesMatthias Rauter2023-09-2013-30/+186
* Only draw toplevel <svg> elementsPaul Olav Tvete2023-09-151-2/+3
* Refuse to load SVGs with circular referencesPaul Olav Tvete2023-09-152-0/+39
* Add Radial Gradient default valueHatem ElKharashy2023-09-081-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-312-4/+0
* Fix bounds calculation for structures with text element childrenEirik Aavitsland2023-08-181-2/+4
* Add currentColor support to gradient <stop/> nodeIvan Tkachenko2023-08-171-22/+12
* Support display=none for Graphical NodesHatem ElKharashy2023-08-091-0/+4
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-152-0/+4
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-152-0/+2
* Add qtsvgglobal_p.h to qt_internal_add_module() in CMakeLists.txtOliver Eftevaag2023-06-281-1/+1
* Sanity check against too large text elementsEirik Aavitsland2023-06-212-2/+38