summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl
AgeCommit message (Expand)Author
2018-08-01Make FPDF_FormHandle be represented as an incomplete type.chromium/3510Tom Sepez
2018-07-26Be more careful casting to widget subclasses.Tom Sepez
2018-06-27Rework of loading of CPDF_Document.Artem Strygin
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-13CPDFSDK_Widget(): bDisplay arg always passed as true (default).Tom Sepez
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-22Remove useless CPWL_ListBox::KillFocus().Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-04-26Replace some c-style cast with static_cast<>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
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