Age | Commit message (Expand) | Author |
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 |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-07-14 | Do not try to v8::Object::Clone() any objects | tsepez |
2016-07-13 | Remove RichText support from fpdfsdk/fxedit. | dsinclair |
2016-07-12 | Move fpdfsdk/jsapi into fxjs/ | dsinclair |
2016-07-12 | Rename fxjse/ to fxjs/ update files to match class names. | dsinclair |
2016-06-28 | Implement IJS_Runtime::Destroy(). | thestig |
2016-06-20 | Change func(void) to func() | weili |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-09 | Cleanup some cjs_runtime ifdefs. | dsinclair |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-08 | Remove redundant casts, part 4 | tsepez |