Age | Commit message (Expand) | Author |
2018-06-11 | Implement CPDF_Object::MakeReference method.chromium/3456 | Artem Strygin |
2018-06-09 | Consolidate bounding box logic.chromium/3455chromium/3454 | Lei Zhang |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-08 | Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter. | Lei Zhang |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-05-08 | Make one more CPDF_PageObjectHolder member protected. | Lei Zhang |
2018-05-07 | Make more CPDF_PageObjectHolder members protected. | Lei Zhang |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-02-09 | Use CPDF_Dictionary::SetRectFor() when appropriate. | Lei Zhang |
2017-11-27 | Convert CPDF_ClipPath::Get{Path|Text}Count to size_t | Dan Sinclair |
2017-11-18 | Make clip optional in FPDFPage_TransFormWithClip.chromium/3273 | Shirleen Lou |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-10-31 | Add FS_RECTF conversion functions. | Lei Zhang |
2017-10-31 | Simplify code in fpdf_transformpage.cpp. | Artem Strygin |
2017-10-30 | Combine common code in fpdf_transformpage.cpp. | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-10 | Rename DLLEXPORT AND STDCALL | Dan Sinclair |
2017-08-10 | Revert "Add a build target and a proper export header for shared library buil... | Henrique Nakashima |
2017-08-09 | Add a build target and a proper export header for shared library builds. | Felix Kauselmann |
2017-06-27 | Converting CFX_ByteTextBuf to ostringstream in fpdf_transformpage.cpp. | Henrique Nakashima |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-16 | Make CPDF_Array take unique_ptrs | tsepez |
2016-11-15 | Make AddIndirectObject() take a unique_ptr. | tsepez |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | 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-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-21 | Remove some objnum locals with AddIndirectObject | tsepez |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-02 | Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. | tsepez |
2016-09-02 | Make CPDF_Path have a CFX_Path rather than inheriting | tsepez |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |