summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-04-13Fix integer overflow in CPDF_Font::FallbackFontFromCharcodeNicolas Pena
2018-04-13Add test for circular CPDF_Function::Load().Henrique Nakashima
2018-04-13Add CPDF_ColorState::SetPattern().Lei Zhang
2018-04-13Get rid of CPDF_Color::GetColorSpace().Lei Zhang
2018-04-13Add CPDF_Metadata unittestsdan sinclair
2018-04-13Move SharedForm check to CPDF_Metadata classdan sinclair
2018-04-13Rename the other CPDF_Color::SetValue() variant.Lei Zhang
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-04-12Add AsSpan() convenience method to fxcrt strings.Tom Sepez
2018-04-12Rename one CPDF_Color::SetValue() variant.Lei Zhang
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-04-12Make some CPDF_StreamContentParser methods const.Lei Zhang
2018-04-12More CPDF_Color improvements.Lei Zhang
2018-04-12Slightly simplify CPDF_Color::SetColorSpace().Lei Zhang
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-12Fail decode if continuing to get insufficient size errorRyan Harrison
2018-04-12Make the input data to CPDF_ColorSpace::GetRGB() const.Lei Zhang
2018-04-12Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF.Lei Zhang
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-12Add CPDF_Page::DeviceToPage() / PageToDevice().Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2018-04-12Clean up some CFX_RenderDevice code.Lei Zhang
2018-04-12Bounds check in CPDF_CMap::GetNextChar.Tom Sepez
2018-04-12Fixup CFX_XMLParser::GetStatus returnDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan Sinclair
2018-04-12Allow retrieving the XML tree from the CFX_XMLDocDan Sinclair
2018-04-12Merge CFX_XMLParser and CFX_XMLSyntaxParserDan Sinclair
2018-04-12Cleanup some CFX_XMLParser codeDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
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