summaryrefslogtreecommitdiff
path: root/fpdfsdk
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-26cp.pParentWindow is always NULL in NewPWLWindow()Tom Sepez
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-26Stop transfering ownership of |this| as CPWL_Wnd::Create() side-effectTom Sepez
2018-10-26Rename NewPDFWindow() => NewPWLWindow()chromium/3593Tom Sepez
2018-10-25Make CPWL_Wnd own its pAttachedData.Tom Sepez
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-10-24Fix CPLW_Wnd ownership model in CFFL_FormFiller.Tom Sepez
2018-10-24Make CPDF_PathObject::m_Path private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_FillType private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_bStroke private.Lei Zhang
2018-10-24Start making CPDF_PathObject members private.Lei Zhang
2018-10-24Add CFX_Matrix::AsTuple().chromium/3591Lei Zhang
2018-10-24Implement FPDFImageObj_GetMatrix().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineCap().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineJoin().Lei Zhang
2018-10-24Check CPDFFooObjectFromFPDFPageObject() result.Lei Zhang
2018-10-22Add FPDFFormFillEmbeddertest.DocumentAActions.Tom Sepez
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-22Rename CPDF_Object::Type enumerators with k prefixesHans Wennborg
2018-10-22Add k prefixes to CPDF_AAction::AActionType enumeratorsHans Wennborg
2018-10-19Add static asserts for FPDFDOC_AACTION_* constants.Tom Sepez
2018-10-18Avoid pass by value in FPDFPage_Flatten()'s GetMatrix() helper.Lei Zhang
2018-10-18Push/pop the graphics state stack when flattening.Lei Zhang
2018-10-18Repack CPDFSDK_FieldAction.Tom Sepez
2018-10-17Remove CPDFSDK_Annot::GetMinWidth() and GetMinHeight().Tom Sepez
2018-10-17Add FORM_OnLButtonDoubleClick().Lei Zhang
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-17Remove unused lambda captureTakuto Ikuta
2018-10-17Do more selection checks in form fill embedder testsLei Zhang
2018-10-16Make constants/ pass gn check.Lei Zhang
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Split public/ headers into their own source_set.Lei Zhang
2018-10-15Use CropBox instead of ArtBox or TrimBoxxlou
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-12Add setters/getters for BleedBox and TrimBox.xlou
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-12Move core/fdrm/crypto/* to core/fdrm/.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-11Add functions to get/set ArtBox.chromium/3578xlou
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang