summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/cpwl_edit_impl.h
AgeCommit message (Expand)Author
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04CPDF_VariableText::m_nHorzScale is always 100Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-21Use UnownedPtr in CPDF_VariableTextTom Sepez
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-04Remove unneeded vector implementations from cpwl_edit_implNicolas Pena
2017-10-17Remove friends from PWL classesDan Sinclair
2017-10-05Remove CPVT_WordPropsDan Sinclair
2017-10-05Remove more unused paramsDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187Lei Zhang
2017-08-15Simplify CPWL_EditImpl_Undo.Lei Zhang
2017-08-15Remove CPWL_EditImpl_UndoItem.Lei Zhang
2017-08-15Remove CPWL_EditImpl::EnableOprNotify().Lei Zhang
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair