summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2018-01-15Correct doc for clipping param in FPDF_RenderPageBitmapWithMatrix.Henrique Nakashima
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-11Add FPDFAnnot_SetAP to public API.chromium/3319Henrique Nakashima
2018-01-11Improve documentation of FPDF_RenderPageBitmapWithMatrix.Henrique Nakashima
2018-01-11Change FPDFText_GetCharBox() to return a boolean.Lei Zhang
2018-01-11Change FPDFText_GetRect() to return a boolean.Lei Zhang
2018-01-10Remove unused parameter from FPDFDest_GetView().Lei Zhang
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2018-01-10Change FPDFLink_GetRect() to return a boolean.Lei Zhang
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2018-01-04Open FPDFDest_GetView API.Henrique Nakashima
2017-12-19Add missing fpdfview_c_api_test.c entries.Lei Zhang
2017-11-18Make clip optional in FPDFPage_TransFormWithClip.chromium/3273Shirleen Lou
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-10-21Add in count value for form typeschromium/3247Ryan Harrison
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-10-16Add FPDFCatalog_IsTagged to public API.Henrique Nakashima
2017-10-16Move HasXFAField out from XFA feature flagRyan Harrison
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