Rodrigo Tobar
|
db9fa7ff07
LibPDF: Allow show_text to return errors
|
2 年之前 |
Rodrigo Tobar
|
e87fecf710
LibPDF: Switch to best-effort PDF rendering
|
2 年之前 |
Rodrigo Tobar
|
adc45635e9
LibPDF: Add initial image display support
|
2 年之前 |
Rodrigo Tobar
|
ba16310739
LibPDF: Refactor parsing of ColorSpaces
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Rodrigo Tobar
|
b3007c17bd
LibPDF: Allow operators to receive optional resources
|
2 年之前 |
Rodrigo Tobar
|
fe5c823989
LibPDF: Communicate resources to ColorSpace, not Page
|
2 年之前 |
Rodrigo Tobar
|
e92ec26771
LibPDF: Introduce rendering preferences and show clipping paths
|
2 年之前 |
Rodrigo Tobar
|
a1e36e8f78
LibPDF: Improve path clipping support
|
2 年之前 |
Julian Offenhäuser
|
9cb3b23377
LibPDF: Move all font handling to Type1Font and TrueTypeFont classes
|
2 年之前 |
Julian Offenhäuser
|
97ed4106e5
LibPDF: Fix text positioning with operator TJ
|
2 年之前 |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
sin-ack
|
7456904a39
Meta+Userland: Simplify some formatters
|
3 年之前 |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年之前 |
Matthew Olsson
|
468ceb1b48
LibPDF: Rename Command to Operator
|
3 年之前 |
Matthew Olsson
|
5f9d35909d
LibPDF: Move font files into their own directory
|
3 年之前 |
Matthew Olsson
|
130846f337
LibPDF: Use AntiAliasingPainter in Renderer when possible
|
3 年之前 |
Matthew Olsson
|
9a4a3318a9
LibPDF: Store a PDFFont in the Renderer's text state
|
3 年之前 |
Matthew Olsson
|
b240d23a87
LibPDF: Propagate errors in Renderer/PDFViewer
|
3 年之前 |
Matthew Olsson
|
d82bd885ce
LibPDF: Propagate ColorSpace errors
|
3 年之前 |
Matthew Olsson
|
7e1c823725
LibPDF: Fix the zoom-related text scaling issue
|
3 年之前 |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 年之前 |
Matthew Olsson
|
612b183703
LibPDF: Convert to east-const to comply with the recent style changes
|
4 年之前 |
Matthew Olsson
|
449ef14895
LibPDF: Avoid calculating rendering matrix for every glyph
|
4 年之前 |
Matthew Olsson
|
c142dadbe8
LibPDF: Handle the TJ graphical operator
|
4 年之前 |
Matthew Olsson
|
47531619e3
LibPDF: Handle the gs graphical operator
|
4 年之前 |
Matthew Olsson
|
7b4e36bf88
LibPDF: Split ColorSpace into a different class for each color space
|
4 年之前 |
Matthew Olsson
|
78f3bad7e6
LibPDF: Pre-initialize common FlyStrings in CommonNames.h
|
4 年之前 |