summaryrefslogtreecommitdiffstats
path: root/src/svg/qsvgstructure.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: make shouldDrawNode return false for some nodesHatem ElKharashy2024-05-141-0/+15
* Remove autogenerated code to recognize supported featuresMatthias Rauter2024-05-131-143/+22
* Skip rendering filters with unsupported primitivesHatem ElKharashy2024-05-061-0/+11
* Filters: check image allocation to avoid memory exhaustion and crashEirik Aavitsland2024-04-161-1/+6
* Propagate states correctly in <pattern> elementMatthias Rauter2024-03-151-11/+8
* Enable <use> elements in <mask> and propagate state to mask childrenMatthias Rauter2024-03-151-8/+8
* Clean up based on header review commentsVolker Hilsheimer2024-01-111-5/+5
* Fix a crash when SVG filters failMatthias Rauter2024-01-061-15/+25
* Add filter attribute/element and various filter primitivesMatthias Rauter2023-12-071-5/+62
* Add Pattern element to QSvgHatem ElKharashy2023-12-051-0/+148
* Add symbol and marker to QSvgMatthias Rauter2023-11-231-0/+274
* Add mask element and mask attribute to QSvgMatthias Rauter2023-11-201-2/+110
* Refactor QSvgNode draw architectureMatthias Rauter2023-11-031-12/+12
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-131-38/+2
* Replace 0 with nullptrZhang Hao2021-10-151-1/+1
* Avoid buffer overflow in isSupportedSvgFeatureRobert Löhning2021-02-181-2/+6
* Avoid endless recursion in SvgStructureNode::boundsRobert Loehning2020-07-301-2/+7
* Updated license headersJani Heikkinen2016-01-251-14/+20
* Replace foreach with range-based forAnton Kudryavtsev2016-01-181-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-251-19/+11
* remove pointless #ifndef QT_NO_SVGOswald Buddenhagen2013-10-291-4/+0
* Fix module name format in file headersSze Howe Koh2013-01-291-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fixed infinite loop when loading certain SVGs.Kim Motoyoshi Kalland2011-08-151-1/+1
* Update licenseheader text in source files for qtsvg Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+383