Age | Commit message (Expand) | Author |
2018-06-05 | Create m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-06-05 | Clean up CFX_TxtBreak | Ryan Harrison |
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 | Improve FPDFPath_GetMatrix() tests | Miklos Vajna |
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 | Lowercase JS_Define.{h,cpp} and CJS_Define.h | Tom Sepez |
2018-06-04 | Fix a number of unused writes in barcode code | Ryan Harrison |
2018-06-04 | Remove unused assignment from CFX_RTFBreak | Ryan Harrison |
2018-06-04 | Convert (void) to static_cast<void> in C++ codechromium/3450 | Ryan Harrison |
2018-06-04 | Make CJS_Objects track CJS_Runtime (and hence the document itself) | Tom Sepez |
2018-06-04 | Do not merge content streams to parse them. | Henrique Nakashima |
2018-06-04 | cjs_globalconsts.cpp need not use v8::Context slots | Tom Sepez |
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 "Make pagview decisions at runtime for non-xfa pages." | Tom Sepez |
2018-06-04 | Revert "Remove more ifndef XFA cases" | Tom Sepez |
2018-06-04 | Revert "Make FPDF_LoadPage return either page type at runtime." | Tom Sepez |
2018-06-04 | Add tools/code_coverage to .gitignore | Ryan Harrison |
2018-06-04 | Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs | Miklos Vajna |
2018-06-04 | [xfa] Get properties from the non-xfa global if possible | Dan Sinclair |
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 | Add .gdb_history to .gitignore. | Henrique Nakashima |
2018-06-01 | Make FPDF_LoadPage return either page type at runtime. | Tom Sepez |
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 | Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr() | Tom Sepez |
2018-06-01 | Move variable into loop scope | Ryan Harrison |
2018-06-01 | Clean up some issues found in CXFA_TextLayout | Ryan Harrison |
2018-06-01 | Creating XFA context shouldn't be a side-effect of FPDF_* conversion. | Tom Sepez |
2018-06-01 | Return unique_ptr from CPDFXFA_Context::GetTimerMgr() | Tom Sepez |
2018-06-01 | Roll third_party/freetype/src/ d45d4b97e..125b84800 (4 commits) | Nicolas Pena |
2018-06-01 | Remove ununused startAngle and sweepAngle variables | Ryan Harrison |
2018-06-01 | Remove initialization of wchar_t ch | Ryan Harrison |
2018-06-01 | Remove unused variable pDst from CFWL_Edit::OnValidate | Ryan Harrison |
2018-06-01 | Remove unneeded call to GetNextSiblingWidget | Ryan Harrison |
2018-06-01 | Fix XFA guards | Ryan Harrison |
2018-06-01 | Fix V8 guards | Ryan Harrison |
2018-05-31 | Make CPDF_Document own its Extension. | Tom Sepez |
2018-05-31 | Update fxjs README | Tom Sepez |
2018-05-31 | Make FXJSE variable context compatible with FXJS. | Tom Sepez |
2018-05-31 | Make XFA pixel tests more stablechromium/3447 | Ryan Harrison |
2018-05-31 | Add missing newlines in pdfium_test help text. | 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 | Make pagview decisions at runtime for non-xfa pages. | Tom Sepez |