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.cpp
Age
Commit message (
Expand
)
Author
2023-03-25
LibPDF: Scale vector paths with the view
Julian Offenhäuser
2023-03-25
LibPDF: Accept floats as line dash pattern phases
Julian Offenhäuser
2023-03-25
LibPDF: Allow pages with no specified contents
Julian Offenhäuser
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-02
LibPDF: Don't crash when a font hasn't been loaded yet
Rodrigo Tobar
2023-03-02
LibPDF: Prevent crashes when loading XObject streams
Rodrigo Tobar
2023-02-24
LibPDF: Refactor *Font classes
Rodrigo Tobar
2023-02-24
LibPDF: Allow show_text to return errors
Rodrigo Tobar
2023-02-04
LibPDF: Fix clipping of painting operations
Rodrigo Tobar
2023-02-02
LibPDF: Stop calculating code points for glyphs
Rodrigo Tobar
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-05
LibPDF: Use subpixel accurate text rendering
MacDue
2022-12-16
LibPDF: Don't abort on unsupported drawing operations
Rodrigo Tobar
2022-12-16
LibPDF: Switch to best-effort PDF rendering
Rodrigo Tobar
2022-12-10
LibPDF: Add initial image display support
Rodrigo Tobar
2022-12-10
LibPDF: Refactor parsing of ColorSpaces
Rodrigo Tobar
2022-12-10
LibPDF: Return results directly and avoid unpacking+packing
Rodrigo Tobar
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibPDF: Add initial implementation of XObject rendering
Rodrigo Tobar
2022-11-30
LibPDF: Allow operators to receive optional resources
Rodrigo Tobar
2022-11-30
LibPDF: Render cubic bezier curves
Rodrigo Tobar
2022-11-30
LibPDF: Communicate resources to ColorSpace, not Page
Rodrigo Tobar
2022-11-26
LibPDF: Fix path coordinates calculation
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-11-25
LibPDF: Convert dash pattern array elements to integers if necessary
Julian Offenhäuser
2022-10-16
LibPDF: Add very basic support for Adobe Type 1 font rendering
Julian Offenhäuser
2022-09-17
LibPDF: Fix text positioning with operator TJ
Julian Offenhäuser
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-04
PDFViewer: Support a continuous page view mode
Matthew Olsson
2022-03-31
LibPDF: Rename Command to Operator
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: Move color space creation from Renderer to ColorSpace
Matthew Olsson
2022-03-29
LibPDF: Require Document* in Parser constructor
Matthew Olsson
2022-03-29
LibPDF: Store a PDFFont in the Renderer's text state
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: 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
2021-09-20
LibPDF: Replace Value class by AK::Variant
Ben Wiederhake
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
[next]