summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_DOUBLE with underlying double 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-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
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-07Remove CFX_StackTemplate now that all usage removed.Tom Sepez
2017-03-06Remove CFX_StackTemplate in xfa_utils.h.Tom Sepez
2017-03-06Tidy xfa_utils_unittest.cppTom Sepez
2017-03-06Simplify RTFBreak AppendChar.Dan Sinclair
2017-03-06Adding tests for CFX_RTFBreakDan Sinclair
2017-03-03Add unit test for xfa node iteratorschromium/3032chromium/3031Tom Sepez
2017-03-03remove CFX_StackTemplate<CFDE_XMLNode*>chromium/3030Tom Sepez
2017-03-03Remove CXFA_NodeStackTom Sepez
2017-03-03Remove CFX_StackTemplate<FDE_CANVASITEM>Tom Sepez
2017-03-03Remove CFX_StackTemplate from fde_xml_imp.hTom Sepez
2017-03-02Remove unused CFX_ObjectStackTemplateTom Sepez
2017-03-02Remove CFX_MassArrayTemplateTom Sepez
2017-03-02Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE>Tom Sepez
2017-03-02Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE>Tom Sepez
2017-03-02Use std::deque for CFX_FontDescriptorsTom Sepez
2017-03-02Remove CFX_MassArrayTemplate<CFX_Rect> backing array.Tom Sepez
2017-03-02Use std::deque for CFX_TPOArrayTom Sepez
2017-03-01Convert positioned tabs to std::vectorchromium/3028Dan Sinclair
2017-03-01Remove unused FX_AdjustCharDisplayPos type, always nullptr argsTom Sepez
2017-03-01Change CreateBreak to return a unique_ptrDan Sinclair
2017-03-01Return values instead of out paramsDan Sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-03-01Fix font manager negation issueDan Sinclair
2017-03-01More RTFBreak unused code and default paramsDan Sinclair
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-28Convert the FX_RTFBREAK defines to an enum classDan Sinclair
2017-02-28Convert FX_RTFLINEALIGNMENT to an enum classDan Sinclair
2017-02-28Remove unused layout stylesDan Sinclair
2017-02-28Remove unused RTF Break PoliciesDan Sinclair