summaryrefslogtreecommitdiff
path: root/xfa/fgas/layout
AgeCommit message (Expand)Author
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
2017-07-28Remove unused param from CFX_TxtBreak::AppendChar_PageLoad().Lei Zhang
2017-07-27Simplify FX_GetMirrorChar() code.Lei Zhang
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
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
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
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