summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2017-10-02Allow to use null FX_DOWNLOADHINTS to check data availabilityArtem Strygin
2017-09-27Cleanup some font headersDan Sinclair
2017-09-25Update comments regarding dictionary keys in public APIS.chromium/3224Lei Zhang
2017-09-25API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()Miklos Vajna
2017-09-22API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()Miklos Vajna
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-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-08-31Change FPDFImageObj_GetImageFilter() to return byte strings.Lei Zhang
2017-08-31Change APIs to use FPDF_BYTESTRING for keys.Lei Zhang
2017-08-31Implement FORM_OnFocus() API.Lei Zhang
2017-08-28Added FPDFAnnot_GetAnnotIndex()Jane Liu
2017-08-22Added FPDFAnnot_GetLinkedAnnot()Jane Liu
2017-08-16Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints}Jane Liu
2017-08-16Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}()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-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
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-27Added FPDFDoc_DeleteAttachment()Jane Liu
2017-07-26Added missing STDCALLchromium/3168Jane Liu
2017-07-24Basic APIs and tests for adding attachmentsJane Liu
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-07-24Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READYDan Sinclair
2017-07-20Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests.Diana Gage
2017-07-20Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests.Diana Gage
2017-07-19Removed public/ in includeJane Liu
2017-07-19Basic APIs and tests for extracting attachmentsJane Liu
2017-07-18Fix CONTINUED spellingDan Sinclair
2017-07-18Add missing STDCALL annotationsDan Sinclair
2017-07-14Updated pdfium_test's WriteAnnot()Jane Liu
2017-07-13Restore FPDF_SetPrintingPostscriptLevel APIrbpotter
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-11Add Windows generic / text only printer driver support.rbpotter
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-27Made existing annotation APIs to work with APchromium/3143Jane Liu
2017-06-27Changed the return type for annotation APIsJane Liu
2017-06-22Updated FPDF_GetMetaText doc string for linearized files.Henrique Nakashima
2017-06-20Add FORM_GetSelectedText() function.Diana Gage