summaryrefslogtreecommitdiff
path: root/src/svg/qsvgtinydocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined behavior when painter transform goes oobEskil Abrahamsen Blomfeldt2022-07-141-0/+11
* Use SPDX license identifiersLucie Gérard2022-06-131-38/+2
* Remove outdated version checksRobert Löhning2022-03-151-4/+0
* Replace 0 with nullptrZhang Hao2021-10-151-2/+2
* Allow loading SVG files with a doctype declarationNicolas Fella2020-10-211-2/+2
* Avoid recursion when inflating compressed svgsEirik Aavitsland2020-08-281-10/+14
* Implement basic format check also for compressed svgsEirik Aavitsland2020-08-271-6/+19
* Don't return partially inflated QByteArrayRobert Loehning2020-08-261-1/+1
* Initialize QSvgHandler with QBuffer instead of QByteArrayRobert Loehning2020-08-241-1/+4
* Use qFuzzyIsNull instead of isEmpty() on QRectFRobert Loehning2020-07-301-1/+1
* Avoid endless recursion when inflating gzipRobert Loehning2020-07-291-3/+5
* Return nullptr instead of 0Robert Loehning2020-07-241-1/+1
* Fix oom in QSvgTinyDocument::loadAllan Sandfeld Jensen2020-06-231-0/+6
* Use QRect::isEmpty instead of QRect::isNullAllan Sandfeld Jensen2020-06-221-5/+5
* Add API to enable opt-in aspect ratio feature in QSvgRendererEirik Aavitsland2020-01-281-0/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-7/+8
|\
| * Revert the keep-aspectratio feature for 5.14.1v5.14.15.14.1Eirik Aavitsland2020-01-161-7/+8
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-171-3/+4
|/
* Fix yet another viewbox scaling issue, for render to boundsEirik Aavitsland2020-01-031-6/+6
* Re-fix scaling when rendering a specific element by idAlessandro Portale2019-11-141-1/+3
* QSvgRenderer: Allow to remove a viewBoxAlessandro Portale2019-11-131-1/+1
* Fix rendering of SVG with translating viewBoxEirik Aavitsland2019-11-111-4/+4
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-131-10/+9
* Fix rendering of SVGs with viewBoxesSimon Hausmann2019-05-241-8/+30
* Fix IRI parsing, and use after freeAllan Sandfeld Jensen2019-03-041-1/+4
* Don't leak nodes on parsing failuresAllan Sandfeld Jensen2019-02-271-1/+6
* Introduce logging category "qt.svg"Friedemann Kleint2017-02-021-7/+7
* Updated license headersJani Heikkinen2016-01-251-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Correctly handle Miter joins in all casesLars Knoll2014-10-201-2/+2
* 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
* 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/+492