ladybird/Userland/Libraries/LibPDF
Nico Weber 588d6fab22 LibGfx+LibPDF: Create filter_type() for converting u8 to FilterType
...and use it in LibPDF.

No behavior change.
2023-11-17 19:09:50 +01:00
..
Fonts LibPDF: Change how CFF optional width prefix is stored 2023-11-14 10:10:34 +01:00
CMakeLists.txt LibPDF: Add scaffolding for function objects 2023-11-06 10:01:05 +01:00
ColorSpace.cpp LibPDF: In ColorSpace creation code, use resolve_to() more 2023-11-13 10:29:26 -05:00
ColorSpace.h LibPDF: Implement DeviceNColorSpace 2023-11-09 23:33:49 +01:00
CommonNames.cpp
CommonNames.h LibPDF: Add support for the LZW filter 2023-11-13 14:23:23 +01:00
Document.cpp LibPDF: Don't assert on outline destinations that use null as page 2023-10-27 06:38:25 -04:00
Document.h AK+LibPDF: Make Format print floats in a roundtrip-safe way by default 2023-10-31 09:12:35 +03:30
DocumentParser.cpp LibPDF: Ensure xref stream field widths are within expected range 2023-10-28 13:17:09 -04:00
DocumentParser.h
Encoding.cpp LibPDF: Add two FIXMEs 2023-10-13 07:53:27 +02:00
Encoding.h
Encryption.cpp
Encryption.h
Error.h
Filter.cpp LibGfx+LibPDF: Create filter_type() for converting u8 to FilterType 2023-11-17 19:09:50 +01:00
Filter.h LibPDF: Add support for the LZW filter 2023-11-13 14:23:23 +01:00
Forward.h
Function.cpp LibPDF: Make SampledFunction::evaluate() work for n-dimensional input 2023-11-12 07:55:04 +01:00
Function.h LibPDF: Add scaffolding for function objects 2023-11-06 10:01:05 +01:00
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h
Operator.h
Page.cpp LibPDF: Don't accidentally form new tokens on pages with contents arrays 2023-10-23 13:23:54 -04:00
Page.h
Parser.cpp LibPDF: Don't use unsanitized values in error messages 2023-10-26 11:05:32 +02:00
Parser.h LibPDF: Make string literal parsing fallible 2023-10-25 10:44:26 +02:00
Reader.cpp LibPDF: Implement Reader::is_[eol, whitespace](char) 2023-11-14 10:15:15 +01:00
Reader.h LibPDF: Implement Reader::is_[eol, whitespace](char) 2023-11-14 10:15:15 +01:00
Reference.h
Renderer.cpp LibPDF: Apply all offsets of TJ operator 2023-11-14 10:11:09 +01:00
Renderer.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Value.cpp
Value.h
XRefTable.h