summaryrefslogtreecommitdiffstats
path: root/modules/svg/image_loader_svg.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-3/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add support for svg images in the asset lib.HolonProduction2022-12-201-0/+1
* ImageLoaderSVG: Improve error reportingRémi Verschelde2022-11-231-1/+1
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-201-1/+1
* Allow images to be imported "for editor use" and respect editor settingsYuri Sizov2022-09-071-0/+4
* Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde2022-08-251-1/+1
|\
| * Make `ImageLoader` take bit field flagsYuri Sizov2022-08-231-1/+1
* | Extract editor color map and simplify SVG color conversionYuri Sizov2022-08-241-5/+2
|/
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-141-27/+7
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-5/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-3/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-1/+1
* optimized color conversion for svg generationtoger52017-09-121-4/+8
* Implement color conversion for dark SVG iconstoger52017-08-301-3/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Added missing icon and svgs upscalingDaniel J. Ramirez2017-08-201-2/+2
* Added support for SVGDaniel J. Ramirez2017-08-201-0/+67