summaryrefslogtreecommitdiff
path: root/xfa/fgas
AgeCommit message (Expand)Author
2017-06-08CFGAS_FormatString use helper to convert char to intDan Sinclair
2017-06-08Add CFGAS_FormatString Number to String helperDan Sinclair
2017-06-08Combine more CFGAS_FormatString codeDan Sinclair
2017-06-07Remove use of FXBSTR_ID from CFGAS_FormatStringchromium/3124Dan Sinclair
2017-06-07Simplify some CFGAS_FormatString methodsDan Sinclair
2017-06-07Fix some CFGAS_FormatString issuesDan Sinclair
2017-06-07Even more CFGAS_FormatString tests.Dan Sinclair
2017-06-06Convert CFGAS_FormatString to pointer out parameterschromium/3123Dan Sinclair
2017-06-06More CFGAS_FormatString testsDan Sinclair
2017-06-06Add more CFGAS_FormatString tests.Dan Sinclair
2017-06-05More CFGAS_FormatString testsDan Sinclair
2017-06-05Add start of CFGAS_FormatString testsDan Sinclair
2017-06-05Cleaning up some XFA locale related codeDan Sinclair
2017-06-01Remove unused Locale codeDan Sinclair
2017-05-20Use observed ptrs from CFGAS_GEFont back to its font mgrs.chromium/3106Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-09Use CXFA_TextUserData in place of CFX_Retainable where possible.Tom Sepez
2017-05-01Remove more |new|s, part 5Tom Sepez
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-19Cleanup the fgas_language definesDan Sinclair
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Rename IFGAS_Stream to CFGAS_StreamDan Sinclair
2017-04-18Remove IFGAS_Stream::CreateWideStringReadStreamDan Sinclair
2017-04-18Fold the CFGAS_Stream subclasses in CFGAS_StreamDan Sinclair
2017-04-18Codepage code into anonymouse namespaceDan Sinclair
2017-04-18Subclass the stream implementations from CFGAS_StreamDan Sinclair
2017-04-18Rename text break files to match class names.Dan Sinclair
2017-04-18Update IFGAS_Stream::WriteString to take a string.Dan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-13Fold LoadFile{Read|Write} back into constructorsDan Sinclair
2017-04-12Fold CFGAS_Stream into CFGAS_TextStream.Dan Sinclair
2017-04-12Remove params from CFGAS_StreamDan Sinclair
2017-04-12Remove text buffer for CFGAS_TextStreamDan Sinclair
2017-04-12Remove m_iStart which is always zeroDan Sinclair
2017-04-12Fold CXFA_WideTextRead into IFGAS_StreamDan Sinclair
2017-04-12Remove MakeSeekableReadStreamDan Sinclair
2017-04-12Remove the FGAS Buffered StreamDan Sinclair
2017-04-11Remove the STREAMTYPE define.Dan Sinclair
2017-04-11Remove unneeded stream access flagsDan Sinclair
2017-04-11Remove unused loading code from IFGAS_StreamDan Sinclair
2017-04-11Disabiguate CreateStream callsDan Sinclair
2017-04-10Remove unused CreateTextStreamDan Sinclair
2017-04-10Remove unused CreateSharedStreamDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from wide string methodsDan Sinclair