summaryrefslogtreecommitdiff
path: root/xfa/fgas
AgeCommit message (Expand)Author
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
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-19Store WideString, not raw pointer, in FX_TXTRUNtsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Re-enable warning 4701 for GN build and some cleanupweili
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-12Record all fonts, not just one per charset.dsinclair
2016-04-11Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate.dsinclair
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-01Remove CFX_ string type static initializers.tsepez
2016-03-31Fix CData parsing in CFDE_XMLSyntaxParser.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez