summaryrefslogtreecommitdiff
path: root/modules/svg
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-10-13thorvg: Sync with 0.8.2, cleanup SCsub and fix includesRémi Verschelde
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-05-04Refactor module initializationreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-29Set threads to be one to avoid SVG crash.K. S. Ernest (iFire) Lee
2022-03-14Fix determination of SVG canvas sizeHaoyu Qiu
2022-03-08ThorVG: Sync with upstream 0.8.0K. S. Ernest (iFire) Lee
2022-01-14Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
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-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
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-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
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-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-01-28Prevent upscaled SVG from exceeding Image boundsRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-05-30Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-05-30SCons: Remove extraneous lib for SVG moduleRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-28disable caching for targets using helper functionsRhody Lugo