Age | Commit message (Expand) | Author |
2016-07-27 | Fixup integer conversion logic.chromium/2813chromium/2812chromium/2811 | dsinclair |
2016-07-24 | Remove CFX_Deletable | weili |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-06-23 | Improve hint table validation checks. | thestig |
2016-06-23 | Use some FXSYS methods instead of duplicating | dsinclair |
2016-06-20 | Change func(void) to func() | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-08 | Remove redundant casts, part 4 | tsepez |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | tsepez |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-02 | Remove unused code for Arabic char and line handling | weili |
2016-05-27 | Add back-pointer to "Associated widget" to CFWL_WidgetImp. | tsepez |
2016-05-26 | Remove checks for _WIN32_WCE. | thestig |
2016-05-25 | Banish CFX_PrivateData to the XFA side | tsepez |
2016-05-24 | Remove CFX_PrivateData from CPDF_ModuleMgr | tsepez |
2016-05-23 | Rename IFX_Unknown to IFX_Retainable. | tsepez |
2016-05-20 | Use enum type for char type variables | weili |
2016-05-20 | Merge GetBits32() impls into one. Put it in fxcrt. | thestig |
2016-05-19 | Remove Release() from IFXCRT_FileAccess. | tsepez |
2016-05-19 | Fix a potential nullptr deref in CFX_MapPtrToPtr. | thestig |
2016-05-19 | Fix leak in CPDF_StreamContentParser::AddTextObject(). | thestig |
2016-05-19 | Correctly check for overflow in FX_atonum. | dsinclair |
2016-05-18 | Remove c_str() from widestring checksum variant. | tsepez |
2016-05-18 | Pass objects instead of strings for undo/redo records. | dsinclair |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-16 | Fix binding of null pointer dereference to reference typechromium/2740chromium/2739 | hans |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Templatize CFX_{Byte,Wide}StringC | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Fix comment in fx_string.h | tsepez |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
2016-05-06 | CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730 | tsepez |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 | tsepez |
2016-04-27 | More IFX_ interface cleanup. | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | CFX_ByteString::Reserve(), ReleaseBuffer() fixes. | tsepez |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-22 | Change the code to avoid three unit test failures on release build | weili |
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez |
2016-04-21 | Make CFX_BasicArray non-copyable. | tsepez |
2016-04-21 | Assert that CFX_ strings are pointer-size. | tsepez |
2016-04-20 | Inline CFX_WideString::c_str. | dsinclair |
2016-04-20 | Standalone GN build. | dsinclair |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-14 | Still more comments about strings | tsepez |