Age | Commit message (Expand) | Author |
2017-09-25 | API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() | Miklos Vajna |
2017-09-22 | API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() | Miklos Vajna |
2017-09-20 | Add FPDFPath_GetPoint() APIchromium/3221 | Miklos Vajna |
2017-09-15 | Add public method FPDFPath_CountPoint to get # of points of a path object. | Miklos Vajna |
2017-08-31 | Change FPDFImageObj_GetImageFilter() to return byte strings. | Lei Zhang |
2017-08-16 | API and test for retrieving metadata from image objects | Jane Liu |
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-08-09 | API and test for retrieving image filters from image objects | Jane Liu |
2017-08-08 | Added FPDFPageObj_Destroy() for freeing page objects created | Jane Liu |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-07-18 | Add missing STDCALL annotations | Dan Sinclair |
2017-07-11 | Add Windows generic / text only printer driver support. | rbpotter |
2017-06-19 | Added public API FPDFPath_GetStrokeColor | Jane Liu |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-01 | Add public #defines for line cap and line join values. | wileyrya |
2017-05-26 | Add public API for setting the blend mode on a page object. | wileyrya |
2017-05-26 | Add public API for getting the bounds of a page object. | wileyrya |
2017-05-26 | Add public API for setting the fill color on a text object | wileyrya |
2017-05-26 | Add public API for setting LineJoin and LineCap on a path | wileyrya |
2017-05-17 | Use more static_cast in fpdfsdk | Nicolas Pena |
2017-05-09 | Remove FPDFPageObj_NewImgeObj(). | Lei Zhang |
2017-05-02 | Add API to create a text object using a loaded font. | Nicolas Pena |
2017-04-05 | Add public method FPDFPath_GetFillColor to get fill color of a path object. | Miklos Vajna |
2017-04-03 | Add public method FPDFPageObj_GetType to get type of a page object. | Miklos Vajna |
2017-03-16 | Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. | Lei Zhang |
2017-03-06 | Add public method FPDFText_LoadFont to load some types of fonts. | Nicolas Pena |
2017-02-27 | Add public API for creating a Type1 font | Nicolas Pena |
2017-02-15 | Add public API for adding text with standard fonts | Nicolas Pena |
2017-02-10 | Add line width option for stroking pathschromium/3011chromium/3010chromium/3009 | Nicolas Pena |
2017-02-07 | Add APIs for path construction and paintingchromium/3006 | Nicolas Pena |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-08-19 | Fix an embedder test with leaked page objectchromium/2836chromium/2835 | weili |
2016-03-25 | Cleanup fpdf_edit.h and fpdf_doc.h documentation. | dsinclair |
2016-03-23 | Split core/include/fpdfapi/fpdf_resource.h | dan sinclair |
2015-11-20 | Make XFA public more closely match master. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-05-13 | Merge to XFA: Tidy public/ directory. | Tom Sepez |
2015-05-11 | Merge to XFA: Create top-level public/ header directory. | Tom Sepez |