summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout/fgas_textbreak.cpp
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-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-07Cleanup text codeDan Sinclair
2017-03-02Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE>Tom Sepez
2017-03-02Use std::deque for CFX_TPOArrayTom Sepez
2017-03-01Remove unused FX_AdjustCharDisplayPos type, always nullptr argsTom Sepez
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-28Remove unused layout stylesDan 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-24Use std::vector for fx_ucd.h arrays.chromium/2992tsepez
2017-01-24Use std::vector for CFX_RectF arraystsepez
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
2016-11-21Clean up CFGAS_GEFontnpm
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-26Clean up xfa_fontmgr.cpp.thestig
2016-08-04Use smart pointers for class owned pointersweili
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili
2016-06-10Trust the compiler to do array indexing and superclass promotion.tsepez
2016-06-09Avoid casts via correct types in fgas_textbreaktsepez
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07Remove FDE_HVISUALOBJ.dsinclair
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez