summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2016-05-31Fix compile error ‘isnan’ was not declared in this scopephajdan.jr
2016-05-31xfa_fm2jscontext method clean - pt IIdsinclair
2016-05-31xfa_fm2jscontext formatting and cleanup - pt Idsinclair
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-31Fix a leak in CXFA_FontMgr.thestig
2016-05-27Workaround dubious casting between CXFA_Object and void* in FXJSEtsepez
2016-05-27Avoid two C-style FX_WCHAR* casts in pdfiumbrucedawson
2016-05-27Fix two bugs found by /analyze toolweili
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-27Make sure CFDE_XMLSyntaxParser's buffer is null terminated.ochang
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Add opaque "layout item" to widgets for caller's use.tsepez
2016-05-26Make additional FXJSE_CLASS_DESCRIPTORS constanttsepez
2016-05-26Make fm2jscontext's class descriptor a static constant.tsepez
2016-05-26Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASStsepez
2016-05-26Enable chromium_code standard for XFA codeweili
2016-05-26Remove unused FWL_Error::OutOfMemorytsepez
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-26Replace FXJSE_HCLASS with CFXJSE_Class*dsinclair
2016-05-26Remove one (of several) usages of SetPrivateData from IFWL_Widgettsepez
2016-05-26Replace FXJSE_HCONTEXT with CFXJSE_Context*dsinclair
2016-05-26Fix windows build breakage at 25fa42f398d1Tom Sepez
2016-05-26Revert of Remove parameters which are always null (patchset #1 id:1 of https:...dsinclair
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-25Remove parameters which are always nulldsinclair
2016-05-25Banish CFX_PrivateData to the XFA sidetsepez
2016-05-25Rename FXJSE_HRUNTIME to v8::Isolatedsinclair
2016-05-25Complete or comment a couple Script_NodeClass functionsweili
2016-05-25Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}tsepez
2016-05-24Correctly implement GetPartState() functionweili
2016-05-24Replace CFX_DSPATemplate with std::binary_search.dsinclair
2016-05-24Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr.tsepez
2016-05-23Rename IFX_Unknown to IFX_Retainable.tsepez
2016-05-23Remove unused class CXFA_FFDocWidgetIteratorweili
2016-05-23Remove Release() from CFX_RTFBreaktsepez
2016-05-23Clean up more XFA code which causes warningsweili
2016-05-20Return no style in GetItemStyles() for item of null pointerweili
2016-05-20Use enum type for char type variablesweili
2016-05-20Remove Release() from CFX_Barcodetsepez
2016-05-20Fix /analyze warnings in fxbarcode/tsepez
2016-05-20Clean up XFA code which causes warningsweili
2016-05-20Fix a bug on scrollbar's checking theme statesweili
2016-05-20Use std::map in CXFA_ItemLayoutProcessortsepez
2016-05-20Use std::map for CFX_GEFont::m_FontMappertsepez
2016-05-20Fix unreachable code in fwl_comboboximp.cpptsepez
2016-05-20Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpptsepez
2016-05-20Use std::map, std::unique_ptr in fwl_widgetmgrimp.htsepez