summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_widgethandler.cpp
AgeCommit message (Expand)Author
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Remove more impossible checks in form filler code.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-10Remove impossible nullptr checks in CPDFSDK_InterForm.Lei Zhang
2018-10-09Pass CFX_Matrix by const-ref in various OnDraw() methods.Lei Zhang
2018-07-28Add CPDSDK_Annot::AsBAAnnot() checked downcast methodTom Sepez
2018-07-26Be more careful casting to widget subclasses.Tom Sepez
2018-07-25Remove some ASSERT (and cast) in favor of checked cases.Tom Sepez
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-07-22Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165Lei Zhang
2017-06-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-15Check for destroyed annotations in CPDFSDK_WidgetHandler::OnLoad().Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-03-23Cleanup DocType definesDan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-10-12Cleanup env variable namesdsinclair
2016-10-12Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironmentdsinclair
2016-10-12Remove unused widget handler overridesdsinclair
2016-10-11Remove remaining CPDFSDK_Document referencesdsinclair
2016-10-11Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironmentdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-10-04Rename fpdfsdk/fpdfxfa files to match contentschromium/2881dsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfadsinclair
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-27Watch destruction of widgets around OnAAction() method.tsepez
2016-09-22Rename App to Env where needed.dsinclair
2016-09-14Rename CPDFDoc_Environment to CPDFSDK_Environmentdsinclair
2016-09-13Split fsdk_mgr files apart.dsinclair