summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-11Reland "Filter out "Type" and "DecodeParms" from trailer keys."Henrique Nakashima
2018-05-11Revert "Filter out "Type" and "DecodeParms" from trailer keys."Henrique Nakashima
2018-05-11Use more smart pointer types in CPDF_DIBSource.Tom Sepez
2018-05-10Add CPDF_Transparency.Lei Zhang
2018-05-10Fix destruction order in CPDF_Dibsource.Tom Sepez
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2018-05-09Split the MaybeOwned CPDF_Dictionary in CPDF_FlateEncoder.Lei Zhang
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-05-09Add constants for PDF 1.7 spec, table 7.13.Lei Zhang
2018-05-09Break backcolor code out of CPDF_RenderStatus::LoadSMask().Lei Zhang
2018-05-09Filter out "Type" and "DecodeParms" from trailer keys.Henrique Nakashima
2018-05-08Remove almost all usages of CFX_FixedBufGrow with std::vectorNicolas Pena
2018-05-08Remove PDFTRANS_KNOCKOUT.Lei Zhang
2018-05-08Add constants for PDF 1.7 spec, table 7.2 and 7.3.Lei Zhang
2018-05-08Move CalculatePitch8() to core/fxcodec.Lei Zhang
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-05-07Make CPDF_PageObjectHolder::m_iTransparency protected.Lei Zhang
2018-05-07Add some getters for CPDF_PageObjectHolder.Lei Zhang
2018-05-07Move codepage tables from cpdf_document.cpp to fx_codepage.cppTom Sepez
2018-05-07Use unowned ptr for CPDF_Page::m_pView.Tom Sepez
2018-05-07Initialize CPDF_RenderStatus members in the header.Lei Zhang
2018-05-07Use checked large integer in ContinueQuickStretchchromium/3424Ryan Harrison
2018-05-03Add CPDF_Page::Extension::GetDocExtension()Tom Sepez
2018-05-03Make GetPDFDocument return a CPDF_Docment*, not void*.Tom Sepez
2018-05-02Add CPDF_Document::Extension::GetPageCount()Tom Sepez
2018-05-01Add CPDF_Document::Extension::DeletePage()Tom Sepez
2018-05-01Avoid perpetual spins for parserless CPDF_PagesTom Sepez
2018-05-01Make FPDF_Document always be CPDF_Document.Tom Sepez
2018-05-01Introduce the concept of CPDF_Page::ExtensionTom Sepez
2018-04-27Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context.Tom Sepez
2018-04-27Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2)Lei Zhang
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-25Remove unused PNGEncode() code.Lei Zhang
2018-04-23Validate the Size dictionary entry in CPDF_SampledFunc.Lei Zhang
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-23Fix some nits in CPDF_SampledFunc().Lei Zhang
2018-04-20Add CPDF_PatternCS::GetPatternRGB(const PatternValue& value).chromium/3404chromium/3403chromium/3402Lei Zhang
2018-04-20Revert "Do validation earlier in CPDF_SampledFunc::v_Init()."Lei Zhang
2018-04-19Change SHADING_STEPS from a #define to a constant.Lei Zhang
2018-04-19Make CPDF_StitchFunc use more vectors.Lei Zhang
2018-04-19Do more validation in CPDF_StitchFunc::v_Init().Lei Zhang
2018-04-19Do a bit more validation in CPDF_ExpIntFunc::v_Init().Lei Zhang
2018-04-19Do validation earlier in CPDF_SampledFunc::v_Init().Lei Zhang
2018-04-19Validate the Range key in Functions.Lei Zhang