summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2018-05-08Add several FPDFPageObj_* APIschromium/3425Nicolas Pena
2018-05-08Mark CPDF_Object pointers as const in CPDF_ViewerPreferences.Lei Zhang
2018-05-08Add APIs to work with a FPDF_PAGERANGE.Lei Zhang
2018-05-03Use strict types in FPDF API, try #3Tom Sepez
2018-05-01Check for NULL XFA context even when XFATom Sepez
2018-05-01Make FPDF_Document always be CPDF_Document.Tom Sepez
2018-04-25Add PostScript PASSTHROUGH options to FPDF_SetPrintMode().Lei Zhang
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-23Create FPDFPageObjMark_GetParamStringValue().Henrique Nakashima
2018-04-23Create API to get PageObject mark parameters.Henrique Nakashima
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Create new FPDFPageObjMark_CountParams() API.Henrique Nakashima
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-05Remove unused XFA Widget API methodsRyan Harrison
2018-04-05Remove spellchecking code from XFAchromium/3390Ryan Harrison
2018-04-02Remove FPDF_SetPrintPostscriptLevel().chromium/3387Lei Zhang
2018-03-27Open FPDF_PAGEOBJECTMARK API.Henrique Nakashima
2018-03-26Reland "Add FPDFAnnot_CountAttachmentPoints"Henrique Nakashima
2018-03-26Revert "Add FPDFAnnot_CountAttachmentPoints"Henrique Nakashima
2018-03-26Add FPDFAnnot_CountAttachmentPointsRalf Sippl
2018-03-21Fix some param names in the public API.Lei Zhang
2018-03-16Fix typo in doc of FPDFDest_GetDestPageIndex.Henrique Nakashima
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-02-05Add FPDFAnnotationDeleter for use with std::unique_ptr.Lei Zhang
2018-02-01Change return of FPDFDest_GetDestPageIndex to int.Henrique Nakashima
2018-02-01Deprecate FPDFDest_GetPageIndex and create a fixed version.Henrique Nakashima
2018-01-31Experimental API for N-up feature support for printxlou
2018-01-31Clean up FPDFPage_New() documentation.Lei Zhang
2018-01-29Clean up FPDF_GetFormType().Lei Zhang
2018-01-16Add FPDF_GetPageBoundingBox API.chromium/3323Henrique Nakashima
2018-01-16Add support for XFA specific FormField typesRyan Harrison
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