summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-04-11Remove CFX_DIBAttribute::m_strAuthorTom Sepez
2018-04-11Fix crash when ColorSpace references itself directly.Henrique Nakashima
2018-04-11Fix issues with PDFium third_party/base/span.hTom Sepez
2018-04-11Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream()Tom Sepez
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima
2018-04-10Add static_asserts for FX_RECT and FX_COLORREF.Lei Zhang
2018-04-10Load CIDToGIDMap stream for CID fonts if it exists.Lei Zhang
2018-04-10Remove CFX_Rect.Lei Zhang
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-10Change FillRectWithBlend methods to take FX_RECT by const-ref.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Pass FX_RECT by const-ref in rendering code.Lei Zhang
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2018-04-09Cleanup CPDF_RenderStatus::GetObjectClippedRect().Lei Zhang
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-09Make StringViewTemplate be based on pdfium::span<>.Tom Sepez
2018-04-09Make pdfium::span<> be based off of UnownedPtr<>.Tom Sepez
2018-04-09Move the CFX_XMLParser out of CXFA_SimpleParserDan Sinclair
2018-04-06Add span.h from chromium base.chromium/3392Tom Sepez
2018-04-05Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Split CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Fix const casts in CPDF_Encryptor.Lei Zhang
2018-04-05Get rid of a const_cast in CPDF_FlateEncoder.Lei Zhang
2018-04-05Remove some const_casts in CPDF_Creator.Lei Zhang
2018-04-05Ignore bad data in the shared object hint table.Lei Zhang
2018-04-04Decrease XML parser buffer sizeDan Sinclair
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair
2018-04-03Use Optional to determine if appearance stream as fontchromium/3388Dan Sinclair
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-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-03-28Use CPDF_DefaultAppearance instead of custom parsingDan Sinclair
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-28Use ByteStringView in parsersDan Sinclair
2018-03-28Remove ByteString PDF_NameDecodeDan Sinclair
2018-03-26Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.Henrique Nakashima
2018-03-22Consolidate QuadPoints reading code in fpdfsdk.chromium/3380chromium/3379Lei Zhang
2018-03-21Use more const pointers in CPDF_ContentMarkItem.Lei Zhang
2018-03-21Rename foo_{wid,hei} to foo_{width,height}.Lei Zhang
2018-03-21Rename "des_foo" to "dest_foo".Lei Zhang
2018-03-21Add helpers to work with FXDIB_Format.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-21Change FXSYS_Get{R,G,B}Value()'s input param to BGR.Lei Zhang
2018-03-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-03-20Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState.Lei Zhang
2018-03-20Simplify code in CPDF_TextPage.Lei Zhang
2018-03-20Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377Lei Zhang
2018-03-19Calculate AP for multi-line markup annotations correctlyRalf Sippl
2018-03-19Remove non-const ref parameters in CPDF_TextPage.Lei Zhang