index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibPDF
/
Document.h
Age
Commit message (
Expand
)
Author
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-06
LibPDF: Load destinations from Catalogue -> Names -> Dests name tree
Rodrigo Tobar
2023-01-06
LibPDF: Implement name tree lookups
Rodrigo Tobar
2023-01-06
LibPDF: Move casting code to its own cast_to function
Rodrigo Tobar
2023-01-06
LibPDF: Support null destination parameters
Rodrigo Tobar
2023-01-06
LibPDF: Fix Destination formatting
Rodrigo Tobar
2022-12-17
LibPDF: Store page number, not Value, in OutlineItem
Rodrigo Tobar
2022-12-16
LibPDF: Simplify outline construction
Rodrigo Tobar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-16
LibPDF: Allow page objects to inherit the MediaBox and Resources entries
Julian Offenhäuser
2022-09-17
LibPDF: Move document-specific parsing functionality into its own class
Julian Offenhäuser
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-04-04
PDFViewer: Support a continuous page view mode
Matthew Olsson
2022-03-29
LibPDF: Add implementation of the Standard security handler
Matthew Olsson
2022-03-07
LibPDF: Support all Dest types
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-01-08
LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`
Simon Woertz
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-09-20
LibPDF: Replace Value class by AK::Variant
Ben Wiederhake
2021-09-20
LibPDF: Break weird dependency cycle
Ben Wiederhake
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-06-12
LibPDF: Refine the distinction between the Document and Parser
Matthew Olsson
2021-06-12
LibPDF: Harden the document/parser against errors
Matthew Olsson
2021-05-25
LibPDF: Parse outline structures
Matthew Olsson
2021-05-18
LibPDF/PDFViewer: Support rotated pages
Matthew Olsson
2021-05-18
Applications: Add a very simple PDFViewer
Matthew Olsson
2021-05-18
LibPDF: Parse page crop box and user units
Matthew Olsson
2021-05-10
LibPDF: Parse nested Page Tree structures
Matthew Olsson
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
LibPDF: Add a basic parser and Document structure
Matthew Olsson