PDFium 105.0.5145.0
github-actions
released this
27 Jun 07:05
·
194 commits
to master
since this release
This version was built with branch chromium/5145
of PDFium
Changes
Commits between chromium/5131
and chromium/5145
:
- Make looking up named Dests a const operation.
- Add CPDF_Document::GetMutableRoot().
- Add const to FPDF_PAGERANGE declaration.
- Add const to arguments to two CPDF_ContentParser methods.
- [Skia] Fix the issue that tile borders are rendered in a darker color
- Add CPDF_Dictionary::GetMutableDirectObjectFor().
- Const-ify CPDF_Icon.
- Add CPDF_Array::GetMutableObjectAt()
- Change the shabang for some Python scripts to explicitly use python3.
- Add a clarification comment to FPDF_GetLastError() documentation.
- Remove non-preferred forms of getters from CPDF_Dictionary.
- Add mutable form of GetAnnotDict() to CPDF_AnnotContext.
- Observe PageViews across CPDFSDK_FormFillEnvironment::m_PageMap iter
- Add CPDF_Font::GetMutableFontDict()
- Add mutable form of CPDF_Page::GetPageAttr()
- Add experimental FPDFPageObj_GetRotatedBounds() API.
- Add CPDF_Array::GetMutableDirectObjectAt().
- Simplify loop in core/fpdfapi/page/cpdf_page.cpp
- Const-ify more code prior to more RetainPtr<> conversion
- Replace non-const CPDF_Array::GetAt() with GetMutableAt().