summaryrefslogtreecommitdiffstats
path: root/modules/svg/image_loader_svg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-22/+4
|\|
| * optimize ImageLoaderSVG::create_image_from_utf8_bufferkatsuhisa yuasa2024-10-191-22/+4
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix error when loading SVG imported as ImageHaoyu Qiu2024-04-121-2/+10
* Improve error reporting in the asset library and in related typesYuri Sizov2024-01-261-1/+1
* Update ThorVG to v0.10.0Martin Capitanio2023-08-091-1/+1
* Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-2/+20
* SVG: fix tvg::Picture->size() and scale based errors.Martin Capitanio2023-04-051-2/+2
* 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-9/+14
* ImageLoaderSVG: Improve error reportingRémi Verschelde2022-11-231-12/+29
* Make some Image methods statickobewi2022-10-141-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-1/+13
* Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde2022-08-251-2/+2
|\
| * Make `ImageLoader` take bit field flagsYuri Sizov2022-08-231-2/+2
* | Extract editor color map and simplify SVG color conversionYuri Sizov2022-08-241-11/+11
|/
* 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