summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-29Return values instead of out paramschromium/3056Dan Sinclair
2017-03-28Renaming and splitting in xfa/fxfa/parser.Dan Sinclair
2017-03-28Fix nits in cxfa_ffpageview.cpp and friends.Lei Zhang
2017-03-28Remove CFX_ArrayTemplate from FX barcode code.Tom Sepez
2017-03-28Remove CFX_ArrayTempalte from cxfa_resolvprocessor.cppTom Sepez
2017-03-28Remove CFX_ArrayTemplate from xfa_layoutpagemgr.cppchromium/3055Tom Sepez
2017-03-28Remove CFX_ArrayTemplate from CXFA_Node.Tom Sepez
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Remove CFX_ArrayTemplate from xfa_document_datamerger_imp.cppTom Sepez
2017-03-28remove CFX_ArrayTemplate from cfde_txtedtparag.cppTom Sepez
2017-03-28use std::vector for m_rgSpecifiedColumnWidthsTom Sepez
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-28Remove CFX_ArrayTemplate in CXFA_ValueArrayTom Sepez
2017-03-27Return arrays where appropriate in fxfa.Tom Sepez
2017-03-27kill another CFX_ArrayTemplate in cfde_txtedtengine.cppTom Sepez
2017-03-27Use std::vector in fxfa/app.Tom Sepez
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-24Use std::vector<std::unique_ptr>> in cxfa_ffpageviewchromium/3053Tom Sepez
2017-03-23Remove unused CXFA_WidgetAccIterator methodsDan Sinclair
2017-03-23Tighten up XFA VisibilityDan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-23Remove unused XFA_VALIDATE codeDan Sinclair
2017-03-23Remove unused invalidate flagDan Sinclair
2017-03-22Use std::vector in cfde_txtedtenginechromium/3049Tom Sepez
2017-03-22Use unique_ptr in xfa_ffpushbutton.hTom Sepez
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