summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout/fgas_textbreak.cpp
AgeCommit message (Expand)Author
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
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-20Use enum type for char type variablesweili
2016-05-20Clean up XFA code which causes warningsweili
2016-05-06CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-19Store WideString, not raw pointer, in FX_TXTRUNtsepez
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
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