summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/cpwl_wnd.h
AgeCommit message (Expand)Author
2018-10-26Pass CreateParams to CPWL_Wnd constructor.chromium/3595chromium/3594Tom Sepez
2018-10-26Convert CPWL_Wnd::m_Children to vector of unique_ptr.Tom Sepez
2018-10-26Pass unique_ptr to CPWL_Wnd::AddChild().Tom Sepez
2018-10-26Remove pParentWnd field entirely from CreateParams.Tom Sepez
2018-10-26Stop transfering ownership of |this| as CPWL_Wnd::Create() side-effectTom Sepez
2018-10-25Make CPWL_Wnd own its pAttachedData.Tom Sepez
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Remove CPWL_Wnd::GetClassName() and overrides.Tom Sepez
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-08-20Use more UnownedPtr<> in CPWL_Wnd::CreateParams.Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Add a virtual CPWL_Wnd::GetText() method.Lei Zhang
2017-10-17Remove friends from PWL classesDan Sinclair
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-10-04Fix UAF in SetVisible().Henrique Nakashima
2017-10-02More define cleanupDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-15Introduce CPWL_Wnd::PrivateData class.Tom Sepez
2017-09-15Move CPWL_CREATPARAM to CPWL_Wnd::CreateParamsTom Sepez
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-29Reduce rounding errors when Invalidating rects.Lei Zhang
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187Lei Zhang
2017-08-15Remove default argument from CPWL_Wnd::InvalidateRect().Lei Zhang
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair