summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_interform.cpp
AgeCommit message (Expand)Author
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-04-28Disallow CPDF_FormField with deep node trees.Lei Zhang
2017-04-28Fix stack overflow in CFieldTree::Node::GetFieldInternal().Lei Zhang
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-20Remove the friends of CPDF_FormFieldNicolas Pena
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-05Use unique_ptr in the children of CFieldTree::Nodechromium/3064Nicolas Pena
2017-03-24Use unique_ptr in CFieldTree::NodeNicolas Pena
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-01-24Fix CPDF_InterForm::CheckRequiredFields and its callers.Nicolas Pena
2017-01-10Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoctsepez
2016-12-07Fix the way to check terminal field in interactive formchromium/2945weili
2016-11-28Make FDF document creation return unique_ptrstsepez
2016-11-21Fixup lint flags.Dan Sinclair
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