summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Parser.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-09-17LibPDF: Disallow parsing indirect values as operandsJulian Offenhäuser
2022-09-17LibPDF: Implement loading compressed objects from object streamsJulian Offenhäuser
2022-09-17LibPDF: Move document-specific parsing functionality into its own classJulian Offenhäuser
2022-09-17LibPDF: Move consume and match helper functions to the Reader classJulian Offenhäuser
2022-03-31LibPDF: Rename Command to OperatorMatthew Olsson
2022-03-29LibPDF: Attempt to unecrypt strings and streamsMatthew Olsson
2022-03-29LibPDF: Require Document* in Parser constructorMatthew Olsson
2022-03-29LibPDF: Keep track of the current object index/generation while ParsingMatthew Olsson
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-03-07LibPDF: Remove unused function in ParserMatthew Olsson
2022-01-08LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`Simon Woertz
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-09-20LibPDF: Move inline function definitionBen Wiederhake
2021-07-16LibPDF: Fix treating not finding the linearized dict as a fatal errorWesley Moret
2021-06-12LibPDF: Convert to east-const to comply with the recent style changesMatthew Olsson
2021-06-12LibPDF: Parse hint tablesMatthew Olsson
2021-06-12LibPDF: Parse linearized PDF filesMatthew Olsson
2021-06-12LibPDF: Refine the distinction between the Document and ParserMatthew Olsson
2021-06-12LibPDF: Harden the document/parser against errorsMatthew Olsson
2021-05-18LibPDF: Parse graphics commandsMatthew Olsson
2021-05-18LibPDF: Give Parser a reference to the DocumentMatthew Olsson
2021-05-10LibPDF: Parse nested Page Tree structuresMatthew Olsson
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-10LibPDF: Add a basic parser and Document structureMatthew Olsson