Age | Commit message (Expand) | Author |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-26 | Clean up CXFA_Measurement and callers. | Lei Zhang |
2017-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-05-25 | Split apart remaining xfa/fxfa/app files | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-23 | Cleanup default values and methods in CXFA_Widgetdata | Dan Sinclair |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-19 | ASAN flags zero-length StringC in GetMapModuleString()chromium/3105 | Tom Sepez |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Rename IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
2017-04-18 | Remove IFGAS_Stream::CreateWideStringReadStream | Dan Sinclair |
2017-04-18 | Update IFGAS_Stream::WriteString to take a string. | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-05 | Move XML attribute handling to a base class. | Dan Sinclair |
2017-04-04 | Cleanup CFDE_XMLCharData and CFDE_XMLText | Dan Sinclair |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-29 | Remove fgas/localization directory | Dan Sinclair |
2017-03-29 | Rename fgas/localization files to match contents | Dan Sinclair |
2017-03-29 | Split xfa_object.h apart. | Dan Sinclair |
2017-03-28 | Remove CFX_ArrayTemplate from CXFA_Node. | Tom Sepez |
2017-03-28 | Remove CFX_ArrayTemplate in CXFA_ValueArray | Tom Sepez |
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_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-03 | Remove CXFA_NodeStack | Tom Sepez |
2017-02-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-23 | Remove some |void Release() { delete this; }| anti-pattern. | tsepez |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fxfa. | tsepez |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
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 | 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-02 | Remove FX_BOOL from xfa. | tsepez |