summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_combobox.cpp
AgeCommit message (Expand)Author
2018-10-26Pass CreateParams to CPWL_Wnd constructor.chromium/3595chromium/3594Tom 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-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-03-28More fpdfsdk filename cleanupDan Sinclair
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2017-10-10Fix UAF in SaveData on all of CFFL_* types.Luật Nguyễn
2017-09-18Convert string class namesRyan Harrison
2017-09-15Move CPWL_CREATPARAM to CPWL_Wnd::CreateParamsTom Sepez
2017-08-02Add CFFL_TextField class.chromium/3175Lei Zhang
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair
2017-07-21Change "Sel" abbreviation to "Selection".Diana Gage
2017-07-20Make CPWL_Wnd classes be observable.Tom Sepez
2017-07-10Change parameter type to IPWL_FocusHandler::OnSetFocus().Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-02Clean up CFFL formfiller classes.Lei Zhang
2017-06-02Remove unused parameter from CFFL_FormFiller::NewPDFWindow().Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-03-23Remove dead CFX_Edit code and fix some typos.Lei Zhang
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-12Cleanup env variable namesdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-22Move CPDFSDK_Environment code to cpp filedsinclair
2016-09-21Make the I in IFormFiller explicitdsinclair
2016-09-21Rename m_pApp to m_pEnvdsinclair
2016-09-15Replace FX_UINT with unsigned intdsinclair
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
2016-09-14Rename CPDFDoc_Environment to CPDFSDK_Environmentdsinclair
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-13Stop converting widestring -> c_str -> widestring in several places.tsepez
2016-08-22Destroy window before cleaning up comboboxdsinclair
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-13Cleanup some PWL interfaces.chromium/2800chromium/2799chromium/2798chromium/2797dsinclair
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-03-23Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow.dan sinclair
2016-03-21Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.Dan Sinclair