Age | Commit message (Expand) | Author |
2018-07-02 | Check for more integer overflows in CJBig2_TRDProc. | Lei Zhang |
2018-07-02 | Use std::vector in one more place in cpdf_colorspace.cpp | Tom Sepez |
2018-07-02 | Comment some raw pointers that cant become UnownedPtr<>. | Tom Sepez |
2018-07-02 | Add pdfium::Vector2D<>() | Tom Sepez |
2018-06-29 | Use pdfium::span with CPDF_IccProfile and friends. | Lei Zhang |
2018-06-29 | Remove out param from CCodec_IccModule::CreateTransform_sRGB(). | Lei Zhang |
2018-06-29 | Add ScopedCmsProfile. | Lei Zhang |
2018-06-29 | Clean up CLcmsCmm. | Lei Zhang |
2018-06-29 | Delete dead code in CCodec_IccModule. | Lei Zhang |
2018-06-29 | Better determine if ICC colorspaces can be used for blending. | Lei Zhang |
2018-06-29 | Limit image size in CJBig2_PDDProc. | Lei Zhang |
2018-06-29 | Clean up CJBig2_PDDProc. | Lei Zhang |
2018-06-29 | Implement CPDF_HintsTable::PageInfo. | Artem Strygin |
2018-06-28 | Use unique_ptr in ccodec_tiffmodule.cpp | Tom Sepez |
2018-06-28 | Use spans and std::unique_ptrs in fx_codec_flate.cpp | Tom Sepez |
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 | Remove unused m_bGif* fields from CFX_DIBAttribute | Tom Sepez |
2018-06-27 | Rework of loading of CPDF_Document. | Artem Strygin |
2018-06-27 | Use spans and UnownedPtrs in cjpx_decoder.h | Tom Sepez |
2018-06-27 | Implement CPDF_CrossRefTable | Artem Strygin |
2018-06-26 | Use UnownedPtr<> in cpdf_streamcontentparserchromium/3474 | Tom Sepez |
2018-06-26 | Use UnownedPtr<> in CPDF_Font | Tom Sepez |
2018-06-26 | Use unowned ptr in CPDF_Cmap | Tom Sepez |
2018-06-26 | Use pdfium::span<> in cpdf_fontglobals.h | Tom Sepez |
2018-06-26 | Add some more consts to unowned pointers. | Tom Sepez |
2018-06-26 | Use pdfium::span in CPDF_CID2UnicodeMap. | Tom Sepez |
2018-06-26 | Simplify CPDF_Parser::RebuildCrossRef. | Artem Strygin |
2018-06-26 | Unify CPDF_Document loading methods. | Artem Strygin |
2018-06-26 | Add test which verify, that "Info" from linearized doc is correctly saved. | Artem Strygin |
2018-06-26 | Implement CPDF_ObjStream. | Artem Strygin |
2018-06-26 | Make CPDF_Document::m_pRootDict an UnownedPtr<>. | Tom Sepez |
2018-06-26 | Fix uninit value in CFX_CSSComputedStyle::InheritedData. | Lei Zhang |
2018-06-25 | Clean up CPDF_StreamContentParser::AddTextObject().chromium/3473 | Lei Zhang |
2018-06-25 | Combine common code into CPDF_RenderStatus::ClipPattern(). | Lei Zhang |
2018-06-25 | Make DrawRadialShading() slightly more compact. | Lei Zhang |
2018-06-23 | Fix some nits from commit 27cf78d8.chromium/3472chromium/3471 | Lei Zhang |
2018-06-22 | Avoid some duplicate const/non-const getters. | Tom Sepez |
2018-06-22 | Fix overflow in CFX_RenderDevice::DrawFillStrokePath(). | Henrique Nakashima |
2018-06-22 | CPDF_PageObjectHolder::GetDirtyStreams() returns const ref. | Henrique Nakashima |
2018-06-22 | Rework of Fixing metadata not read from linearized file. | Artem Strygin |
2018-06-21 | Use enum for stages of CPDF_Creator. | Henrique Nakashima |
2018-06-21 | Do not save content stream if all page objects were removed from it. | Henrique Nakashima |
2018-06-21 | Remove WideString::c_str() calls where possible. | Tom Sepez |
2018-06-21 | Avoid const-refs to implicitly constructed strings. | Tom Sepez |
2018-06-20 | Fix a couple of CPDF_DefaultAppearance::GetFont usageschromium/3467 | Nicolas Pena |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |