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
/
XRefTable.h
Age
Commit message (
Expand
)
Author
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-11-25
LibPDF: Try to repair XRef tables with broken indices
Julian Offenhäuser
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-09-17
LibPDF: Initial work on parsing xref streams
Julian Offenhäuser
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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-11-11
Userland: Include Vector.h in a few places to make HeaderCheck happy
Ali Mohammad Pur
2021-09-20
LibPDF: Add missing headers to XRefTable.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-10
LibPDF: Add a basic parser and Document structure
Matthew Olsson