Age | Commit message (Expand) | Author |
2017-01-20 | Remove CFX_Points, CFX_PointsF in favor of std::vector | tsepez |
2017-01-17 | Avoid endless loop deleting CFGAS_GEFont. | tsepez |
2017-01-10 | Remove more _LP* typedefs. | tsepez |
2017-01-09 | Tidy cfgas_fontmgr, remove custom sorting code. | tsepez |
2017-01-06 | Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975 | tsepez |
2017-01-05 | Banish CFX_Points, CFX_PointsF, and CFX_RectFArray to XFA-side only. | tsepez |
2017-01-04 | Add missing operator<() to CFX_RetainPtr. | tsepez |
2017-01-03 | Add CFX_RetainPtr Leak() and Unleak() methods | tsepez |
2017-01-03 | Kill last use of CFX_PtrList. | tsepez |
2016-12-28 | Make CFX_Observable copy constructable.chromium/2969chromium/2968chromium/2967chromium/2966 | tsepez |
2016-12-15 | Return unique_ptr from CFX_BinaryBuf::DetachBuffer() | tsepez |
2016-12-14 | Remove unused m_OtfFontData.chromium/2953 | tsepez |
2016-12-13 | Replace CFX_FloatArray with std::vector | tsepez |
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 |