summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Annot.cpp
AgeCommit message (Expand)Author
2017-02-21Remove some JS_Define macroschromium/3020Tom Sepez
2017-02-21Pass CJS_Runtime to JS callbacks.Tom Sepez
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2017-01-12Custom toString() methods may delete annots.tsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-09-12Make CFX_Obeservable::Observer into a pointer-ish type;tsepez
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-09-07Make Observers into a templated classtsepez
2016-09-07Add observer for BAAnnots from Javascriptdsinclair
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo