summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2017-02-04Remove unused parameterchromium/3004dan sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-02-02Clean up CSS code to match styles.chromium/3001dan sinclair
2017-01-31use std::vector in cfx_graphics.h and xfa_ffwidget.hTom Sepez
2017-01-26Cleanup memory in CFDE_CSSStyleSelectorDan Sinclair
2017-01-25Remove last usage of IFX_Retainable.chromium/2993Tom Sepez
2017-01-24Track CFDE_CSSComputedStyle with retained ptrsDan Sinclair
2017-01-23Remove unused author and and user stylesheetsDan Sinclair
2017-01-23Cleanup CSS parsingDan Sinclair
2017-01-23Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vectortsepez
2017-01-23Remove some |void Release() { delete this; }| anti-pattern.tsepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
2017-01-19Split fde/css files into individual class files.Dan Sinclair
2017-01-18use unique_ptr in xfa_checksum.htsepez
2017-01-18Split CFDE_CSSPrimitiveValue apartDan Sinclair
2017-01-17Avoid endless loop deleting CFGAS_GEFont.tsepez
2017-01-17Rename FDE_CSSRECT and FDE_CSSLENGTHDan Sinclair
2017-01-16Remove IFDE_CSS interfaces which are only implemented once.Dan Sinclair
2017-01-12Remove used items from the CSS code.chromium/2980Dan Sinclair
2017-01-11Convert FDE CSS enums to enum classes.Dan Sinclair
2017-01-11Cleaning up memory allocation in CXFA_FM2JSContext - IVDan Sinclair
2017-01-10Strip out custom allocator codeDan Sinclair
2017-01-10Split xfa_textlayout apart.Dan Sinclair
2017-01-10Remove more _LP* typedefs.tsepez
2017-01-06Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975tsepez
2017-01-05use unique_ptr in cxfa_layoutprocessor.htsepez
2017-01-06Cleaning up memory allocation in CXFA_FM2JSContext - IIIDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - IIDan Sinclair
2017-01-05Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974Dan Sinclair
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2017-01-05Remove CFX_MapPtrToPtr from xfa/fxfa.tsepez
2017-01-03remove some CFX_ArrayTemplate in xfa_ffdocview.hchromium/2971tsepez
2017-01-03Remove the ::GetCapacity methods.Dan Sinclair
2017-01-03Create individual exception methods.Dan Sinclair
2017-01-03Kill last use of CFX_PtrList.tsepez
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-16Better tests for password protected documents.chromium/2954tsepez
2016-12-14Return unique_ptr from CXFA_FFApp::CreateDoc.tsepez
2016-12-14Update CFWL_ListBox to return instead of using out params.dsinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Replace CFX_FloatArray with std::vectortsepez
2016-12-08Replace CFX_WideStringCArray with std::vector.chromium/2946tsepez
2016-12-08Change layout item in CFWL_Widget type from voiddsinclair
2016-12-08Cleanup CFWL_Widget code to return CFX_RectFs where appropriatedsinclair
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-12-08Replace CFX_WideStringArray with std::vectortsepez
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Use unique_ptr for CXFA_XMLParser.tsepez
2016-12-07Convert GetWidgetRect to return rect.dsinclair
2016-12-07Cleanup return values in CFWL_ComboBoxdsinclair