summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_annotlist.cpp
AgeCommit message (Expand)Author
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