Age | Commit message (Expand) | Author |
2017-03-14 | Replace CXFA_{Object,Node}Array with std::vector | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-03-13 | Replace discrete array with a map. | dan sinclair |
2017-03-06 | Remove CFX_StackTemplate in xfa_utils.h. | Tom Sepez |
2017-03-06 | Tidy xfa_utils_unittest.cpp | Tom Sepez |
2017-03-03 | Add unit test for xfa node iteratorschromium/3032chromium/3031 | Tom Sepez |
2017-03-03 | remove CFX_StackTemplate<CFDE_XMLNode*>chromium/3030 | Tom Sepez |
2017-03-03 | Remove CXFA_NodeStack | Tom Sepez |
2017-02-28 | Clean up CXML_Element.chromium/3026 | Lei Zhang |
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 |