summaryrefslogtreecommitdiffstats
path: root/modules/svg/image_loader_svg.cpp
Commit message (Expand)AuthorAgeFilesLines
* round dimensions of svgNathan Franke2022-07-211-2/+2
* Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Fix determination of SVG canvas sizeHaoyu Qiu2022-03-141-1/+1
* Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-141-102/+88
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-14/+13
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-3/+2
* Optimize the editor icon generationHugo Locurcio2020-01-201-5/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-4/+2
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Prevent upscaled SVG from exceeding Image boundsRémi Verschelde2019-01-281-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* keep alpha when converting svg colors fixes #11289toger52017-09-301-1/+1
* Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-4/+4
* optimized color conversion for svg generationtoger52017-09-121-25/+32
* Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst2017-09-071-2/+2
* Implement color conversion for dark SVG iconstoger52017-08-301-3/+48
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fix crashes in SVG loadingPedro J. Estébanez2017-08-221-3/+4
* Added missing icon and svgs upscalingDaniel J. Ramirez2017-08-201-7/+10
* Added support for SVGDaniel J. Ramirez2017-08-201-0/+107