summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller
AgeCommit message (Expand)Author
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2018-04-16Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.hTom Sepez
2018-04-03Use Optional to determine if appearance stream as fontchromium/3388Dan Sinclair
2018-03-28Use CPDF_DefaultAppearance instead of custom parsingDan Sinclair
2018-03-28More fpdfsdk filename cleanupDan Sinclair
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