Age | Commit message (Expand) | Author |
---|---|---|
2021-09-09 | LibGfx: Move common loader functionality to load from memory functions | Timothy |
2021-07-27 | LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) | Andreas Kling |
2021-07-25 | LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure | Andreas Kling |
2021-07-25 | LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept | Andreas Kling |
2021-07-21 | LibGfx: Use "try_" prefix for static factory functions | Andreas Kling |
2021-05-18 | LibGfx: Add support for DDS images | stelar7 |