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
/
Renderer.h
Age
Commit message (
Expand
)
Author
2022-12-10
LibPDF: Add initial image display support
Rodrigo Tobar
2022-12-10
LibPDF: Refactor parsing of ColorSpaces
Rodrigo Tobar
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-30
LibPDF: Allow operators to receive optional resources
Rodrigo Tobar
2022-11-30
LibPDF: Communicate resources to ColorSpace, not Page
Rodrigo Tobar
2022-11-25
LibPDF: Introduce rendering preferences and show clipping paths
Rodrigo Tobar
2022-11-25
LibPDF: Improve path clipping support
Rodrigo Tobar
2022-11-25
LibPDF: Move all font handling to Type1Font and TrueTypeFont classes
Julian Offenhäuser
2022-09-17
LibPDF: Fix text positioning with operator TJ
Julian Offenhäuser
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-31
LibPDF: Rename Command to Operator
Matthew Olsson
2022-03-31
LibPDF: Move font files into their own directory
Matthew Olsson
2022-03-31
LibPDF: Use AntiAliasingPainter in Renderer when possible
Matthew Olsson
2022-03-29
LibPDF: Store a PDFFont in the Renderer's text state
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: Fix the zoom-related text scaling issue
Matthew Olsson
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-06-12
LibPDF: Convert to east-const to comply with the recent style changes
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: Split ColorSpace into a different class for each color space
Matthew Olsson
2021-05-25
LibPDF: Pre-initialize common FlyStrings in CommonNames.h
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-18
LibPDF: Add a bitmap renderer
Matthew Olsson