Age | Commit message (Expand) | Author |
2018-06-05 | Improve FPDFPath_GetMatrix() tests | Miklos Vajna |
2018-06-04 | Convert (void) to static_cast<void> in C++ codechromium/3450 | 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 FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs | Miklos Vajna |
2018-06-02 | Remove more ifndef XFA caseschromium/3449chromium/3448 | Tom Sepez |
2018-06-01 | Make FPDF_LoadPage return either page type at runtime. | Tom Sepez |
2018-06-01 | Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr() | Tom Sepez |
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-05-31 | Make CPDF_Document own its Extension. | Tom Sepez |
2018-05-31 | Make XFA pixel tests more stablechromium/3447 | Ryan Harrison |
2018-05-31 | Make pagview decisions at runtime for non-xfa pages. | 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-30 | Add FPDFPath_GetDrawMode() API | Miklos Vajna |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Replace some ifdef PDF_ENABLE_XFA, part 3.chromium/3443chromium/3442 | Tom Sepez |
2018-05-25 | Replace some #ifdefs PDF_ENABLE_XFA, part 2. | Tom Sepez |
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 |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441 | Lei Zhang |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-25 | [xfa] Generate CXFA_EventParam.newText dynamically | Dan Sinclair |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Remove useless CPDFSDK_Widget::SetDefaultValue().chromium/3438 | Lei Zhang |
2018-05-22 | Order CHKs in alphabetical order within each file | Nicolas Pena |
2018-05-22 | Add FPDFPageObj_GetStrokeWidth() API | Miklos Vajna |
2018-05-22 | Remove useless CPWL_ListBox::KillFocus(). | Lei Zhang |
2018-05-17 | Deprecate several Path/Text APIs. | Nicolas Pena |
2018-05-17 | Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView | Dan Sinclair |
2018-05-17 | Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-14 | Add regression test for XFA crash under CPDF_LinkList::GetPageLinks(). | Tom Sepez |
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-08 | Add several FPDFPageObj_* APIschromium/3425 | Nicolas Pena |
2018-05-08 | Revert "Ensure that XFA Pages always have a corresponding PDF page" | Henrique Nakashima |
2018-05-08 | Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. | Lei Zhang |
2018-05-08 | Add APIs to work with a FPDF_PAGERANGE. | Lei Zhang |