1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Libraries/LibPDF
Matthew Olsson 468ceb1b48 LibPDF: Rename Command to Operator
This is the correct name, according to the spec
2022-03-31 18:10:45 +02:00
..
Fonts LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
CMakeLists.txt LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
ColorSpace.cpp LibPDF: Add basic ICCBased color space handling 2022-03-31 18:10:45 +02:00
ColorSpace.h LibPDF: Add basic ICCBased color space handling 2022-03-31 18:10:45 +02:00
CommonNames.cpp LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
CommonNames.h LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
Document.cpp LibPDF: Add implementation of the Standard security handler 2022-03-29 02:52:57 +02:00
Document.h LibPDF: Add implementation of the Standard security handler 2022-03-29 02:52:57 +02:00
Encoding.cpp LibPDF: Fix some base-encoding-related crashes 2022-03-31 18:10:45 +02:00
Encoding.h LibPDF: Add support for builtin and custom Encodings 2022-03-29 02:52:57 +02:00
Encryption.cpp LibPDF: Add implementation of the Standard security handler 2022-03-29 02:52:57 +02:00
Encryption.h LibPDF: Add implementation of the Standard security handler 2022-03-29 02:52:57 +02:00
Error.h LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
Filter.cpp LibPDF: Make Filter::decode() return ErrorOr 2022-01-24 22:36:09 +01:00
Filter.h LibPDF: Make Filter::decode() return ErrorOr 2022-01-24 22:36:09 +01:00
Forward.h LibPDF: Get rid of PlainText/Encoded StreamObject 2022-03-29 02:52:57 +02:00
Object.h LibPDF: Propagate errors in Parser and Document 2022-03-07 10:53:57 +01:00
ObjectDerivatives.cpp LibPDF: Propagate errors in Parser and Document 2022-03-07 10:53:57 +01:00
ObjectDerivatives.h LibPDF: Add implementation of the Standard security handler 2022-03-29 02:52:57 +02:00
Operator.h LibPDF: Rename Command to Operator 2022-03-31 18:10:45 +02:00
Parser.cpp LibPDF: Rename Command to Operator 2022-03-31 18:10:45 +02:00
Parser.h LibPDF: Rename Command to Operator 2022-03-31 18:10:45 +02: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: Rename Command to Operator 2022-03-31 18:10:45 +02:00
Renderer.h LibPDF: Rename Command to Operator 2022-03-31 18:10:45 +02:00
Value.cpp LibPDF: Replace Value class by AK::Variant 2021-09-20 17:39:36 +04:30
Value.h LibPDF: Propagate errors in Parser and Document 2022-03-07 10:53:57 +01:00
XRefTable.h LibPDF: Propagate errors in Parser and Document 2022-03-07 10:53:57 +01:00