Matthew Olsson
|
73cf8205b4
LibPDF: Propagate errors in Parser and Document
|
3 years ago |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 years ago |
Ben Wiederhake
|
98a0f9c0bd
LibPDF: Rely on default-constructor of Variant
|
3 years ago |
Ben Wiederhake
|
f84a7e2e22
LibPDF: Replace Value class by AK::Variant
|
3 years ago |
Ben Wiederhake
|
d344253b08
LibPDF: Extract reference bitpacking into dedicated class
|
3 years ago |
Ben Wiederhake
|
edc0cd29f8
LibPDF: Break weird dependency cycle
|
3 years ago |
Ben Wiederhake
|
7ddd11729d
LibPDF: Add missing headers in Value.h
|
3 years ago |
Ben Wiederhake
|
35674b8a42
LibPDF: Fix math error in comments
|
3 years ago |
Ben Wiederhake
|
750bed254f
LibPDF: Switch to automatic ref counting, fix memory leak
|
3 years ago |
Matthew Olsson
|
612b183703
LibPDF: Convert to east-const to comply with the recent style changes
|
4 years ago |
Matthew Olsson
|
e23bfd7252
LibPDF: Parse linearized PDF files
|
4 years ago |
Matthew Olsson
|
1ef5071d1b
LibPDF: Harden the document/parser against errors
|
4 years ago |
Matthew Olsson
|
d654fe0e41
LibPDF: Differentiate Value's null and empty states
|
4 years ago |
Matthew Olsson
|
be6e4b6f3c
LibPDF: Store indirect value refs in Value objects
|
4 years ago |
Matthew Olsson
|
a8f5b6aaa3
LibPDF: Create basic object structure
|
4 years ago |