Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-11-21 | LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<> | Andreas Kling |
2021-11-18 | LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index) | Andreas Kling |
2021-11-13 | LibGfx: Remove all load_FORMAT_from_memory() decoder wrappers | Andreas Kling |
2021-11-11 | LibGfx: Remove load_FORMAT() image codec wrappers | Andreas Kling |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-09-09 | LibGfx: Move common loader functionality to load from memory functions | Timothy |
2021-07-25 | LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |