summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_annot.cpp
AgeCommit message (Expand)Author
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-24Lazy generate an "AP" when an Annot's hidden state changestonikitoo
2016-08-22Generate default AP stream for text annotation.jaepark
2016-08-16Hidden annotations should not be drawntonikitoo
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Generate default AP stream for ink annotation.jaepark
2016-08-09Generate default AP stream for circle annotation.jaepark
2016-08-09Generate default AP stream for square annotation.jaepark
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-03Generate default AP stream for squiggly annotation.jaepark
2016-08-02Generate default AP stream for strike out annotation.jaepark
2016-08-02Generate default AP stream for underline annotation.jaepark
2016-07-29Generate default AP stream for highlight annotation.jaepark
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