Age | Commit message (Expand) | Author |
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 |
2018-07-25 | Remove some ASSERT (and cast) in favor of checked cases. | Tom Sepez |
2018-07-25 | Change GetHeaderOffset() to return Optional<FX_FILESIZE>. | Lei Zhang |
2018-07-25 | Remove CFX_MemoryStream uses in tests. | Lei Zhang |
2018-07-25 | Use struct {Single,Range}Cmap in FPDFAPI_CIDFromCharCode(). | Tom Sepez |
2018-07-25 | Change CFX_BufferSeekableReadStream to take a span. | Lei Zhang |
2018-07-25 | Move CPDF_SyntaxParser init methods into ctor. | Lei Zhang |
2018-07-25 | Fix hint tables parsing. | Artem Strygin |
2018-07-25 | Use document size instead of file size while parsing. | Artem Strygin |
2018-07-24 | Fix encryption dictionary owning. | Artem Strygin |
2018-07-23 | Rework of CPDF_Object writing. | Artem Strygin |
2018-07-23 | Add support of rebuilding crossrefs with compressed objects. | Artem Strygin |
2018-07-20 | Rework of CPDF_Parser::RebuildCrossRef.chromium/3498 | Artem Strygin |
2018-07-18 | Add pdfium::span::as_bytes() and as_writable_bytes(). | Tom Sepez |
2018-07-18 | Use casts to deduplicate implementation of const/non-const methods. | Henrique Nakashima |
2018-07-18 | Do not add invalid objects to the cross reference table.chromium/3496 | Lei Zhang |
2018-07-18 | Avoid writing const/non-const versions of the same function. | Lei Zhang |
2018-07-18 | Use CPDF_CrossRefTable within CPDF_Parser | Artem Strygin |
2018-07-18 | Make CPDF_Parser::GetTrailer const method. | Artem Strygin |
2018-07-18 | Improve image size validation in CPDF_ScaledRenderBuffer. | Lei Zhang |
2018-07-18 | Simplify CPDF_Creator::InitID(). | Lei Zhang |
2018-07-16 | Fix some nits in CPDF_Document. | Lei Zhang |
2018-07-16 | Remove unused member from CPDF_DataAvail. | Tom Sepez |
2018-07-16 | Get rid of some loose allocs/free in CPDF_Document.chromium/3494 | Tom Sepez |
2018-07-14 | Use more ternary operators in content mark code.chromium/3493chromium/3492 | Lei Zhang |
2018-07-13 | Create API to remove a content mark from a page object. | Henrique Nakashima |
2018-07-13 | Fix mark parameters not saved if nothing changed. | Henrique Nakashima |
2018-07-12 | Rename 'ori' to 'backdrop' in rendering code. | Lei Zhang |
2018-07-12 | Remove CPDF_HintTables::GetItemLength() | Artem Strygin |
2018-07-12 | Implement CPDF_HintsTable::SharedObjGroupInfo. | Artem Strygin |
2018-07-12 | Reland "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Artem Strygin |
2018-07-11 | Write marked content operators when generating a stream. | Henrique Nakashima |
2018-07-11 | Store property name for marked content with an indirect dict. | Henrique Nakashima |
2018-07-11 | Cleanup CPDF_ContentMark. | Henrique Nakashima |
2018-07-11 | Split CPDF_ContentMark::AddMark() into three versions. | Henrique Nakashima |
2018-07-11 | Fix crash and memory leak. | Artem Strygin |