summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl
AgeCommit message (Expand)Author
2018-10-29Fold virtual CPWL_Wnd::OnCreate into subclass constructors.Tom Sepez
2018-10-26Pass CreateParams to CPWL_Wnd constructor.chromium/3595chromium/3594Tom Sepez
2018-10-26Convert CPWL_Wnd::m_Children to vector of unique_ptr.Tom Sepez
2018-10-26Pass unique_ptr to CPWL_Wnd::AddChild().Tom Sepez
2018-10-26Remove pParentWnd field entirely from CreateParams.Tom Sepez
2018-10-26Stop transfering ownership of |this| as CPWL_Wnd::Create() side-effectTom Sepez
2018-10-25Make CPWL_Wnd own its pAttachedData.Tom Sepez
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split public/ headers into their own source_set.Lei Zhang
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat().Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-05Tidy CPVT_WordRangeTom Sepez
2018-10-05Tidy PWL_FLOATRANGETom Sepez
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