Age | Commit message (Expand) | Author |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-13 | Move another opertator<<() prototype into correct .h file. | Tom Sepez |
2017-04-13 | Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072 | Tom Sepez |
2017-04-07 | Tweak CFDF_Font::AppendChar() | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-21 | Replace CFX_FileSizeListArray with a std::map | Dan Sinclair |
2017-03-20 | Allow processing fonts with indirect dict | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-14 | Convert CPDF_Creator::m_Pos to uint32_t | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-15 | Move generated graphics and font maps to CPDF_Page | Nicolas Pena |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Add ProcessText supporting standard fonts | Nicolas Pena |
2017-02-10 | Add line width option for stroking pathschromium/3011chromium/3010chromium/3009 | Nicolas Pena |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-02-06 | Add support for fill and stroke RGBA in CPDF_PageContentGenerator | Nicolas Pena |
2017-02-02 | Add CPDF_PageContentGenerator::ProcessPath supporting path construction | Nicolas Pena |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Tidy fx_stream.h | tsepez |
2016-11-28 | Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936 | tsepez |
2016-11-21 | Make CPDF_ImageObject::m_Matrix private. | thestig |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-21 | Clean up CPDF_PageContentGenerator. | thestig |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-18 | Add unit test for CXFA_FileRead. | tsepez |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-14 | Make CPDF_PageContentGenerator methods take object numbers | tsepez |
2016-11-11 | Fix sevg above CPDF_PageContentGenerator::ProcessImage() | tsepez |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |
2016-10-14 | Update CPDF_IndirectObjectHolder APIs for unique objects. | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-12 | Get rid of CFX_ArrayTemplate<CPDF_Object*> | tsepez |
2016-10-11 | Add CPDF_Object::IsInline() | tsepez |