summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2018-04-09Cleanup CPDF_RenderStatus::GetObjectClippedRect().Lei Zhang
2018-04-09Merge CXFA_DocumentParser::{Start|Do}Parse methodsDan Sinclair
2018-04-09Merge CXFA_FFDoc::{Start|Do|Stop}Load methodsDan Sinclair
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-09Revert "Remove CXFA nodes instead of CFX_XML nodes"dsinclair
2018-04-09Make pdfium::span<> be based off of UnownedPtr<>.Tom Sepez
2018-04-09Sort test cases in test_runner.py.Lei Zhang
2018-04-09Move the CFX_XMLParser out of CXFA_SimpleParserDan Sinclair
2018-04-09Remove m_pOldFocusWidget from CXFA_FFDocView.Henrique Nakashima
2018-04-09Remove CXFA nodes instead of CFX_XML nodesDan Sinclair