Age | Commit message (Expand) | Author |
2016-09-15 | Replace FX_UINT with unsigned int | 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 javascript field observe sdk document | tsepez |
2016-09-12 | Make wrapped JS Document observe C++-side object. | tsepez |
2016-09-12 | Make CFX_Obeservable::Observer into a pointer-ish type; | tsepez |
2016-09-08 | Pass CFX_WideString further down widget callers | tsepez |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-09-08 | Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer | tsepez |
2016-09-07 | Fix spelling of "Formated" in several variableschromium/2854 | tsepez |
2016-09-07 | Make Observers into a templated class | tsepez |
2016-09-07 | Fixup CPDFSDK_PageView and CPDF_Page interactions. | dsinclair |
2016-09-07 | Add observer for BAAnnots from Javascript | dsinclair |
2016-09-06 | Do not re-create the page view when accessing from Document::removeField. | dsinclair |
2016-08-31 | Use enum class for subtypes of CPDF_Annot. | jaepark |
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark |
2016-08-26 | Add support to Document::getAnnots method | tonikitoo |
2016-08-22 | Implement Field::SetHidden using Field::SetDisplay.chromium/2837 | tonikitoo |
2016-08-19 | Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. | tsepez |
2016-08-19 | Stub out Document::syncAnnotScan method.chromium/2834 | tonikitoo |
2016-08-18 | Add initial Document::getAnnot supportchromium/2833 | tonikitoo |
2016-08-18 | Use a map for app::m_Timers | dsinclair |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-17 | Factor out the duplicated logic in Field::SetDisplay | tonikitoo |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-15 | Only create widgets if really needed. | dsinclair |
2016-08-15 | Move some v8 objects from CJS back into FXJS | 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-09 | Remove back-pointer to CJS_Runtime from CJS_Date | tsepez |
2016-08-08 | Add support to Document::gotoNamedDest method. | tonikitoo |
2016-08-08 | Remove MsgBox()/Alert() from CJS_EmbedObj. | tsepez |
2016-08-08 | Rename CJS_Timer to GlobalTimer and make private to app.cpp | tsepez |
2016-08-08 | Add support to Document::URL property getter. | tonikitoo |
2016-08-08 | Remove backpointer to runtime from CJS_Array. | tsepez |
2016-08-05 | Remove another potential stale CJS_Timer usage | tsepez |
2016-08-05 | Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821 | tsepez |
2016-08-04 | Fix issue when firing TimerProc() destroys timerchromium/2820 | tsepez |
2016-08-03 | Use smart pointers for class owned pointers | weili |
2016-08-02 | Introduce ::getPropertyInternal method to avoid duplicationchromium/2819chromium/2818chromium/2817 | tonikitoo |
2016-08-01 | Watch for destruction of CPDFSDK_widget during callback | tsepez |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-27 | Reland of Remove pageview from map immediately | dsinclair |
2016-07-25 | Tidy up JS_Value.h | tsepez |
2016-07-25 | Remove unused CJS_Value::Attach() variant | tsepez |
2016-07-21 | Remove EnableMessageBox() / IsMessageBoxEnabled() | tsepez |
2016-07-21 | Remove unused methods from JS_Object.cpp | tsepez |