Age | Commit message (Expand) | Author |
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-19 | Make FX stream internal details more private to .cpp files. | Tom Sepez |
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 | Fix skia_paths build. | 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 |
2018-07-11 | Do not store cross ref v5 obj within document. | Artem Strygin |
2018-07-10 | Create API for adding content marks and setting their params.chromium/3488 | Henrique Nakashima |
2018-07-10 | Make CPDF_StreamContentParser::m_pResources a const pointer. | Lei Zhang |
2018-07-10 | Fix m_ExtGID usage in CPDF_CharPosList | Nicolás Peña |
2018-07-10 | Fix duplicate symbols in Chromium builds. | Lei Zhang |
2018-07-09 | Prevent FX_OutOfMemoryTerminate() from being folded by the linker. | Lei Zhang |
2018-07-06 | Fix regression in CJBig2_TRDProc.chromium/3486chromium/3485chromium/3484 | Lei Zhang |
2018-07-06 | Maintain a stack of CPDF_ContentMark while parsing a stream. | Henrique Nakashima |
2018-07-06 | Make MarkData::mMarks a vector of RetainPtr<CPDF_ContentMarkItem> | Henrique Nakashima |
2018-07-06 | Revert "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Henrique Nakashima |
2018-07-05 | Fix integer overflow in CPDF_Type3Cachechromium/3483 | Nicolas Pena |
2018-07-05 | Rename CPDF_ContentMark::m_Ref to ::m_pMarkData. | Henrique Nakashima |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-07-05 | Replace SharedCopyOnWrite<MarkData> with RetainPtr | Henrique Nakashima |
2018-07-03 | Use std::vector<float> in CPDF_Function. | Tom Sepez |
2018-07-03 | Remove a parameter from CPDF_SyntaxParser::FindTag(). | Lei Zhang |
2018-07-03 | Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream(). | Artem Strygin |
2018-07-03 | Test {Byte,Wide}String works with std::begin(). | Tom Sepez |
2018-07-03 | Do data request for CPDF_Stream more smoothly. | Artem Strygin |