summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-27Provide double-byte terminator in Windows font variant name.chromium/3396Tom Sepez
2018-04-20M67: Fix integer overflow in shading drawing code.Lei Zhang
2018-04-18Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-18Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
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-12Tidy up types in CBC_PDF417HighLevelEncoderRyan Harrison
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 some CPDFXFA_Page methods to take rects and points.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-12Remove CXFA_DocumentParser::m_bDocumentParser flagDan Sinclair
2018-04-12Fixup CFX_XMLParser::GetStatus returnDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan Sinclair
2018-04-12Cleanup CXFA_FFDocDan Sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12Fold CXFA_DocumentParser into CXFA_FFDocDan Sinclair
2018-04-12Retrieve the XML tree in the DocumentParserDan 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-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-04-11Make cxfa_fmlexer.cpp resilient to null stringsTom Sepez
2018-04-11Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream()Tom Sepez
2018-04-11Reserve space to reduce memory operations while encoding barcodeRyan Harrison
2018-04-11Add documentation about Valgrind LLD workaroundRyan Harrison
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-10Roll DEPS for Clang and buildRyan Harrison
2018-04-10Add an assert to make sure all code is included in static libRyan Harrison
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-10Implement CPDFSDK_XFAWidgetHandler::OnKillFocus.Henrique Nakashima
2018-04-10Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps.Henrique Nakashima
2018-04-10Merge CXFA_SimpleParser::{Start|Do}Parsechromium/3394Dan Sinclair
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