summaryrefslogtreecommitdiff
path: root/xfa/fde
AgeCommit message (Expand)Author
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
2017-02-09Remove CopyToLocal from CFDE_CSSDeclarationDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Add CFDE_CSSValueListParser testsDan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-02-07Split CFX_STemplate from CFX_PSTemplateTom Sepez
2017-02-02Clean up CSS code to match styles.chromium/3001dan sinclair
2017-01-26Add CSS parser testsDan Sinclair
2017-01-26Cleanup memory in CFDE_CSSStyleSelectorDan Sinclair
2017-01-24Track CFDE_CSSComputedStyle with retained ptrsDan Sinclair
2017-01-24Cleanup memory in CFDE_CSSRuleCollectionDan Sinclair