Age | Commit message (Expand) | Author |
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 |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Record all fonts, not just one per charset. | dsinclair |
2016-04-11 | Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. | dsinclair |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-03-25 | Remove FX_DWORD from XFA, part 2 | tsepez |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |
2016-03-14 | Add missing DEPS files; enable checkdeps. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |