summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout/cfx_rtfbreak.cpp
AgeCommit message (Expand)Author
2018-07-03Use more UnowendPtr<> in cfgas_formatstring.h and cfx_break.hTom Sepez
2018-06-26Assert that tab width assumption holds in CFX_RTFBreak.Henrique Nakashima
2018-06-26Fix Integer-overflow in CFX_RTFBreak::AppendChar_TabHenrique Nakashima
2018-06-04Remove unused assignment from CFX_RTFBreakRyan Harrison
2018-05-17More overflow checks in bidi codeDan Sinclair
2018-05-16Use CheckedNumeric in CFX_RTFBreak::AppendChar_OthersDan Sinclair
2018-05-15Remove CFX_BreakLine::CountCharsDan Sinclair
2018-05-02Transform in/out params from ref to pointer in CFX_(Txt|RTF)Break.Henrique Nakashima
2018-05-01Fix possible integer overflows in CFX_RTFBreak.Henrique Nakashima
2018-04-30Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416Henrique Nakashima
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2017-11-29Remove CollectionSize from fx_bidiDan Sinclair
2017-09-28Cleanup CFGAS_GEFont methodsDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-08-31More BIDI code shufflingchromium/3206chromium/3205Dan Sinclair
2017-08-31Move bidi code to fx_bidiDan Sinclair
2017-08-01Encapsulate some CFX_Char members.Lei Zhang
2017-07-28Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171Lei Zhang
2017-07-27Simplify FX_GetMirrorChar() code.Lei Zhang
2017-05-09Use CXFA_TextUserData in place of CFX_Retainable where possible.Tom Sepez
2017-04-18Rename text break files to match class names.Dan Sinclair