summaryrefslogtreecommitdiffstats
path: root/modules/svg
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-274-8/+8
* | 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-114-0/+8
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* thorvg: Disable webp loader if corresponding module is disabledRémi Verschelde2024-05-131-4/+10
* thorvg: Update to 0.13.3, add webp loaderRémi Verschelde2024-05-101-1/+6
* 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
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-1/+8
* ThorVG: update from v0.11.6 to v0.12.0Martin Capitanio2024-01-081-0/+2
* ThorVG: Update to v0.11.1Martin Capitanio2023-10-161-0/+5
* ThorVG: update to v0.11.0 release.Martin Capitanio2023-09-291-34/+37
* thorvg: Update to 0.10.7Rémi Verschelde2023-09-261-4/+4
* Update ThorVG to v0.10.0Martin Capitanio2023-08-092-11/+4
* Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-232-5/+29
* 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-054-116/+116
* Add support for svg images in the asset lib.HolonProduction2022-12-202-9/+15
* ImageLoaderSVG: Improve error reportingRémi Verschelde2022-11-232-13/+30
* Make some Image methods statickobewi2022-10-141-1/+1
* thorvg: Sync with 0.8.2, cleanup SCsub and fix includesRémi Verschelde2022-10-131-19/+24
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-203-6/+10
* Allow images to be imported "for editor use" and respect editor settingsYuri Sizov2022-09-072-1/+17
* Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde2022-08-252-3/+3
|\
| * Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-3/+3
* | Extract editor color map and simplify SVG color conversionYuri Sizov2022-08-242-16/+13
|/
* round dimensions of svgNathan Franke2022-07-211-2/+2
* Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-1/+1
* Refactor module initializationreduz2022-05-042-4/+14
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-2/+2
* Set threads to be one to avoid SVG crash.K. S. Ernest (iFire) Lee2022-03-291-1/+1
* Fix determination of SVG canvas sizeHaoyu Qiu2022-03-141-1/+1
* ThorVG: Sync with upstream 0.8.0K. S. Ernest (iFire) Lee2022-03-081-0/+1
* Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-144-132/+158
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-5/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* 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-014-8/+8
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+14
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-023-4/+4
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+4
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-15/+14