summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Field.cpp
AgeCommit message (Expand)Author
2016-09-13[Merge to 54] Add observer for BAAnnots from Javascriptchromium/2840Dan Sinclair
2016-09-13[Merge to 54] Fixup CPDFSDK_PageView and CPDF_Page interactions.Dan Sinclair
2016-08-22Implement Field::SetHidden using Field::SetDisplay.chromium/2837tonikitoo
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-17Factor out the duplicated logic in Field::SetDisplaytonikitoo
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Only create widgets if really needed.dsinclair
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-08-08Remove backpointer to runtime from CJS_Array.tsepez
2016-08-01Watch for destruction of CPDFSDK_widget during callbacktsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-13Remove RichText support from fpdfsdk/fxedit.dsinclair
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-08Remove redundant casts, part 4tsepez
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-16Convert border style defines to an enum class.dsinclair
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-28use std::vector in more places in JavaScript bindings code.tsepez
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair