summaryrefslogtreecommitdiff
path: root/xfa/fgas
AgeCommit message (Expand)Author
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Use some FXSYS methods instead of duplicatingdsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-20Fix clang_use_chrome_plugin for Mac and Skia buildsweili
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili
2016-06-10Trust the compiler to do array indexing and superclass promotion.tsepez
2016-06-09Avoid casts via correct types in fgas_textbreaktsepez
2016-06-09Use static_cast<CXFA_WidgetAcc*> in xfa.tsepez
2016-06-07Remove dead code in CFGAS_FontMgrImp.thestig
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07Remove FDE_HVISUALOBJ.dsinclair
2016-06-06Make GetDevFont() return a CFX_Font* instead of void*tsepez
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-27Avoid two C-style FX_WCHAR* casts in pdfiumbrucedawson
2016-05-26Fix windows build breakage at 25fa42f398d1Tom Sepez
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-25Complete or comment a couple Script_NodeClass functionsweili
2016-05-24Replace CFX_DSPATemplate with std::binary_search.dsinclair
2016-05-23Rename IFX_Unknown to IFX_Retainable.tsepez
2016-05-23Remove Release() from CFX_RTFBreaktsepez
2016-05-23Clean up more XFA code which causes warningsweili
2016-05-20Use enum type for char type variablesweili
2016-05-20Clean up XFA code which causes warningsweili
2016-05-20Use std::map for CFX_GEFont::m_FontMappertsepez
2016-05-19Move fgas_sax into individual files in fde.dsinclair
2016-05-19fgas/ code cleanup.dsinclair
2016-05-19Expand some typedefs to the original typesdsinclair
2016-05-19Cleanup unused fgas/ code.dsinclair
2016-05-19Remove Release() from CFX_StreamImp, rename to IFX_StreamImptsepez
2016-05-18Remove Release() from CFX_TxtBreaktsepez
2016-05-18Remove Release() from CFX_SAXReadertsepez
2016-05-16Fix the code that causes warningsweili
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-05-06CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730tsepez
2016-05-05Only set memory tool define if not set.dsinclair
2016-05-04Replace IFX_MemoryAllocator::Release() with delete.tsepez
2016-05-04Remove unused CFX_CPLTree<> templatetsepez
2016-05-03Cleanup XFA-Specific memory allocators.tsepez
2016-04-29Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3tsepez
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez