Age | Commit message (Expand) | Author |
---|---|---|
2021-07-14 | LibGfx: Use clear_with capacity instead of clear in PNGWriter | Aziz Berkay Yesilyurt |
2021-07-14 | LibGfx: Store the size of the chunk from start in PNGWriter | Aziz Berkay Yesilyurt |
2021-07-14 | LibGfx: Prevent a copy in PNGWriter by storing type data at start | Aziz Berkay Yesilyurt |
2021-07-14 | LibGfx: Prevent frequent memory allocations in PNGWriter | Aziz Berkay Yesilyurt |
2021-07-14 | LibGfx: Use ByteBuffer instead of Vector<u8> in PNGWriter | Aziz Berkay Yesilyurt |
2021-06-12 | AK: Rename Vector::append(Vector) => Vector::extend(Vector) | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-19 | LibGfx: Improve PNG encoder API somewhat | Andreas Kling |
2021-01-22 | LibGfx: adding a very simple PNG writer | Pierre |