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
/
Reader.h
Age
Commit message (
Expand
)
Author
2023-01-25
LibPDF: Add Reader::try_read for easier error propagation
Rodrigo Tobar
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-19
LibPDF: Fix off-by-one error in Reader::remaining()
Julian Offenhäuser
2022-09-17
LibPDF: Move consume and match helper functions to the Reader class
Julian Offenhäuser
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-11
Userland: Include Vector.h in a few places to make HeaderCheck happy
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-09-20
LibPDF: Add missing headers to Reader.h
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-05-25
LibPDF: Make Reader::dump_state a bit more readable
Matthew Olsson
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
LibPDF: Add a basic parser and Document structure
Matthew Olsson