Age | Commit message (Expand) | Author |
2018-08-10 | Make the 4th parameter in CPDF_Form non-optional. | Lei Zhang |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-05 | Tidy parser lifecycle state machine in CPDF_PageObjectHolder. | Tom Sepez |
2018-06-05 | Move CPDF_PageObjectHolder::m_pFormStream to CPDF_Form. | Lei Zhang |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2017-11-07 | Simplify CPDF_ContentParser. | Lei Zhang |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-11-02 | Rename Transparency to iTransparency. | Lei Zhang |
2017-08-31 | Prevent duplicate parses of same data, in the same recursive descent | Ryan Harrison |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-22 | Continue splitting pageint.h into per-class files | tsepez |
2016-11-21 | Use more unique_ptrs in CPDF_Image. | thestig |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |