summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfview_c_api_test.c
AgeCommit message (Expand)Author
2017-09-20Add FPDFPath_GetPoint() APIchromium/3221Miklos Vajna
2017-09-15Add public method FPDFPath_CountPoint to get # of points of a path object.Miklos Vajna
2017-08-31Implement FORM_OnFocus() API.Lei Zhang
2017-08-28Added FPDFAnnot_GetAnnotIndex()Jane Liu
2017-08-22Added FPDFAnnot_GetLinkedAnnot()Jane Liu
2017-08-16API and test for retrieving metadata from image objectsJane Liu
2017-08-12Add a new public method to get the the origin of a character.Andrew Weintraub
2017-08-09API and test for retrieving image filters from image objectsJane Liu
2017-08-08Added FPDFPageObj_Destroy() for freeing page objects createdJane Liu
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-24Basic APIs and tests for adding attachmentsJane Liu
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-07-20Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests.Diana Gage
2017-07-20Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests.Diana Gage
2017-07-19Basic APIs and tests for extracting attachmentsJane Liu
2017-07-13Basic APIs and test for retrieving embedded attachment count and nameJane Liu
2017-07-11Added API for removing objects from annotationsJane Liu
2017-07-06Added APIs for getting/setting string pairs in annotation dictionariesJane Liu
2017-07-06Generalized annotation APIs to support image and text objectsJane Liu
2017-07-06Added APIs for setting annotation flag valuesJane Liu
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-29Added FPDFAnnot_RemoveAnnot()Jane Liu
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-20Wrapper class for annotation dictionary + CPDF_Formchromium/3137Jane Liu
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-14Remove deprecated FPDPage_HasFormFieldAtPoint().Lei Zhang
2017-06-09Minor changes/addons for annotation APIsJane Liu
2017-06-01Basic APIs and tests for extracting annotationsJane Liu
2017-05-31Add missing public APIs to API test.wileyrya
2017-05-09Remove FPDFPageObj_NewImgeObj().Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-04-04Add method to get tagged typeDan Sinclair
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-03-16Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.Lei Zhang
2017-03-10Add public method FPDFText_GetTextIndexFromCharIndexNicolas Pena
2017-03-06Add public method FPDFText_LoadFont to load some types of fonts.Nicolas Pena
2017-02-27Add public API for creating a Type1 fontNicolas Pena
2017-02-07Add APIs for path construction and paintingchromium/3006Nicolas Pena
2016-12-06Fix FPDF_GetPageLabel API typo.dsinclair
2016-11-23Add FPDF_RenderPageBitmapWithMatrix API.thestig
2016-11-23Add APIs for limited use of document tagged code.thestig
2016-11-23Add API for getting page labels.thestig
2016-11-08Add FPDF_FreeDefaultSystemFontInfo APInpm
2016-11-08Add FPDFDest_GetLocationInPage APIdsinclair
2016-11-04Implement FPDF_VIEWERREF_GetName() API.chromium/2910thestig
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair