summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_formfield.h
AgeCommit message (Expand)Author
2018-10-15Use more UnownedPtr in CPDF_FormControl.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Fix naming for CPDF_FormField::Type enum.Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-05Add booleans for form flags in CPDF_FormField.Lei Zhang
2018-10-05Add methods to read specific field flags in CPDF_FormField.Lei Zhang
2018-10-04Remove several more unused methods from core/Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-14Remove default level from FPDF_GetFieldAttr().Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Remove CPDF_FormField::{Insert,Clear}OptionTom Sepez
2018-04-16Remove CPWL_Edit rich text supportdan sinclair
2018-01-16Add support for XFA specific FormField typesRyan Harrison
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 3.Tom Sepez
2017-04-20Remove the friends of CPDF_FormFieldNicolas Pena
2017-03-24Use unique_ptr in CFieldTree::NodeNicolas Pena
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-24Fix CPDF_InterForm::CheckRequiredFields and its callers.Nicolas Pena
2017-01-10Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoctsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair