Age | Commit message (Expand) | Author |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Cleanup out params in XFA layout code. | Dan Sinclair |
2017-02-06 | More CXFA_ItemLayoutProcessor cleanupchromium/3005 | Dan Sinclair |
2017-02-06 | Cleanup xfa layout code | dan sinclair |
2017-02-04 | Remove unused parameterchromium/3004 | dan sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-02-02 | Clean up CSS code to match styles.chromium/3001 | dan sinclair |
2017-01-31 | use std::vector in cfx_graphics.h and xfa_ffwidget.h | Tom Sepez |
2017-01-26 | Cleanup memory in CFDE_CSSStyleSelector | Dan Sinclair |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-24 | Track CFDE_CSSComputedStyle with retained ptrs | Dan Sinclair |
2017-01-23 | Remove unused author and and user stylesheets | Dan Sinclair |
2017-01-23 | Cleanup CSS parsing | Dan Sinclair |
2017-01-23 | Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector | tsepez |
2017-01-23 | Remove some |void Release() { delete this; }| anti-pattern. | tsepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
2017-01-19 | Split fde/css files into individual class files. | Dan Sinclair |
2017-01-18 | use unique_ptr in xfa_checksum.h | tsepez |
2017-01-18 | Split CFDE_CSSPrimitiveValue apart | Dan Sinclair |
2017-01-17 | Avoid endless loop deleting CFGAS_GEFont. | tsepez |
2017-01-17 | Rename FDE_CSSRECT and FDE_CSSLENGTH | Dan Sinclair |
2017-01-16 | Remove IFDE_CSS interfaces which are only implemented once. | Dan Sinclair |
2017-01-12 | Remove used items from the CSS code.chromium/2980 | Dan Sinclair |
2017-01-11 | Convert FDE CSS enums to enum classes. | Dan Sinclair |
2017-01-11 | Cleaning up memory allocation in CXFA_FM2JSContext - IV | Dan Sinclair |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2017-01-10 | Split xfa_textlayout apart. | Dan Sinclair |
2017-01-10 | Remove more _LP* typedefs. | tsepez |
2017-01-06 | Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975 | tsepez |
2017-01-05 | use unique_ptr in cxfa_layoutprocessor.h | tsepez |
2017-01-06 | Cleaning up memory allocation in CXFA_FM2JSContext - III | Dan Sinclair |
2017-01-05 | Cleaning up memory allocation in CXFA_FM2JSContext - II | Dan Sinclair |
2017-01-05 | Cleaning up memory allocation in CXFA_FM2JSContext - Ichromium/2974 | Dan Sinclair |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fxfa. | tsepez |
2017-01-03 | remove some CFX_ArrayTemplate in xfa_ffdocview.hchromium/2971 | tsepez |
2017-01-03 | Remove the ::GetCapacity methods. | Dan Sinclair |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Kill last use of CFX_PtrList. | tsepez |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2016-12-16 | Better tests for password protected documents.chromium/2954 | tsepez |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-14 | Update CFWL_ListBox to return instead of using out params. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Replace CFX_FloatArray with std::vector | tsepez |