summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller
AgeCommit message (Expand)Author
2018-10-26Pass CreateParams to CPWL_Wnd constructor.chromium/3595chromium/3594Tom Sepez
2018-10-26Remove pParentWnd field entirely from CreateParams.Tom Sepez
2018-10-26cp.pParentWindow is always NULL in NewPWLWindow()Tom Sepez
2018-10-26Stop transfering ownership of |this| as CPWL_Wnd::Create() side-effectTom Sepez
2018-10-26Rename NewPDFWindow() => NewPWLWindow()chromium/3593Tom Sepez
2018-10-25Make CPWL_Wnd own its pAttachedData.Tom Sepez
2018-10-24Fix CPLW_Wnd ownership model in CFFL_FormFiller.Tom Sepez
2018-10-22Add k prefixes to CPDF_AAction::AActionType enumeratorsHans Wennborg
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-15Split public/ headers into their own source_set.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk.Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Add Observable::ObservedPtr::HasObservable().Lei Zhang
2018-10-10Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat().Lei Zhang
2018-10-10Use pdfium::Optional in CPDFSDK_Widget.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Pass CFX_Matrix by const-ref in various OnDraw() methods.Lei Zhang
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