Age | Commit message (Expand) | Author |
2017-02-15 | Remove unused FX_RECT methods | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |
2017-02-13 | Convert CFX_FloatPoint to CFX_PointF | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Split CFX_STemplate from CFX_PSTemplate | Tom Sepez |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-24 | Use std::vector for fx_ucd.h arrays.chromium/2992 | tsepez |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
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 |