summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl
AgeCommit message (Expand)Author
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Add a virtual CPWL_Wnd::GetText() method.Lei Zhang
2018-04-16Remove CPWL_Edit rich text supportdan sinclair
2018-04-12Clean up some CFX_RenderDevice code.Lei Zhang
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair
2018-04-03Use Optional to determine if appearance stream as fontchromium/3388Dan Sinclair
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-03-28Rename CBA_AnnotIterator to CPDFSDK_AnnotIteratorchromium/3383Dan Sinclair
2018-03-15Use Width()/Height() methods from rectangles.Lei Zhang
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-11Use range-based for-loops in a few more places.Lei Zhang
2018-01-04Remove unneeded vector implementations from cpwl_edit_implNicolas Pena
2018-01-03Remove unused methods from CPDF_VariableTextNicolas Pena
2017-12-19Remove some dead code.Lei Zhang
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-12-01Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint().Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-10-17Remove friends from PWL classesDan Sinclair
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-10-05Remove CPVT_SectionDan Sinclair
2017-10-05Remove CPVT_WordPropsDan Sinclair
2017-10-05Remove unused CPVT_SecPropschromium/3234Dan Sinclair
2017-10-05Remove more unused paramsDan Sinclair
2017-10-05Remove unused parametersDan Sinclair
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-10-04Fix UAF in SetVisible().Henrique Nakashima
2017-10-02More define cleanupDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-22Fix UAF after destroying a widget during OnBeforeKeyStroke().chromium/3223Henrique Nakashima
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-20Cleanup CPWL_Caret codeDan Sinclair
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-15Move CPWL_CREATPARAM to CPWL_Wnd::CreateParamsTom Sepez
2017-09-15Add ObservedPtrs to KillFocus pathRyan Harrison
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-08-31Properly handle \n, \r, \r\n when inserting textRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-29Reduce rounding errors when Invalidating rects.Lei Zhang