Age | Commit message (Expand) | Author |
2018-02-05 | Add FPDFAnnotationDeleter for use with std::unique_ptr. | Lei Zhang |
2018-02-01 | Change return of FPDFDest_GetDestPageIndex to int. | Henrique Nakashima |
2018-02-01 | Deprecate FPDFDest_GetPageIndex and create a fixed version. | Henrique Nakashima |
2018-01-31 | Experimental API for N-up feature support for print | xlou |
2018-01-31 | Clean up FPDFPage_New() documentation. | Lei Zhang |
2018-01-29 | Clean up FPDF_GetFormType(). | Lei Zhang |
2018-01-16 | Add FPDF_GetPageBoundingBox API.chromium/3323 | Henrique Nakashima |
2018-01-16 | Add support for XFA specific FormField types | Ryan Harrison |
2018-01-15 | Correct doc for clipping param in FPDF_RenderPageBitmapWithMatrix. | Henrique Nakashima |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-11 | Add FPDFAnnot_SetAP to public API.chromium/3319 | Henrique Nakashima |
2018-01-11 | Improve documentation of FPDF_RenderPageBitmapWithMatrix. | Henrique Nakashima |
2018-01-11 | Change FPDFText_GetCharBox() to return a boolean. | Lei Zhang |
2018-01-11 | Change FPDFText_GetRect() to return a boolean. | Lei Zhang |
2018-01-10 | Remove unused parameter from FPDFDest_GetView(). | Lei Zhang |
2018-01-10 | Add FPDFAnnot_GetAP to public API. | Henrique Nakashima |
2018-01-10 | Change FPDFLink_GetRect() to return a boolean. | Lei Zhang |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2018-01-04 | Open FPDFDest_GetView API. | Henrique Nakashima |
2017-12-19 | Add missing fpdfview_c_api_test.c entries. | Lei Zhang |
2017-11-18 | Make clip optional in FPDFPage_TransFormWithClip.chromium/3273 | Shirleen Lou |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
2017-10-21 | Add in count value for form typeschromium/3247 | Ryan Harrison |
2017-10-18 | Refactor HasXFAField into HasFormInfo | Ryan Harrison |
2017-10-17 | Convert XFA Doc Types to be more precise | Ryan Harrison |
2017-10-16 | Add FPDFCatalog_IsTagged to public API. | Henrique Nakashima |
2017-10-16 | Move HasXFAField out from XFA feature flag | Ryan Harrison |
2017-10-02 | Allow to use null FX_DOWNLOADHINTS to check data availability | Artem Strygin |
2017-09-27 | Cleanup some font headers | Dan Sinclair |
2017-09-25 | Update comments regarding dictionary keys in public APIS.chromium/3224 | 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-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-08-31 | Change FPDFImageObj_GetImageFilter() to return byte strings. | Lei Zhang |
2017-08-31 | Change APIs to use FPDF_BYTESTRING for keys. | Lei Zhang |
2017-08-31 | Implement FORM_OnFocus() API. | Lei Zhang |
2017-08-28 | Added FPDFAnnot_GetAnnotIndex() | Jane Liu |
2017-08-22 | Added FPDFAnnot_GetLinkedAnnot() | Jane Liu |
2017-08-16 | Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} | Jane Liu |
2017-08-16 | Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() | Jane Liu |
2017-08-16 | API and test for retrieving metadata from image objects | Jane Liu |
2017-08-12 | Add a new public method to get the the origin of a character. | Andrew Weintraub |
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 |