Age | Commit message (Expand) | Author |
---|---|---|
2022-03-07 | LibPDF: Propagate errors in Parser and Document | Matthew Olsson |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-09-20 | LibPDF: Break weird dependency cycle | Ben Wiederhake |
2021-09-03 | Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr | Daniel Bertalan |
2021-06-12 | LibPDF: Convert to east-const to comply with the recent style changes | Matthew Olsson |
2021-06-12 | LibPDF: Parse linearized PDF files | Matthew Olsson |
2021-05-25 | LibPDF: Parse outline structures | Matthew Olsson |
2021-05-25 | LibPDF: Store indirect value refs in Value objects | Matthew Olsson |
2021-05-25 | LibPDF: Add support for stream filters | Matthew Olsson |
2021-05-18 | LibPDF: Add a bitmap renderer | Matthew Olsson |
2021-05-10 | LibPDF: Parse page structures | Matthew Olsson |
2021-05-10 | LibPDF: Create basic object structure | Matthew Olsson |