Age | Commit message (Expand) | Author |
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 |
2018-05-08 | Add some basic tests for FPDF_VIEWERREF_GetPrintPageRange(). | Lei Zhang |
2018-05-08 | Rename CPDF_Document::GetPage() to GetPageDictionary(). | Tom Sepez |
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 | Ensure that XFA Pages always have a corresponding PDF page | Tom Sepez |
2018-05-07 | Add test for mutltiple copies of same PDF page. | Tom Sepez |
2018-05-03 | Prove that the memory was good at FPDFBitmap_CreateEx() create time. | Tom Sepez |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-05-03 | Add CPDF_Page::Extension::GetDocExtension() | Tom Sepez |
2018-05-02 | Use pointers instead of refs for GetPopupPos() params. | Henrique Nakashima |
2018-05-02 | Remove unused cpdfxfa_context.h includes from unittests | Tom Sepez |
2018-05-02 | Add CPDF_Document::Extension::GetPageCount() | Tom Sepez |