summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app
AgeCommit message (Expand)Author
2016-05-20Use std::map in CXFA_FontMgr and CXFA_PDFFontMgrtsepez
2016-05-19Move fgas_sax into individual files in fde.dsinclair
2016-05-19fgas/ code cleanup.dsinclair
2016-05-19Remove CFX_MapPtrToPtr in xfa_ffdocview.htsepez
2016-05-19Remove CFX_DSPATemplate usage in CXFA_TextParserdsinclair
2016-05-19Remove Release() from CXFA_WidgetLayoutDatatsepez
2016-05-18Remove Release() from CXFA_FWLThemetsepez
2016-05-18Cleanup XFA_HASHCODE usage.dsinclair
2016-05-18Remove Release() from CFX_SAXReadertsepez
2016-05-18Remove Release() from CXFA_RenderContexttsepez
2016-05-18Remove Release() from CXFA_ChecksumContexttsepez
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-16Remove Release() { delete this; } in CFXA_Data{Importer,Exporter}tsepez
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-05-16Remove XFA_WIDGETEVENT definesdsinclair
2016-05-16Remove { delete this; } anti-pattern from IXFA_WidgetIteratortsepez
2016-05-16Remove some c_str() calls from StringCs in xfa docs.tsepez
2016-05-16Replace FX_WSTRC(L"xyz").c_str() with just L"xyz"tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-05-05Remove CLASSHASH defines in favour of an enum class.dsinclair
2016-05-04Convert FWL_ERR into an enum class.dsinclair
2016-05-04Cleanup IFWL_Adapter interfaces.dsinclair
2016-05-04More define cleanup.dsinclair
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-05-04Replace IFX_MemoryAllocator::Release() with delete.tsepez
2016-05-03Cleanup XFA-Specific memory allocators.tsepez
2016-05-03Remove FWL_WGTHITTEST_* defines in favour of enum class.dsinclair
2016-04-29Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-28More FWL interface cleanup.dsinclair
2016-04-28Cleanup IFDE_CSS interfaces.dsinclair
2016-04-27Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3tsepez
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2tsepez
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-26Remove no-op ShowFileDialog(s).tsepez
2016-04-25Use std::map in xfa_ffdoc.cpptsepez
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-21Remove IFDE_CSSTagProvider.dsinclair
2016-04-21Remove CFWL_Note.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair
2016-04-21Convert some FWL defines to enums.dsinclair
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-15Avoid narrowing of strings in FWL SetEditText methods.tsepez
2016-04-14Simplify XFA event handling.thestig
2016-04-14Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.tsepez