summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/cfgas_fontmgr.cpp
AgeCommit message (Expand)Author
2018-10-18Cache CFGAS_FontMgr::GetFontByUnicode() failures on Windows.Lei Zhang
2018-10-18Shuffle platform-specifc code in CFGAS_FontMgr::GetFontByUnicode().Lei Zhang
2018-10-03Split CFX_FontSourceEnum_File into its own file.Lei Zhang
2018-10-03Simplify CFX_FontSourceEnum_File's file iterator.Lei Zhang
2018-10-02Avoid overloading CFGAS_FontMgr::LoadFont().Lei Zhang
2018-09-22Remove useless charset data in CFGAS_FontMgr.Lei Zhang
2018-09-22Move some CFGAS_FontMgr methods into an anonymous namespace.Lei Zhang
2018-08-23Pass unique_ptr<> to CFX_MemoryStream constructorTom Sepez
2018-08-14Remove |bTakeOver| parameter from CFX_MemoryStream ctor.Lei Zhang
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-05-31Make XFA pixel tests more stablechromium/3447Ryan Harrison
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-04-16Fix UAF in CFGAS_FontMgr::FindFontchromium/3398Ke Liu
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-02-16Avoid 100 blank FX_FONTDESCRIPTOR entries.Tom Sepez
2018-02-16m_pEnumerator only ever has one value, indirection not needed.Tom Sepez
2018-02-07Handle removed fonts correctly in GetFontByCodePageRyan Harrison
2018-01-31Remove handrolled search from GetCodePageFromCharsetRyan Harrison
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima
2017-11-16Refactor CFGAS_FontMgr's Windows implementationNicolas Pena
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-10-04Remove CFX_CRTFileAccessDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Move static methods to anonymous namespaceDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Hide FX_HandleParentPathDan Sinclair
2017-09-26Share public part of CFGAS_FontMgr declarationDan Sinclair
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-26Remove font default paramsDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-08-31Cleanup fx_basic_* filesDan Sinclair
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-06-22Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139Chris Palmer
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-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Codepage code into anonymouse namespaceDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-15Remove unused methods and data from fgas_codepageDan Sinclair
2017-03-15Replace FX_POSITION in GFGAS_FontMgr with boolDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair