Age | Commit message (Expand) | Author |
2016-06-01 | Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp | ochang |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |
2016-05-31 | xfa_fm2jscontext method clean - pt II | dsinclair |
2016-05-31 | xfa_fm2jscontext formatting and cleanup - pt I | dsinclair |
2016-05-31 | Replace CFXJSE_Value create/destroy with new and delete. | dsinclair |
2016-05-31 | Fix a leak in CXFA_FontMgr. | thestig |
2016-05-27 | Workaround dubious casting between CXFA_Object and void* in FXJSE | tsepez |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Add opaque "layout item" to widgets for caller's use. | tsepez |
2016-05-26 | Make additional FXJSE_CLASS_DESCRIPTORS constant | tsepez |
2016-05-26 | Make fm2jscontext's class descriptor a static constant. | tsepez |
2016-05-26 | Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS | tsepez |
2016-05-26 | Enable chromium_code standard for XFA code | weili |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Remove default arguments in CFX_RenderDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-26 | Replace FXJSE_HCLASS with CFXJSE_Class* | dsinclair |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-26 | Revert of Remove parameters which are always null (patchset #1 id:1 of https:... | dsinclair |
2016-05-25 | Remove parameters which are always null | dsinclair |
2016-05-25 | Banish CFX_PrivateData to the XFA side | tsepez |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-25 | Complete or comment a couple Script_NodeClass functions | weili |
2016-05-25 | Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} | tsepez |
2016-05-24 | Replace CFX_DSPATemplate with std::binary_search. | dsinclair |
2016-05-23 | Rename IFX_Unknown to IFX_Retainable. | tsepez |
2016-05-23 | Remove unused class CXFA_FFDocWidgetIterator | weili |
2016-05-23 | Remove Release() from CFX_RTFBreak | tsepez |
2016-05-23 | Clean up more XFA code which causes warnings | weili |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-20 | Use std::map in CXFA_ItemLayoutProcessor | tsepez |
2016-05-20 | Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpp | tsepez |
2016-05-20 | Use std::map in CXFA_FontMgr and CXFA_PDFFontMgr | tsepez |
2016-05-19 | Move fgas_sax into individual files in fde. | dsinclair |
2016-05-19 | fgas/ code cleanup. | dsinclair |
2016-05-19 | Remove CFX_MapPtrToPtr in xfa_ffdocview.h | tsepez |
2016-05-19 | Remove Release() from CXFA_FM2JSContext | tsepez |
2016-05-19 | Remove CFX_DSPATemplate usage in CXFA_TextParser | dsinclair |
2016-05-19 | Remove Release() from CXFA_WidgetLayoutData | tsepez |
2016-05-18 | Remove Release() from CXFA_FWLTheme | tsepez |
2016-05-18 | Remove Release() from CXFA_ScriptContext | tsepez |
2016-05-18 | Cleanup XFA_HASHCODE usage. | dsinclair |
2016-05-18 | Remove Release() from CFX_SAXReader | tsepez |
2016-05-18 | Remove Release() from CXFA_RenderContext | tsepez |
2016-05-18 | Remove Release() from CXFA_WidgetAccIterator | tsepez |
2016-05-18 | Remove Release() from CXFA_ChecksumContext | tsepez |
2016-05-17 | Replace XFA_N with value | dsinclair |
2016-05-17 | XFA_WIDGETSTATUS cleanup. | dsinclair |
2016-05-16 | Remove Release() { delete this; } in CFXA_Data{Importer,Exporter} | tsepez |