summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller
AgeCommit message (Expand)Author
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-14Use MakeUnique() in CFFL_InteractiveFormFiller.Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-16Remove arguments from CPWL_Edit::SetAlignFormatV().chromium/3525Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-04Do more CBA_FontMap initialization in the ctor and header.Lei Zhang
2018-08-02Handle inline font dicts in CBA_FontMap::AddFontToAnnotDict().Lei Zhang
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-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-20Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467Nicolas Pena
2018-06-12Rework "Make common page base class."Tom Sepez
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