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
/
Value.h
Age
Commit message (
Expand
)
Author
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-09-21
LibPDF: Rely on default-constructor of Variant
Ben Wiederhake
2021-09-20
LibPDF: Replace Value class by AK::Variant
Ben Wiederhake
2021-09-20
LibPDF: Extract reference bitpacking into dedicated class
Ben Wiederhake
2021-09-20
LibPDF: Break weird dependency cycle
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers in Value.h
Ben Wiederhake
2021-09-20
LibPDF: Fix math error in comments
Ben Wiederhake
2021-09-20
LibPDF: Switch to automatic ref counting, fix memory leak
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: Harden the document/parser against errors
Matthew Olsson
2021-06-12
LibPDF: Differentiate Value's null and empty states
Matthew Olsson
2021-05-25
LibPDF: Store indirect value refs in Value objects
Matthew Olsson
2021-05-10
LibPDF: Create basic object structure
Matthew Olsson