summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl
AgeCommit message (Expand)Author
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Make some CPWL_FontMap methods pure virtual.Tom Sepez
2018-10-04CPDF_VariableText::m_nHorzScale is always 100Tom Sepez
2018-10-04Remove CPWL_Wnd::GetClassName() and overrides.Tom Sepez
2018-10-04Remove CPWL_EditCtrl::m_pEdit null checks.Tom Sepez
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-04Remove unneeded fpdf_parser_decode.h #includes.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-21Use UnownedPtr in CPDF_VariableTextTom Sepez
2018-08-20Use more UnownedPtr<> in CPWL_Wnd::CreateParams.Tom Sepez
2018-08-16Remove arguments from CPWL_Edit::SetAlignFormatV().chromium/3525Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-07Make CPDF_Font::GetFontBBox() return the bounding box.Lei Zhang
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