summaryrefslogtreecommitdiff
path: root/xfa/fee/fde_txtedtengine.cpp
AgeCommit message (Expand)Author
2016-05-18Split xfa/fee files into individual class files.dsinclair
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
2016-05-17Remove Release() from IFX_CharIter, use unique_ptrs.chromium/2742chromium/2741tsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-05-02Remove IFDE_TxtEdt interfaces where possible.dsinclair
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair
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-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.tsepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair