summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_ext.cpp
AgeCommit message (Expand)Author
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-08-10Add proxy for syscall timeRyan Harrison
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-04-13Move SharedForm check to CPDF_Metadata classdan sinclair
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-28Cleanup fsdk_define methodsDan Sinclair
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-05-09Create common CXML_Object base class for CXML_Content and CXML_Element.Tom Sepez
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-03-30Move core/fxcrt XML files to core/fxcrt/xmlDan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-10-04Rename fpdfsdk/fpdfxfa files to match contentschromium/2881dsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfadsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/include to core/fpdfapidsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-24Use actual type instead CFX_Deletableweili
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-23Remove dead code from CPDF_InterForm.thestig
2016-05-23Add missing STDCALL for FPDFDoc_GetPageMode().thestig
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair