summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_baannothandler.cpp
AgeCommit message (Expand)Author
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-09Pass CFX_Matrix by const-ref in various OnDraw() methods.Lei Zhang
2018-07-28Add CPDSDK_Annot::AsBAAnnot() checked downcast methodTom Sepez
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2016-11-14Invalidate a slightly larger rect when updating popup annotations.thestig
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-10-12Remove unused widget handler overridesdsinclair
2016-10-04Rename fpdfsdk/fpdfxfa files to match contentschromium/2881dsinclair
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 fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfadsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
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-27Watch destruction of widgets around OnAAction() method.tsepez
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-09-02Remove unused IPDFSDK_AnnotHandler::OnDrawSleep.jaepark
2016-09-01Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its ca...jaepark
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-29Display content of the annotation when mouse hover.jaepark