summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffapp.cpp
AgeCommit message (Expand)Author
2016-12-14Return unique_ptr from CXFA_FFApp::CreateDoc.tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-01Make concrete stream classes private to .cpp, part 3tsepez
2016-11-23Merge IFWL and CFWL classes.dsinclair
2016-11-22Rename IFWL_App to CFWL_Appdsinclair
2016-11-21Split fwl/core class pt II.dsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-16Move the message definitions to their own files.chromium/2923dsinclair
2016-11-15Cleaning methods and visibility in cfwl_* files.dsinclair
2016-11-11Add fpdfppo_embeddertest.cpp.tsepez
2016-11-11Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little.npm
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-10-31Remove FWL globals.dsinclair
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-20Remove IFWL_*::Create methods, use newdsinclair
2016-10-18Merge IFWL_App and FWL_AppImp togetherdsinclair
2016-10-12Get rid of CFX_ArrayTemplate<CPDF_Object*>tsepez
2016-09-29Move xfa/fxfa/include to xfa/fxfadsinclair
2016-09-14Split CPDFXFA_Document apartdsinclair
2016-08-10Use smart pointers for class owned pointers in xfa/fxfaweili
2016-06-23Remove NULL in xfa/dsinclair
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-05-31Fix a leak in CXFA_FontMgr.thestig
2016-05-25Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}tsepez
2016-05-18Remove Release() from CXFA_FWLThemetsepez
2016-05-04Cleanup IFWL_Adapter interfaces.dsinclair
2016-04-28More FWL interface cleanup.dsinclair
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-04Cleanup the FF Handler proxy methods.dsinclair
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair