summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfeditpage.cpp
AgeCommit message (Expand)Author
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-28Cleanup fsdk_define methodsDan Sinclair
2018-03-27Open FPDF_PAGEOBJECTMARK API.Henrique Nakashima
2018-03-26Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.Henrique Nakashima
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-02-09Use CPDF_Dictionary::SetRectFor() when appropriate.Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-25API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()Miklos Vajna
2017-09-18Convert string class namesRyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-08-08Added FPDFPageObj_Destroy() for freeing page objects createdJane Liu
2017-06-30Replaced static casts with CPDFPageObjectFromFPDFPageObject()Jane Liu
2017-06-09Simplify CPDF_Array::RemoveAt(index, size).Lei Zhang
2017-06-07Fixing FPDFPage_TransformAnnotsJane Liu
2017-06-01Fix content generation to only generate dirty page objects.wileyrya
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Add public API for getting the bounds of a page object.wileyrya
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-11-02Merge CPDFXFA_App into CPDFXFA_Document.dsinclair
2016-10-17FPDFPage_TransformAnnots(): don't re-insert unowned object on top of itselftsepez
2016-10-04Rename fpdfsdk/fpdfxfa files to match contentschromium/2881dsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_edit to core/fpdfapi/editdsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfadsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair