aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
2023-12-13Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/pdfiumandroid-s-preview-1Bob Badour
2020-04-30Updates Android.bp for new pdfiumHaibo Huang
2020-01-30Avoid raw c-style strings in CPDF_FormField.Tom Sepez
2020-01-30Avoid passing raw c strings in CBA_FontMap.Tom Sepez
2020-01-30Remove unused CPDF_NameTree::GetIndex()Tom Sepez
2020-01-29Remove class CPDF_DocJSActions.Tom Sepez
2020-01-28Remove CPDF_Dest::GetRemoteName().Tom Sepez
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Remove CPDF_ActionFields.Tom Sepez
2020-01-22Rename FPDF functions in cpdf_formfield.h.Lei Zhang
2020-01-11Remove unused no-arg constructor for Cline.Tom Sepez
2020-01-11No need to pass |pDoc| in CBA_FontMap methods.Tom Sepez
2020-01-11Remove unused CBA_FontMap::SetDefaultFont().Tom Sepez
2020-01-10Unify CPDF_RenderContext constructor.Tom Sepez
2019-12-18Introduce CPDF_Icon class to break CPWL_Icon dependence on parser/.Tom Sepez
2019-12-13Initialize more member variables in the header.Lei Zhang
2019-12-13Remove useless |kFormFieldTypes| constant.Lei Zhang
2019-12-13Clang-format some code in core/.Lei Zhang
2019-12-12Prefer (!X || Y) to (X ? Y : true)Tom Sepez
2019-12-12Prefer (X && Y) over (X ? Y : false).Tom Sepez
2019-11-25Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction().Tom Sepez
2019-11-25Put two more instances of std::vector<wchar_t> into the partition.Tom Sepez
2019-11-20Move FxFreeDeleter to fx_memory_wrappers.hTom Sepez
2019-11-01Remove jumbo usage in GN files throughout PDFiumDaniel Hosseinian
2019-10-22Implement pdf_nametree_fuzzer.Lei Zhang
2019-10-18Rename some Empty() methods to Clear().Lei Zhang
2019-10-17Verify font resource dictionaries.Lei Zhang
2019-09-19Add CPDF_Path::AppendFloatRect().Lei Zhang
2019-09-17Add helper methods for getting objects in CPDF_FormField.Lei Zhang
2019-09-10Use pdfium::form_flags constants in CPDF_FormField.Lei Zhang
2019-09-09Make a couple small improvements to CPDF_FormField.Lei Zhang
2019-09-06Remove |CPDF_FormField::m_Flags|.Lei Zhang
2019-09-06Merge IsUnison() into CPDF_FormField.Lei Zhang
2019-09-06Remove |CPDF_FormField::m_bReadOnly|.Lei Zhang
2019-08-20Rename IPDF_FormNotify to CPDF_InteractiveForm::NotifierIfaceTom Sepez
2019-08-12Move TEXTPOS_* from cpdf_formcontrol.h to cpdf_apsettings.hTom Sepez
2019-08-09Simplify code that deals with CPDF_PageObjectHolder::GetDict().Lei Zhang
2019-08-09Clean up CPDF_FontEncoding.Lei Zhang
2019-08-01Add experimental JavaScript retrieval APIs.Lei Zhang
2019-08-01Remove dependence from cjs_field.cpp to fpdfapi/fontTom Sepez
2019-08-01Rename CPDF_Font::GetBaseFont() to GetBaseFontName().Tom Sepez
2019-07-31Remove CPDF_ModuleMgr.Tom Sepez
2019-07-30Make CPDF_Font a retainable type.Tom Sepez
2019-07-26Restore some const lost in 2292360.Tom Sepez
2019-07-26Remove UnownedPtr<>s to CPDF_Object subclasses.Tom Sepez
2019-07-23Begin work to get fpdfapi/render layered above fpdfapi/page.Tom Sepez
2019-07-22Rename CPDF_{Byte,Wide}String::AsSpan() to span()Tom Sepez
2019-07-17Replace UnownedPtr with RetainPtr to parser objects in fpdfdocTom Sepez
2019-07-15Remove const from public fpdfview types.Tom Sepez