summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-05-17Deprecate several Path/Text APIs.Nicolas Pena
2018-05-17Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocViewDan Sinclair
2018-05-17Convert JS execute methods to return Optional<IJS_Runtime::JS_Error>Dan Sinclair
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-14Add regression test for XFA crash under CPDF_LinkList::GetPageLinks().Tom Sepez
2018-05-10Add CPDF_Transparency.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2018-05-08Add several FPDFPageObj_* APIschromium/3425Nicolas Pena
2018-05-08Revert "Ensure that XFA Pages always have a corresponding PDF page"Henrique Nakashima
2018-05-08Mark CPDF_Object pointers as const in CPDF_ViewerPreferences.Lei Zhang
2018-05-08Add APIs to work with a FPDF_PAGERANGE.Lei Zhang
2018-05-08Add some basic tests for FPDF_VIEWERREF_GetPrintPageRange().Lei Zhang
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-05-07Make CPDF_PageObjectHolder::m_iTransparency protected.Lei Zhang
2018-05-07Ensure that XFA Pages always have a corresponding PDF pageTom Sepez
2018-05-07Add test for mutltiple copies of same PDF page.Tom Sepez
2018-05-03Prove that the memory was good at FPDFBitmap_CreateEx() create time.Tom Sepez
2018-05-03Use strict types in FPDF API, try #3Tom Sepez
2018-05-03Add CPDF_Page::Extension::GetDocExtension()Tom Sepez
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima
2018-05-02Remove unused cpdfxfa_context.h includes from unittestsTom Sepez
2018-05-02Add CPDF_Document::Extension::GetPageCount()Tom Sepez
2018-05-01Add CPDF_Document::Extension::DeletePage()Tom Sepez
2018-05-01Check for NULL XFA context even when XFATom Sepez
2018-05-01Make FPDF_Document always be CPDF_Document.Tom Sepez
2018-05-01Introduce the concept of CPDF_Page::ExtensionTom Sepez
2018-04-30Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document.Tom Sepez
2018-04-27Remove an obsolete TODO.Lei Zhang
2018-04-27Remove arguments from CPDFSDK_FormFillEnvironment methods (part 2)Tom Sepez
2018-04-27Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context.Tom Sepez
2018-04-27Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPageTom Sepez
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-25Add PostScript PASSTHROUGH options to FPDF_SetPrintMode().Lei Zhang
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-25Use WindowsPrintMode in more places in place of ints.Lei Zhang
2018-04-25Fix slight type inconsistencies discovered with strict FPDF API types.Tom Sepez
2018-04-24Fix include order for cpdfxfa_context.hchromium/3407Tom Sepez
2018-04-23Create FPDFPageObjMark_GetParamStringValue().Henrique Nakashima
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-23Create API to get PageObject mark parameters.Henrique Nakashima
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-18Do not show validation errors if PDF not yet loadedchromium/3400Ryan Harrison
2018-04-17Avoid some string -> ptr -> string duplicate allocations in FF EnvironmentTom Sepez
2018-04-17Create new FPDFPageObjMark_CountParams() API.Henrique Nakashima
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez