summaryrefslogtreecommitdiff
path: root/xfa/fee
AgeCommit message (Expand)Author
2016-05-04Replace IFX_MemoryAllocator::Release() with delete.tsepez
2016-05-03Cleanup XFA-Specific memory allocators.tsepez
2016-05-02Remove IFDE_TxtEdt interfaces where possible.dsinclair
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair
2016-04-21Remove unused FWL flagsdsinclair
2016-04-19Store WideString, not raw pointer, in FX_TXTRUNtsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair