1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:38:12 +00:00
serenity/Userland/Libraries/LibPDF
Sam Atkins f590cd1850 AK+Userland: Make AK::decode_hex() return ErrorOr
This lets us propagate the reason why it failed up to the caller. :^)
2022-01-24 22:36:09 +01:00
..
CMakeLists.txt LibPDF: Break weird dependency cycle 2021-09-20 17:39:36 +04:30
ColorSpace.cpp LibPDF: Replace Value class by AK::Variant 2021-09-20 17:39:36 +04:30
ColorSpace.h LibPDF: Break weird dependency cycle 2021-09-20 17:39:36 +04:30
Command.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
CommonNames.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
CommonNames.h LibPDF: Handle the gs graphical operator 2021-06-12 22:45:01 +04:30
Document.cpp Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
Document.h LibPDF: Convert PDF::Parser::m_document from RefPtr to WeakPtr 2022-01-08 18:57:55 +01:00
Filter.cpp AK+Userland: Make AK::decode_hex() return ErrorOr 2022-01-24 22:36:09 +01:00
Filter.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
Forward.h LibPDF: Add missing headers to Forward.h 2021-09-20 17:39:36 +04:30
Object.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
ObjectDerivatives.cpp LibPDF: Break weird dependency cycle 2021-09-20 17:39:36 +04:30
ObjectDerivatives.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
Parser.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
Parser.h LibPDF: Convert PDF::Parser::m_document from RefPtr to WeakPtr 2022-01-08 18:57:55 +01:00
Reader.h Userland: Include Vector.h in a few places to make HeaderCheck happy 2021-11-11 20:36:36 +01:00
Reference.h LibPDF: Extract reference bitpacking into dedicated class 2021-09-20 17:39:36 +04:30
Renderer.cpp LibPDF: Replace Value class by AK::Variant 2021-09-20 17:39:36 +04:30
Renderer.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Value.cpp LibPDF: Replace Value class by AK::Variant 2021-09-20 17:39:36 +04:30
Value.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
XRefTable.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00