Age | Commit message (Expand) | Author |
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-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-06 | Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975 | tsepez |
2017-01-05 | use unique_ptr in cxfa_layoutprocessor.h | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fxfa. | 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-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-07 | Use unique_ptr for CXFA_XMLParser. | tsepez |
2016-12-07 | Remove CFX_FormatString::Release() | tsepez |
2016-12-07 | Catch stray Retains() and Releases() outside of RetainPtr<>. | tsepez |
2016-12-07 | Refcount IFGAS_ streams all the time, too | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Add fpdfppo_embeddertest.cpp. | tsepez |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |
2016-10-27 | Fix more FX_BOOL / int noise in fxfa/parser. | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in fxfa | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in XFA barcodes | tsepez |
2016-10-25 | Fix some return FALSE in functions that return pointerschromium/2901 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-13 | Cleanup CPDFXFA_App methods | dsinclair |
2016-10-04 | Cleanup DEPS files | dsinclair |
2016-09-29 | Move xfa/fxfa/include to xfa/fxfa | dsinclair |
2016-09-29 | Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent | dsinclair |
2016-09-29 | Move fxjs/include to fxjs | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-22 | Move CPDFSDK_Environment code to cpp file | dsinclair |
2016-09-21 | Make the I in IFormFiller explicit | dsinclair |
2016-09-14 | Remove FFI_ from CPDFSDK_Environment method names | dsinclair |
2016-09-14 | Split CPDFXFA_Document apart | dsinclair |