Age | Commit message (Expand) | Author |
2017-02-22 | Convert native method names to single-byte. | Tom Sepez |
2017-02-21 | Remove some JS_Define macroschromium/3020 | Tom Sepez |
2017-02-21 | Pass CJS_Runtime to JS callbacks. | Tom Sepez |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-01-18 | Tidy FXJS_V8, backfill tests.chromium/2986 | tsepez |
2017-01-11 | Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979 | tsepez |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-19 | Make Document::m_IconList a vector of IconElements. (try 2)chromium/2896 | thestig |
2016-10-18 | Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id... | dsinclair |
2016-10-18 | Make Document::m_IconList a vector of IconElements. | thestig |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Remove remaining CPDFSDK_Document references | dsinclair |
2016-10-11 | Convert IJS_Runtime to CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Remove CPDFSDK_Document from IJS_Context | dsinclair |
2016-10-11 | Convert Field to use CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-05 | Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment | dsinclair |
2016-10-05 | Cleanup some CPDFSDK_PageView annotation code. | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-28 | Remove dead code from CPDF_InterForm. | thestig |
2016-09-22 | Rename App to Env where needed. | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-14 | Remove FFI_ from CPDFSDK_Environment method names | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-09-12 | Make wrapped JS Document observe C++-side object. | tsepez |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-09-06 | Do not re-create the page view when accessing from Document::removeField. | dsinclair |
2016-08-26 | Add support to Document::getAnnots method | tonikitoo |
2016-08-19 | Stub out Document::syncAnnotScan method.chromium/2834 | tonikitoo |
2016-08-18 | Add initial Document::getAnnot supportchromium/2833 | tonikitoo |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-11 | Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828 | tsepez |
2016-08-10 | Make Document's 'info' property readonly | tonikitoo |
2016-08-10 | Remove backpointer to CJS_Runtime from CJS_Value | tsepez |
2016-08-08 | Add support to Document::gotoNamedDest method. | tonikitoo |