serenity/Userland/Libraries/LibPDF
Simon Woertz c857b5d22f LibPDF: Convert PDF::Parser::m_document from RefPtr to WeakPtr
Otherwise both `PDF::Document` and `PDF::Parser` have a `RefPtr`
pointing to each other which leads to a memory leak due to a circular
dependency.
2022-01-08 18:57:55 +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 Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +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 LibPDF: Convert PDF::Parser::m_document from RefPtr to WeakPtr 2022-01-08 18:57:55 +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