Age | Commit message (Expand) | Author |
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-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-06-26 | Adding back the CFX_DateTime print helpers. | Henrique Nakashima |
2017-06-23 | Cleaning up fx_string_testhelpers. | Henrique Nakashima |
2017-06-13 | Add CFGAS_FormatString helper to extract digits. | Dan Sinclair |
2017-06-08 | CFGAS_FormatString use helper to convert char to int | Dan Sinclair |
2017-06-08 | Add CFGAS_FormatString Number to String helper | Dan Sinclair |
2017-06-08 | Combine more CFGAS_FormatString code | Dan Sinclair |
2017-06-07 | Remove use of FXBSTR_ID from CFGAS_FormatStringchromium/3124 | Dan Sinclair |
2017-06-07 | Simplify some CFGAS_FormatString methods | Dan Sinclair |
2017-06-07 | Fix some CFGAS_FormatString issues | Dan Sinclair |
2017-06-07 | Even more CFGAS_FormatString tests. | Dan Sinclair |
2017-06-06 | Convert CFGAS_FormatString to pointer out parameterschromium/3123 | Dan Sinclair |
2017-06-06 | More CFGAS_FormatString tests | Dan Sinclair |
2017-06-06 | Add more CFGAS_FormatString tests. | Dan Sinclair |
2017-06-05 | More CFGAS_FormatString tests | Dan Sinclair |
2017-06-05 | Add start of CFGAS_FormatString tests | Dan Sinclair |
2017-06-05 | Cleaning up some XFA locale related code | Dan Sinclair |
2017-06-01 | Remove unused Locale code | Dan Sinclair |
2017-04-25 | Use fx_extension.h utilities in more places in xfa/ | Lei Zhang |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Cleanup the fgas_language defines | 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 | Fold the CFGAS_Stream subclasses in CFGAS_Stream | Dan Sinclair |
2017-04-18 | Codepage code into anonymouse namespace | Dan Sinclair |
2017-04-18 | Subclass the stream implementations from CFGAS_Stream | Dan Sinclair |
2017-04-18 | Update IFGAS_Stream::WriteString to take a string. | Dan Sinclair |
2017-04-13 | Fold LoadFile{Read|Write} back into constructors | Dan Sinclair |
2017-04-12 | Fold CFGAS_Stream into CFGAS_TextStream. | Dan Sinclair |
2017-04-12 | Remove params from CFGAS_Stream | Dan Sinclair |
2017-04-12 | Remove text buffer for CFGAS_TextStream | Dan Sinclair |
2017-04-12 | Remove m_iStart which is always zero | Dan Sinclair |
2017-04-12 | Fold CXFA_WideTextRead into IFGAS_Stream | Dan Sinclair |
2017-04-12 | Remove MakeSeekableReadStream | Dan Sinclair |
2017-04-12 | Remove the FGAS Buffered Stream | Dan Sinclair |
2017-04-11 | Remove the STREAMTYPE define. | Dan Sinclair |
2017-04-11 | Remove unneeded stream access flags | Dan Sinclair |
2017-04-11 | Remove unused loading code from IFGAS_Stream | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-10 | Remove unused CreateTextStream | Dan Sinclair |
2017-04-10 | Remove unused CreateSharedStream | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from wide string methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from file methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |