summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/cfgas_fontmgr.h
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-12Do IWYU in xfa.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-22Move some CFGAS_FontMgr methods into an anonymous namespace.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-04-17Cleanup some seekablestreamproxy codedan sinclair
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-02-16m_pEnumerator only ever has one value, indirection not needed.Tom Sepez
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-11-16Refactor CFGAS_FontMgr's Windows implementationNicolas Pena
2017-10-04Remove CFX_CRTFileAccessDan Sinclair
2017-09-28Cleanup font definesDan 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-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Move CXFA_PDFFontMgr to CFGAS_PDFFontMgrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-05-20Use observed ptrs from CFGAS_GEFont back to its font mgrs.chromium/3106Tom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Move CFGAS_Stream to CFX_SeekableStreamProxyDan Sinclair
2017-04-18Rename IFGAS_Stream to CFGAS_StreamDan Sinclair
2017-04-03Drop FXSYS_ from wide string methodsDan Sinclair
2017-03-30Remove unnecessary FreeType include.Dominik Röttsches
2017-03-30Fix Chromium XFA buildDominik Röttsches
2017-03-30Rename fgas_stream to ifgas_streamDan 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
2017-03-13Replace discrete array with a map.dan sinclair
2017-03-02Use std::deque for CFX_FontDescriptorsTom Sepez
2017-01-10Strip out custom allocator codeDan Sinclair
2017-01-10Remove more _LP* typedefs.tsepez
2017-01-09Tidy cfgas_fontmgr, remove custom sorting code.tsepez
2017-01-06Remove CFX_MapPtrToPtr in xfa/fgas, part 2tsepez
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2016-12-08Replace CFX_WideStringArray with std::vectortsepez
2016-12-07Replace CFX_ByteStringArray with std::vector.tsepez
2016-12-07Properly ref count IFX_FileAccess.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez