ladybird/Userland/Libraries/LibPDF
Nico Weber acf668e234 LibPDF: Make Reader::move_by() parameter more truthful
No behavior change, just simpler and less surprising.
2023-10-24 13:30:25 -04:00
..
Fonts LibPDF: Don't crash on fixed-width type 1 fonts that use /MissingWidth 2023-10-23 09:33:03 -04:00
CMakeLists.txt LibPDF: Move code to compute full page contents into Page 2023-07-12 18:22:35 -04:00
ColorSpace.cpp LibPDF: Make operator parsing use ReadonlySpan instead of Vector 2023-10-20 14:24:31 -04:00
ColorSpace.h LibPDF: Make operator parsing use ReadonlySpan instead of Vector 2023-10-20 14:24:31 -04:00
CommonNames.cpp
CommonNames.h LibPDF: Get color rendering intent from image dict 2023-10-20 08:58:52 +02:00
Document.cpp LibPDF: Fix assertion when destination page is an index 2023-10-21 09:10:30 +02:00
Document.h LibPDF: Extract a create_destination_from_object() function 2023-10-18 06:29:02 -04:00
DocumentParser.cpp LibPDF: Make parser skip whitespace after header 2023-10-21 09:09:53 +02:00
DocumentParser.h LibPDF: Make PDF version accessible on Document 2023-07-11 13:49:17 -04:00
Encoding.cpp LibPDF: Add two FIXMEs 2023-10-13 07:53:27 +02:00
Encoding.h
Encryption.cpp LibPDF: Don't crash on encrypted files with streams with filter arrays 2023-07-24 09:50:45 -04:00
Encryption.h LibPDF: Implement 7.6.4.3.3 Algorithm 2.A: Retrieve file encryption key 2023-07-21 11:55:20 +02:00
Error.h LibPDF: Mark PDF::Error nodiscard 2023-07-12 17:03:14 +02:00
Filter.cpp LibPDF: Use TRY() to get decompression result 2023-10-23 09:30:41 -04:00
Filter.h
Forward.h
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp LibPDF: Fix quadratic runtime in stream dumping 2023-07-14 09:50:30 -04:00
ObjectDerivatives.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Operator.h LibPDF: Fix symbol for text_next_line_show_string_set_spacing operator 2023-07-22 12:25:30 -04:00
Page.cpp LibPDF: Don't accidentally form new tokens on pages with contents arrays 2023-10-23 13:23:54 -04:00
Page.h LibPDF: Move code to compute full page contents into Page 2023-07-12 18:22:35 -04:00
Parser.cpp LibPDF: Tolerate comments after dict values 2023-10-23 09:28:00 -04:00
Parser.h LibPDF: Let parser process filters by default 2023-10-21 09:09:53 +02:00
Reader.cpp
Reader.h LibPDF: Make Reader::move_by() parameter more truthful 2023-10-24 13:30:25 -04:00
Reference.h LibPDF: Make Reference store two u32s instead of one 2023-07-10 17:48:15 +01:00
Renderer.cpp LibPDF: Don't assert on named simple color space 2023-10-21 21:04:26 +02:00
Renderer.h LibPDF: Make operator parsing use ReadonlySpan instead of Vector 2023-10-20 14:24:31 -04:00
Value.cpp
Value.h
XRefTable.h