summaryrefslogtreecommitdiff
path: root/xfa/fgas/font
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-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-12Do IWYU in xfa.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-03Fix nits in CFX_FontSourceEnum_File.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-10-02Make CFGAS_DefaultFontManager a class with only static methods.Lei Zhang
2018-10-02Reduce includes in cfgas_defaultfontmanager.hLei Zhang
2018-10-02Remove unneeded cfgas_fontmgr.h includes.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-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-15Remove FXFM_ENCODING_NONE.Lei Zhang
2018-09-14Use pdfium::Optional in CFGAS_GEFont.Lei Zhang
2018-09-14Use fxcrt::MaybeOwned in CFGAS_GEFont.Lei Zhang
2018-09-14Use UnownedPtr in CFX_UnicodeEncoding.Lei Zhang
2018-09-14Clean up CFGAS_GEFont members.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Pass unique_ptr<> to CFX_MemoryStream constructorTom Sepez
2018-08-14Remove |bTakeOver| parameter from CFX_MemoryStream ctor.Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-30Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache.Henrique Nakashima
2018-07-26Remove font cache from CFGAS_DefaultFontManager.chromium/3504Henrique Nakashima
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-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-22Fix spaces too wide in XFA Dropdown.Henrique Nakashima
2018-04-30Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416Henrique Nakashima
2018-04-17Remove unused CFX_SeekableStreamProxy From CFGAS_GEFontdan sinclair
2018-04-17Cleanup some seekablestreamproxy codedan sinclair
2018-04-16Fix UAF in CFGAS_FontMgr::FindFontchromium/3398Ke Liu
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2018-04-10Remove CFX_Rect.Lei Zhang
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-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 bsearch from FGAS_GetUnicodeBitFieldRyan Harrison
2018-01-31Remove handrolled search from GetCodePageFromCharsetRyan Harrison
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima