summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_ppo.cpp
AgeCommit message (Expand)Author
2018-10-22Rename CPDF_Object::Type enumerators with k prefixesHans Wennborg
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-15Use CropBox instead of ArtBox or TrimBoxxlou
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-09-21Fix destruction order with CPDF_StreamAcc.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-07-13Fix FPDF_ImportNPagesToOne() documentation.Lei Zhang
2018-06-29Revert "Simplify CPDF_PageOrganizer::UpdateReference method."Lei Zhang
2018-06-28Simplify CPDF_PageOrganizer::UpdateReference method.Artem Strygin
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-08Add constants for PDF 1.7 spec, table 3.27.Lei Zhang
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-16Fix methods that have definition with different parameter names.Lei Zhang
2018-02-12Mark some CPDF_Dictionary pointers as const.Lei Zhang
2018-02-12Remove a parameter from CPDF_NPageToOneExporter::MakeXObject().Lei Zhang
2018-02-09Use CPDF_Dictionary::SetRectFor() when appropriate.Lei Zhang
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-09Fix nits in ParsePageRangeString().Lei Zhang
2018-02-08Split CPDF_PageOrganizer into multiple classes.chromium/3345Lei Zhang
2018-02-08Add document getters in CPDF_PageOrganizer.Lei Zhang
2018-02-07More GetPageNumbers() clean up in fpdf_ppo.cpp.Lei Zhang
2018-02-06Change MakeXObject to update reference from the root of the source page.xlou
2018-02-02Fix IWYU errors in fpdfppo.cpp.Lei Zhang