summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller
AgeCommit message (Expand)Author
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-28Remove ByteString PDF_NameDecodeDan Sinclair
2018-03-15Use Width()/Height() methods from rectangles.Lei Zhang
2018-01-30Cleanup duplicate RunScript codeDan Sinclair
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-12-19Remove some dead code.Lei Zhang
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-10-10Fix UAF in SaveData on all of CFFL_* types.Luật Nguyễn
2017-10-05Add ObservedPtrs to catch issues in SaveDataRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-19Remove unused methods and field in CFFL_FormFiller.Henrique Nakashima
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-09-15Move CPWL_CREATPARAM to CPWL_Wnd::CreateParamsTom Sepez
2017-09-15OnBeforeKeystroke may invalidate the widget's window.Tom Sepez
2017-09-14Checkbox event fixed when triggered by a keyboard entryClaudio DeSouza
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-29Reduce rounding errors when Invalidating rects.Lei Zhang
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-08-23Fixed ASan crash when unloading page with CFFL_ListBox.Henrique Nakashima
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187Lei Zhang
2017-08-02Add CFFL_TextField class.chromium/3175Lei Zhang
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-07-22Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165Lei Zhang
2017-07-21Change "Sel" abbreviation to "Selection".Diana Gage
2017-07-20Make CPWL_Wnd classes be observable.Tom Sepez
2017-07-20Consolidate Appearance Stream code in CPWL_AppStream.Dan Sinclair
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-07-13Remove CPWL_Utils::{In,De}flateRectdan sinclair
2017-07-10Fix nits in CFFL_FormFillerDan Sinclair
2017-07-10Change parameter type to IPWL_FocusHandler::OnSetFocus().Lei Zhang
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-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-06-30Use early returns in CFFL_FormFiller.Lei Zhang
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang