Age | Commit message (Expand) | Author |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-26 | Unify CPDF_Document loading methods. | Artem Strygin |
2018-06-26 | Make CPDF_Document::m_pRootDict an UnownedPtr<>. | Tom Sepez |
2018-05-08 | Rename CPDF_Document::GetPage() to GetPageDictionary(). | Tom Sepez |
2017-11-08 | Make most CPDF_LinearizedHeader members const.chromium/3263 | Lei Zhang |
2017-08-29 | Optimize receiving page, if it have not obj num. | Artem Strygin |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-28 | Fix leak in cpdf_document_unittest | npm |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-09 | Fix receiving page, if it have not obj num. | art-snake |
2016-11-07 | Rename CPDF_Linearized to CPDF_LinearizedHeader | tsepez |
2016-11-07 | Reland of Unify some code | art-snake |
2016-11-04 | Revert of Unify some code (patchset #14 id:260001 of https://codereview.chrom...chromium/2912chromium/2911 | dsinclair |
2016-11-04 | Unify some code | art-snake |
2016-11-04 | CHECK for re-addition of indirect objects | tsepez |
2016-11-04 | Traverse PDF page tree only once in CPDF_Document Try 3 | npm |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-10-31 | Fix loading page using hint tables. | art-snake |
2016-10-24 | Fix root dictionary leak in cpdf_document_unittest | Nicolas Pena |
2016-10-21 | Add CPDF_Document::GetPage() unittestschromium/2899 | npm |
2016-10-21 | Revert of Fix loading page using hint tables. (patchset #5 id:80001 of https:... | npm |
2016-10-20 | Fix loading page using hint tables.chromium/2897 | art-snake |