Age | Commit message (Expand) | Author |
2016-06-07 | xfa_fm2jscontext method cleanup - pt VIchromium/2763 | dsinclair |
2016-06-07 | Remove casts to same type in xfa_script_imp.cpp | tsepez |
2016-06-07 | Remove some casts to same type in cfx_graphics.cpp | tsepez |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-07 | Remove FDE_HVISUALOBJ. | dsinclair |
2016-06-07 | xfa_fm2jscontext method cleanup - pt V | dsinclair |
2016-06-06 | Remove unused CFDE_TxtEdtEngine::SetBufChunkSize(). | tsepez |
2016-06-06 | Remove FWL_HTIMER in favor of IWFL_TimerInfo | tsepez |
2016-06-06 | Clean up C-Style casts in CBC_CodeBase and subclasses | tsepez |
2016-06-06 | Remove FDE_HDEVICESTATE. | dsinclair |
2016-06-06 | xfa_fm2jscontext method cleanup - pt IV | dsinclair |
2016-06-06 | Make GetDevFont() return a CFX_Font* instead of void* | tsepez |
2016-06-03 | Rename CFX_GEFont to CFGAS_GEFont | tsepez |
2016-06-03 | Rename IFX_FontMgr to IFGAS_FontMgr | tsepez |
2016-06-03 | Fix more bugs found by /analyze tool | weili |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
2016-06-03 | Remove two unused opaque handle types | tsepez |
2016-06-02 | Remove FXJSE_Value_ToObject and call methods directly | dsinclair |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | Replace FWL_HLISTITEM with class IFWL_ListItem {} | tsepez |
2016-06-02 | Change ThrowScriptErrorMessage() to just ThrowException(). | dsinclair |
2016-06-01 | Change CFX_Font::GetPsName() to return a CFX_ByteString. | thestig |
2016-06-01 | xfa_fm2jscontext method cleanup - pt III | dsinclair |
2016-06-01 | Remove unused LoadString values, cleanup remaining strings. | dsinclair |
2016-06-01 | Stop casting struct CFXJSE_ArgumentsImpl to unrelated class CFXJSE_Arguments | tsepez |
2016-06-01 | Don't use array for only one compatible mode script | tsepez |
2016-06-01 | Clean up part of CXFA_Node class | weili |
2016-06-01 | Track shared isolates better in FXJSE. | tsepez |
2016-06-01 | Remove use of v8:Lockers | tsepez |
2016-06-01 | Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp | ochang |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-31 | Remove unused CFXJSE_ScopeUtil_IsolateHandleRootOrNormalContext | tsepez |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |
2016-05-31 | Fix compile error ‘isnan’ was not declared in this scope | phajdan.jr |
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-27 | Avoid two C-style FX_WCHAR* casts in pdfium | brucedawson |
2016-05-27 | Fix two bugs found by /analyze tool | weili |
2016-05-27 | Add back-pointer to "Associated widget" to CFWL_WidgetImp. | tsepez |
2016-05-27 | Make sure CFDE_XMLSyntaxParser's buffer is null terminated. | ochang |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | 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 |