Age | Commit message (Expand) | Author |
2016-09-28 | Replace a few more std::unique_ptr.reset() with WrapUnique assignments. | thestig |
2016-09-28 | Implement weak pointerschromium/2876chromium/2875 | tsepez |
2016-09-28 | Revert "Rename CPDF_CountedObject to CFX_WeakPtr::Handle" | tsepez |
2016-09-22 | Rename CPDF_CountedObject to CFX_WeakPtr::Handlechromium/2869 | tsepez |
2016-09-22 | Null CPDF_CountedObj::m_pObj prior to deletion | tsepez |
2016-09-15 | Add string pools to save storage. | tsepez |
2016-09-15 | Add short-cut in CFX_{Byte,Wide}String::Operator<() | tsepez |
2016-09-14 | Cleanup CPDFXFA_Document. | dsinclair |
2016-09-13 | Add check for trivial string equality | tsepez |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | tsepez |
2016-09-12 | Make CFX_Obeservable::Observer into a pointer-ish type; | tsepez |
2016-09-08 | explicit operator bool for CFX_RetainPtr and CFX_CountRefchromium/2855 | tsepez |
2016-09-08 | Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer | tsepez |
2016-09-07 | Make Observers into a templated class | tsepez |
2016-09-02 | Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. | tsepez |
2016-09-02 | Remove CFX_Matrix::Copy() in favor of assignment | tsepez |
2016-08-30 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
2016-08-30 | More better const-ness in CFX_CountRef<> | tsepez |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. | tsepez |
2016-08-26 | Remove CFX_CountRef::IsNull in favor of operator bool | tsepez |
2016-08-26 | Rework CFX_CountRef in terms of CFX_RetainPtr. | tsepez |
2016-08-22 | Fix more integer overflows inside ReadPageHintTable(). | thestig |
2016-08-15 | Get rid of FX_SMALL_RECT. | thestig |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-09 | Fixup various overflow conditions | dsinclair |
2016-08-02 | Splitting fpdfdoc/doc_* part II. | dsinclair |
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 |