Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-24 | Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr | Sam Atkins |
2021-11-10 | AK: Make ByteBuffer::try_* functions return ErrorOr<void> | Andreas Kling |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-09-06 | Everywhere: Use OOM-safe ByteBuffer APIs where possible | Ali Mohammad Pur |
2021-08-01 | LibGfx: Remove unused header includes | Brian Gianforcaro |
2021-07-05 | LibGfx/BMPWriter: Add support for V3 & V4 DIB headers | Marcus Nilsson |
2021-05-28 | LibGfx: Make sure we use unique class names | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | Everywhere: Remove unnecessary headers 1/4 | Ben Wiederhake |
2021-01-20 | LibGfx: Give Bitmap a scale factor | Nico Weber |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |