summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_interform.cpp
AgeCommit message (Expand)Author
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-14Revert "Update CPDF_IndirectObjectHolder APIs for unique objects."Tom Sepez
2016-10-14Update CPDF_IndirectObjectHolder APIs for unique objects.tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair
2016-09-29Move core/fxge/include to core/fxgedsinclair
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-29Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_fontdsinclair
2016-09-28Fix leaks in CFieldTree::Node.thestig
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-28Remove dead code from CPDF_InterForm.thestig
2016-09-28Made CFieldTree::Node a class.thestig
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-13Get rid of memcmp in CFieldTree::Lookup()tsepez
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-02Splitting fpdfdoc/doc_* part III.dsinclair