Age | Commit message (Expand) | Author |
2018-06-05 | Revert "Do not merge content streams to parse them." | Henrique Nakashima |
2018-06-05 | Tidy parser lifecycle state machine in CPDF_PageObjectHolder. | Tom Sepez |
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-05 | Add test for FPDF_GetPageSizeByIndex() | Tom Sepez |
2018-06-04 | Do not merge content streams to parse them. | Henrique Nakashima |
2018-06-04 | Revert "Make CPDF_Document cache CPDF_Pages" | Tom Sepez |
2018-06-04 | Revert "Make common page base class for XFA and non-XFA." | Tom Sepez |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-30 | Make CPDF_Document cache CPDF_Pages | Tom Sepez |
2018-05-28 | Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444 | Nicolas Pena |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Make CPDF_Page retainable. | Tom Sepez |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). | Lei Zhang |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). | Lei Zhang |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-23 | Remove GetBits32(). | Lei Zhang |
2018-05-22 | Simplify CPDF_ShadingPattern::Validate(). | Lei Zhang |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Cleanup CPDF_ContentParser | Dan Sinclair |
2018-05-15 | Break CPDF_CotnentParser::Continue into pieces | Dan Sinclair |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-09 | Add proper const/non-const versions of CPDF_Array methods. | Lei Zhang |
2018-05-09 | Add proper const/non-const versions of CPDF_Object methods. | Lei Zhang |
2018-05-09 | Mark numerious pointers as const. | Lei Zhang |
2018-05-09 | Add constants for PDF 1.7 spec, table 7.13. | Lei Zhang |
2018-05-08 | Remove almost all usages of CFX_FixedBufGrow with std::vector | Nicolas Pena |
2018-05-08 | Remove PDFTRANS_KNOCKOUT. | Lei Zhang |
2018-05-08 | Add constants for PDF 1.7 spec, table 7.2 and 7.3. | 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-05-07 | Add some getters for CPDF_PageObjectHolder. | Lei Zhang |
2018-05-07 | Use unowned ptr for CPDF_Page::m_pView. | Tom Sepez |
2018-05-03 | Add CPDF_Page::Extension::GetDocExtension() | Tom Sepez |
2018-05-03 | Make GetPDFDocument return a CPDF_Docment*, not void*. | Tom Sepez |
2018-05-01 | Avoid perpetual spins for parserless CPDF_Pages | Tom Sepez |
2018-05-01 | Introduce the concept of CPDF_Page::Extension | Tom Sepez |
2018-04-27 | Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2) | Lei Zhang |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-23 | Validate the Size dictionary entry in CPDF_SampledFunc. | Lei Zhang |
2018-04-23 | Fix some nits in CPDF_SampledFunc(). | Lei Zhang |
2018-04-20 | Add CPDF_PatternCS::GetPatternRGB(const PatternValue& value).chromium/3404chromium/3403chromium/3402 | Lei Zhang |
2018-04-20 | Revert "Do validation earlier in CPDF_SampledFunc::v_Init()." | Lei Zhang |
2018-04-19 | Make CPDF_StitchFunc use more vectors. | Lei Zhang |
2018-04-19 | Do more validation in CPDF_StitchFunc::v_Init(). | Lei Zhang |