summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Document.h
AgeCommit message (Expand)Author
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-06LibPDF: Load destinations from Catalogue -> Names -> Dests name treeRodrigo Tobar
2023-01-06LibPDF: Implement name tree lookupsRodrigo Tobar
2023-01-06LibPDF: Move casting code to its own cast_to functionRodrigo Tobar
2023-01-06LibPDF: Support null destination parametersRodrigo Tobar
2023-01-06LibPDF: Fix Destination formattingRodrigo Tobar
2022-12-17LibPDF: Store page number, not Value, in OutlineItemRodrigo Tobar
2022-12-16LibPDF: Simplify outline constructionRodrigo Tobar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-16LibPDF: Allow page objects to inherit the MediaBox and Resources entriesJulian Offenhäuser
2022-09-17LibPDF: Move document-specific parsing functionality into its own classJulian Offenhäuser
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-04-04PDFViewer: Support a continuous page view modeMatthew Olsson
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-07LibPDF: Support all Dest typesMatthew Olsson
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-01-08LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`Simon Woertz
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-09-20LibPDF: Replace Value class by AK::VariantBen Wiederhake
2021-09-20LibPDF: Break weird dependency cycleBen 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-06-12LibPDF: Refine the distinction between the Document and ParserMatthew Olsson
2021-06-12LibPDF: Harden the document/parser against errorsMatthew Olsson
2021-05-25LibPDF: Parse outline structuresMatthew Olsson
2021-05-18LibPDF/PDFViewer: Support rotated pagesMatthew Olsson
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson
2021-05-18LibPDF: Parse page crop box and user unitsMatthew 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