Age | Commit message (Expand) | Author |
---|---|---|
2023-03-24 | LibGfx/PortableFormat: Use `static_cast` instead of C-style casts | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Propagate errors from `read_image_data()` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Port to Stream | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Use finite loops in `read_image_data` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Make `read_whitespace` return an `ErrorOr` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Simplify `read_number` signature | Lucas CHOLLET |
2023-03-21 | LibGfx: Move all image loaders and writers to a subdirectory | Lucas CHOLLET |