summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
AgeCommit message (Expand)Author
2017-09-29M62: OnBeforeKeystroke may invalidate the widget's window.chromium/3202Lei Zhang
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-28Pass more const CFX_Matrix* params in CFFL_FormFiller.Lei Zhang
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-07-20Consolidate Appearance Stream code in CPWL_AppStream.Dan Sinclair
2017-07-13Remove CPWL_Utils::{In,De}flateRectdan sinclair
2017-07-06Convert OnBeforeKeyStoke to remove in-out paramDan Sinclair
2017-07-06Convert OnButtonUp to not have in-out paramsDan Sinclair
2017-07-06Remove in-out from OnPopup{Pre|Post}OpenDan Sinclair
2017-07-06Cleanup more in-out params in CFFL_InteractiveFormFiller.Dan Sinclair
2017-07-06Remove some in/out params from CFFL_InteractiveFormFillerDan Sinclair
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-15Change some CFFL classes to use early returns.chromium/3132Lei Zhang
2017-06-15Improve ObserverPtr usage in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-15Add more checks for destroyed annotations in CFFL_FormFiller.Lei Zhang
2017-06-14Fix some nits in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-02Clean up CFFL formfiller classes.Lei Zhang
2017-06-01Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-04-10Do not treat push button as fillable fieldWei Li
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan 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
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
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-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 core/fxge/include to core/fxgedsinclair
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-21Make the I in IFormFiller explicitdsinclair