Age | Commit message (Expand) | Author |
2018-06-07 | Return from GenerateContent() if m_pObjHolder->GetFormDict() is null. | Henrique Nakashima |
2018-06-07 | Check is first page number valid in CPDF_LinearizedHeader. | Artem Strygin |
2018-06-07 | Revert "Reland "Simplify CPDF_HintsTable."" | Ryan Harrison |
2018-06-06 | Reland "Simplify CPDF_HintsTable." | Artem Strygin |
2018-06-06 | Simplify check root availability. | Artem Strygin |
2018-06-06 | Simplify check info availability. | Artem Strygin |
2018-06-06 | Use CPDF_StreamAcc to data access of CPDF_Stream. | Artem Strygin |
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 | Further improve CCodec_FaxDecoder performance in debug builds. | 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 | Revert "Convert (void) to static_cast<void> in C++ code" | Ryan Harrison |
2018-06-05 | Add test for FPDF_GetPageSizeByIndex() | Tom Sepez |
2018-06-05 | Share read validator between CPDF_DataAvail and CPDF_SyntaxParser. | Artem Strygin |
2018-06-05 | Remove useless code. | Artem Strygin |
2018-06-04 | Convert (void) to static_cast<void> in C++ codechromium/3450 | Ryan Harrison |
2018-06-04 | Do not merge content streams to parse them. | Henrique Nakashima |
2018-06-04 | Clean up of comment from post-submit | Ryan Harrison |
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-06-04 | Revert "Remove more ifndef XFA cases" | Tom Sepez |
2018-06-02 | Remove more ifndef XFA caseschromium/3449chromium/3448 | Tom Sepez |
2018-06-02 | IWYU: std::begin() and std::end() need <iterator> | Raphael Kubo da Costa |
2018-06-01 | Remove unused assignments in test code | Ryan Harrison |
2018-06-01 | GCC6: workaround bug with external class template linking. | José Dapena Paz |
2018-06-01 | Fix XFA guards | Ryan Harrison |
2018-05-31 | Make CPDF_Document own its Extension. | Tom Sepez |
2018-05-31 | Clean up some nits in CPDF_Type3Glyph | Nicolas Pena |
2018-05-31 | Handle image mask continuous loading correctly | Wei Li |
2018-05-31 | Remove uselesss code. | Artem Strygin |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-31 | Fix font regression in AdjustMMParams | Nicolas Pena |
2018-05-30 | Remove unused CFX_MemoryStream::{Attach,Detach}Buffer() methods | Tom Sepez |
2018-05-30 | Remove dead code in various write function. | Lei Zhang |
2018-05-30 | Exclude certain colorspace types for calculating transparency backdrop color. | Lei Zhang |
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-30 | Implement handling --font-dir on Mac | Ryan Harrison |
2018-05-29 | Pass a CFX_Matrix by reference in font code.chromium/3445 | Lei Zhang |
2018-05-29 | Get rid of FXARGB_MAKE macro. | Lei Zhang |
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 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
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 more CPDF_Objects as const in action and bookmark code. | Lei Zhang |