summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Renderer.cpp
AgeCommit message (Expand)Author
2021-09-20LibPDF: Replace Value class by AK::VariantBen Wiederhake
2021-06-12LibPDF: Convert to east-const to comply with the recent style changesMatthew Olsson
2021-06-12LibPDF: Bake the flipped y-axis directly into the CTM matrixMatthew Olsson
2021-06-12LibPDF: Avoid calculating rendering matrix for every glyphMatthew Olsson
2021-06-12LibPDF: Handle the TJ graphical operatorMatthew Olsson
2021-06-12LibPDF: Handle the gs graphical operatorMatthew Olsson
2021-06-12LibPDF: Add support for the CalRGB ColorSpaceMatthew Olsson
2021-06-12LibPDF: Split ColorSpace into a different class for each color spaceMatthew Olsson
2021-06-12LibPDF: Account for inverted y axis when rendering textMatthew Olsson
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-25LibPDF: Pre-initialize common FlyStrings in CommonNames.hMatthew Olsson
2021-05-25LibPDF: Add basic color space support to the rendererMatthew Olsson
2021-05-25LibPDF: Add a very poor path clipping implementationMatthew Olsson
2021-05-25LibPDF: Implement stubs for all graphical commandsMatthew Olsson
2021-05-18LibPDF: Add a bitmap rendererMatthew Olsson