Age | Commit message (Expand) | Author |
2017-10-03 | Simplify CPDF_Parser::GetIDArray | Artem Strygin |
2017-10-03 | Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization. | Artem Strygin |
2017-10-03 | Use ByteString instead raw string for password in CPDF_SecurityHandler. | Artem Strygin |
2017-10-03 | Move the CryptoHandler into the SecurityHandler | Artem Strygin |
2017-10-03 | Change the ownership of the CPDF_CryptoHandler. | Artem Strygin |
2017-10-02 | Move CPDF_Parser::ObjectType into protected section | Artem Strygin |
2017-09-28 | Remove no-op cast | Ryan Harrison |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-05 | Rename fx_rand to fx_random | Dan Sinclair |
2017-09-05 | Split random code from fx_extension.h | Dan Sinclair |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-10 | Move graphic state operations outside BT/ET operations | Ryan Wiley |
2017-08-09 | Unify of saving documents.chromium/3181 | Artem Strygin |
2017-08-02 | Remove unused CPDF_FlateEncoder ctor. | Lei Zhang |
2017-08-01 | Change CPDF_Parser::GetIndirectBinary() to return a std::vector. | Lei Zhang |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-20 | Use enum for pdf object type | Artem Strygin |
2017-06-29 | Basic APIs and tests for extracting and setting annotation paths | Jane Liu |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-28 | Set default graphics before generating page contents | Nicolas Pena |
2017-06-28 | Use new overloads to make usages of ostringstream more readable. | Henrique Nakashima |
2017-06-27 | Modified CPDF_PageContentGenerator to work with both Form and Page | Jane Liu |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-13 | Allow zero length streams when parsing.chromium/3130 | Dan Sinclair |
2017-06-13 | Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator. | Henrique Nakashima |
2017-06-07 | Fix EmptyCreation test | Nicolas Pena |
2017-06-01 | Fix content generation to only generate dirty page objects. | wileyrya |
2017-05-26 | Add public API for setting the blend mode on a page object. | wileyrya |
2017-05-26 | Add public API for setting the fill color on a text object | wileyrya |
2017-05-26 | Add public API for setting LineJoin and LineCap on a path | wileyrya |
2017-05-24 | Convert to CFX_UnownedPtr, part 8chromium/3110 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 4. | Tom Sepez |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-15 | Remove unused flags from CPDF_Creator | Nicolas Pena |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Cleaning up Edit code | Dan Sinclair |
2017-05-09 | Edit code cleanup | Dan Sinclair |
2017-05-09 | Move FPDF_FILEWRITE adapter to own file | Dan Sinclair |
2017-05-09 | Rename fpdf_edit_create.cpp to cpdf_creator.cpp | Dan Sinclair |
2017-05-09 | Remove editint.h and create individual headerschromium/3095 | Dan Sinclair |
2017-05-09 | Remove CPDF_Creator friends | Dan Sinclair |
2017-05-09 | Remove AppendObject from CPDF_Creator | Dan Sinclair |