summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout
AgeCommit message (Expand)Author
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-20Use more consts in CFX_Break.Lei Zhang
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-05Clean up CFX_TxtBreakRyan Harrison
2018-06-04Remove unused assignment from CFX_RTFBreakRyan Harrison
2018-05-17More overflow checks in bidi codeDan Sinclair
2018-05-16Move FX_LBUN shorthand codes from .h to .cpp fileTom Sepez
2018-05-16Use CheckedNumeric in CFX_RTFBreak::AppendChar_OthersDan Sinclair
2018-05-15Remove unused methods from CFX_BreakLineDan Sinclair
2018-05-15Remove CFX_BreakLine::CountPiecesDan Sinclair
2018-05-15Remove CFX_BreakLine::CountCharsDan Sinclair
2018-05-10Fixup ASSERT in Bidi handling; Add bidi fuzzer.Dan 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-04-30Fix more possible integer overflows in CFX_TxtBreak.Henrique Nakashima
2018-04-30Fix Integer-overflow in CFX_TxtBreak::AppendChar_OthersHenrique Nakashima
2018-04-26Enter key inserts a line break correctly in XFA edits.Henrique Nakashima
2018-04-19Fix duplicated text in each line in XFA widgets.Henrique Nakashima
2018-04-10Remove CFX_Rect.Lei Zhang
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-27Remove unused FX_TXTRUN::pIdentityDan Sinclair
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-05Remove unused code from CFX_BreakLineRyan Harrison
2017-11-29Remove CollectionSize from fx_bidiDan Sinclair
2017-09-28Cleanup CFGAS_GEFont methodsDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Remove some unused variables.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-05Split fx_ucd.h into fx_unicode.h and fx_ucddata.h.Tom Sepez
2017-08-31More BIDI code shufflingchromium/3206chromium/3205Dan Sinclair
2017-08-31Move bidi code to fx_bidiDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Rebuild CFDE_TextEditEngine.Dan Sinclair
2017-08-28Add a global font loader in XFA testsDan Sinclair
2017-08-28Remove code which does nothingDan Sinclair
2017-08-17Remove redundant members in CFDE_TxtEdtEngineDan Sinclair
2017-08-15Remove default params from xfa/fde code.Dan Sinclair
2017-08-01Encapsulate some CFX_Char members.Lei Zhang
2017-07-28Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171Lei Zhang