summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fxfa.h
AgeCommit message (Expand)Author
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-12Do IWYU in xfa.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-07-25Disable submit in XFA forms.Henrique Nakashima
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima
2018-04-12Retrieve the XML tree in the DocumentParserDan Sinclair
2018-02-02Make global object function names clearer.Tom Sepez
2018-01-22Remove unused WidgetPreRemove and WidgetPostAdd paramsDan Sinclair
2018-01-04Merge CXFA_WidgetData into CXFA_WidgetAccDan Sinclair
2017-12-14Fold CXFA_SubmitData into CXFA_SubmitDan Sinclair
2017-12-07[xfa] Move JS method information to files.chromium/3288Dan Sinclair
2017-11-07Rename CXFA_Submit to CXFA_SubmitDataDan Sinclair
2017-10-21Add in count value for form typeschromium/3247Ryan Harrison
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-05-04Cleanup CXFA_RenderContextDan Sinclair
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-23Remove unused XFA_VALIDATE codeDan Sinclair
2017-03-23Remove unused invalidate flagDan Sinclair
2017-03-22Remove unused docview flagDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-01-03Create individual exception methods.Dan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-13Cleanup CPDFXFA_App methodsdsinclair
2016-09-29Move xfa/fxfa/include to xfa/fxfadsinclair