Age | Commit message (Expand) | Author |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-13 | Clean up fx_basic_util a little | npm |
2016-09-29 | Move xfa/fxfa/include to xfa/fxfa | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-26 | Clean up xfa_fontmgr.cpp. | thestig |
2016-09-23 | Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870 | npm |
2016-09-13 | Sort include entries. | dsinclair |
2016-09-08 | Reland of Fix leaked internal font | weili |
2016-09-08 | Fix memory management errors for font loading and copying | weili |
2016-09-08 | Fix leaks in class CFGAS_FontMgrImp | weili |
2016-09-01 | Revert of Fix leaked internal font (patchset #2 id:60001 of https://coderevie... | weili |
2016-09-01 | Fix leaked internal font | weili |
2016-08-29 | Move CFX_SubstFont and CTTFontDesc into their own files | npm |
2016-08-23 | [XFA] Force destruction order of font managers.chromium/2838 | dsinclair |
2016-08-18 | Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. | npm |
2016-08-10 | Use smart pointers for class owned pointers in xfa/fxfa | weili |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-08-04 | Use smart pointers for class owned pointers | weili |
2016-07-27 | Splitting fx_ge_fontmap.cpp | npm |
2016-07-25 | Use smart pointers for CFX_Font and CFX_Type3Font classes | weili |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-20 | Fix clang_use_chrome_plugin for Mac and Skia builds | weili |
2016-06-18 | Make code compile with clang_use_chrome_plugin (final) | weili |
2016-06-09 | Use static_cast<CXFA_WidgetAcc*> in xfa. | tsepez |
2016-06-07 | Remove dead code in CFGAS_FontMgrImp. | thestig |
2016-06-07 | Replace IFGAS_Font with underlying concrete type | thestig |
2016-06-06 | Make GetDevFont() return a CFX_Font* instead of void* | tsepez |
2016-06-03 | Rename CFX_GEFont to CFGAS_GEFont | tsepez |
2016-06-03 | Rename IFX_FontMgr to IFGAS_FontMgr | tsepez |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Change CFX_Font::GetPsName() to return a CFX_ByteString. | thestig |
2016-05-27 | Avoid two C-style FX_WCHAR* casts in pdfium | brucedawson |
2016-05-26 | Fix windows build breakage at 25fa42f398d1 | Tom Sepez |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-20 | Use std::map for CFX_GEFont::m_FontMapper | tsepez |
2016-05-19 | Expand some typedefs to the original types | dsinclair |
2016-05-19 | Cleanup unused fgas/ code. | dsinclair |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-27 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 | tsepez |
2016-04-27 | Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. | tsepez |
2016-04-27 | More IFX_ interface cleanup. | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |