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.cpp
Age
Commit message (
Expand
)
Author
2021-09-20
LibPDF: Replace Value class by AK::Variant
Ben Wiederhake
2021-09-16
LibPDF: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
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: Split ColorSpace into a different class for each color space
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: Pre-initialize common FlyStrings in CommonNames.h
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-18
LibPDF/PDFViewer: Support rotated pages
Matthew Olsson
2021-05-18
Applications: Add a very simple PDFViewer
Matthew Olsson
2021-05-18
LibPDF: Fix bad resolve_to calls in Document
Matthew Olsson
2021-05-18
LibPDF: Parse page crop box and user units
Matthew Olsson
2021-05-18
LibPDF: Give Parser a reference to the Document
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