Age | Commit message (Expand) | Author |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Cleaning up Edit code | Dan Sinclair |
2017-05-09 | Edit code cleanup | Dan Sinclair |
2017-05-09 | Move FPDF_FILEWRITE adapter to own file | Dan Sinclair |
2017-05-09 | Rename fpdf_edit_create.cpp to cpdf_creator.cpp | Dan Sinclair |
2017-05-09 | Remove editint.h and create individual headerschromium/3095 | Dan Sinclair |
2017-05-09 | Remove CPDF_Creator friends | Dan Sinclair |
2017-05-09 | Remove AppendObject from CPDF_Creator | Dan Sinclair |
2017-05-09 | Cleanup CPDF_Creator defines and method names | Dan Sinclair |
2017-05-04 | Remove some unused IFX_Pause params | Dan Sinclair |
2017-05-04 | CPDF_DataAvail: avoid reads into stack buffers. | Tom Sepez |
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 |