Age | Commit message (Expand) | Author |
2018-10-03 | Fix nits in CFX_FontSourceEnum_File. | Lei Zhang |
2018-10-03 | Split CFX_FontSourceEnum_File into its own file. | Lei Zhang |
2018-10-03 | Simplify CFX_FontSourceEnum_File's file iterator. | Lei Zhang |
2018-10-02 | Avoid overloading CFGAS_FontMgr::LoadFont(). | Lei Zhang |
2018-10-02 | Make CFGAS_DefaultFontManager a class with only static methods. | Lei Zhang |
2018-10-02 | Reduce includes in cfgas_defaultfontmanager.h | Lei Zhang |
2018-10-02 | Remove unneeded cfgas_fontmgr.h includes. | Lei Zhang |
2018-09-22 | Remove useless charset data in CFGAS_FontMgr. | Lei Zhang |
2018-09-22 | Move some CFGAS_FontMgr methods into an anonymous namespace. | Lei Zhang |
2018-09-20 | Remove many unneeded STL #includes from headers. | Lei Zhang |
2018-09-15 | Remove FXFM_ENCODING_NONE. | Lei Zhang |
2018-09-14 | Use pdfium::Optional in CFGAS_GEFont. | Lei Zhang |
2018-09-14 | Use fxcrt::MaybeOwned in CFGAS_GEFont. | Lei Zhang |
2018-09-14 | Use UnownedPtr in CFX_UnicodeEncoding. | Lei Zhang |
2018-09-14 | Clean up CFGAS_GEFont members. | Lei Zhang |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-23 | Pass unique_ptr<> to CFX_MemoryStream constructor | Tom Sepez |
2018-08-14 | Remove |bTakeOver| parameter from CFX_MemoryStream ctor. | Lei Zhang |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-07-30 | Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache. | Henrique Nakashima |
2018-07-26 | Remove font cache from CFGAS_DefaultFontManager.chromium/3504 | Henrique Nakashima |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-05-31 | Make XFA pixel tests more stablechromium/3447 | Ryan Harrison |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Fix spaces too wide in XFA Dropdown. | Henrique Nakashima |
2018-04-30 | Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416 | Henrique Nakashima |
2018-04-17 | Remove unused CFX_SeekableStreamProxy From CFGAS_GEFont | dan sinclair |
2018-04-17 | Cleanup some seekablestreamproxy code | dan sinclair |
2018-04-16 | Fix UAF in CFGAS_FontMgr::FindFontchromium/3398 | Ke Liu |
2018-04-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2018-04-10 | Remove CFX_Rect. | Lei Zhang |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-06 | Rename IFX classes in core/fxge to Ifacechromium/3364 | Dan Sinclair |
2018-02-16 | Avoid 100 blank FX_FONTDESCRIPTOR entries. | Tom Sepez |
2018-02-16 | m_pEnumerator only ever has one value, indirection not needed. | Tom Sepez |
2018-02-07 | Handle removed fonts correctly in GetFontByCodePage | Ryan Harrison |
2018-01-31 | Remove handrolled bsearch from FGAS_GetUnicodeBitField | Ryan Harrison |
2018-01-31 | Remove handrolled search from GetCodePageFromCharset | Ryan Harrison |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2017-12-07 | Add WARN_UNUSED_RESULT to ByteString::Format* methods. | Henrique Nakashima |
2017-12-06 | Fix ps rendering.chromium/3287 | Henrique Nakashima |
2017-11-30 | Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium | Dan Sinclair |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-11-16 | Refactor CFGAS_FontMgr's Windows implementation | Nicolas Pena |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
2017-10-04 | Remove CFX_CRTFileAccess | Dan Sinclair |