Age | Commit message (Expand) | Author |
2018-04-13 | Get rid of CPDF_Color::GetColorSpace(). | Lei Zhang |
2018-04-13 | Rename the other CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-05 | Fix const casts in CPDF_Encryptor. | Lei Zhang |
2018-04-05 | Get rid of a const_cast in CPDF_FlateEncoder. | Lei Zhang |
2018-04-05 | Remove some const_casts in CPDF_Creator. | Lei Zhang |
2018-02-22 | Add namespaces to duplicated Skia code. | Jonathan Feinberg |
2018-02-16 | Improve performance of writing path floats. | Dan Sinclair |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-11-08 | Fix FPDF_SaveAsCopy for linearized PDFs. | Henrique Nakashima |
2017-11-03 | Simplify CPDF_SecurityHandler. | Lei Zhang |
2017-10-04 | Remove friends from CPDF_TextObjectchromium/3233 | Dan Sinclair |
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 |