summaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit/cpdf_creator.cpp
AgeCommit message (Expand)Author
2018-04-16Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.hTom Sepez
2018-04-05Get rid of a const_cast in CPDF_FlateEncoder.Lei Zhang
2018-04-05Remove some const_casts in CPDF_Creator.Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-08Fix FPDF_SaveAsCopy for linearized PDFs.Henrique Nakashima
2017-11-03Simplify CPDF_SecurityHandler.Lei Zhang
2017-10-03Simplify CPDF_Parser::GetIDArrayArtem Strygin
2017-10-03Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization.Artem Strygin
2017-10-03Use ByteString instead raw string for password in CPDF_SecurityHandler.Artem Strygin
2017-10-03Move the CryptoHandler into the SecurityHandlerArtem Strygin
2017-10-03Change the ownership of the CPDF_CryptoHandler.Artem Strygin
2017-10-02Move CPDF_Parser::ObjectType into protected sectionArtem Strygin
2017-09-28Remove no-op castRyan Harrison
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-05Rename fx_rand to fx_randomDan Sinclair
2017-09-05Split random code from fx_extension.hDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-09Unify of saving documents.chromium/3181Artem Strygin
2017-08-01Change CPDF_Parser::GetIndirectBinary() to return a std::vector.Lei Zhang
2017-07-20Use enum for pdf object typeArtem Strygin
2017-06-13Allow zero length streams when parsing.chromium/3130Dan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-15Remove unused flags from CPDF_CreatorNicolas Pena
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-10Cleaning up Edit codeDan Sinclair
2017-05-09Edit code cleanupDan Sinclair
2017-05-09Move FPDF_FILEWRITE adapter to own fileDan Sinclair
2017-05-09Rename fpdf_edit_create.cpp to cpdf_creator.cppDan Sinclair