summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_annot.h
AgeCommit message (Expand)Author
2018-08-29Remove FPDFDOC_ prefix from non-public functionsTom Sepez
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-03-19Calculate AP for multi-line markup annotations correctlyRalf Sippl
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2017-10-02Removing unused definesDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-06-27Made existing annotation APIs to work with APchromium/3143Jane Liu
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2016-12-13Use CFX_MaybeOwned<> in CPDF_Annot.tsepez
2016-11-10Use more unique_ptrs for CPDF_Annot and friends.thestig
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-26Use smart pointer for CPDF_Form in CPDF_Annot.jaepark
2016-07-20Move CPDF_Annot and CPDF_AnnotList to their own header.jaepark