summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/fgas_gefont.cpp
AgeCommit message (Expand)Author
2016-06-07Remove dead code in CFGAS_FontMgrImp.thestig
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-03Rename CFX_GEFont to CFGAS_GEFonttsepez
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-05-20Use std::map for CFX_GEFont::m_FontMappertsepez
2016-05-19Expand some typedefs to the original typesdsinclair
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair