summaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit
AgeCommit message (Expand)Author
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-04Remove friends from CPDF_TextObjectchromium/3233Dan Sinclair
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-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan 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-31Remove fx_basic.hDan Sinclair
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-10Move graphic state operations outside BT/ET operationsRyan Wiley
2017-08-09Unify of saving documents.chromium/3181Artem Strygin
2017-08-02Remove unused CPDF_FlateEncoder ctor.Lei Zhang
2017-08-01Change CPDF_Parser::GetIndirectBinary() to return a std::vector.Lei Zhang
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-20Use enum for pdf object typeArtem Strygin
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-28Set default graphics before generating page contentsNicolas Pena
2017-06-28Use new overloads to make usages of ostringstream more readable.Henrique Nakashima
2017-06-27Modified CPDF_PageContentGenerator to work with both Form and PageJane Liu
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-06-13Allow zero length streams when parsing.chromium/3130Dan Sinclair
2017-06-13Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator.Henrique Nakashima
2017-06-07Fix EmptyCreation testNicolas Pena
2017-06-01Fix content generation to only generate dirty page objects.wileyrya
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-24Convert to CFX_UnownedPtr, part 8chromium/3110Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
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