summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_annotlist.cpp
AgeCommit message (Expand)Author
2018-10-09Remove default argument to CPDF_Dictionary::GetBooleanFor().chromium/3576Lei 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.chromium/2926tsepez
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
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_renderdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-08Check whether the annotation content is empty using CFX_WideString.jaepark
2016-09-01Fix leaks due to created popup annotationschromium/2847weili
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-20Move CPDF_Annot and CPDF_AnnotList to their own header.jaepark