summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfdoc.cpp
AgeCommit message (Expand)Author
2018-01-10Remove unused parameter from FPDFDest_GetView().Lei Zhang
2018-01-05Convert CPDF_PageLabel::GetLabel to return Optional<WideString>Ryan Harrison
2018-01-04Open FPDFDest_GetView API.Henrique Nakashima
2017-10-31Add FS_RECTF conversion functions.Lei Zhang
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
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-07-19Basic APIs and tests for extracting attachmentsJane Liu
2017-06-19Fixing metadata not read from linearized file.chromium/3136Henrique Nakashima
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-06Fix FPDF_GetPageLabel API typo.dsinclair
2016-11-23Add APIs for limited use of document tagged code.thestig
2016-11-23Add API for getting page labels.thestig
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-08Add FPDFDest_GetLocationInPage APIdsinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair