index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
svg
/
image_loader_svg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5
Spartan322
2024-10-24
1
-22
/
+4
|
\
|
|
*
optimize ImageLoaderSVG::create_image_from_utf8_buffer
katsuhisa yuasa
2024-10-19
1
-22
/
+4
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fix error when loading SVG imported as Image
Haoyu Qiu
2024-04-12
1
-2
/
+10
*
Improve error reporting in the asset library and in related types
Yuri Sizov
2024-01-26
1
-1
/
+1
*
Update ThorVG to v0.10.0
Martin Capitanio
2023-08-09
1
-1
/
+1
*
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-2
/
+20
*
SVG: fix tvg::Picture->size() and scale based errors.
Martin Capitanio
2023-04-05
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add support for svg images in the asset lib.
HolonProduction
2022-12-20
1
-9
/
+14
*
ImageLoaderSVG: Improve error reporting
Rémi Verschelde
2022-11-23
1
-12
/
+29
*
Make some Image methods static
kobewi
2022-10-14
1
-1
/
+1
*
[Core] Make ImageFormatLoader extensible.
Fabio Alessandrelli
2022-09-20
1
-1
/
+1
*
Allow images to be imported "for editor use" and respect editor settings
Yuri Sizov
2022-09-07
1
-1
/
+13
*
Merge pull request #64776 from YuriSizov/import-images-moar-flags
Rémi Verschelde
2022-08-25
1
-2
/
+2
|
\
|
*
Make `ImageLoader` take bit field flags
Yuri Sizov
2022-08-23
1
-2
/
+2
*
|
Extract editor color map and simplify SVG color conversion
Yuri Sizov
2022-08-24
1
-11
/
+11
|
/
*
round dimensions of svg
Nathan Franke
2022-07-21
1
-2
/
+2
*
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
Fix determination of SVG canvas size
Haoyu Qiu
2022-03-14
1
-1
/
+1
*
Use ThorVG instead of NanoSVG for importing SVGs
K. S. Ernest (iFire) Lee
2022-01-14
1
-102
/
+88
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-14
/
+13
*
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-02-07
1
-3
/
+2
*
Optimize the editor icon generation
Hugo Locurcio
2020-01-20
1
-5
/
+8
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-4
/
+2
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-1
/
+1
*
Prevent upscaled SVG from exceeding Image bounds
Rémi Verschelde
2019-01-28
1
-0
/
+5
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
keep alpha when converting svg colors fixes #11289
toger5
2017-09-30
1
-1
/
+1
*
Renamed function arguments to keep them consistent between declaration and im...
Wilson E. Alvarez
2017-09-14
1
-4
/
+4
*
optimized color conversion for svg generation
toger5
2017-09-12
1
-25
/
+32
*
Change Color.to_32() to to_rgba32() and format as RGBA
mrawlingst
2017-09-07
1
-2
/
+2
*
Implement color conversion for dark SVG icons
toger5
2017-08-30
1
-3
/
+48
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Fix crashes in SVG loading
Pedro J. Estébanez
2017-08-22
1
-3
/
+4
[next]