summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Consider the % symbol for the filter sizeHEADdevMatthias Rauter5 days1-0/+16
* Enablers for supporting mask element in QML generatorEskil Abrahamsen Blomfeldt5 days3-1/+21
* Add environment variable setting of default renderer OptionsEirik Aavitsland7 days1-1/+11
* Filters: check image allocation to avoid memory exhaustion and crashEirik Aavitsland8 days1-1/+6
* Correct license for documentation fileLucie GĂ©rard2024-04-041-1/+1
* Improve svg file detection/canRead()Eirik Aavitsland2024-04-034-33/+65
* Fix wrong calculations in animated transformsEirik Aavitsland2024-03-221-20/+18
* Draw solid line if all elements in stroke-dasharray are zeroWladimir Leuschner2024-03-211-4/+18
* Avoid runtime warnings about negative font sizesEirik Aavitsland2024-03-181-0/+4
* Propagate states correctly in <pattern> elementMatthias Rauter2024-03-152-12/+9
* 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