Age | Commit message (Expand) | Author |
---|---|---|
2016-06-01 | Don't use array for only one compatible mode script | tsepez |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |
2016-05-31 | Replace CFXJSE_Value create/destroy with new and delete. | dsinclair |
2016-05-27 | Workaround dubious casting between CXFA_Object and void* in FXJSE | tsepez |
2016-05-26 | Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS | tsepez |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-17 | Remove some CFX_ArrayTemplate<> usage from fxjse | tsepez |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-19 | XFA unused function cleanup | dsinclair |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |