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
/
Object.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-12-03
Everywhere: Run clang-format
Linus Groh
2022-09-17
LibPDF: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
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-20
LibPDF: Break weird dependency cycle
Ben Wiederhake
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: Parse linearized PDF files
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-25
LibPDF: Add support for stream filters
Matthew Olsson
2021-05-18
LibPDF: Add a bitmap renderer
Matthew Olsson
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
LibPDF: Create basic object structure
Matthew Olsson