summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_structtree.cpp
AgeCommit message (Expand)Author
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-05-03Use strict types in FPDF API, try #3Tom Sepez
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2017-11-27Convert CPDF_StructTree to size_tDan Sinclair
2017-11-27Convert CPDF_StructElement::CountKids to size_tDan Sinclair
2017-09-18Convert string class namesRyan Harrison
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-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-04-08Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066dan sinclair
2017-04-06Cleanup the tagged codedan sinclair
2017-04-04Add method to get tagged typeDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-01-30Properly refcount CPDF_StructElementTom Sepez
2017-01-26Cleanup CPDF_StructElement.tsepez
2016-12-16Return unique_ptr<> from IPDF_StructTreetsepez
2016-11-23Add APIs for limited use of document tagged code.thestig