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
Age
Commit message (
Expand
)
Author
2022-03-07
LibPDF: Allow newlines between xref table and "trailer" keyword
Matthew Olsson
2022-03-07
LibPDF: Fix "incorrect" matrix multiplication in Renderer
Matthew Olsson
2022-03-07
LibPDF: Implement marked renderer operations as nops
Matthew Olsson
2022-03-07
LibPDF: Fix bad hex string parsing logic
Matthew Olsson
2022-03-07
LibPDF: Remove useless hex string substring call
Matthew Olsson
2022-03-07
LibPDF: Support all Dest types
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Renderer/PDFViewer
Matthew Olsson
2022-03-07
LibPDF: Propagate ColorSpace errors
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-03-07
LibPDF: Fix the zoom-related text scaling issue
Matthew Olsson
2022-03-07
LibPDF: Remove unused function in Parser
Matthew Olsson
2022-01-24
LibPDF: Make Filter::decode() return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-08
LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`
Simon Woertz
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-16
LibPDF: Check if there is data left before consuming
Simon Woertz
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-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-10-30
LibPDF: Parser::parse_header() return false if remaining bytes is zero
Brendan Coles
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: Move inline function definition
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-09-20
LibPDF: Add missing headers to XRefTable.h
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers to Reader.h
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers to Forward.h
Ben Wiederhake
2021-09-16
LibPDF: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-16
LibPDF: Fix treating not finding the linearized dict as a fatal error
Wesley Moret
2021-07-16
LibPDF: Fix checking `minor_ver` instead of `major_ver`
Wesley Moret
2021-06-12
LibPDF: Convert to east-const to comply with the recent style changes
Matthew Olsson
2021-06-12
LibPDF: Bake the flipped y-axis directly into the CTM matrix
Matthew Olsson
2021-06-12
LibPDF: Avoid calculating rendering matrix for every glyph
Matthew Olsson
2021-06-12
LibPDF: Handle the TJ graphical operator
Matthew Olsson
2021-06-12
LibPDF: Handle the gs graphical operator
Matthew Olsson
2021-06-12
LibPDF: Add support for the CalRGB ColorSpace
Matthew Olsson
2021-06-12
LibPDF: Split ColorSpace into a different class for each color space
Matthew Olsson
2021-06-12
LibPDF: Parse hint tables
Matthew Olsson
2021-06-12
LibPDF: Parse linearized PDF files
Matthew Olsson
2021-06-12
LibPDF: Fix two parser bugs
Matthew Olsson
[next]