summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2018-07-10Create API for adding content marks and setting their params.chromium/3488Henrique Nakashima
2018-07-05Create content mark APIs to get values by key.Henrique Nakashima
2018-07-03Add FPDFText_GetTextRenderMode() APIMiklos Vajna
2018-06-26Add FPDFTextObj_GetFontSize() APIMiklos Vajna
2018-06-22Follow up to removing JS alert/beep magic numbersRyan Harrison
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-19Add FPDFText_GetMatrix() APIMiklos Vajna
2018-06-13Add FPDFText_LoadStandardFont to public APINicolas Pena
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-06-08Fix the comments in fpdf_transformpage.h.Lei Zhang
2018-06-04Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIsMiklos Vajna
2018-05-30Add FPDFPath_GetDrawMode() APIMiklos Vajna
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-22Add FPDFPageObj_GetStrokeWidth() APIMiklos Vajna
2018-05-17Deprecate several Path/Text APIs.Nicolas Pena
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