summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-06-02Remove more ifndef XFA caseschromium/3449chromium/3448Tom Sepez
2018-06-01Make FPDF_LoadPage return either page type at runtime.Tom Sepez
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Creating XFA context shouldn't be a side-effect of FPDF_* conversion.Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-05-31Make CPDF_Document own its Extension.Tom Sepez
2018-05-31Make XFA pixel tests more stablechromium/3447Ryan Harrison
2018-05-31Make pagview decisions at runtime for non-xfa pages.Tom Sepez
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-30Add FPDFPath_GetDrawMode() APIMiklos Vajna
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some ifdef PDF_ENABLE_XFA, part 3.chromium/3443chromium/3442Tom Sepez
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-25[xfa] Generate CXFA_EventParam.newText dynamicallyDan Sinclair
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-22Remove useless CPDFSDK_Widget::SetDefaultValue().chromium/3438Lei Zhang
2018-05-22Order CHKs in alphabetical order within each fileNicolas Pena
2018-05-22Add FPDFPageObj_GetStrokeWidth() APIMiklos Vajna
2018-05-22Remove useless CPWL_ListBox::KillFocus().Lei Zhang
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