summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_transformpage.cpp
AgeCommit message (Expand)Author
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-12Add setters/getters for BleedBox and TrimBox.xlou
2018-10-11Add functions to get/set ArtBox.chromium/3578xlou
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Fix a C-style cast in FPDFPage_TransFormWithClip().Lei Zhang
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-09Consolidate bounding box logic.chromium/3455chromium/3454Lei Zhang
2018-06-08Add constants for PDF 1.7 spec, table 3.27.Lei Zhang
2018-06-08Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter.Lei Zhang
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-05-03Use strict types in FPDF API, try #3Tom Sepez
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-02-09Use CPDF_Dictionary::SetRectFor() when appropriate.Lei Zhang
2017-11-27Convert CPDF_ClipPath::Get{Path|Text}Count to size_tDan Sinclair
2017-11-18Make clip optional in FPDFPage_TransFormWithClip.chromium/3273Shirleen Lou
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-10-31Add FS_RECTF conversion functions.Lei Zhang
2017-10-31Simplify code in fpdf_transformpage.cpp.Artem Strygin
2017-10-30Combine common code in fpdf_transformpage.cpp.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
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-06-27Converting CFX_ByteTextBuf to ostringstream in fpdf_transformpage.cpp.Henrique Nakashima
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2016-11-21Make CPDF_Stream() take unique_ptr's to its dictionary.tsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-14Revert "Update CPDF_IndirectObjectHolder APIs for unique objects."Tom Sepez
2016-10-14Update CPDF_IndirectObjectHolder APIs for unique objects.tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair