summaryrefslogtreecommitdiff
path: root/modules/svg/image_loader_svg.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-20Add support for svg images in the asset lib.HolonProduction
2022-11-23ImageLoaderSVG: Improve error reportingRémi Verschelde
2022-10-14Make some Image methods statickobewi
2022-09-20[Core] Make ImageFormatLoader extensible.Fabio Alessandrelli
2022-09-07Allow images to be imported "for editor use" and respect editor settingsYuri Sizov
2022-08-25Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde
2022-08-24Extract editor color map and simplify SVG color conversionYuri Sizov
2022-08-23Make `ImageLoader` take bit field flagsYuri Sizov
2022-07-21round dimensions of svgNathan Franke
2022-05-10Fix warnings found by Emscripten 3.1.10Rémi Verschelde
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-14Fix determination of SVG canvas sizeHaoyu Qiu
2022-01-14Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-01-20Optimize the editor icon generationHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-01-28Prevent upscaled SVG from exceeding Image boundsRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-30keep alpha when converting svg colors fixes #11289toger5
2017-09-14Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez
2017-09-12optimized color conversion for svg generationtoger5
2017-09-07Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst
2017-08-30Implement color conversion for dark SVG iconstoger5
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-22Fix crashes in SVG loadingPedro J. Estébanez
2017-08-20Added missing icon and svgs upscalingDaniel J. Ramirez
2017-08-20Added support for SVGDaniel J. Ramirez