summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_mgr.h
AgeCommit message (Expand)Author
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-19Remove Release() from CPDFDOC_Environmenttsepez
2016-04-28Change bool type to fix warnings.chromium/2720dsinclair
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-26Remove no-op ShowFileDialog(s).tsepez
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-06Mark FPDF_BStr_* with DLLEXPORT / STDCALL.thestig
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-18Trigger page view event when re-layout is finishedjinming_wang
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fx_crypto.h and fpdf_text.h out of core/include.Dan Sinclair
2016-03-09Cleanup some header includes.Dan Sinclair
2016-03-08Fix build at 310438fb97a2chromium/2672Tom Sepez
2016-02-26Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Revert "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Replace CPDF_Rect and CPDF_Point with CFX types.Tom Sepez
2016-02-19Hook up FFI_PageEvent.Lei Zhang
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-09Banish CFX_WordArray to XFA-land.Tom Sepez
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang
2016-02-01Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methodsTom Sepez
2016-02-01Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-01-29Merge to XFA: Add tests for CBA_AnnotIterator.Tom Sepez
2016-01-27XFA: Remove dead AddDoRecord code.Lei Zhang
2016-01-20Fix crashing in CPDFXFA_Document::GetPage()Jun Fang
2016-01-08XFA: Remove relative includes outside of xfa/.Lei Zhang
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-30Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.Tom Sepez
2015-11-25Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/Tom Sepez
2015-11-25Fix a issue that FFI_GetCurrentPageIndex always returns -1Jun Fang
2015-11-24XFA: more underlying type changes to match masterTom Sepez
2015-11-24XFA: add underlying document type commentTom Sepez
2015-11-24Introduce "underlying types" to abstract XFA differences.Tom Sepez
2015-11-09Merge to XFA: Fix all relative includes to core.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to public.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-11-02XFA: Simplify CPDFSDK_PageView::PageView_OnDraw().Lei Zhang
2015-10-30Merge to XFA: Clean up CPDF_AnnotList.Lei Zhang
2015-10-30Merge to XFA: Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs.Oliver Chang
2015-10-30Merge to XFA: Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)Lei Zhang
2015-10-30Merge to XFA: Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructorOliver Chang
2015-10-26Merge to XFA: Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.Lei Zhang
2015-10-21XFA: add CPDFDocumentToFPDFDocument()Tom Sepez
2015-10-14Next round of XFA changes to match master.Tom Sepez
2015-10-13Changes to XFA to more closely match master.Tom Sepez