Age | Commit message (Expand) | Author |
2020-12-18 | Add interpolation parameter to resize_to_po2() | Theogen Ratkin |
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde |
2020-11-21 | Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv | Aaron Franke |
2020-11-17 | Describe `ImageTexture`, `Image` creation and usage | Andrii Doroshenko (Xrayez) |
2020-10-20 | Add `Image.load_bmp_from_buffer()` for run-time BMP image loading | Hugo Locurcio |
2020-09-11 | Clarify get_data Image method | Ebrahim Ebrahim |
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde |
2020-06-13 | Fix Image.create_from_data use_mipmaps doc | 31 |
2020-06-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-05-16 | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio |
2020-04-29 | Document the formats supported by `Image.load()` | Hugo Locurcio |
2020-04-17 | Document image size limits | Hugo Locurcio |
2020-04-03 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-20 | Fix AtlasPacker ignoring semi-transparent pixels | Eric Rybicki |
2020-01-14 | Completed documentation for many visual nodes | clayjohn |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-11-08 | Fix some small text mistakes | Tomasz Chabora |
2019-11-02 | Merge pull request #33151 from thiagoamendola/doc_setpixelv | Rémi Verschelde |
2019-11-02 | Add documentation for Image's set_pixelv method | Thiago Amendola |
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp |
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-09-15 | Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation | Hugo Locurcio |
2019-08-13 | doc: Sync classref with current source | Rémi Verschelde |
2019-08-07 | Add Image.save_exr() | Marc Gilleron |
2019-07-15 | doc: Sync classref with current source | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde |
2019-06-27 | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde |
2019-06-08 | Adding details about `Image.lock()` function | Maxime Leroy |
2019-05-05 | Implement Lanczos image filter | Daw11 |
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora |
2019-04-05 | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-03-29 | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry |
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde |
2019-01-28 | Prevent upscaled SVG from exceeding Image bounds | Rémi Verschelde |
2018-09-21 | doc: Misc formatting fixes | Rémi Verschelde |
2018-09-13 | Add documentation details about Image formats and color space conversion | Florian Jung |
2018-07-23 | Merge pull request #19313 from RandomShaper/improve-image | Juan Linietsky |
2018-07-23 | Add trilinear filtering to image scaling | Pedro J. Estébanez |
2018-07-17 | Add webp buffer loader for Image | geequlim |
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky |