summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/XRefTable.h
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25LibPDF: Try to repair XRef tables with broken indicesJulian Offenhäuser
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-09-17LibPDF: Initial work on parsing xref streamsJulian Offenhäuser
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Userland: Include Vector.h in a few places to make HeaderCheck happyAli Mohammad Pur
2021-09-20LibPDF: Add missing headers to XRefTable.hBen Wiederhake
2021-06-12LibPDF: Convert to east-const to comply with the recent style changesMatthew Olsson
2021-06-12LibPDF: Parse linearized PDF filesMatthew Olsson
2021-05-10LibPDF: Add a basic parser and Document structureMatthew Olsson