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
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-25
LibPDF: Pre-initialize common FlyStrings in CommonNames.h
Matthew Olsson
2021-05-25
LibPDF: Handle string encodings
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 basic color space support to the renderer
Matthew Olsson
2021-05-25
LibPDF: Add a very poor path clipping implementation
Matthew Olsson
2021-05-25
LibPDF: Implement stubs for all graphical commands
Matthew Olsson
2021-05-25
LibPDF: Add support for stream filters
Matthew Olsson
2021-05-25
LibPDF: Make Reader::dump_state a bit more readable
Matthew Olsson
2021-05-25
LibPDF: Do not assume value is an object in parse_indirect_value
Matthew Olsson
2021-05-18
LibPDF/PDFViewer: Support rotated pages
Matthew Olsson
2021-05-18
Applications: Add a very simple PDFViewer
Matthew Olsson
2021-05-18
LibPDF: Fix bad resolve_to calls in Document
Matthew Olsson
2021-05-18
LibPDF: Add a bitmap renderer
Matthew Olsson
2021-05-18
LibPDF: Parse page crop box and user units
Matthew Olsson
2021-05-18
LibPDF: Parse graphics commands
Matthew Olsson
2021-05-18
LibPDF: Don't rely on a stream's /Length key existing
Matthew Olsson
2021-05-18
LibPDF: Give Parser a reference to the Document
Matthew Olsson
2021-05-10
LibPDF: Parse nested Page Tree structures
Matthew Olsson
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
LibPDF: Add a basic parser and Document structure
Matthew Olsson
2021-05-10
LibPDF: Create basic object structure
Matthew Olsson