summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_mgr.h
AgeCommit message (Expand)Author
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-12Make wrapped JS Document observe C++-side object.tsepez
2016-09-07Fixup CPDFSDK_PageView and CPDF_Page interactions.dsinclair
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-25Clean up CPDFSDK_PageView methods.jaepark
2016-08-25Drop CPDFSDK_PageView::Annot_HasAppearancetonikitoo
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-15Split fpdfsdk/fsdk_annothandler.h into individual classes.jaepark
2016-08-11Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files.jaepark
2016-08-03Use smart pointers for class owned pointersweili
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-06-08Fix GetPageIndex() for dynamic XFA documents.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
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