aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_annotlist.cpp
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2020-01-22Rename FPDF functions in cpdf_formfield.h.Lei Zhang
2019-08-09Simplify code that deals with CPDF_PageObjectHolder::GetDict().Lei Zhang
2019-06-07Move CPDF_OCContext from fpdfapi/render to fpdfapi/page.Tom Sepez
2019-05-28Remove circular includes between cpdfdoc and core/fpdfapi/renderTom Sepez
2019-02-26Add constants for form field types.Lei Zhang
2019-02-26Add constants for common form field dictionary entries.Lei Zhang
2019-02-02Add constants for type-specific annotation form flags.Lei Zhang
2019-02-02Add constants for annotation flags.Lei Zhang
2019-02-02Clean up CPVT_GenerateAP.Lei Zhang
2019-02-02Change |CPDF_Annot::m_pPopupAnnot| to UnownedPtr.Lei Zhang
2019-02-02Add a few more constants from PDF 1.7 spec, table 8.15.Lei Zhang
2019-02-02Use annotation constants in CPDF_AnnotList.Lei Zhang
2019-02-01Mark more CPDF_Annot methods and members as const.Lei Zhang
2018-11-27Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}().Tom Sepez
2018-11-14Add CPDF_IndirectObjectHolder::New<T>()Tom Sepez
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-09Remove default argument to CPDF_Dictionary::GetBooleanFor().Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-07-25Create popup with Contents only for same annotations subtypes.Henrique Nakashima
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-07Add some getters for CPDF_PageObjectHolder.Lei Zhang
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2017-10-16Simplify CPVT_GenerateAP interfaceDan Sinclair
2017-10-16Cleanup CPVT_GenerateAPDan Sinclair
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-21Avoid annotation popups to be clipped at page edgesJane Liu
2017-06-22Avoid regenerating appearance stream when already present.Henrique Nakashima
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-01-30Refcount CPDF_OCContext.Tom Sepez
2016-11-23Add FPDF_RenderPageBitmapWithMatrix API.thestig
2016-11-18Make CPDF_Dictionary use unique pointers.tsepez
2016-11-10Use more unique_ptrs for CPDF_Annot and friends.thestig
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez
2016-10-15Fix some nits in cpdf_annotlist.cpp.thestig
2016-10-05Rework a redundant check when calling ConvertToIndirectObjectAt()tsepez
2016-10-04Fix ownership when making a private annot dictionary into a shared one.tsepez
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair