Age | Commit message (Expand) | Author |
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 |
2016-05-26 | Enable chromium_code standard for XFA code | weili |
2016-05-26 | Remove unused FWL_Error::OutOfMemory | tsepez |
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 | Remove one (of several) usages of SetPrivateData from IFWL_Widget | tsepez |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-26 | Fix windows build breakage at 25fa42f398d1 | Tom Sepez |
2016-05-26 | Revert of Remove parameters which are always null (patchset #1 id:1 of https:... | dsinclair |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
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 | Correctly implement GetPartState() function | weili |
2016-05-24 | Replace CFX_DSPATemplate with std::binary_search. | dsinclair |
2016-05-24 | Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. | tsepez |
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 | Return no style in GetItemStyles() for item of null pointer | weili |
2016-05-20 | Use enum type for char type variables | weili |
2016-05-20 | Remove Release() from CFX_Barcode | tsepez |
2016-05-20 | Fix /analyze warnings in fxbarcode/ | tsepez |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-20 | Fix a bug on scrollbar's checking theme states | weili |
2016-05-20 | Use std::map in CXFA_ItemLayoutProcessor | tsepez |
2016-05-20 | Use std::map for CFX_GEFont::m_FontMapper | tsepez |
2016-05-20 | Fix unreachable code in fwl_comboboximp.cpp | tsepez |
2016-05-20 | Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpp | tsepez |
2016-05-20 | Use std::map, std::unique_ptr in fwl_widgetmgrimp.h | tsepez |
2016-05-20 | Use std::map in CXFA_FontMgr and CXFA_PDFFontMgr | tsepez |
2016-05-19 | Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache | tsepez |
2016-05-19 | Work around sign compare error from commit be9b894. | thestig |