summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-06Add span.h from chromium base.chromium/3392Tom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-04-03Off-by-one in CPDF_StreamParser::ParseNextElement()Tom Sepez
2018-03-28Use ByteStringView in parsersDan Sinclair
2018-03-26Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.Henrique Nakashima
2018-03-21Use more const pointers in CPDF_ContentMarkItem.Lei Zhang
2018-03-21Explain how CPDF_Page::GetDisplayMatrix() inverts y.Henrique Nakashima
2018-03-21Change FXSYS_RGB() to FXSYS_BGR().Lei Zhang
2018-03-20Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState.Lei Zhang
2018-03-16Fix methods that have definition with different parameter names.Lei Zhang
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-05Use CPDF_DIBSource::LoadState enum class in more places.Lei Zhang
2018-03-05Change return types for some rendering Start/Continue methods.Lei Zhang
2018-02-16Add ASSERT to check OOB m_CharCodesNicolas Pena
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2018-01-08Encapsulate CPDF_ShadingObject members.Lei Zhang
2018-01-08Make SharedCopyOnWrite use RetainablesDan Sinclair
2017-12-22Only set CPDF_ColorSpace component count on successful load.chromium/3310chromium/3309chromium/3308chromium/3307chromium/3306chromium/3305chromium/3304chromium/3303chromium/3302Lei Zhang
2017-12-21Clean up CPDF_Color.chromium/3301Lei Zhang
2017-12-21Fix various nits in color code.Lei Zhang
2017-12-19Add parameter validation to CPDF_ShadingPattern.Henrique Nakashima
2017-12-19Remove some dead code.Lei Zhang
2017-12-19Require valid color space for shading pattern.Henrique Nakashima
2017-12-19Change pattern creation checks in CPDF_DocPageData::GetPattern().Lei Zhang
2017-12-16Fix null-dereference in CPDF_ShadingPattern::Load().chromium/3298chromium/3297Lei Zhang
2017-12-15Validate base color space of Indexed color spaces.chromium/3296Henrique Nakashima
2017-12-15Validate shading pattern's ColorSpace. It cannot be a Pattern CS.Henrique Nakashima
2017-12-14Add restrictions to alternate color spaces.chromium/3295Henrique Nakashima
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-12-06Move m_CharCodes to local for crash investigationBruce Dawson
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-27Convert CPDF_TextObject to not use CollectionSizeDan Sinclair