summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_txtedtengine.cpp
AgeCommit message (Expand)Author
2017-08-17Cleanup CFDE_TxtEdtEngine Insert and Delete methodsDan Sinclair
2017-08-17Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngineDan Sinclair
2017-08-17Cleanup visibilty and unused methods in xfa/fdeDan Sinclair
2017-08-16Move some CFDE_TxtEdt* methods to the headerschromium/3188Dan Sinclair
2017-08-16Simplify CFDE_TxtEdtEngine layout codeDan Sinclair
2017-08-16Remove friendship from TxtEdtEngine and TxtEdtPageDan Sinclair
2017-08-15Hide the undo/redo record classes inside the engineDan Sinclair
2017-08-15Remove default params from xfa/fde code.Dan Sinclair
2017-08-14Cleanup more fde definesDan Sinclair
2017-08-14Cleanup FDE_TTO{STYLE|ALIGNMENT} defines.Dan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-03XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr.Tom Sepez
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Rename IFGAS_Stream to CFGAS_StreamDan Sinclair
2017-04-18Rename text break files to match class names.Dan Sinclair
2017-04-13Fold LoadFile{Read|Write} back into constructorsDan Sinclair
2017-04-12Fold CFGAS_Stream into CFGAS_TextStream.Dan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Rename tto/fde_textout to cfde_textoutDan Sinclair
2017-03-30Move CFX files into fxcrtDan Sinclair
2017-03-27kill another CFX_ArrayTemplate in cfde_txtedtengine.cppTom Sepez
2017-03-22Use std::vector in cfde_txtedtenginechromium/3049Tom Sepez
2017-03-16Create common base class for TxtBreak and RTFBreak.Dan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Remove some single use interfacesDan Sinclair
2017-03-13Remove TextBreak rotation codeDan Sinclair
2017-03-13Remove unused defines from TextBreak.Dan Sinclair
2017-03-13Cleanup TXTLINEALIGNMENT definesDan Sinclair
2017-03-09Remove unused Txt break policies.chromium/3037Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-17Avoid endless loop deleting CFGAS_GEFont.tsepez
2017-01-10Remove custom allocator from CFDE_TxtEdtBuf.Dan Sinclair
2017-01-09Add CFDE_TxtEdtBuf testschromium/2977dsinclair
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2016-12-14Remove unused CFWL_Edit flags.dsinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Cleanup FWL default values part II.dsinclair
2016-12-07Refcount IFGAS_ streams all the time, tootsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-11-24Change TxtEdtEngine to return CFX_WideStringchromium/2935chromium/2934chromium/2933chromium/2932dan sinclair
2016-11-23Merge IFWL and CFWL classes.dsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-15Cleanup cfwl_* files.dsinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-28Continue fixing FX_BOOL / int noisetsepez
2016-10-20Merge the CFWL_*Imp classes into the IFWL_* classes.dsinclair
2016-09-13Sort include entries.dsinclair