Age | Commit message (Expand) | Author |
2016-12-08 | Replace CFX_WideStringCArray with std::vector.chromium/2946 | tsepez |
2016-12-08 | Remove last usage of CFX_ObjectArray. | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-07 | Replace CFX_ByteStringArray with std::vector. | tsepez |
2016-12-07 | Properly ref count IFX_FileAccess. | tsepez |
2016-12-07 | Catch stray Retains() and Releases() outside of RetainPtr<>. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Tidy fx_stream.h | tsepez |
2016-12-01 | Make concrete stream classes private to .cpp, part 2 | tsepez |
2016-12-01 | Make more concrete stream classes private to .cpp files | tsepez |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |
2016-11-29 | Add pdfium::MakeRetain<>() helper function. | tsepez |
2016-11-28 | Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936 | tsepez |
2016-11-23 | Add CFX_MaybeOwned<> template. | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-08 | Define IsFloatEqual macro properly. | thestig |
2016-11-03 | Remove FX_BOOL entirely. | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-31 | Re-land "Change FX_BOOL definition from int to bool."chromium/2906 | tsepez |
2016-10-29 | Revert of Change FX_BOOL definition from int to bool. (patchset #15 id:250001... | dsinclair |
2016-10-28 | Change FX_BOOL definition from int to bool. | tsepez |
2016-10-26 | Fix some FX_BOOL / int noise in fxcrt.chromium/2902 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-17 | Rename CFX_CountRef to CFX_SharedCopyOnWrite | tsepez |
2016-10-13 | Clean up fx_basic_util a little | npm |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-10-03 | Rename CFX_WeakPtr::Clear() to DestroyObject() | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
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 |