summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_interactiveformfiller.h
AgeCommit message (Expand)Author
2018-10-25Make CPWL_Wnd own its pAttachedData.Tom Sepez
2018-10-09Pass CFX_Matrix by const-ref in various OnDraw() methods.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2017-12-19Remove some dead code.Lei Zhang
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-09-15Introduce CPWL_Wnd::PrivateData class.Tom Sepez
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
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-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-15Improve ObserverPtr usage in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-01Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.Lei Zhang
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.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
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-12Cleanup env variable namesdsinclair
2016-10-12Remove unused widget handler overridesdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-27Watch destruction of widgets around OnAAction() method.tsepez
2016-09-27De-virtualize many CFFL_InteractiveFormFiller methods.tsepez
2016-09-21Make the I in IFormFiller explicitdsinclair