Age | Commit message (Expand) | Author |
2018-04-16 | Use CFX_XML instead of CXML in CPDF_Metadata | dan sinclair |
2018-04-16 | Fix UAF in CFGAS_FontMgr::FindFontchromium/3398 | Ke Liu |
2018-04-13 | Patch lcms to mark data structures as const.chromium/3397 | Lei Zhang |
2018-04-13 | Fix integer overflow in CPDF_Font::FallbackFontFromCharcode | Nicolas Pena |
2018-04-13 | Add test for circular CPDF_Function::Load(). | Henrique Nakashima |
2018-04-13 | Add CPDF_ColorState::SetPattern(). | Lei Zhang |
2018-04-13 | Get rid of CPDF_Color::GetColorSpace(). | Lei Zhang |
2018-04-13 | Add CPDF_Metadata unittests | dan sinclair |
2018-04-13 | Hide XML parsing inside CXFA_XMLLocale | dan sinclair |
2018-04-13 | Move SharedForm check to CPDF_Metadata class | dan sinclair |
2018-04-13 | Rename the other CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-13 | Make CFX_XMLInstruction a subclass of CFX_XMLNode | dan sinclair |
2018-04-12 | Add AsSpan() convenience method to fxcrt strings. | Tom Sepez |
2018-04-12 | Rename one CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Add index parameter to quadpoints getter and setter. | Ralf Sippl |
2018-04-12 | Make some CPDF_StreamContentParser methods const. | Lei Zhang |
2018-04-12 | More CPDF_Color improvements. | Lei Zhang |
2018-04-12 | Slightly simplify CPDF_Color::SetColorSpace(). | Lei Zhang |
2018-04-12 | Return pdfium::span<char> from ByteString::GetBuffer(). | Tom Sepez |
2018-04-12 | Return pdfium::span<wchar_t> from WideString::GetBuffer(). | Tom Sepez |
2018-04-12 | Tidy up types in CBC_PDF417HighLevelEncoder | Ryan Harrison |
2018-04-12 | Fail decode if continuing to get insufficient size error | Ryan Harrison |
2018-04-12 | Make the input data to CPDF_ColorSpace::GetRGB() const. | Lei Zhang |
2018-04-12 | Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. | Lei Zhang |
2018-04-12 | Add return value to FPDF_DeviceToPage(). | Lei Zhang |
2018-04-12 | Add CPDF_Page::DeviceToPage() / PageToDevice(). | Lei Zhang |
2018-04-12 | Change some CPDFXFA_Page methods to take rects and points. | Lei Zhang |
2018-04-12 | Change GetDisplayMatrix methods to take FX_RECT. | Lei Zhang |
2018-04-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2018-04-12 | Clean up some CFX_RenderDevice code. | Lei Zhang |
2018-04-12 | Bounds check in CPDF_CMap::GetNextChar. | Tom Sepez |
2018-04-12 | Remove CXFA_DocumentParser::m_bDocumentParser flag | Dan Sinclair |
2018-04-12 | Fixup CFX_XMLParser::GetStatus return | Dan Sinclair |
2018-04-12 | Remove CFX_XMLDoc and call the parser directly | Dan Sinclair |
2018-04-12 | Cleanup CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Rename CXFA_SimpleParser to CXFA_DocumentParser | Dan Sinclair |
2018-04-12 | Fold CXFA_DocumentParser into CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Retrieve the XML tree in the DocumentParser | Dan Sinclair |
2018-04-12 | Allow retrieving the XML tree from the CFX_XMLDoc | Dan Sinclair |
2018-04-12 | Merge CFX_XMLParser and CFX_XMLSyntaxParser | Dan Sinclair |
2018-04-12 | Cleanup some CFX_XMLParser code | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |
2018-04-11 | Remove CFX_DIBAttribute::m_strAuthor | Tom Sepez |
2018-04-11 | Fix crash when ColorSpace references itself directly. | Henrique Nakashima |
2018-04-11 | Fix issues with PDFium third_party/base/span.h | Tom Sepez |
2018-04-11 | Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. | Tom Sepez |
2018-04-11 | Make cxfa_fmlexer.cpp resilient to null strings | Tom Sepez |
2018-04-11 | Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream() | Tom Sepez |
2018-04-11 | Reserve space to reduce memory operations while encoding barcode | Ryan Harrison |
2018-04-11 | Add documentation about Valgrind LLD workaround | Ryan Harrison |