summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-03-22Use unique_ptr for CFDE_XMLDoc::m_pRootTom Sepez
2017-03-22Remove unused docview flagDan Sinclair
2017-03-22Use moar unique_ptrs in CXFA_DocumentTom Sepez
2017-03-22Use unique_ptr in cfx_saxreader.hTom Sepez
2017-03-21Use std::vector for m_HotKeysTom Sepez
2017-03-21Combine more RTF and TXT Break codeDan Sinclair
2017-03-20Simplify date time codeDan Sinclair
2017-03-20Cleanup unchanged values in CFX_TxtBreakDan Sinclair
2017-03-20Cleanup fgas_datetime codeDan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-16Cleanup some fgas locale code.Dan Sinclair
2017-03-16Simplify TxtBreak AppendCharDan Sinclair
2017-03-16Create common base class for TxtBreak and RTFBreak.Dan Sinclair
2017-03-15remove CFX_ArrayTemplate from fde/xml.Tom Sepez
2017-03-15Use map of unique_ptr in cxfa_textparser.Tom Sepez
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-15Remove unused methods and data from fgas_codepageDan Sinclair
2017-03-15Replace FX_POSITION in GFGAS_FontMgr with boolDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_tchromium/3042Dan Sinclair
2017-03-14Use std::vector for content layout item arraysTom Sepez
2017-03-14Replace CXFA_{Object,Node}Array with std::vectorTom Sepez
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