Age | Commit message (Expand) | Author |
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 |
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 |
2017-01-12 | Add postscript path | rbpotter |
2016-12-14 | Add inline JPEGs. | rbpotter |
2016-12-06 | Fix FPDF_GetPageLabel API typo. | dsinclair |
2016-11-23 | Add FPDF_RenderPageBitmapWithMatrix API. | thestig |
2016-11-23 | Add APIs for limited use of document tagged code. | thestig |
2016-11-23 | Add API for getting page labels. | thestig |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-16 | Continue formatting fwl/core | dsinclair |
2016-11-08 | Add FPDF_FreeDefaultSystemFontInfo API | npm |
2016-11-08 | Add FPDFDest_GetLocationInPage API | dsinclair |
2016-11-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |