summaryrefslogtreecommitdiff
path: root/xfa/fde
AgeCommit message (Expand)Author
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Move CXFA_XMLParser to CFDE_XMLParserDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Rename tto/fde_textout to cfde_textoutDan Sinclair
2017-03-30Move CFX files into fxcrtDan Sinclair
2017-03-30Rename FDE files to match contents.Dan Sinclair
2017-03-30Rename fgas_stream to ifgas_streamDan Sinclair
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 cfde_txtedtparag.cppTom Sepez
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-27kill another CFX_ArrayTemplate in cfde_txtedtengine.cppTom Sepez
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-22Use std::vector in cfde_txtedtenginechromium/3049Tom Sepez
2017-03-22Use unique_ptr for CFDE_XMLDoc::m_pRootTom 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-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-16Create common base class for TxtBreak and RTFBreak.Dan Sinclair
2017-03-15remove CFX_ArrayTemplate from fde/xml.Tom Sepez
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_tchromium/3042Dan Sinclair
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-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-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-13Cleanup FX_TXTBREAKDan Sinclair
2017-03-09Remove unused Txt break policies.chromium/3037Dan Sinclair
2017-03-03Remove CFX_StackTemplate<FDE_CANVASITEM>Tom Sepez
2017-03-03Remove CFX_StackTemplate from fde_xml_imp.hTom 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-02-28Avoid crash above CFWL_ListItem::GetText()Tom Sepez
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair