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-04-04
PDFViewer: Support a continuous page view mode
Matthew Olsson
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibPDF: Fix mismatched class/struct declaration
Matthew Olsson
2022-03-31
LibPDF: Rename Command to Operator
Matthew Olsson
2022-03-31
LibPDF: Fix some base-encoding-related crashes
Matthew Olsson
2022-03-31
LibPDF: Add Type0 and TrueType fonts
Matthew Olsson
2022-03-31
LibPDF: Abstract Type1 font data
Matthew Olsson
2022-03-31
LibPDF: Accept font size in PDFFont::get_char_width
Matthew Olsson
2022-03-31
LibPDF: Move font files into their own directory
Matthew Olsson
2022-03-31
LibPDF: Use Font /Widths array to derive character widths
Matthew Olsson
2022-03-31
LibPDF: Use AntiAliasingPainter in Renderer when possible
Matthew Olsson
2022-03-31
LibPDF: Fix more bad Renderer text positioning calculations
Matthew Olsson
2022-03-31
LibPDF: Handle SCN and scn operators
Matthew Olsson
2022-03-31
LibPDF: Add basic ICCBased color space handling
Matthew Olsson
2022-03-31
LibPDF: Move color space creation from Renderer to ColorSpace
Matthew Olsson
2022-03-29
LibPDF: Attempt to unecrypt strings and streams
Matthew Olsson
2022-03-29
LibPDF: Require Document* in Parser constructor
Matthew Olsson
2022-03-29
LibPDF: Keep track of the current object index/generation while Parsing
Matthew Olsson
2022-03-29
LibPDF: Add implementation of the Standard security handler
Matthew Olsson
2022-03-29
LibPDF: Get rid of PlainText/Encoded StreamObject
Matthew Olsson
2022-03-29
LibPDF: Change CommonNames' enumerator macro parameter name
Matthew Olsson
2022-03-29
LibPDF: Store a PDFFont in the Renderer's text state
Matthew Olsson
2022-03-29
LibPDF: Add initial support for Type1 fonts
Matthew Olsson
2022-03-29
LibPDF: Add support for builtin and custom Encodings
Matthew Olsson
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
[next]