summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2016-08-15Only create widgets if really needed.dsinclair
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-09The benefits of having a CPDFSDK_FormActionHandler instance intonikitoo
2016-08-03Remove unused method CPDFSDK_BAAnnot::CreateFormFiller.jaepark
2016-08-03Use smart pointers for class owned pointersweili
2016-08-01Watch for destruction of CPDFSDK_widget during callbacktsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-24Use actual type instead CFX_Deletableweili
2016-07-21Remove the use of handler array in CPDFSDK_AnnotHandlerMgrweili
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-08Change time_t conversion operator to ToTime_t() functionweili
2016-06-08Fix GetPageIndex() for dynamic XFA documents.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Remove checks for _WIN32_WCE.thestig
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-23Remove dead code from CPDF_InterForm.thestig
2016-05-19Remove Release() from CPDFDOC_Environmenttsepez
2016-05-16Convert border style defines to an enum class.dsinclair
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-22Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpptsepez
2016-04-21Remove unused CFX_IntArray.tsepez
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06Mark FPDF_BStr_* with DLLEXPORT / STDCALL.thestig
2016-04-05Remove core/include/fpdfdoc/fpdf_vt.hdsinclair
2016-04-04Make IPDF_VariableText_{Provider,Iterator} inner classes.dsinclair
2016-04-04Cleanup the FF Handler proxy methods.dsinclair
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-31Split core/include/fpdfdoc/fpdf_ap.hdsinclair
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-24Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed.""Tom Sepez
2016-03-23Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow.dan sinclair
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-21Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.Dan Sinclair
2016-03-18Trigger page view event when re-layout is finishedjinming_wang
2016-03-15FPDF_PageDelete must delete XFA pages as well.Tom Sepez
2016-03-15Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.Dan Sinclair