summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-10-09Beef up FPDFTransformEmbedderTest.Tom Sepez
2018-10-09Add two NULL argument FPDFDest_* test casesTom Sepez
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Add more FPDFLink_* public API coverageTom Sepez
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Cover some more NULL-arg FPDFBookmark_* test casesTom Sepez
2018-10-09Remove small unreachable path in GetLinkList().Tom Sepez
2018-10-09Mark more bits const in CPDFSDK_XFAWidget.Lei Zhang
2018-10-09Use CPDFSDK_BAAnnot::GetAnnotDict() in more places.Lei Zhang
2018-10-09Pass CFX_Matrix by const-ref in various OnDraw() methods.Lei Zhang
2018-10-09Make more CPDFSDK_AnnotIterator members const.Lei Zhang
2018-10-09Fix a C-style cast in FPDFPage_TransFormWithClip().Lei Zhang
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-10-05Tidy CPVT_WordRangeTom Sepez
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-10-05Tidy PWL_FLOATRANGETom Sepez
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Remove unreachable code in CPDFXFA_Page.Lei Zhang
2018-10-04Remove null m_page checks from CPDFSDK_PageView.Tom Sepez
2018-10-04Make some CPWL_FontMap methods pure virtual.Tom Sepez
2018-10-04Remove CPDFSDK_DateTime entirely.Tom Sepez
2018-10-04CPDF_VariableText::m_nHorzScale is always 100Tom Sepez
2018-10-04CPDFSDK_AnnotHandlerMgr::Annot_OnCreate() is not called.Tom Sepez
2018-10-04Remove CPWL_Wnd::GetClassName() and overrides.Tom Sepez
2018-10-04Remove CPWL_EditCtrl::m_pEdit null checks.Tom Sepez
2018-10-03Reland "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-10-02Remove dead code in CPDF_PageRenderCache::ResetBitmap().Lei Zhang
2018-10-02Normalize widget bounding boxes when flattening.Lei Zhang
2018-10-01Remove checks for impossible situation in CPDFXFA_Context.Lei Zhang
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-24Revert "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-09-21Fix destruction order with CPDF_StreamAcc.Lei Zhang
2018-09-20Make potentially dangerous Actions require a user click.Henrique Nakashima
2018-09-20Use pdfium::Optional with FPDF_Doc_Save().Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-19Use MaybeOwned in CPDF_StreamAcc.chromium/3557Lei Zhang
2018-09-18Change signature of FPDFPageObjMark_Get(Name|ParamKey).chromium/3556Henrique Nakashima
2018-09-18Encode mark names when writing to file.Henrique Nakashima
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-17Remove deprecated FPDFPage_CountObject().Lei Zhang
2018-09-15Use ScopedFPDFStructTree in tests.Lei Zhang
2018-09-14Use MakeUnique() in CFFL_InteractiveFormFiller.Tom Sepez
2018-09-14Revert "Disable FPDFEditEmbeddertest.AddCIDFontText"Tom Sepez
2018-09-14Change two memcpys to iterator form of vector constructor.Tom Sepez
2018-09-14Rename FPDF_RenderPage_Retail() to RenderPageWithContext()chromium/3553Tom Sepez
2018-09-14Add basic tests for some annotation APIs.Lei Zhang
2018-09-13Disable FPDFEditEmbeddertest.AddCIDFontTextTom Sepez