Age | Commit message (Expand) | Author |
2017-07-24 | Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY | Dan Sinclair |
2017-07-20 | Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. | Diana Gage |
2017-07-20 | Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. | Diana Gage |
2017-07-19 | Removed public/ in include | Jane Liu |
2017-07-19 | Basic APIs and tests for extracting attachments | Jane Liu |
2017-07-18 | Fix CONTINUED spelling | Dan Sinclair |
2017-07-18 | Add missing STDCALL annotations | Dan Sinclair |
2017-07-14 | Updated pdfium_test's WriteAnnot() | Jane Liu |
2017-07-13 | Restore FPDF_SetPrintingPostscriptLevel API | rbpotter |
2017-07-13 | Basic APIs and test for retrieving embedded attachment count and name | Jane Liu |
2017-07-11 | Added API for removing objects from annotations | Jane Liu |
2017-07-11 | Add Windows generic / text only printer driver support. | rbpotter |
2017-07-06 | Added APIs for getting/setting string pairs in annotation dictionaries | Jane Liu |
2017-07-06 | Generalized annotation APIs to support image and text objects | Jane Liu |
2017-07-06 | Added APIs for setting annotation flag values | Jane Liu |
2017-06-29 | Basic APIs and tests for extracting and setting annotation paths | Jane Liu |
2017-06-29 | Added FPDFAnnot_RemoveAnnot() | Jane Liu |
2017-06-27 | Made existing annotation APIs to work with APchromium/3143 | Jane Liu |
2017-06-27 | Changed the return type for annotation APIs | Jane Liu |
2017-06-22 | Updated FPDF_GetMetaText doc string for linearized files. | Henrique Nakashima |
2017-06-20 | Add FORM_GetSelectedText() function. | Diana Gage |
2017-06-20 | Wrapper class for annotation dictionary + CPDF_Formchromium/3137 | Jane Liu |
2017-06-19 | Added public API FPDFPath_GetStrokeColor | Jane Liu |
2017-06-14 | Add blend to GraphicsData | Nicolas Pena |
2017-06-14 | Remove deprecated FPDPage_HasFormFieldAtPoint(). | Lei Zhang |
2017-06-13 | Fix FPDFAction_GetFilePath() documentation error. | Lei Zhang |
2017-06-09 | Minor changes/addons for annotation APIs | Jane Liu |
2017-06-07 | Basic APIs and tests for creating annotations | Jane Liu |
2017-06-01 | Basic APIs and tests for extracting annotations | Jane Liu |
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-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-05-09 | Remove FPDFPageObj_NewImgeObj(). | Lei Zhang |
2017-05-08 | Add raw PostScript output to pdfium_test on Windows. | Lei Zhang |
2017-05-02 | Add API to create a text object using a loaded font. | Nicolas Pena |
2017-04-08 | Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066 | dan sinclair |
2017-04-05 | Add option to pdfium_test to dump structure elements | Dan Sinclair |
2017-04-05 | Add public method FPDFPath_GetFillColor to get fill color of a path object. | Miklos Vajna |
2017-04-04 | Add method to get tagged type | Dan Sinclair |
2017-04-03 | Add public method FPDFPageObj_GetType to get type of a page object. | Miklos Vajna |
2017-03-16 | Introduce unique_ptr compatible deleters for FPDF typeschromium/3044 | Tom Sepez |
2017-03-16 | Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. | Lei Zhang |
2017-03-10 | Add public method FPDFText_GetTextIndexFromCharIndex | Nicolas Pena |
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-27 | Fix nits from commit db764708. | Lei Zhang |