Age | Commit message (Expand) | Author |
2016-05-18 | Remove Release() from CFX_TxtBreak | tsepez |
2016-05-18 | Remove Release() from CFX_SAXReader | tsepez |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-06 | CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730 | tsepez |
2016-05-05 | Only set memory tool define if not set. | dsinclair |
2016-05-04 | Replace IFX_MemoryAllocator::Release() with delete. | tsepez |
2016-05-04 | Remove unused CFX_CPLTree<> template | tsepez |
2016-05-03 | Cleanup XFA-Specific memory allocators. | tsepez |
2016-04-29 | Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 | tsepez |
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-19 | Store WideString, not raw pointer, in FX_TXTRUN | 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-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
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-06 | Rename CFX_WideStringC::raw_str() to c_str() | tsepez |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-01 | Remove CFX_ string type static initializers. | tsepez |
2016-03-31 | Fix CData parsing in CFDE_XMLSyntaxParser. | dsinclair |
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 |