Age | Commit message (Expand) | Author |
2018-06-26 | Add FPDFTextObj_GetFontSize() API | Miklos Vajna |
2018-06-19 | Add FPDFText_GetMatrix() API | Miklos Vajna |
2018-06-13 | Add FPDFText_LoadStandardFont to public API | Nicolas Pena |
2018-06-04 | Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs | Miklos Vajna |
2018-05-30 | Add FPDFPath_GetDrawMode() API | Miklos Vajna |
2018-05-22 | Add FPDFPageObj_GetStrokeWidth() API | Miklos Vajna |
2018-05-17 | Deprecate several Path/Text APIs. | Nicolas Pena |
2018-05-08 | Add several FPDFPageObj_* APIschromium/3425 | Nicolas Pena |
2018-04-25 | Add PostScript PASSTHROUGH options to FPDF_SetPrintMode(). | Lei Zhang |
2018-04-23 | Create FPDFPageObjMark_GetParamStringValue(). | Henrique Nakashima |
2018-04-23 | Create API to get PageObject mark parameters. | Henrique Nakashima |
2018-04-17 | Create new FPDFPageObjMark_CountParams() API. | Henrique Nakashima |
2018-03-27 | Open FPDF_PAGEOBJECTMARK API. | Henrique Nakashima |
2018-03-15 | Create FPDFPage_RemoveObject(). | Henrique Nakashima |
2018-01-31 | Clean up FPDFPage_New() documentation. | Lei Zhang |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2017-12-19 | Add missing fpdfview_c_api_test.c entries. | Lei Zhang |
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 |