summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout
AgeCommit message (Expand)Author
2017-03-21Combine more RTF and TXT Break codeDan Sinclair
2017-03-20Cleanup unchanged values in CFX_TxtBreakDan Sinclair
2017-03-16Simplify TxtBreak AppendCharDan Sinclair
2017-03-16Create common base class for TxtBreak and RTFBreak.Dan Sinclair
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
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-14Merge text breaking helper classes.Dan Sinclair
2017-03-13Replace discrete array with a map.dan sinclair
2017-03-13Convert TxtBreak line pieces to a vector.dan sinclair
2017-03-13Simplify TxtBreak line handling.dan sinclair
2017-03-13Simplify the CFX_TxtPiece classdan 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-13Remove unused TextBreak methodsDan Sinclair
2017-03-13Cleanup FX_TXTBREAKDan Sinclair
2017-03-09Remove unused Txt break policies.chromium/3037Dan Sinclair
2017-03-08Remove CFX_RTFPieceArray and use std::vectorDan Sinclair
2017-03-07Cleanup m_RTFLine code in RTFBreak.chromium/3034Dan Sinclair
2017-03-07Cleanup text codeDan Sinclair
2017-03-06Simplify RTFBreak AppendChar.Dan Sinclair
2017-03-06Adding tests for CFX_RTFBreakDan Sinclair
2017-03-02Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE>Tom Sepez
2017-03-02Use std::deque for CFX_TPOArrayTom Sepez
2017-03-01Convert positioned tabs to std::vectorchromium/3028Dan Sinclair
2017-03-01Remove unused FX_AdjustCharDisplayPos type, always nullptr argsTom Sepez
2017-03-01Return values instead of out paramsDan Sinclair
2017-03-01More RTFBreak unused code and default paramsDan Sinclair
2017-03-01Fixup RTFBreak and TextBreak nitsDan Sinclair
2017-02-28Remove always true method paramschromium/3027Dan Sinclair
2017-02-28Remove unused methods from RTFBreak and TextBreakDan Sinclair
2017-02-28Convert the FX_RTFBREAK defines to an enum classDan Sinclair
2017-02-28Convert FX_RTFLINEALIGNMENT to an enum classDan Sinclair
2017-02-28Remove unused layout stylesDan Sinclair
2017-02-28Remove unused RTF Break PoliciesDan Sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-25Remove last usage of IFX_Retainable.chromium/2993Tom Sepez
2017-01-24Use std::vector for fx_ucd.h arrays.chromium/2992tsepez
2017-01-24Use std::vector for CFX_RectF arraystsepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
2017-01-10Strip out custom allocator codeDan Sinclair
2017-01-06Remove CFX_MapPtrToPtr in xfa/fgas, part 2tsepez
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez