summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_widget.h
AgeCommit message (Expand)Author
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-10Get rid of useless form of CPDFSDK_Widget::GetFormControl().Lei Zhang
2018-10-10Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat().Lei Zhang
2018-10-10Use pdfium::Optional in CPDFSDK_Widget.Lei Zhang
2018-10-09Use CPDFSDK_BAAnnot::GetAnnotDict() in more places.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-07-25Remove some ASSERT (and cast) in favor of checked cases.Tom Sepez
2018-06-13CPDFSDK_Widget(): bDisplay arg always passed as true (default).Tom Sepez
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-22Remove useless CPDFSDK_Widget::SetDefaultValue().chromium/3438Lei Zhang
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-03-28More fpdfsdk filename cleanupDan Sinclair
2018-01-30Cleanup duplicate RunScript codeDan Sinclair
2018-01-30Cleanup some CPDFSDK_Widget XFA code.Dan Sinclair
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-09-15Use unsigned types for app age, value age in widgets.chromium/3218chromium/3217Tom Sepez
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-07-19Create CPWL_AppStream.Dan Sinclair
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-01-19Add ObservedPtrs to PWL_CREATEPARAMDan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair