summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_interform.cpp
AgeCommit message (Expand)Author
2018-08-10Remove |typedef struct| in favor of just |struct|.Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-05-31Remove uselesss code.Artem Strygin
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-04-17Add constants for PDF 1.7 spec, table 3.4.Lei Zhang
2018-04-16Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.hTom Sepez
2018-03-28Remove ByteString PDF_NameDecodeDan Sinclair
2018-03-08CPDF_InterForm::ResetForm always returns truedan sinclair
2018-03-08Convert Before{Selection|Value}Change to return a boolchromium/3366dan sinclair
2018-03-08Remove BeforeFormImportData and BeforeFormResetdan sinclair
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-05Remove unused code from CPDF_InterFormRyan Harrison
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 3.Tom Sepez
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
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