Age | Commit message (Expand) | Author |
2018-08-23 | Fold CPDF_Document::LoadDocInternal() into caller. | Tom Sepez |
2018-08-22 | Properly handle language markers in decoded text | Ryan Harrison |
2018-08-22 | Fix integer overflow in CPDF_CIDFont::GetCharBBox | Nicolas Pena |
2018-08-20 | Use UnownedPtr<> in CPDF_ObjectWalker. | Tom Sepez |
2018-08-17 | Use more UnownedPtr<> in cpdf_renderstatus.h.chromium/3526 | Tom Sepez |
2018-08-17 | Add FPDFText_GetFontInfo | Nicolas Pena |
2018-08-16 | Remove optional bool bType from GetFillArgb() | Tom Sepez |
2018-08-16 | Remove more optional args in core/ | Tom Sepez |
2018-08-15 | Make CPDF_RenderStatus::Initialize() saner. | Tom Sepez |
2018-08-14 | Remove default args from CPDF_DIBSource::StartLoadDIBSource(). | Tom Sepez |
2018-08-14 | Remove unreachable vertical text code in CPDF_Document. | Lei Zhang |
2018-08-14 | Remove unused form/args of AddWindowsFont() | Tom Sepez |
2018-08-14 | Add CPDF_Type1Font::IsBase14Font() to replace GetBase14Font(). | Lei Zhang |
2018-08-14 | Remove CFX_BufferSeekableReadStream. | Lei Zhang |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-08-14 | Remove |bTakeOver| parameter from CFX_MemoryStream ctor. | Lei Zhang |
2018-08-13 | Make CFX_ReadOnlyMemoryStream take a span. | Lei Zhang |
2018-08-13 | Change CFDF_Document::ParseMemory() to use pdfium::span. | Lei Zhang |
2018-08-13 | Use CFX_ReadOnlyMemoryStream in more places. | Lei Zhang |
2018-08-13 | Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only. | Lei Zhang |
2018-08-11 | Cleanup CFX_CTTGSUBTable.chromium/3521chromium/3520 | Lei Zhang |
2018-08-11 | Initialize CPDF_CIDFont members. | Lei Zhang |
2018-08-11 | Simplify CPDF_SimpleFont::LoadPDFEncoding(). | Lei Zhang |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-10 | Remove unused form of PDF_EncodeText(). | Tom Sepez |
2018-08-10 | Make the 4th parameter in CPDF_Form non-optional. | Lei Zhang |
2018-08-10 | Minor cleanup in CPDF_ContentParser. | Lei Zhang |
2018-08-10 | Make CPDF_PSFunc::m_PS mutable. | Tom Sepez |
2018-08-10 | Remove const args and const_casts where not required. | Tom Sepez |
2018-08-10 | Remove direct calls to timechromium/3519 | Ryan Harrison |
2018-08-10 | Consolidate const_casts<> in FXFT_Get_Name_Index() | Tom Sepez |
2018-08-10 | Add CFX_DIBSource::GetWritableScanline(). | Tom Sepez |
2018-08-09 | Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.chromium/3518 | Lei Zhang |
2018-08-09 | Revert "Rework of CPDF_Parser::GetLastObjNum." | Lei Zhang |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-08-07 | Move CPDF_Font::LoadPDFEncoding() to CPDF_SimpleFont. | Lei Zhang |
2018-08-07 | Change CPDF_Font::GetFace() to HasFace(). | Lei Zhang |
2018-08-07 | Make CPDF_Font::GetFontBBox() return the bounding box. | Lei Zhang |
2018-08-06 | Avoid invalid object numbers in CPDF_Parser::LoadCrossRefV5().chromium/3515 | Lei Zhang |
2018-08-06 | Check for null object type in CPDF_Parser::LoadCrossRefV5(). | Lei Zhang |
2018-08-06 | Do more CPDF_Parser::LoadCrossRefV5() cleanup. | Lei Zhang |
2018-08-04 | Use more text object state in DrawTextPathWithPattern().chromium/3514chromium/3513chromium/3512 | Lei Zhang |
2018-08-04 | Clarify integer types in CPDF_Parser::LoadCrossRefV5(). | Lei Zhang |
2018-08-04 | Set the CPDF_Font doc / font dict in the ctor. | Lei Zhang |
2018-08-02 | Rework of CPDF_DataAvail::CheckHintTables. | Artem Strygin |
2018-08-02 | Remove some checks in IsLinearizedHeaderValid(). | Lei Zhang |
2018-08-02 | Rework of CPDF_Parser::GetLastObjNum. | Artem Strygin |
2018-07-30 | Check maximum bit count of shared group object numbers. | Artem Strygin |
2018-07-27 | Make pdfium_embeddertests pass on Windows 10. | Lei Zhang |
2018-07-27 | Parse obj nums range within Hint tables for shared groups. | Artem Strygin |