aboutsummaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/cpwl_edit.cpp
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2019-08-06Break circular includes between fpdfsdk/ and fpdfsdk/pwl.Tom Sepez
2019-08-06Remove code that checks GetSystemHandler() return value.Lei Zhang
2019-08-05Introduce IPWL_SystemHandler and fxcrt::TimerHandlerIface for layering.Tom Sepez
2019-07-30Make CPDF_Font a retainable type.Tom Sepez
2019-07-11Remove CPWL_Edit::ReplaceSel().Lei Zhang
2019-07-10Fix undo and redo actions for replacing string.Hui Yingst
2019-06-12Stop nesting ObservedPtr inside Observable.Tom Sepez
2018-12-14Merge CPWL_FontMap into CBA_FontMap.Lei Zhang
2018-10-26Pass CreateParams to CPWL_Wnd constructor.Tom Sepez
2018-10-25Make CPWL_Wnd own its pAttachedData.Tom Sepez
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-05Tidy CPVT_WordRangeTom Sepez
2018-10-04Remove CPWL_Wnd::GetClassName() and overrides.Tom Sepez
2018-09-24Give CFX_GraphStateData a work-over.Tom Sepez
2018-08-16Remove arguments from CPWL_Edit::SetAlignFormatV().Tom Sepez
2018-08-07Make CPDF_Font::GetFontBBox() return the bounding box.Lei Zhang
2018-04-16Remove CPWL_Edit rich text supportdan sinclair
2017-12-19Remove some dead code.Lei Zhang
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-10-04Fix UAF in SetVisible().Henrique Nakashima
2017-09-22Fix UAF after destroying a widget during OnBeforeKeyStroke().Henrique Nakashima
2017-09-19Setting focus on a widget may destroy the widgetDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-15Introduce CPWL_Wnd::PrivateData class.Tom Sepez
2017-09-15Add ObservedPtrs to KillFocus pathRyan Harrison
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.Lei Zhang
2017-08-15Remove default argument from CPWL_Wnd::InvalidateRect().Lei Zhang
2017-08-15Do some cleanup in CPWL_Edit.Lei Zhang
2017-08-15Remove CPWL_EditImpl::EnableOprNotify().Lei Zhang
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair