Age | Commit message (Expand) | Author |
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 | 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-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-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 | Fix crash and memory leak. | Artem Strygin |
2018-07-11 | Do not store cross ref v5 obj within document. | Artem Strygin |
2018-07-06 | Revert "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Henrique Nakashima |
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 | Do data request for CPDF_Stream more smoothly. | Artem Strygin |
2018-07-03 | Use unowned ptr in cpdf_stream_acc | Tom Sepez |
2018-07-03 | Forward declare CPDF_SyntaxParser when possible. | Lei Zhang |
2018-07-03 | Use GetPos() and SetPos() in CPDF_SyntaxParser::ReadStream(). | Lei Zhang |
2018-07-03 | Fix indentation in CPDF_SyntaxParser. | Lei Zhang |
2018-07-02 | Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup | Tom Sepez |
2018-06-29 | Implement CPDF_HintsTable::PageInfo. | Artem Strygin |
2018-06-28 | Replace DCHECKs with ASSERTs. | Lei Zhang |
2018-06-28 | Use UnownedPtr for document within CPDF_XXXAvail. | Artem Strygin |
2018-06-27 | Remove useless code. | Artem Strygin |
2018-06-27 | Remove CPDF_Parser::ParseIndirectObjectAtByStrict(). | Lei Zhang |
2018-06-27 | Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475 | Tom Sepez |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-27 | Implement CPDF_CrossRefTable | Artem Strygin |
2018-06-26 | Add some more consts to unowned pointers. | Tom Sepez |
2018-06-26 | Simplify CPDF_Parser::RebuildCrossRef. | Artem Strygin |
2018-06-26 | Unify CPDF_Document loading methods. | Artem Strygin |
2018-06-26 | Implement CPDF_ObjStream. | Artem Strygin |
2018-06-26 | Make CPDF_Document::m_pRootDict an UnownedPtr<>. | Tom Sepez |
2018-06-22 | Rework of Fixing metadata not read from linearized file. | Artem Strygin |
2018-06-21 | Avoid const-refs to implicitly constructed strings. | Tom Sepez |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-19 | Use const pointers within GetDirectInteger function. | Artem Strygin |
2018-06-14 | Simplify the calculation of Pages Offsets within CPDF_HintsTable.chromium/3460 | Artem Strygin |
2018-06-13 | Merge the offset calculation logic within CPDF_HintsTable. | Artem Strygin |
2018-06-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-06-11 | Replace FPDF_PAGE_MAX_NUM with class scoped constant. | Tom Sepez |
2018-06-07 | Reland "Reland "Simplify CPDF_HintsTable."" | Artem Strygin |
2018-06-07 | Check is first page number valid in CPDF_LinearizedHeader. | Artem Strygin |
2018-06-07 | Revert "Reland "Simplify CPDF_HintsTable."" | Ryan Harrison |
2018-06-06 | Reland "Simplify CPDF_HintsTable." | Artem Strygin |