Age | Commit message (Expand) | Author |
2018-08-10 | Minor cleanup in CPDF_ContentParser. | Lei Zhang |
2018-06-12 | Fill m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-05 | Revert "Do not merge content streams to parse them." | Henrique Nakashima |
2018-06-05 | Revert "Create m_ContentStream field in CPDF_PageObject." | Henrique Nakashima |
2018-06-05 | Assert CPDF_ContentParser always has a valid page holder. | Lei Zhang |
2018-06-05 | Move CPDF_PageObjectHolder::m_pFormStream to CPDF_Form. | Lei Zhang |
2018-06-05 | Create m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-06-04 | Do not merge content streams to parse them. | Henrique Nakashima |
2018-05-16 | Cleanup CPDF_ContentParser | Dan Sinclair |
2018-05-15 | Break CPDF_CotnentParser::Continue into pieces | Dan Sinclair |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-08 | Make one more CPDF_PageObjectHolder member protected. | Lei Zhang |
2018-05-07 | Make more CPDF_PageObjectHolder members protected. | Lei Zhang |
2018-05-07 | Make CPDF_PageObjectHolder::m_iTransparency protected. | Lei Zhang |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-27 | Convert CPDF_ClipPath::Get{Path|Text}Count to size_t | Dan Sinclair |
2017-11-08 | Use MaybeOwned in CPDF_ContentParser | Nicolas Pena |
2017-11-07 | Simplify CPDF_ContentParser. | 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 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-29 | Make some CPDF_StreamContentParser methods static. | Lei Zhang |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
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-07 | Clean up fpdf_page_parsers | npm |