Age | Commit message (Expand) | Author |
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 |
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-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 | Rename CFX_RetainPtr to RetainPtr | 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-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-09 | Unify of saving documents.chromium/3181 | Artem Strygin |
2017-08-01 | Change CPDF_Parser::GetIndirectBinary() to return a std::vector. | Lei Zhang |
2017-07-20 | Use enum for pdf object type | Artem Strygin |
2017-06-13 | Allow zero length streams when parsing.chromium/3130 | Dan Sinclair |
2017-05-24 | Convert to CFX_UnownedPtr, part 4. | Tom Sepez |
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 |