Age | Commit message (Expand) | Author |
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 |
2016-08-29 | Revert "Replace wrapper methods in CPDF_Path with -> operator." | tsepez |
2016-08-29 | Replace wrapper methods in CPDF_Path with -> operator. | tsepez |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. | tsepez |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-03-29 | Rename GetElementValue() to GetDirectObject{By,At}(). | tsepez |
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez |
2016-03-21 | Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. | Dan Sinclair |
2016-03-16 | Move core/include/fpdfapi/fpdf_page.h to correct locations. | Dan Sinclair |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |